Skip to content

Commit

Permalink
add datatype casting for merged deal id too
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-reneeli committed Feb 13, 2024
1 parent 406d4a3 commit 24bff3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ seeds:
merged_deal_data:
+column_types:
deal_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
merged_deal_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"

dispatch:
- macro_namespace: dbt_utils
Expand Down

0 comments on commit 24bff3e

Please sign in to comment.