You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this target! It's really handy. I'm having trouble using it with the zendesk-chat tap though. Here are the relevant details:
Traceback:
Traceback (most recent call last):
File "target-venv/bin/target-postgres", line 11, in <module>
sys.exit(main())
File "/app/target-venv/lib/python3.7/site-packages/target_postgres/__init__.py", line 138, in main
state = persist_lines(config, input)
File "/app/target-venv/lib/python3.7/site-packages/target_postgres/__init__.py", line 100, in persist_lines
stream_to_sync[stream] = DbSync(config, o)
File "/app/target-venv/lib/python3.7/site-packages/target_postgres/db_sync.py", line 103, in __init__
self.flatten_schema = flatten_schema(stream_schema_message['schema'])
File "/app/target-venv/lib/python3.7/site-packages/target_postgres/db_sync.py", line 63, in flatten_schema
items.extend(flatten_schema(v, parent_key + [k], sep=sep).items())
File "/app/target-venv/lib/python3.7/site-packages/target_postgres/db_sync.py", line 59, in flatten_schema
for k, v in d['properties'].items():
KeyError: 'properties'
First of all, thanks for this target! It's really handy. I'm having trouble using it with the zendesk-chat tap though. Here are the relevant details:
Traceback:
The offending schema message:
The text was updated successfully, but these errors were encountered: