forked from yacinehmito/airbyte-connectors
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacceptance-test-config.yml
More file actions
25 lines (25 loc) · 904 Bytes
/
acceptance-test-config.yml
File metadata and controls
25 lines (25 loc) · 904 Bytes
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
connector_image: azure-workitems-source
tests:
spec:
- config_path: 'test_files/config.json'
spec_path: 'resources/spec.json'
connection:
- config_path: 'test_files/config.json'
status: 'succeed'
- config_path: 'test_files/invalid_config.json'
status: 'failed'
discovery:
- config_path: 'test_files/config.json'
basic_read:
- config_path: 'test_files/config.json'
configured_catalog_path: 'test_files/full_configured_catalog.json'
expect_trace_message_on_failure: false
full_refresh:
- config_path: 'test_files/config.json'
configured_catalog_path: 'test_files/full_configured_catalog.json'
incremental:
- config_path: 'test_files/config.json'
configured_catalog_path: 'test_files/incremental_configured_catalog.json'
future_state_path: 'test_files/abnormal_state.json'
cursor_paths:
tasks: ['cutoff']