Skip to content

Commit

Permalink
feat: add get location support
Browse files Browse the repository at this point in the history
  • Loading branch information
yirutang committed Sep 26, 2022
1 parent b3ffd77 commit b05f7b0
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -360,6 +360,7 @@ private Builder(String streamOrTableName, TableSchema tableSchema, BigQueryWrite
WriteStream writeStream = this.client.getWriteStream(writeStreamRequest);
TableSchema writeStreamTableSchema = writeStream.getTableSchema();
this.tableSchema = writeStreamTableSchema;
this.location = writeStream.getLocation();
} else {
this.tableSchema = tableSchema;
}
Expand Down

0 comments on commit b05f7b0

Please sign in to comment.