This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff 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"
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 }}'
Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments