Skip to content

Commit

Permalink
Merge pull request #196 from bluelabsio/RM-4-fix-bigquery-no-gcs-inte…
Browse files Browse the repository at this point in the history
…gration-tests

RM-4 Add Bigquery No GCS Integration Tests
  • Loading branch information
ryantimjohn authored Jan 19, 2023
2 parents 9fece49 + c5a6734 commit eb4d28a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -603,17 +603,17 @@ workflows:
filters:
tags:
only: /v\d+\.\d+\.\d+(-[\w]+)?/
# - integration_test:
# name: bigquery-no-gcs-itest
# extras: '[bigquery,itest]'
# python_version: "3.9"
# db_name: bltoolsdevbq-bq_itest
# include_gcs_scratch_bucket: false
# requires:
# - redshift-s3-itest
# filters:
# tags:
# only: /v\d+\.\d+\.\d+(-[\w]+)?/
- integration_test:
name: bigquery-no-gcs-itest
extras: '[bigquery,itest]'
python_version: "3.9"
db_name: bltoolsdevbq-bq_itest
include_gcs_scratch_bucket: false
requires:
- redshift-s3-itest
filters:
tags:
only: /v\d+\.\d+\.\d+(-[\w]+)?/
# - integration_test:
# name: bigquery-gcs-itest
# extras: '[bigquery,itest]'
Expand Down

0 comments on commit eb4d28a

Please sign in to comment.