@@ -19,27 +19,39 @@ acceptance_tests:
19
19
tests :
20
20
- config_path : " secrets/config.json"
21
21
expect_records :
22
- bypass_reason : " Bypassed because SAT run on active account. Dedicated Sandbox is needed."
22
+ path : " integration_tests/expected_records.txt"
23
+ timeout_seconds : 600
23
24
empty_streams :
24
- - name : " geographic_report"
25
- bypass_reason : " The stream could not be fullfield with data manually."
26
- - name : " keyword_report"
27
- bypass_reason : " The stream could not be fullfield with data manually."
28
- - name : " display_keyword_performance_report"
29
- bypass_reason : " The stream could not be fullfield with data manually."
30
25
- name : " display_topics_performance_report"
31
- bypass_reason : " The stream could not be fullfield with data manually."
32
- - name : " shopping_performance_report"
33
- bypass_reason : " The stream could not be fullfield with data manually."
34
- - name : " unhappytable"
35
- bypass_reason : " The stream could not be fullfield with data manually."
26
+ bypass_reason : " Stream not filled yet."
36
27
- name : " click_view"
37
- bypass_reason : " The stream could not be fullfield with data manually."
38
- timeout_seconds : 1200
28
+ bypass_reason : " Stream not filled yet."
29
+ - name : " unhappytable"
30
+ bypass_reason : " Stream not filled yet."
31
+ - name : " shopping_performance_report"
32
+ bypass_reason : " Stream not filled yet."
39
33
full_refresh :
40
34
tests :
41
35
- config_path : " secrets/config.json"
42
36
configured_catalog_path : " integration_tests/configured_catalog.json"
43
- timeout_seconds : 1200
44
37
incremental :
45
- bypass_reason : " Incremental tests are implemented using custom test, available by integration_tests/test_incremental.py"
38
+ tests :
39
+ - config_path : " secrets/incremental_config.json"
40
+ configured_catalog_path : " integration_tests/incremental_catalog.json"
41
+ threshold_days : 14
42
+ future_state :
43
+ future_state_path : " integration_tests/abnormal_state.json"
44
+ cursor_paths :
45
+ account_performance_report : ["4651612872", "segments.date"]
46
+ click_view : ["4651612872", "segments.date"]
47
+ geographic_report : ["4651612872", "segments.date"]
48
+ keyword_report : ["4651612872", "segments.date"]
49
+ display_topics_performance_report : ["4651612872", "segments.date"]
50
+ shopping_performance_report : ["4651612872", "segments.date"]
51
+ ad_group_ads : ["4651612872", "segments.date"]
52
+ ad_groups : ["4651612872", "segments.date"]
53
+ accounts : ["4651612872", "segments.date"]
54
+ campaigns : ["4651612872", "segments.date"]
55
+ user_location_report : ["4651612872", "segments.date"]
56
+ ad_group_ad_report : ["4651612872", "segments.date"]
57
+ display_keyword_performance_report : ["4651612872", "segments.date"]
0 commit comments