-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdbt_project.yml
48 lines (44 loc) · 2.18 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
name: 'dbt_taboola_source'
version: '1.0.0'
config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]
profile: 'dbt_taboola_source'
vars:
dbt_taboola_source:
account: "{{ source('taboola','account') }}"
campaign: "{{ source('taboola','campaign') }}"
campaign_item: "{{ source('taboola','campaign_item') }}"
campaign_site_day_report: "{{ source('taboola','campaign_site_day_report') }}"
campaign_type: "{{ source('taboola','campaign_type') }}"
comment: "{{ source('taboola','comment') }}"
content_provider_country_report: "{{ source('taboola','content_provider_country_report') }}"
content_provider_platform_report: "{{ source('taboola','content_provider_platform_report') }}"
country_report: "{{ source('taboola','country_report') }}"
partner_type: "{{ source('taboola','partner_type') }}"
platform_report: "{{ source('taboola','platform_report') }}"
targeting_country: "{{ source('taboola','targeting_country') }}"
targeting_os: "{{ source('taboola','targeting_os') }}"
targeting_platform: "{{ source('taboola','targeting_platform') }}"
targeting_sub_country: "{{ source('taboola','targeting_sub_country') }}"
top_campaign_content_report: "{{ source('taboola','top_campaign_content_report') }}"
taboola__account_passthrough_columns: []
taboola__campaign_passthrough_columns: []
taboola__campaign_item_passthrough_columns: []
taboola__campaign_site_day_report_passthrough_columns: []
taboola__campaign_type_passthrough_columns: []
taboola__comment_passthrough_columns: []
taboola__content_provider_country_report_passthrough_columns: []
taboola__content_provider_platform_report_passthrough_columns: []
taboola__country_report_passthrough_columns: []
taboola__partner_type_passthrough_columns: []
taboola__platform_report_passthrough_columns: []
taboola__targeting_country_passthrough_columns: []
taboola__targeting_os_passthrough_columns: []
taboola__targeting_platform_passthrough_columns: []
taboola__targeting_sub_country_passthrough_columns: []
taboola__top_campaign_content_report_passthrough_columns: []
models:
dbt_taboola_source:
tmp:
materialized: view
+materialized: table