-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Source Github: Raise Error if no organizations or repos are available (…
…#21084) * Source Github: Raise Error if no organizations or repos are available * Source GitHub: Update docs; bump version * Source GitHub: Add test * Source GitHub: Exclude empty streams * auto-bump connector version Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
- Loading branch information
1 parent
6c2ee30
commit 49bee81
Showing
7 changed files
with
74 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
106 changes: 58 additions & 48 deletions
106
airbyte-integrations/connectors/source-github/acceptance-test-config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,55 +1,65 @@ | ||
connector_image: airbyte/source-github:dev | ||
tests: | ||
acceptance_tests: | ||
spec: | ||
- spec_path: "source_github/spec.json" | ||
tests: | ||
- spec_path: "source_github/spec.json" | ||
connection: | ||
- config_path: "secrets/config.json" | ||
status: "succeed" | ||
- config_path: "secrets/config_oauth.json" | ||
status: "succeed" | ||
- config_path: "integration_tests/invalid_config.json" | ||
status: "failed" | ||
tests: | ||
- config_path: "secrets/config.json" | ||
status: "succeed" | ||
- config_path: "secrets/config_oauth.json" | ||
status: "succeed" | ||
- config_path: "integration_tests/invalid_config.json" | ||
status: "failed" | ||
discovery: | ||
- config_path: "secrets/config.json" | ||
- config_path: "secrets/config_oauth.json" | ||
tests: | ||
- config_path: "secrets/config.json" | ||
- config_path: "secrets/config_oauth.json" | ||
basic_read: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
tests: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
empty_streams: | ||
- name: "events" | ||
bypass_reason: "Only events created within the past 90 days can be showed" | ||
incremental: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
future_state_path: "integration_tests/abnormal_state.json" | ||
cursor_paths: | ||
comments: ["airbytehq/integration-test", "updated_at"] | ||
commit_comment_reactions: | ||
["airbytehq/integration-test", "55538825", "created_at"] | ||
commit_comments: ["airbytehq/integration-test", "updated_at"] | ||
commits: ["airbytehq/integration-test", "master", "created_at"] | ||
deployments: ["airbytehq/integration-test", "updated_at"] | ||
events: ["airbytehq/integration-test", "created_at"] | ||
issue_comment_reactions: | ||
["airbytehq/integration-test", "907296275", "created_at"] | ||
issue_events: ["airbytehq/integration-test", "created_at"] | ||
issue_milestones: ["airbytehq/integration-test", "updated_at"] | ||
issue_reactions: ["airbytehq/integration-test", "11", "created_at"] | ||
issues: ["airbytehq/integration-test", "updated_at"] | ||
project_cards: | ||
["airbytehq/integration-test", "13167124", "17807006", "updated_at"] | ||
project_columns: | ||
["airbytehq/integration-test", "13167124", "updated_at"] | ||
projects: ["airbytehq/integration-test", "updated_at"] | ||
pull_request_comment_reactions: | ||
["airbytehq/integration-test", "699253726", "created_at"] | ||
pull_request_stats: ["airbytehq/integration-test", "updated_at"] | ||
pull_requests: ["airbytehq/integration-test", "updated_at"] | ||
releases: ["airbytehq/integration-test", "created_at"] | ||
repositories: ["airbytehq", "updated_at"] | ||
review_comments: ["airbytehq/integration-test", "updated_at"] | ||
reviews: ["airbytehq/integration-test", "updated_at"] | ||
stargazers: ["airbytehq/integration-test", "starred_at"] | ||
workflow_runs: ["airbytehq/integration-test", "updated_at"] | ||
workflows: ["airbytehq/integration-test", "updated_at"] | ||
workflow_jobs: ["airbytehq/integration-test", "completed_at"] | ||
tests: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
future_state: | ||
future_state_path: "integration_tests/abnormal_state.json" | ||
cursor_paths: | ||
comments: ["airbytehq/integration-test", "updated_at"] | ||
commit_comment_reactions: | ||
["airbytehq/integration-test", "55538825", "created_at"] | ||
commit_comments: ["airbytehq/integration-test", "updated_at"] | ||
commits: ["airbytehq/integration-test", "master", "created_at"] | ||
deployments: ["airbytehq/integration-test", "updated_at"] | ||
events: ["airbytehq/integration-test", "created_at"] | ||
issue_comment_reactions: | ||
["airbytehq/integration-test", "907296275", "created_at"] | ||
issue_events: ["airbytehq/integration-test", "created_at"] | ||
issue_milestones: ["airbytehq/integration-test", "updated_at"] | ||
issue_reactions: ["airbytehq/integration-test", "11", "created_at"] | ||
issues: ["airbytehq/integration-test", "updated_at"] | ||
project_cards: | ||
["airbytehq/integration-test", "13167124", "17807006", "updated_at"] | ||
project_columns: | ||
["airbytehq/integration-test", "13167124", "updated_at"] | ||
projects: ["airbytehq/integration-test", "updated_at"] | ||
pull_request_comment_reactions: | ||
["airbytehq/integration-test", "699253726", "created_at"] | ||
pull_request_stats: ["airbytehq/integration-test", "updated_at"] | ||
pull_requests: ["airbytehq/integration-test", "updated_at"] | ||
releases: ["airbytehq/integration-test", "created_at"] | ||
repositories: ["airbytehq", "updated_at"] | ||
review_comments: ["airbytehq/integration-test", "updated_at"] | ||
reviews: ["airbytehq/integration-test", "updated_at"] | ||
stargazers: ["airbytehq/integration-test", "starred_at"] | ||
workflow_runs: ["airbytehq/integration-test", "updated_at"] | ||
workflows: ["airbytehq/integration-test", "updated_at"] | ||
workflow_jobs: ["airbytehq/integration-test", "completed_at"] | ||
full_refresh: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" | ||
tests: | ||
- config_path: "secrets/config.json" | ||
configured_catalog_path: "integration_tests/configured_catalog.json" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters