-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathacceptance-test-config.yml
55 lines (55 loc) · 1.98 KB
/
acceptance-test-config.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
# See [Connector Acceptance Tests](https://docs.airbyte.com/connector-development/testing-connectors/connector-acceptance-tests-reference)
# for more information about how to configure these tests
connector_image: airbyte/source-facebook-marketing:dev
test_strictness_level: "high"
acceptance_tests:
spec:
tests:
- spec_path: "integration_tests/spec.json"
connection:
tests:
- config_path: "secrets/config.json"
status: "succeed"
- config_path: "integration_tests/invalid_config.json"
status: "failed"
discovery:
tests:
- config_path: "secrets/config.json"
basic_read:
tests:
- config_path: "secrets/config.json"
empty_streams:
- name: "ad_account"
bypass_reason: "Cannot populate"
- name: "ad_sets"
bypass_reason: "Thumbnail urls changes permanently"
- name: "ad_creatives"
bypass_reason: "Thumbnail urls changes permanently"
- name: "ads_insights_age_and_gender"
bypass_reason: "Data not permanent"
- name: "ads_insights_region"
bypass_reason: "Data not permanent"
- name: "ads_insights_dma"
bypass_reason: "Data not permanent"
- name: "ads_insights_platform_and_device"
bypass_reason: "Data not permanent"
- name: "activities"
bypass_reason: "age field autoupdated"
- name: "custom_conversions"
bypass_reason: "Cannot populate"
- name: "images"
bypass_reason: "Links not permanent"
- name: "videos"
bypass_reason: "Cannot populate"
timeout_seconds: 2400
expect_records:
path: "integration_tests/expected_records.jsonl"
incremental:
tests:
- config_path: "secrets/config.json"
timeout_seconds: 2400
future_state:
future_state_path: "integration_tests/future_state.json"
full_refresh:
tests:
- config_path: "secrets/config.json"