-
Notifications
You must be signed in to change notification settings - Fork 243
Add a new script to run BigQuery queries with python client #694
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
base: main
Are you sure you want to change the base?
Conversation
| ``` | ||
|
|
||
| Load the data: | ||
| Create the dataset and table in BigQuery: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L. 6: That should be source ~/.bashrc please
| Load the data: | ||
| Create the dataset and table in BigQuery: | ||
| ``` | ||
| ./create.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I followed the steps on l. 3-7 (all successful), then ./create.sh returns this:
/data/ClickBench/bigquery (bigquery_main %=) $ ./create.sh
BigQuery error in mk operation: Cannot determine dataset described by test
BigQuery error in query operation: Cannot start a job without a project id.
What do I need to fix this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did gcloud init complete successfully? Looks like the default project id not set for this using gcloud init.
No description provided.