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
We could wrap /project/.meltano/loaders/target-snowflake/venv/lib/python3.9/site-packages/singer_sdk/sinks/core.py with a try catch and output the sink name. Ideally the error would include the stack trace, and jsonschema error, along the with the stream_name, and key properties of the row that fails (if one exists)
We could do this in the SDK as well 🤷♂️
The text was updated successfully, but these errors were encountered:
We could wrap
/project/.meltano/loaders/target-snowflake/venv/lib/python3.9/site-packages/singer_sdk/sinks/core.py
with a try catch and output thesink
name. Ideally the error would include the stack trace, and jsonschema error, along the with thestream_name
, and key properties of the row that fails (if one exists)We could do this in the SDK as well 🤷♂️
The text was updated successfully, but these errors were encountered: