generated from dpguthrie/snowflake-dbt-demo-project
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 \ | ||
|