Skip to content

Commit

Permalink
polishes
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-jamie committed Nov 5, 2024
1 parent e5b74f3 commit 3ede410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .buildkite/scripts/run_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ dbt run --target "$db" --full-refresh
dbt test --target "$db"
dbt run --vars '{ad_reporting__url_report__using_null_filter: false}' --target "$db" --full-refresh
dbt test --vars '{ad_reporting__url_report__using_null_filter: false}' --target "$db"
# dbt run-operation fivetran_utils.drop_schemas_automation --target "$db"
dbt run-operation fivetran_utils.drop_schemas_automation --target "$db"
9 changes: 1 addition & 8 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,4 @@ vars:
- name: onsite_conversion.lead_grouped
- name: offsite_conversion.fb_pixel_purchase
- name: offsite_conversion.fb_pixel_lead
- name: offsite_conversion.fb_pixel_custom # same as pattern: offsite_conversion.custom%

facebook_ads__conversion_action_value_types: # default values
- name: onsite_conversion.purchase
- name: onsite_conversion.lead_grouped
- name: offsite_conversion.fb_pixel_purchase
- name: offsite_conversion.fb_pixel_lead
- name: offsite_conversion.fb_pixel_custom # sums up offsite_conversion.custom%
- name: offsite_conversion.fb_pixel_custom # same as pattern: offsite_conversion.custom%

0 comments on commit 3ede410

Please sign in to comment.