Skip to content

Commit

Permalink
fix pr schema number
Browse files Browse the repository at this point in the history
  • Loading branch information
Sung Won Chung committed Feb 14, 2024
1 parent bd9a530 commit 7c68160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dbt_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
SNOWFLAKE_USER: ${{ secrets.SNOWFLAKE_USER }}
SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }}
SNOWFLAKE_ROLE: ${{ secrets.SNOWFLAKE_ROLE }}
SNOWFLAKE_SCHEMA: "${{ format('{0}_{1}', 'PR_NUM', steps.findPr.outputs.pr) }}"
SNOWFLAKE_SCHEMA: "${{ format('{0}_{1}', 'PR_NUM', github.event.pull_request.number) }}"

# TODO: comment this step out if you don't have Datafold Cloud yet
# TODO: replace --ci-config-id 345 with your unique datafold ci config id
Expand Down

0 comments on commit 7c68160

Please sign in to comment.