Skip to content

Commit

Permalink
Replace old macro in custom example (Close #236)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlh1994 committed Nov 27, 2023
1 parent f09f2e5 commit f3f4b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You may obtain a copy of the Snowplow Community License Version 1.0 at https://d
materialized='incremental',
unique_key='page_view_id',
upsert_date_key='start_tstamp',
partition_by = snowplow_utils.get_partition_by(databricks_val='start_tstamp_date'),
partition_by = snowplow_utils.get_value_by_target_type(databricks_val='start_tstamp_date'),
snowplow_optimize=true
)
}}
Expand Down

0 comments on commit f3f4b98

Please sign in to comment.