-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathdbt_project.yml
28 lines (27 loc) · 1.16 KB
/
dbt_project.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name: 'facebook_ads'
version: '0.8.0'
config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]
models:
facebook_ads:
+schema: facebook_ads
+materialized: table
intermediate:
+materialized: view
vars:
facebook_ads:
account_history: "{{ ref('stg_facebook_ads__account_history') }}"
ad_history: "{{ ref('stg_facebook_ads__ad_history') }}"
ad_set_history: "{{ ref('stg_facebook_ads__ad_set_history') }}"
basic_ad: "{{ ref('stg_facebook_ads__basic_ad') }}"
basic_ad_actions: "{{ ref('stg_facebook_ads__basic_ad_actions') }}"
basic_ad_action_values: "{{ ref('stg_facebook_ads__basic_ad_action_values') }}"
campaign_history: "{{ ref('stg_facebook_ads__campaign_history') }}"
creative_history: "{{ ref('stg_facebook_ads__creative_history') }}"
url_tag: "{{ ref('stg_facebook_ads__url_tag') }}"
facebook_ads__conversion_action_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 # same as pattern: offsite_conversion.custom%