I’m really sorry to keep peppering y’all with ques...
# singer-tap-development
s
I’m really sorry to keep peppering y’all with questions. It’s not clear to me how to capture state. I’m getting this at the end for incremental taps:
Copy code
time=2021-03-22 20:53:11 name=target_snowflake level=INFO message=Emitting state {"bookmarks": {"actions": {}, "datasets": {}}}
a
@stephen_lloyd - This appears to be a bug. State should be incremented and emitted automatically. That said, we did have a bug resolved a little while back and it might make sense to double check you’ve got the latest prerelease version.
k
@stephen_lloyd have you had a look at the state messages emitted by your tap? This may be a symptom of another issue I ran into where a target (also snowflake) is clearing my tap state 🤦‍♂️: https://gitlab.com/meltano/meltano/-/issues/2657
s
I updated to a newer version and this is resolved. Thanks.
a
Great. Thanks for confirming!