Need a sample target_bigquery.yml #92
Replies: 4 comments 3 replies
-
no problem! The difference is that this repo explains how to use this target outside of PipelineWise, but definitely using this yaml is easier. |
Beta Was this translation helpful? Give feedback.
-
You should write s JSON file that has a dictionary with at least the project config specified in the README
That error sounds to me like you might be missing a comma, quote or similar. Maybe you can use a JSON online checker or something your text editor includes? |
Beta Was this translation helpful? Give feedback.
-
My json is this { And I run this command to pipeline from tap-github using the command tap-github --config config_github.json --properties properties.json | target-bigquery -c config_bigquery.json config_bigquery.json And the error is: INFO Starting sync of repository: akx/walletool File "/Users/anbarasu/Library/Python/3.8/lib/python/site-packages/target_bigquery.py", line 240, in persist_lines_stream Should I change anything in the config file?Will bigquery use the same schema if the schema is not mentioned explicitly? |
Beta Was this translation helpful? Give feedback.
-
hi @anbarasuvyn , sorry, there must be some other issue here. I just copied that text to a file and piped it to this target:
It seems to be working correctly Is that the same test you did? which version of the target are you using? Anything you can do to help me reproduce this would help |
Beta Was this translation helpful? Give feedback.
-
Hi all,
Could you please share a version of the target_bigquery.yml that is working?
I am trying to tap-github into target-bigquery using pipelinewise.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions