I’ve run into an interesting behavior with `pipeli...
# plugins-general
n
I’ve run into an interesting behavior with
pipelinewise-target-redshift
where a pipeline will run just fine for quite a while, then fail because of an apparent issue reading a bookmark out of the state. Here’s a snippet of the logs:
Copy code
pipelinewise-target-redshift |     if stream in state.get('bookmarks', {}):
pipelinewise-target-redshift | AttributeError: 'NoneType' object has no attribute 'get'
meltano                      | [Errno 32] Broken pipe
Has anyone else run into this? So far I’ve only seen it happen with
tap-mailchimp
, but it seems to be inconsistent. I’ll load a particular table and it’ll run fine, but may fail on a subsequent reload.