Skip to content

Commit

Permalink
Merge pull request #83 from fishtown-analytics/fix/bq-pv-whitespace
Browse files Browse the repository at this point in the history
Fix Jinja whitespace in bq snowplow_page_views
  • Loading branch information
jtcohen6 authored Mar 20, 2020
2 parents f52c95d + 3dead62 commit 3f43112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/adapters/bigquery/pageviews/snowplow_page_views.sql
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ page_views as (
, struct(
{{ var('snowplow:pass_through_columns') | join(',\n') }}
) as custom
{% endif -%}
{% endif %}

from events
where event = 'page_view'
Expand Down

0 comments on commit 3f43112

Please sign in to comment.