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

Switches back to community GitHub source #227

Merged
merged 1 commit into from
Oct 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: "GitHub"
sourceDefinitionId: "9bef3b40-e2c3-46c0-a792-54580f876d18"
sourceDefinitionId: "ef69ef6e-aa7f-4af1-a01d-ef775033524e"
workspaceId: "b740a9b4-048b-4500-b41b-038e14a3f2d5"
sourceId: "5d9079ca-8173-406f-bfdb-41f19c62daff"
configuration:
Expand Down
161 changes: 0 additions & 161 deletions init/resources/airbyte/workspace/airbyte_config/STANDARD_SYNC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1549,167 +1549,6 @@
destination_sync_mode: "append"
primary_key:
- - "id"
- stream:
name: "pull_request_stats"
json_schema:
type: "object"
$schema: "http://json-schema.org/draft-07/schema#"
properties:
id:
type:
- "null"
- "integer"
merged:
type:
- "null"
- "boolean"
number:
type:
- "null"
- "integer"
commits:
type:
- "null"
- "integer"
node_id:
type:
- "null"
- "string"
comments:
type:
- "null"
- "integer"
additions:
type:
- "null"
- "integer"
deletions:
type:
- "null"
- "integer"
mergeable:
type:
- "null"
- "boolean"
merged_by:
type:
- "null"
- "object"
properties:
id:
type:
- "null"
- "integer"
url:
type:
- "null"
- "string"
type:
type:
- "null"
- "string"
login:
type:
- "null"
- "string"
node_id:
type:
- "null"
- "string"
html_url:
type:
- "null"
- "string"
gists_url:
type:
- "null"
- "string"
repos_url:
type:
- "null"
- "string"
avatar_url:
type:
- "null"
- "string"
events_url:
type:
- "null"
- "string"
site_admin:
type:
- "null"
- "boolean"
gravatar_id:
type:
- "null"
- "string"
starred_url:
type:
- "null"
- "string"
followers_url:
type:
- "null"
- "string"
following_url:
type:
- "null"
- "string"
organizations_url:
type:
- "null"
- "string"
subscriptions_url:
type:
- "null"
- "string"
received_events_url:
type:
- "null"
- "string"
rebaseable:
type:
- "null"
- "boolean"
repository:
type:
- "string"
updated_at:
type:
- "null"
- "string"
format: "date-time"
changed_files:
type:
- "null"
- "integer"
mergeable_state:
type:
- "null"
- "string"
review_comments:
type:
- "null"
- "integer"
maintainer_can_modify:
type:
- "null"
- "boolean"
supported_sync_modes:
- "full_refresh"
- "incremental"
source_defined_cursor: true
default_cursor_field:
- "updated_at"
source_defined_primary_key:
- - "id"
sync_mode: "incremental"
cursor_field:
- "updated_at"
destination_sync_mode: "append"
primary_key:
- - "id"
- stream:
name: "pull_requests"
json_schema:
Expand Down
1 change: 1 addition & 0 deletions init/src/airbyte/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ export class AirbyteInit {
(sd) =>
sd.dockerRepository.startsWith('farosai/') ||
sd.dockerRepository === 'airbyte/source-jira' ||
sd.dockerRepository === 'airbyte/source-github' ||
sd.dockerRepository === 'airbyte/source-gitlab'
);

Expand Down