Skip to content

Commit

Permalink
Add screen summary context var check enabled check
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Jan 19, 2024
1 parent 6f2e3da commit 60112c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions macros/config_check.sql
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ You may obtain a copy of the Snowplow Personal and Academic License Version 1.0
{{ exceptions.raise_compiler_error(
"Snowplow Error: Deep link context is enabled but it cannot be processed as `snowplow__enable_mobile` is currently disabled."
) }}
{% elif var('snowplow__enable_screen_summary_context') %}
{{ exceptions.raise_compiler_error(
"Snowplow Error: Screen summary context is enabled but it cannot be processed as `snowplow__enable_mobile` is currently disabled."
) }}
{% endif %}
{% endif %}

Expand Down

0 comments on commit 60112c4

Please sign in to comment.