prratek_ramchandani
01/14/2022, 6:11 PMforced_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]]aaronsteers
01/14/2022, 6:14 PMaaronsteers
01/14/2022, 6:14 PMprratek_ramchandani
01/14/2022, 6:23 PMprratek_ramchandani
01/28/2022, 2:35 PM