Skip to content

Commit

Permalink
bigquery: set location
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Oct 1, 2024
1 parent bc2b448 commit 7c17e51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/dbio/database/database_bigquery.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ func (conn *BigQueryConn) Init() error {
if conn.DatasetID == "" {
conn.DatasetID = conn.GetProp("schema")
}

conn.Location = conn.GetProp("location")

instance := Connection(conn)
conn.BaseConn.instance = &instance
Expand Down

0 comments on commit 7c17e51

Please sign in to comment.