diff --git a/dbt_project.yml b/dbt_project.yml index ba6f1a8..b845b1e 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -11,7 +11,6 @@ clean-targets: ["target"] # directories removed by the clean task test-paths: ["test"] # where to store test results data-paths: ["data"] # load CSVs from this directory with `dbt seed` - vars: etl: #stitch or fivetran diff --git a/macros/fivetran/base/fivetran_fb_url_tag.sql b/macros/fivetran/base/fivetran_fb_url_tag.sql index 2abf0bf..469c7f7 100644 --- a/macros/fivetran/base/fivetran_fb_url_tag.sql +++ b/macros/fivetran/base/fivetran_fb_url_tag.sql @@ -46,7 +46,8 @@ final as ( over ( partition by creative_id - order by key + order by key + rows between unbounded preceding and unbounded following ) as {{value}} {% if not loop.last %}