samelamin / spark-bigquery

Google BigQuery support for Spark, Structured Streaming, SQL, and DataFrames with easy Databricks integration.
Apache License 2.0
70 stars 28 forks source link

Allow more BigQuery zones #78

Closed hafizbadrie closed 5 years ago

hafizbadrie commented 5 years ago

When using zones like asia-east1, asia-southeast1, etc, the code will throw error on this line of code. Need to replace - part of the location to _ so that the location can be used to form a dataset ID.