-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathdbt_project.yml
31 lines (28 loc) · 1.33 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
name: 'amazon_ads_source'
version: '0.4.0'
config-version: 2
require-dbt-version: [">=1.3.0", "<2.0.0"]
vars:
amazon_ads_source:
ad_group_history: "{{ source('amazon_ads','ad_group_history') }}"
ad_group_level_report: "{{ source('amazon_ads','ad_group_level_report') }}"
advertised_product_report: "{{ source('amazon_ads','advertised_product_report') }}"
campaign_history: "{{ source('amazon_ads','campaign_history') }}"
campaign_level_report: "{{ source('amazon_ads','campaign_level_report') }}"
portfolio_history: "{{ source('amazon_ads','portfolio_history') }}"
product_ad_history: "{{ source('amazon_ads','product_ad_history') }}"
profile: "{{ source('amazon_ads','profile') }}"
keyword_history: "{{ source('amazon_ads','keyword_history') }}"
targeting_keyword_report: "{{ source('amazon_ads','targeting_keyword_report') }}"
search_term_ad_keyword_report: "{{ source('amazon_ads','search_term_ad_keyword_report') }}"
amazon_ads__ad_group_passthrough_metrics: []
amazon_ads__advertised_product_passthrough_metrics: []
amazon_ads__campaign_passthrough_metrics: []
amazon_ads__search_term_ad_keyword_passthrough_metrics: []
amazon_ads__targeting_keyword_passthrough_metrics: []
models:
amazon_ads_source:
tmp:
+materialized: view
+materialized: table
+schema: amazon_ads_source