Hey folks dumb question, this message: ```No state...
# troubleshooting
p
Hey folks dumb question, this message:
Copy code
No state was found, complete import.
Will always be there unless my extractor maintains state right? (e.g. loads data only after last load?)
t
If you’re not using
--job-id
or passing in the state via
--state
then it’s treated as a full sync.
d
And not all taps actually support state (incremental replication)
p
As i said dumb question, because i made my tap without incremental replication 😂 thanks a lot!!