Skip to content

Commit

Permalink
Fix navtype
Browse files Browse the repository at this point in the history
  • Loading branch information
agnessnowplow committed Oct 9, 2023
1 parent b6ada5b commit 99b8db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/field_extractions/get_cwv_fields.sql
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You may obtain a copy of the Snowplow Community License Version 1.0 at https://d
, unstruct_event_com_snowplowanalytics_snowplow_web_vitals_1.cls::decimal(14,4) as cwv__cls
, unstruct_event_com_snowplowanalytics_snowplow_web_vitals_1.inp::decimal(14,4) as cwv__inp
, unstruct_event_com_snowplowanalytics_snowplow_web_vitals_1.ttfb::decimal(14,4) as cwv__ttfb
, unstruct_event_com_snowplowanalytics_snowplow_web_vitals_1.navigationType::varchar(128) as cwv__navigation_type
, unstruct_event_com_snowplowanalytics_snowplow_web_vitals_1.navigation_type::varchar(128) as cwv__navigation_type
{% else %}
, cast(null as decimal(14,4)) as cwv__lcp,
, cast(null as decimal(14,4)) as cwv__fcp,
Expand Down

0 comments on commit 99b8db5

Please sign in to comment.