Skip to content

Commit

Permalink
hotfix GitHub workflow 6
Browse files Browse the repository at this point in the history
  • Loading branch information
antjes88 committed Nov 9, 2023
1 parent 4657c72 commit 23b382e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def repository_with_cashflows(bq_repository):
write_disposition=bigquery.WriteDisposition.WRITE_TRUNCATE,
source_format=bigquery.SourceFormat.NEWLINE_DELIMITED_JSON,
)
if os.environ.get('SA_JSON'):
if not os.environ.get('SA_JSON'):
bq_repository.client.create_dataset(os.environ["DATASET"], exists_ok=True)
bq_repository.load_table_from_json(
CASHFLOWS, os.environ["DATASET"] + "." + os.environ["SOURCE_TABLE"], job_config
Expand Down

0 comments on commit 23b382e

Please sign in to comment.