Skip to content

Commit

Permalink
Revert bq target changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Jun 2, 2022
1 parent 9bd0a3b commit 0c97f43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ def redshift_target():
def bigquery_target():
return {
"type": "bigquery",
"method": "oauth"
"method": "service-account",
"keyfile": os.getenv('BIGQUERY_SERVICE_KEY_PATH'),
"project": os.getenv('BIGQUERY_TEST_DATABASE'),
}


Expand Down

0 comments on commit 0c97f43

Please sign in to comment.