Skip to content

Commit

Permalink
Change bigquery cluster fields
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Jan 15, 2024
1 parent dbb849b commit 187a061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/snowplow_attribution_paths_to_conversion.sql
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You may obtain a copy of the Snowplow Personal and Academic License Version 1.0
"field": "cv_tstamp",
"data_type": "timestamp"
}, databricks_val='cv_tstamp_date'),
cluster_by=snowplow_utils.get_value_by_target_type(bigquery_val=["user_identifier","session_identifier"], snowflake_val=["to_date(cv_tstamp)"]),
cluster_by=snowplow_utils.get_value_by_target_type(bigquery_val=["event_id","customer_id"], snowflake_val=["to_date(cv_tstamp)"]),
tags=["derived"],
sql_header=snowplow_utils.set_query_tag(var('snowplow__query_tag', 'snowplow_dbt')),
tblproperties={
Expand Down

0 comments on commit 187a061

Please sign in to comment.