Skip to content

Commit

Permalink
Source GitHub: SAT high strictness (#21293)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
  • Loading branch information
grubberr authored Jan 17, 2023
1 parent c830b7f commit 446c7a4
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
connector_image: airbyte/source-github:dev
test_strictness_level: "high"
acceptance_tests:
spec:
tests:
Expand All @@ -18,10 +19,16 @@ acceptance_tests:
basic_read:
tests:
- config_path: "secrets/config.json"
configured_catalog_path: "integration_tests/configured_catalog.json"
expect_records:
path: "integration_tests/expected_records.jsonl"
extra_fields: no
exact_order: no
extra_records: yes
empty_streams:
- name: "events"
bypass_reason: "Only events created within the past 90 days can be showed"
- name: "organizations"
bypass_reason: "The objects can mutate quite often"
incremental:
tests:
- config_path: "secrets/config.json"
Expand Down
Loading

0 comments on commit 446c7a4

Please sign in to comment.