I'm struggling a bit with getting state working pr...
# singer-tap-development
p
I'm struggling a bit with getting state working properly with the SDK based tap-google-analytics. These are dynamic streams generated based on a report definition file provided by the user. The old version doesnt support state so my first iteration was to add ga_date as the replication key when its included in the dynamic report, otherwise state isnt kept and a warning logged. I tried to implement that here but when I run it in meltano it cant find the saved state even though I can see it in the DB.