Skip to content

Commit 0c97f43

Browse files
committed
Revert bq target changes
1 parent 9bd0a3b commit 0c97f43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/conftest.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ def redshift_target():
6262
def bigquery_target():
6363
return {
6464
"type": "bigquery",
65-
"method": "oauth"
65+
"method": "service-account",
66+
"keyfile": os.getenv('BIGQUERY_SERVICE_KEY_PATH'),
67+
"project": os.getenv('BIGQUERY_TEST_DATABASE'),
6668
}
6769

6870

0 commit comments

Comments
 (0)