forked from data-mie/dbt-cloud-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
job.yml
74 lines (64 loc) · 2.23 KB
/
job.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
version: 1
account_id: 7108
project_name: svp
project_id: 34748
environments:
- name: Airflow-SVP Production
id: 43528
dbt_version: 1.3.4
custom_branch: release
jobs:
- name: airflow_da_address_match_prd
id: 103334
steps:
- dbt test --select source:da_address_match
- dbt build --select tag:da_address_match --exclude tag:unit-test
tracking: true
schedule: daily
- name: airflow_paf_prd
id: 40879
steps:
- dbt test --select tag:paf_source
- dbt build --select tag:paf --exclude svp_apm_property_id_mapping
tracking: true
schedule: monthly
- name: airflow_vg_prd
id: 44393
steps:
- dbt test --select tag:vg_source
- dbt build --select tag:vg+ --exclude svp_apm_property_id_mapping
tracking: true
schedule: weekly
- name: airflow_psma_prd
id: 93798
steps:
- dbt test --select tag:psma_source
- dbt build --select tag:psma --exclude svp_apm_property_id_mapping --indirect-selection=buildable
tracking: true
schedule: quarterly
- name: airflow_prd_export_hpg_property_activity_update_rent
id: 139376
steps:
- dbt run --select hpg_api_json_property_activity_update_rent
tracking: true
schedule: daily
- name: airflow_prd_export_hpg_property_activity_delete_rent
id: 146029
steps:
- dbt run --select hpg_api_json_property_activity_delete_rent
- "dbt run-operation unload_svp_to_s3_json --args '{product: hpg, json_model: hpg_api_json_property_activity_delete_rent, s3_dir: uploads}'"
tracking: true
schedule: daily
- name: airflow_prd_hpg_profile_activity
id: 141767
steps:
- dbt seed --select svp_column_mapping --full-refresh
- dbt build --select +hpg_property_profile,tag:daily +hpg_property_activity,tag:daily --exclude svp_apm_property_id_mapping
tracking: true
schedule: daily
- name: svp_grs_release_prd
id: 95195
steps:
- dbt build --select mart.grs
tracking: true
schedule: monthly