Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 811e357

Browse files
committed
Disable BigQuery in CI
1 parent fe77d69 commit 811e357

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
run: "poetry install"
4444

4545
# BigQuery start
46-
- id: 'auth'
47-
uses: 'google-github-actions/auth@v1'
48-
with:
49-
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
46+
# - id: 'auth'
47+
# uses: 'google-github-actions/auth@v1'
48+
# with:
49+
# credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
5050

51-
- name: 'Set up BigQuery Cloud SDK'
52-
uses: 'google-github-actions/setup-gcloud@v1'
51+
# - name: 'Set up BigQuery Cloud SDK'
52+
# uses: 'google-github-actions/setup-gcloud@v1'
5353

5454
# - name: 'Use gcloud CLI'
5555
# run: "gcloud config configurations list"
@@ -64,7 +64,7 @@ jobs:
6464
DATADIFF_SNOWFLAKE_URI: '${{ secrets.DATADIFF_SNOWFLAKE_URI }}'
6565
DATADIFF_PRESTO_URI: '${{ secrets.DATADIFF_PRESTO_URI }}'
6666
DATADIFF_TRINO_URI: '${{ secrets.DATADIFF_TRINO_URI }}'
67-
DATADIFF_BIGQUERY_URI: '${{ secrets.DATADIFF_BIGQUERY_URI }}'
67+
# DATADIFF_BIGQUERY_URI: '${{ secrets.DATADIFF_BIGQUERY_URI }}'
6868
DATADIFF_CLICKHOUSE_URI: 'clickhouse://clickhouse:Password1@localhost:9000/clickhouse'
6969
DATADIFF_VERTICA_URI: 'vertica://vertica:Password1@localhost:5433/vertica'
7070
DATADIFF_REDSHIFT_URI: '${{ secrets.DATADIFF_REDSHIFT_URI }}'

.github/workflows/ci_full.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,16 @@ jobs:
4343
run: "poetry install"
4444

4545
# BigQuery start
46-
- id: 'auth'
47-
uses: 'google-github-actions/auth@v1'
48-
with:
49-
credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
46+
# - id: 'auth'
47+
# uses: 'google-github-actions/auth@v1'
48+
# with:
49+
# credentials_json: '${{ secrets.GOOGLE_CREDENTIALS }}'
5050

51-
- name: 'Set up BigQuery Cloud SDK'
52-
uses: 'google-github-actions/setup-gcloud@v1'
51+
# - name: 'Set up BigQuery Cloud SDK'
52+
# uses: 'google-github-actions/setup-gcloud@v1'
5353

54-
- name: "Install BigQuery for Python"
55-
run: poetry add google-cloud-bigquery
54+
# - name: "Install BigQuery for Python"
55+
# run: poetry add google-cloud-bigquery
5656

5757
# BigQuery end
5858

@@ -62,7 +62,7 @@ jobs:
6262
DATADIFF_PRESTO_URI: '${{ secrets.DATADIFF_PRESTO_URI }}'
6363
DATADIFF_CLICKHOUSE_URI: 'clickhouse://clickhouse:Password1@localhost:9000/clickhouse'
6464
DATADIFF_VERTICA_URI: 'vertica://vertica:Password1@localhost:5433/vertica'
65-
DATADIFF_BIGQUERY_URI: '${{ secrets.DATADIFF_BIGQUERY_URI }}'
65+
# DATADIFF_BIGQUERY_URI: '${{ secrets.DATADIFF_BIGQUERY_URI }}'
6666
DATADIFF_REDSHIFT_URI: '${{ secrets.DATADIFF_REDSHIFT_URI }}'
6767
run: |
6868
chmod +x tests/waiting_for_stack_up.sh

0 commit comments

Comments
 (0)