Skip to content

Commit

Permalink
chore: Provide default for cost table
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Dec 11, 2023
1 parent a253b0c commit feef892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion transformations/aws/cost/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ clean-targets: # directories to be removed by `dbt clean`
- "target"
- "dbt_packages"

vars:
cost_usage_table: cost_usage_table

seeds:
aws_cost: # you must include the project name
cost_check:
cost_usage_table:
+column_types:
bill_billing_period_end_date: TIMESTAMP WITHOUT TIME ZONE
reservation_amortized_upfront_cost_for_usage: DOUBLE PRECISION
Expand Down

0 comments on commit feef892

Please sign in to comment.