Skip to content

Commit

Permalink
Trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
dpguthrie committed Dec 19, 2023
1 parent 5ecd69c commit 1aed564
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/run_job_on_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,19 @@ jobs:
--metabase_host metabase-production-2dd8.up.railway.app \
--metabase_user $METABASE_USER \
--metabase_password $METABASE_PASSWORD \
--metabase_database DOUG_DEMO_V2 \
--metabase_database SNOWFLAKE \
--output_path ./models/marts/ \
--output_name metabase_exposures
- name: Run Merge Job Again
- name: Add file
uses: EndBug/add-and-commit@v9
with:
add: 'metabase_exposures.yml'
committer_name: Github Actions
committer_email: [email protected]
message: 'Add metabase exposures'

- name: Run Merge Job Again (to update Explorer)
run: |
run=$(dbtc trigger-job \
--job-id=$JOB_ID \
Expand Down

0 comments on commit 1aed564

Please sign in to comment.