Skip to content

Instantly share code, notes, and snippets.

@drewbanin
Created March 15, 2021 21:15
Show Gist options
  • Save drewbanin/0c840f0f8037d3456e43d0689803f183 to your computer and use it in GitHub Desktop.
Save drewbanin/0c840f0f8037d3456e43d0689803f183 to your computer and use it in GitHub Desktop.
Runtime Error
Syntax error near line 20
------------------------------
17 | - "{{ reporting_schema_grants(schemas, 'reporter') }}"
18 |
19 | vars: []
20 | testing_days_of_data: 3
21 | 'snowplow:timezone': 'America/New_York'
22 | 'snowplow:page_ping_frequency': 10
23 | 'snowplow:events': "{{ ref('stg_snowplow_web_events') }}"
Raw Error:
------------------------------
while parsing a block mapping
in "<unicode string>", line 1, column 1:
name: 'fishtown_internal_analytics'
^
expected <block end>, but found '<block mapping start>'
in "<unicode string>", line 20, column 3:
testing_days_of_data: 3
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment