Skip to content

Commit

Permalink
chore: Add seed and vars
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Dec 5, 2023
1 parent fb4763b commit 140da33
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/transformations_aws_cost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
CQ_DSN: postgresql://postgres:pass@localhost:5432/postgres
- name: Run Policies
run: |
dbt run --target dev-pg --profiles-dir ./tests
dbt seed --target dev-pg --profiles-dir ./tests
dbt run --target dev-pg --profiles-dir ./tests --vars 'cost_usage_table: cost_check'
# Test packed version
- name: Setup Node.js
uses: actions/setup-node@v4
Expand All @@ -81,4 +82,4 @@ jobs:
- name: Run Unpacked DBT
working-directory: ./transformations/aws/cost/build/aws_cost
run: |
dbt run --target dev-pg --profiles-dir ../../tests
dbt run --target dev-pg --profiles-dir ./tests --vars 'cost_usage_table: cost_check'

0 comments on commit 140da33

Please sign in to comment.