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
{{ message }}
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Describe the bug
target-snowflake fails with KeyError: 'type' if loading data coming from tap-salesforce.
It does not happen always - the data structures from Salesforce must contain some pattern, not sure which one.
To Reproduce
Not sure, what data from Salesforce causes the issue. It does not fail with my development sandbox env, but it happens with my production Salesforce environment.
I believe this issue is independent of the tap being used, as I'm experiencing this issue while using tap-postgres.
I'm experiencing this issue when using the meltanolabs variant of tap-postgres. It isn't an issue when using the transferwise variant of tap-postgres.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
target-snowflake fails with
KeyError: 'type'
if loading data coming from tap-salesforce.It does not happen always - the data structures from Salesforce must contain some pattern, not sure which one.
To Reproduce
Not sure, what data from Salesforce causes the issue. It does not fail with my development sandbox env, but it happens with my production Salesforce environment.
Expected behavior
target does not fail.
Screenshots
Example Meltano log:
Your environment
Additional context
N/A
The text was updated successfully, but these errors were encountered: