* acceptance test fix ignored_fields team dict * added option to include or exclude closed tasks * added change log * delete doc file and use correct one * update manifest version * auto-bump connector version --------- Co-authored-by: marcosmarxm <marcosmarxm@gmail.com> Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
33 lines
993 B
YAML
33 lines
993 B
YAML
acceptance_tests:
|
|
basic_read:
|
|
tests:
|
|
- config_path: secrets/config.json
|
|
empty_streams: []
|
|
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
|
|
full_refresh:
|
|
tests:
|
|
- config_path: secrets/config.json
|
|
configured_catalog_path: integration_tests/configured_catalog.json
|
|
ignored_fields:
|
|
team:
|
|
- name: members
|
|
bypass_reason: ignore changing value in full_refresh of acceptance-tests
|
|
- name: last_active
|
|
bypass_reason: ignore changing value in full_refresh of acceptance-tests
|
|
spec:
|
|
tests:
|
|
- spec_path: source_clickup_api/spec.yaml
|
|
timeout_seconds: 1200
|
|
incremental:
|
|
bypass_reason: "Incremental syncs are not supported on this connector."
|
|
connector_image: airbyte/source-clickup-api:dev
|
|
test_strictness_level: low
|