Skip to content

Commit

Permalink
data types
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-reneeli committed Apr 8, 2024
1 parent 942f6fb commit a56b239
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ seeds:
+column_types:
deal_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
merged_deal_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
ticket_pipeline_stage_data:
stage_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"
ticket_pipeline_data:
pipeline_id: "{{ 'int64' if target.type == 'bigquery' else 'bigint' }}"

dispatch:
- macro_namespace: dbt_utils
Expand Down

0 comments on commit a56b239

Please sign in to comment.