Skip to content

Commit 8e64e46

Browse files
committed
Test fix from #8598.
1 parent 26d66f7 commit 8e64e46

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bigquery_etl/cli/query.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2300,9 +2300,6 @@ def _update_query_schema(
23002300
query_schema = Schema.from_query_file(
23012301
query_file_path,
23022302
content=sql_content,
2303-
project=project_name,
2304-
dataset=dataset_name,
2305-
table=table_name,
23062303
use_cloud_function=use_cloud_function,
23072304
respect_skip=respect_dryrun_skip,
23082305
sql_dir=sql_dir,

0 commit comments

Comments
 (0)