Skip to content

Commit

Permalink
force build
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel Gomez committed Feb 8, 2024
1 parent 81aa1fb commit 11e806e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion transform/.dbt_coves/templates/model_props.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2

models:
- name: {{ model }}
- name: {{ model | lower }}
description: ''
columns:
{%- for col in columns %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ with raw_source as (
final as (

select
"DATE"::date as date,
"DATE"::date as event_date,
"PROPERTY"::varchar as property,
"_FIVETRAN_ID"::varchar as fivetran_id,
"EVENT_NAME"::varchar as event_name,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ models:
- name: engagement_events_report
description: 'A report of user engagement events, including the event name, count, and revenue'
columns:
- name: date
- name: event_date
description: 'The date on which the event occurred'
- name: property
description: 'The property associated with the event'
Expand Down

0 comments on commit 11e806e

Please sign in to comment.