Skip to content

Commit

Permalink
Update README for v0.10.0 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 authored Jun 12, 2020
1 parent ec0e95c commit ac423b6
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,23 +69,15 @@ An example `dbt_project.yml` configuration:

...

models:
snowplow:
vars:
'snowplow:timezone': 'America/New_York'
'snowplow:page_ping_frequency': 10
'snowplow:events': "{{ ref('sp_base_events') }}"
'snowplow:context:web_page': "{{ ref('sp_base_web_page_context') }}"
'snowplow:context:performance_timing': false
'snowplow:context:useragent': false
'snowplow:pass_through_columns': []
'snowplow:page_view_lookback_days': 1
base:
optional:
enabled: false
page_views:
optional:
enabled: false
vars:
'snowplow:timezone': 'America/New_York'
'snowplow:page_ping_frequency': 10
'snowplow:events': "{{ ref('sp_base_events') }}"
'snowplow:context:web_page': "{{ ref('sp_base_web_page_context') }}"
'snowplow:context:performance_timing': false
'snowplow:context:useragent': false
'snowplow:pass_through_columns': []
'snowplow:page_view_lookback_days': 1
```
### Database support
Expand Down Expand Up @@ -122,6 +114,6 @@ snowplow:
identification:
default:
snowplow_id_map:
enabled: false
+enabled: false
```
* Fork this repository :)

0 comments on commit ac423b6

Please sign in to comment.