Skip to content

Commit

Permalink
prod target build
Browse files Browse the repository at this point in the history
  • Loading branch information
Sung Won Chung committed Feb 5, 2024
1 parent 85fadb9 commit c428705
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dbt_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,12 @@ jobs:
AWS_REGION: us-west-2

- name: dbt build
run: dbt build --select state:modified+ --defer --state ./ --exclude config.materialized:snapshot --full-refresh --profiles-dir ./
run: dbt build --target prod --select state:modified+ --defer --state ./ --exclude config.materialized:snapshot --full-refresh --profiles-dir ./
env:
SNOWFLAKE_ACCOUNT: ${{ secrets.SNOWFLAKE_ACCOUNT }}
SNOWFLAKE_USER: ${{ secrets.SNOWFLAKE_USER }}
SNOWFLAKE_PASSWORD: ${{ secrets.SNOWFLAKE_PASSWORD }}
SNOWFLAKE_ROLE: ${{ secrets.SNOWFLAKE_ROLE }}
SNOWFLAKE_SCHEMA: "${{ 'ANALYTICS' }}"

- name: submit artifacts to datafold
run: |
Expand Down

0 comments on commit c428705

Please sign in to comment.