-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List index out of range on field type
#9
Comments
I also just hit the same error using postgres tap. Any insights? |
Figured it out - looks like it may solve #10 too. Will try to submit a PR shortly. |
craigmulligan
added a commit
to team-blaze/target-bigquery
that referenced
this issue
Jul 30, 2019
craigmulligan
added a commit
to team-blaze/target-bigquery
that referenced
this issue
Jul 30, 2019
Open
herregroen
pushed a commit
to Yoast/target-bigquery
that referenced
this issue
Feb 17, 2021
…guous-types default to the last item type like previously
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm using the Posgres tap and am running into issues with a reference to the
type
property on the field reference (line 73:schema_type = field['type'][1]
).I generated the
properties.json
I'm using with the Postgres tap.I've successfully run this Postgres tap using a CSV target.
I haven't enabled the
stream_data
config setting in my configuration for the target.I tried using the exchangeratesapi tap but I get a different error.
The text was updated successfully, but these errors were encountered: