Whenever you add a stream to a tap, does meltano r...
# singer-taps
i
Whenever you add a stream to a tap, does meltano recognize that it's a new stream and run a full refresh on that stream since there's no replication key set? Or do you have to run a --full-refresh every time you add a stream?
1
e
Since the new stream doesn't have a corresponding bookmark in the state, then that stream will run as a full refresh without having to use the command line flag
1
i
Awesome - thanks!
np 1