-
Notifications
You must be signed in to change notification settings - Fork 3
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
Datasetlocation option incompatibility #20
Comments
@gboyega1 thank you for reporting this issue. Can you provide the output you're seeing when executing this call ? It may help knowing at what level the error occurs. |
Hi @spoltier, I've been able to reproduce the error. Please note that it was done via the following: Google Dataproc (1.3-Debian 10)
Below was the error received as output:
I was also wondering if there are any plans to update the package as it doesn't work for newer versions of Dataproc and Spark. Functionality is limited to spark 2.3, Dataproc 1.5 and scala 2.11 |
bigquery_defaults( billingProjectId = "<your_billing_project_id>", gcsBucket = "<your_gcs_bucket>", datasetLocation = "US", serviceAccountKeyFile = "<your_service_account_key_file>", type = "direct" )
Dataset locations in bigquery bar those in US multi-region have the syntax 'continent-direction', e.g europe-east1. Upon supplying this value to bigquey_defaults, it causes an error when creating the table that's passed through cloud storage as the '-' character
cannot be used as part of table name in bigquery. Are there any plans to rectify this?
The text was updated successfully, but these errors were encountered: