i’m running into sort of a weird issue with state ...
# singer-tap-development
p
i’m running into sort of a weird issue with state for tap-facebook-pages - the tap itself sets
forced_replication_method = "FULL_TABLE"
for all streams and so in theory should always run a full refresh. however meltano does seem to be attempting to run the tap incrementally and fails with a
TypeError
thrown by the SDK. i threw a logging statement into the SDK library to see what the value of
stream_state_partitions
here is and it’s
{'0': {'context': {'page_id': '14516439825'}}}
and the type hint (and downstream code) indicates it should be a
List[dict]]