Skip to content

Commit

Permalink
Make projectId explicit in bq checks
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecglass committed Nov 28, 2023
1 parent cdc1dc5 commit 1b46926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/data_warehouse/data_warehouse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func TestDataWarehouse(t *testing.T) {
}

test_query := func (){
bq.Runf(t, "--headless=true show %s.thelook.distribution_centers", projectID)
bq.Runf(t, "--project_id= %s --headless=true show %s.thelook.distribution_centers", projectID)
}

query_template := "SELECT COUNT(*) AS count_rows FROM `%[1]s.%[2]s`;"
Expand Down

0 comments on commit 1b46926

Please sign in to comment.