Skip to content

Commit 5588ea1

Browse files
column type fixes
1 parent db3e4ba commit 5588ea1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration_tests/dbt_project.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ seeds:
4242
linkedin_pages_ugc_post_history_data:
4343
+column_types:
4444
created_time: "{%- if target.type == 'bigquery' -%} TIMESTAMP {%- elif target.type == 'databricks' -%} timestamp {%- else -%} timestamp {%- endif -%}"
45+
_fivetran_synced: "{%- if target.type == 'bigquery' -%} TIMESTAMP {%- elif target.type == 'databricks' -%} timestamp {%- else -%} timestamp {%- endif -%}"
4546
first_published_at: "{%- if target.type == 'bigquery' -%} TIMESTAMP {%- elif target.type == 'databricks' -%} timestamp {%- else -%} timestamp {%- endif -%}"
4647
last_modified_time: "{%- if target.type == 'bigquery' -%} TIMESTAMP {%- elif target.type == 'databricks' -%} timestamp {%- else -%} timestamp {%- endif -%}"
4748
author: "{%- if target.type == 'bigquery' -%} STRING {%- elif target.type == 'databricks' -%} string {%- else -%} varchar {%- endif -%}"

0 commit comments

Comments
 (0)