Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Source GitHub: SAT high strictness #21293

Merged
merged 32 commits into from
Jan 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9bc09a3
future_state_fixture test only for incremental streams
grubberr Jan 11, 2023
4c4b714
bump 0.2.26
grubberr Jan 11, 2023
b0b62ea
time.sleep added
grubberr Jan 11, 2023
56227db
test_strictness_level: "high"
grubberr Jan 12, 2023
839766a
users removed
grubberr Jan 12, 2023
4892359
projects, teams - removed
grubberr Jan 12, 2023
a9e6b6c
releases, tags - removed
grubberr Jan 12, 2023
bdf96a9
deployments removed, repositories removed
grubberr Jan 12, 2023
b70b69d
organizations removed
grubberr Jan 12, 2023
b39d05a
assignees removed
grubberr Jan 12, 2023
4dabf7b
branches removed
grubberr Jan 12, 2023
80bb54c
Merge branch 'master' into grubberr/19035-source-github-high-strictness
grubberr Jan 12, 2023
d1e02c7
organizations - The objects can mutate quite often
grubberr Jan 12, 2023
561e22f
collaborators, comments, issues - removed
grubberr Jan 12, 2023
9af2308
reviews added
grubberr Jan 12, 2023
75ea59a
team_members added
grubberr Jan 12, 2023
1ff407b
team_memberships added
grubberr Jan 12, 2023
f77d342
issue_comment_reactions, issue_events, issue_labels, issue_milestones…
grubberr Jan 12, 2023
7bfa8be
Merge branch 'master' into grubberr/19035-source-github-high-strictness
grubberr Jan 12, 2023
d8a01ea
commit_comment_reactions, commit_comments - added
grubberr Jan 12, 2023
cfa0ba2
project_cards, review_comments - added
grubberr Jan 12, 2023
aca6fd3
project_columns, pull_request_comment_reactions, pull_request_commits…
grubberr Jan 13, 2023
9719091
workflow_jobs, workflow_runs, workflows - added
grubberr Jan 13, 2023
6c43331
change records for workflow_runs
grubberr Jan 13, 2023
66ae7da
Merge branch 'master' into grubberr/19035-source-github-high-strictness
grubberr Jan 13, 2023
7e364f8
Merge branch 'master' into grubberr/19035-source-github-high-strictness
grubberr Jan 13, 2023
27a275c
Merge branch 'master' into grubberr/19035-source-github-high-strictness
grubberr Jan 17, 2023
2ebf791
Merge branch 'master' into grubberr/19035-source-github-high-strictness
grubberr Jan 17, 2023
ed05985
Merge branch 'master' into grubberr/19035-source-github-high-strictness
grubberr Jan 17, 2023
6ba2a6e
Merge branch 'master' into grubberr/19035-source-github-high-strictness
grubberr Jan 17, 2023
916d0c7
"stream":"workflows" - fixed
grubberr Jan 17, 2023
19a2826
workflow_jobs fixed
grubberr Jan 17, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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