Skip to content

Commit

Permalink
chore: log version of bq CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
allejo committed Mar 12, 2024
1 parent 18f9036 commit 20e5344
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/provider-map-jobs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Provider Map Jobs
on:
push:
branches:
- vlad/bq-testing
workflow_dispatch:
schedule:
- cron: "0 0 * * 0"
Expand All @@ -22,6 +25,10 @@ jobs:

- name: Download providers.csv from warehouse
run: |
# Log what version of the BigQuery CLI we're using
bq version
# Download the latest providers.csv from the warehouse
bq query \
--quiet \
--headless \
Expand Down

0 comments on commit 20e5344

Please sign in to comment.