airbyte-source-github 1.5.7__py3-none-any.whl → 1.6.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airbyte_source_github-1.6.1.dist-info/METADATA +111 -0
- {airbyte_source_github-1.5.7.dist-info → airbyte_source_github-1.6.1.dist-info}/RECORD +22 -48
- {airbyte_source_github-1.5.7.dist-info → airbyte_source_github-1.6.1.dist-info}/WHEEL +1 -2
- airbyte_source_github-1.6.1.dist-info/entry_points.txt +3 -0
- source_github/schemas/collaborators.json +8 -2
- source_github/schemas/issue_events.json +93 -0
- source_github/schemas/issue_timeline_events.json +1 -1
- source_github/schemas/pull_requests.json +9 -0
- source_github/schemas/repositories.json +16 -0
- source_github/schemas/shared/events/cross_referenced.json +38 -0
- source_github/source.py +3 -0
- source_github/streams.py +4 -4
- airbyte_source_github-1.5.7.dist-info/METADATA +0 -144
- airbyte_source_github-1.5.7.dist-info/entry_points.txt +0 -2
- airbyte_source_github-1.5.7.dist-info/top_level.txt +0 -3
- integration_tests/__init__.py +0 -0
- integration_tests/abnormal_state.json +0 -237
- integration_tests/acceptance.py +0 -16
- integration_tests/configured_catalog.json +0 -435
- integration_tests/configured_catalog_full_refresh_test.json +0 -415
- integration_tests/invalid_config.json +0 -5
- integration_tests/sample_config.json +0 -5
- integration_tests/sample_state.json +0 -137
- unit_tests/__init__.py +0 -3
- unit_tests/conftest.py +0 -29
- unit_tests/projects_v2_pull_requests_query.json +0 -3
- unit_tests/pull_request_stats_query.json +0 -3
- unit_tests/responses/contributor_activity_response.json +0 -33
- unit_tests/responses/graphql_reviews_responses.json +0 -405
- unit_tests/responses/issue_timeline_events.json +0 -166
- unit_tests/responses/issue_timeline_events_response.json +0 -170
- unit_tests/responses/projects_v2_response.json +0 -45
- unit_tests/responses/pull_request_comment_reactions.json +0 -744
- unit_tests/responses/pull_request_stats_response.json +0 -317
- unit_tests/test_migrations/test_config.json +0 -8
- unit_tests/test_migrations/test_new_config.json +0 -8
- unit_tests/test_multiple_token_authenticator.py +0 -160
- unit_tests/test_source.py +0 -326
- unit_tests/test_stream.py +0 -1471
- unit_tests/utils.py +0 -78
integration_tests/__init__.py
DELETED
File without changes
|
@@ -1,237 +0,0 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"type": "STREAM",
|
4
|
-
"stream": {
|
5
|
-
"stream_state": {
|
6
|
-
"airbytehq/integration-test": { "updated_at": "2121-06-30T10:22:10Z" }
|
7
|
-
},
|
8
|
-
"stream_descriptor": { "name": "comments" }
|
9
|
-
}
|
10
|
-
},
|
11
|
-
{
|
12
|
-
"type": "STREAM",
|
13
|
-
"stream": {
|
14
|
-
"stream_state": {
|
15
|
-
"airbytehq/integration-test": {
|
16
|
-
"55538825": { "created_at": "2121-12-31T23:59:59Z" },
|
17
|
-
"55538840": { "created_at": "2121-12-31T23:59:59Z" }
|
18
|
-
}
|
19
|
-
},
|
20
|
-
"stream_descriptor": { "name": "commit_comment_reactions" }
|
21
|
-
}
|
22
|
-
},
|
23
|
-
{
|
24
|
-
"type": "STREAM",
|
25
|
-
"stream": {
|
26
|
-
"stream_state": {
|
27
|
-
"airbytehq/integration-test": { "updated_at": "2121-04-30T20:36:17Z" }
|
28
|
-
},
|
29
|
-
"stream_descriptor": { "name": "commit_comments" }
|
30
|
-
}
|
31
|
-
},
|
32
|
-
{
|
33
|
-
"type": "STREAM",
|
34
|
-
"stream": {
|
35
|
-
"stream_state": {
|
36
|
-
"airbytehq/integration-test": {
|
37
|
-
"master": { "created_at": "2121-06-30T10:04:41Z" }
|
38
|
-
}
|
39
|
-
},
|
40
|
-
"stream_descriptor": { "name": "commits" }
|
41
|
-
}
|
42
|
-
},
|
43
|
-
{
|
44
|
-
"type": "STREAM",
|
45
|
-
"stream": {
|
46
|
-
"stream_state": {
|
47
|
-
"airbytehq/integration-test": { "updated_at": "2121-06-30T10:04:41Z" }
|
48
|
-
},
|
49
|
-
"stream_descriptor": { "name": "deployments" }
|
50
|
-
}
|
51
|
-
},
|
52
|
-
{
|
53
|
-
"type": "STREAM",
|
54
|
-
"stream": {
|
55
|
-
"stream_state": {
|
56
|
-
"airbytehq/integration-test": { "created_at": "2121-06-29T03:44:45Z" }
|
57
|
-
},
|
58
|
-
"stream_descriptor": { "name": "events" }
|
59
|
-
}
|
60
|
-
},
|
61
|
-
{
|
62
|
-
"type": "STREAM",
|
63
|
-
"stream": {
|
64
|
-
"stream_state": {
|
65
|
-
"airbytehq/integration-test": {
|
66
|
-
"907296275": { "created_at": "2121-12-31T23:59:59Z" }
|
67
|
-
}
|
68
|
-
},
|
69
|
-
"stream_descriptor": { "name": "issue_comment_reactions" }
|
70
|
-
}
|
71
|
-
},
|
72
|
-
{
|
73
|
-
"type": "STREAM",
|
74
|
-
"stream": {
|
75
|
-
"stream_state": {
|
76
|
-
"airbytehq/integration-test": { "created_at": "2121-06-29T01:49:42Z" }
|
77
|
-
},
|
78
|
-
"stream_descriptor": { "name": "issue_events" }
|
79
|
-
}
|
80
|
-
},
|
81
|
-
{
|
82
|
-
"type": "STREAM",
|
83
|
-
"stream": {
|
84
|
-
"stream_state": {
|
85
|
-
"airbytehq/integration-test": { "updated_at": "2121-06-25T22:28:33Z" }
|
86
|
-
},
|
87
|
-
"stream_descriptor": { "name": "issue_milestones" }
|
88
|
-
}
|
89
|
-
},
|
90
|
-
{
|
91
|
-
"type": "STREAM",
|
92
|
-
"stream": {
|
93
|
-
"stream_state": {
|
94
|
-
"airbytehq/integration-test": { "created_at": "2121-12-31T23:59:59Z" }
|
95
|
-
},
|
96
|
-
"stream_descriptor": { "name": "issue_reactions" }
|
97
|
-
}
|
98
|
-
},
|
99
|
-
{
|
100
|
-
"type": "STREAM",
|
101
|
-
"stream": {
|
102
|
-
"stream_state": {
|
103
|
-
"airbytehq/integration-test": { "updated_at": "2121-06-30T06:44:42Z" }
|
104
|
-
},
|
105
|
-
"stream_descriptor": { "name": "issues" }
|
106
|
-
}
|
107
|
-
},
|
108
|
-
{
|
109
|
-
"type": "STREAM",
|
110
|
-
"stream": {
|
111
|
-
"stream_state": {
|
112
|
-
"airbytehq/integration-test": {
|
113
|
-
"13167124": { "17807006": { "updated_at": "2121-06-29T02:04:57Z" } }
|
114
|
-
}
|
115
|
-
},
|
116
|
-
"stream_descriptor": { "name": "project_cards" }
|
117
|
-
}
|
118
|
-
},
|
119
|
-
{
|
120
|
-
"type": "STREAM",
|
121
|
-
"stream": {
|
122
|
-
"stream_state": {
|
123
|
-
"airbytehq/integration-test": {
|
124
|
-
"13167122": { "updated_at": "2121-06-29T02:04:57Z" },
|
125
|
-
"13167124": { "updated_at": "2121-06-29T02:04:57Z" }
|
126
|
-
}
|
127
|
-
},
|
128
|
-
"stream_descriptor": { "name": "project_columns" }
|
129
|
-
}
|
130
|
-
},
|
131
|
-
{
|
132
|
-
"type": "STREAM",
|
133
|
-
"stream": {
|
134
|
-
"stream_state": {
|
135
|
-
"airbytehq/integration-test": { "updated_at": "2121-06-28T17:24:51Z" }
|
136
|
-
},
|
137
|
-
"stream_descriptor": { "name": "projects" }
|
138
|
-
}
|
139
|
-
},
|
140
|
-
{
|
141
|
-
"type": "STREAM",
|
142
|
-
"stream": {
|
143
|
-
"stream_state": {
|
144
|
-
"airbytehq/integration-test": { "created_at": "2121-12-31T23:59:59Z" }
|
145
|
-
},
|
146
|
-
"stream_descriptor": { "name": "pull_request_comment_reactions" }
|
147
|
-
}
|
148
|
-
},
|
149
|
-
{
|
150
|
-
"type": "STREAM",
|
151
|
-
"stream": {
|
152
|
-
"stream_state": {
|
153
|
-
"airbytehq/integration-test": { "updated_at": "2121-06-29T02:04:57Z" }
|
154
|
-
},
|
155
|
-
"stream_descriptor": { "name": "pull_request_stats" }
|
156
|
-
}
|
157
|
-
},
|
158
|
-
{
|
159
|
-
"type": "STREAM",
|
160
|
-
"stream": {
|
161
|
-
"stream_state": {
|
162
|
-
"airbytehq/integration-test": { "updated_at": "2121-06-28T23:36:35Z" }
|
163
|
-
},
|
164
|
-
"stream_descriptor": { "name": "pull_requests" }
|
165
|
-
}
|
166
|
-
},
|
167
|
-
{
|
168
|
-
"type": "STREAM",
|
169
|
-
"stream": {
|
170
|
-
"stream_state": {
|
171
|
-
"airbytehq/integration-test": { "created_at": "2121-06-23T23:57:07Z" }
|
172
|
-
},
|
173
|
-
"stream_descriptor": { "name": "releases" }
|
174
|
-
}
|
175
|
-
},
|
176
|
-
{
|
177
|
-
"type": "STREAM",
|
178
|
-
"stream": {
|
179
|
-
"stream_state": { "airbytehq": { "updated_at": "2121-12-31T23:59:59Z" } },
|
180
|
-
"stream_descriptor": { "name": "repositories" }
|
181
|
-
}
|
182
|
-
},
|
183
|
-
{
|
184
|
-
"type": "STREAM",
|
185
|
-
"stream": {
|
186
|
-
"stream_state": {
|
187
|
-
"airbytehq/integration-test": { "updated_at": "2121-06-23T23:57:07Z" }
|
188
|
-
},
|
189
|
-
"stream_descriptor": { "name": "review_comments" }
|
190
|
-
}
|
191
|
-
},
|
192
|
-
{
|
193
|
-
"type": "STREAM",
|
194
|
-
"stream": {
|
195
|
-
"stream_state": {
|
196
|
-
"airbytehq/integration-test": { "updated_at": "2121-06-29T02:04:57Z" }
|
197
|
-
},
|
198
|
-
"stream_descriptor": { "name": "reviews" }
|
199
|
-
}
|
200
|
-
},
|
201
|
-
{
|
202
|
-
"type": "STREAM",
|
203
|
-
"stream": {
|
204
|
-
"stream_state": {
|
205
|
-
"airbytehq/integration-test": { "starred_at": "2121-06-29T02:04:57Z" }
|
206
|
-
},
|
207
|
-
"stream_descriptor": { "name": "stargazers" }
|
208
|
-
}
|
209
|
-
},
|
210
|
-
{
|
211
|
-
"type": "STREAM",
|
212
|
-
"stream": {
|
213
|
-
"stream_state": {
|
214
|
-
"airbytehq/integration-test": { "updated_at": "2121-12-31T23:59:59Z" }
|
215
|
-
},
|
216
|
-
"stream_descriptor": { "name": "workflows" }
|
217
|
-
}
|
218
|
-
},
|
219
|
-
{
|
220
|
-
"type": "STREAM",
|
221
|
-
"stream": {
|
222
|
-
"stream_state": {
|
223
|
-
"airbytehq/integration-test": { "updated_at": "2121-12-31T23:59:59Z" }
|
224
|
-
},
|
225
|
-
"stream_descriptor": { "name": "workflow_runs" }
|
226
|
-
}
|
227
|
-
},
|
228
|
-
{
|
229
|
-
"type": "STREAM",
|
230
|
-
"stream": {
|
231
|
-
"stream_state": {
|
232
|
-
"airbytehq/integration-test": { "completed_at": "2121-12-31T23:59:59Z" }
|
233
|
-
},
|
234
|
-
"stream_descriptor": { "name": "workflow_jobs" }
|
235
|
-
}
|
236
|
-
}
|
237
|
-
]
|
integration_tests/acceptance.py
DELETED
@@ -1,16 +0,0 @@
|
|
1
|
-
#
|
2
|
-
# Copyright (c) 2023 Airbyte, Inc., all rights reserved.
|
3
|
-
#
|
4
|
-
|
5
|
-
|
6
|
-
import pytest
|
7
|
-
|
8
|
-
pytest_plugins = ("connector_acceptance_test.plugin",)
|
9
|
-
|
10
|
-
|
11
|
-
@pytest.fixture(scope="session", autouse=True)
|
12
|
-
def connector_setup():
|
13
|
-
"""This fixture is a placeholder for external resources that acceptance test might require."""
|
14
|
-
# TODO: setup test dependencies if needed. otherwise remove the TODO comments
|
15
|
-
yield
|
16
|
-
# TODO: clean up test dependencies
|
@@ -1,435 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"streams": [
|
3
|
-
{
|
4
|
-
"stream": {
|
5
|
-
"name": "assignees",
|
6
|
-
"json_schema": {},
|
7
|
-
"supported_sync_modes": ["full_refresh"],
|
8
|
-
"source_defined_primary_key": [["id"]]
|
9
|
-
},
|
10
|
-
"sync_mode": "full_refresh",
|
11
|
-
"destination_sync_mode": "overwrite"
|
12
|
-
},
|
13
|
-
{
|
14
|
-
"stream": {
|
15
|
-
"name": "branches",
|
16
|
-
"json_schema": {},
|
17
|
-
"supported_sync_modes": ["full_refresh"],
|
18
|
-
"source_defined_primary_key": [["repository"], ["name"]]
|
19
|
-
},
|
20
|
-
"sync_mode": "full_refresh",
|
21
|
-
"destination_sync_mode": "overwrite"
|
22
|
-
},
|
23
|
-
{
|
24
|
-
"stream": {
|
25
|
-
"name": "collaborators",
|
26
|
-
"json_schema": {},
|
27
|
-
"supported_sync_modes": ["full_refresh"],
|
28
|
-
"source_defined_primary_key": [["id"]]
|
29
|
-
},
|
30
|
-
"sync_mode": "full_refresh",
|
31
|
-
"destination_sync_mode": "overwrite"
|
32
|
-
},
|
33
|
-
{
|
34
|
-
"stream": {
|
35
|
-
"name": "comments",
|
36
|
-
"json_schema": {},
|
37
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
38
|
-
"source_defined_cursor": true,
|
39
|
-
"default_cursor_field": ["updated_at"],
|
40
|
-
"source_defined_primary_key": [["id"]]
|
41
|
-
},
|
42
|
-
"sync_mode": "incremental",
|
43
|
-
"destination_sync_mode": "append",
|
44
|
-
"cursor_field": ["updated_at"]
|
45
|
-
},
|
46
|
-
{
|
47
|
-
"stream": {
|
48
|
-
"name": "commit_comment_reactions",
|
49
|
-
"json_schema": {},
|
50
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
51
|
-
"source_defined_primary_key": [["id"]]
|
52
|
-
},
|
53
|
-
"sync_mode": "incremental",
|
54
|
-
"destination_sync_mode": "overwrite"
|
55
|
-
},
|
56
|
-
{
|
57
|
-
"stream": {
|
58
|
-
"name": "commit_comments",
|
59
|
-
"json_schema": {},
|
60
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
61
|
-
"source_defined_cursor": true,
|
62
|
-
"default_cursor_field": ["updated_at"],
|
63
|
-
"source_defined_primary_key": [["id"]]
|
64
|
-
},
|
65
|
-
"sync_mode": "incremental",
|
66
|
-
"destination_sync_mode": "append",
|
67
|
-
"cursor_field": ["updated_at"]
|
68
|
-
},
|
69
|
-
{
|
70
|
-
"stream": {
|
71
|
-
"name": "commits",
|
72
|
-
"json_schema": {},
|
73
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
74
|
-
"source_defined_cursor": true,
|
75
|
-
"default_cursor_field": ["created_at"],
|
76
|
-
"source_defined_primary_key": [["sha"]]
|
77
|
-
},
|
78
|
-
"sync_mode": "incremental",
|
79
|
-
"destination_sync_mode": "append",
|
80
|
-
"cursor_field": ["created_at"]
|
81
|
-
},
|
82
|
-
{
|
83
|
-
"stream": {
|
84
|
-
"name": "contributor_activity",
|
85
|
-
"json_schema": {},
|
86
|
-
"supported_sync_modes": ["full_refresh"],
|
87
|
-
"source_defined_primary_key": [["id"]]
|
88
|
-
},
|
89
|
-
"sync_mode": "full_refresh",
|
90
|
-
"destination_sync_mode": "overwrite"
|
91
|
-
},
|
92
|
-
{
|
93
|
-
"stream": {
|
94
|
-
"name": "deployments",
|
95
|
-
"json_schema": {},
|
96
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
97
|
-
"source_defined_cursor": true,
|
98
|
-
"default_cursor_field": ["updated_at"],
|
99
|
-
"source_defined_primary_key": [["id"]]
|
100
|
-
},
|
101
|
-
"sync_mode": "incremental",
|
102
|
-
"destination_sync_mode": "append",
|
103
|
-
"cursor_field": ["updated_at"]
|
104
|
-
},
|
105
|
-
{
|
106
|
-
"stream": {
|
107
|
-
"name": "events",
|
108
|
-
"json_schema": {},
|
109
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
110
|
-
"source_defined_cursor": true,
|
111
|
-
"default_cursor_field": ["created_at"],
|
112
|
-
"source_defined_primary_key": [["id"]]
|
113
|
-
},
|
114
|
-
"sync_mode": "incremental",
|
115
|
-
"destination_sync_mode": "append",
|
116
|
-
"cursor_field": ["created_at"]
|
117
|
-
},
|
118
|
-
{
|
119
|
-
"stream": {
|
120
|
-
"name": "issue_comment_reactions",
|
121
|
-
"json_schema": {},
|
122
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
123
|
-
"source_defined_primary_key": [["id"]]
|
124
|
-
},
|
125
|
-
"sync_mode": "incremental",
|
126
|
-
"destination_sync_mode": "overwrite"
|
127
|
-
},
|
128
|
-
{
|
129
|
-
"stream": {
|
130
|
-
"name": "issue_events",
|
131
|
-
"json_schema": {},
|
132
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
133
|
-
"source_defined_cursor": true,
|
134
|
-
"default_cursor_field": ["created_at"],
|
135
|
-
"source_defined_primary_key": [["id"]]
|
136
|
-
},
|
137
|
-
"sync_mode": "incremental",
|
138
|
-
"destination_sync_mode": "append",
|
139
|
-
"cursor_field": ["created_at"]
|
140
|
-
},
|
141
|
-
{
|
142
|
-
"stream": {
|
143
|
-
"name": "issue_labels",
|
144
|
-
"json_schema": {},
|
145
|
-
"supported_sync_modes": ["full_refresh"],
|
146
|
-
"source_defined_primary_key": [["id"]]
|
147
|
-
},
|
148
|
-
"sync_mode": "full_refresh",
|
149
|
-
"destination_sync_mode": "overwrite"
|
150
|
-
},
|
151
|
-
{
|
152
|
-
"stream": {
|
153
|
-
"name": "issue_milestones",
|
154
|
-
"json_schema": {},
|
155
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
156
|
-
"source_defined_cursor": true,
|
157
|
-
"default_cursor_field": ["updated_at"],
|
158
|
-
"source_defined_primary_key": [["id"]]
|
159
|
-
},
|
160
|
-
"sync_mode": "incremental",
|
161
|
-
"destination_sync_mode": "append",
|
162
|
-
"cursor_field": ["updated_at"]
|
163
|
-
},
|
164
|
-
{
|
165
|
-
"stream": {
|
166
|
-
"name": "issue_reactions",
|
167
|
-
"json_schema": {},
|
168
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
169
|
-
"source_defined_primary_key": [["id"]]
|
170
|
-
},
|
171
|
-
"sync_mode": "incremental",
|
172
|
-
"destination_sync_mode": "overwrite"
|
173
|
-
},
|
174
|
-
{
|
175
|
-
"stream": {
|
176
|
-
"name": "issues",
|
177
|
-
"json_schema": {},
|
178
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
179
|
-
"source_defined_cursor": true,
|
180
|
-
"default_cursor_field": ["updated_at"],
|
181
|
-
"source_defined_primary_key": [["id"]]
|
182
|
-
},
|
183
|
-
"sync_mode": "incremental",
|
184
|
-
"destination_sync_mode": "append",
|
185
|
-
"cursor_field": ["updated_at"]
|
186
|
-
},
|
187
|
-
{
|
188
|
-
"stream": {
|
189
|
-
"name": "organizations",
|
190
|
-
"json_schema": {},
|
191
|
-
"supported_sync_modes": ["full_refresh"],
|
192
|
-
"source_defined_primary_key": [["id"]]
|
193
|
-
},
|
194
|
-
"sync_mode": "full_refresh",
|
195
|
-
"destination_sync_mode": "overwrite"
|
196
|
-
},
|
197
|
-
{
|
198
|
-
"stream": {
|
199
|
-
"name": "project_cards",
|
200
|
-
"json_schema": {},
|
201
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
202
|
-
"source_defined_cursor": true,
|
203
|
-
"default_cursor_field": ["updated_at"],
|
204
|
-
"source_defined_primary_key": [["id"]]
|
205
|
-
},
|
206
|
-
"sync_mode": "incremental",
|
207
|
-
"destination_sync_mode": "append",
|
208
|
-
"cursor_field": ["updated_at"]
|
209
|
-
},
|
210
|
-
{
|
211
|
-
"stream": {
|
212
|
-
"name": "project_columns",
|
213
|
-
"json_schema": {},
|
214
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
215
|
-
"source_defined_cursor": true,
|
216
|
-
"default_cursor_field": ["updated_at"],
|
217
|
-
"source_defined_primary_key": [["id"]]
|
218
|
-
},
|
219
|
-
"sync_mode": "incremental",
|
220
|
-
"destination_sync_mode": "append",
|
221
|
-
"cursor_field": ["updated_at"]
|
222
|
-
},
|
223
|
-
{
|
224
|
-
"stream": {
|
225
|
-
"name": "projects",
|
226
|
-
"json_schema": {},
|
227
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
228
|
-
"source_defined_cursor": true,
|
229
|
-
"default_cursor_field": ["updated_at"],
|
230
|
-
"source_defined_primary_key": [["id"]]
|
231
|
-
},
|
232
|
-
"sync_mode": "incremental",
|
233
|
-
"destination_sync_mode": "append",
|
234
|
-
"cursor_field": ["updated_at"]
|
235
|
-
},
|
236
|
-
{
|
237
|
-
"stream": {
|
238
|
-
"name": "pull_request_comment_reactions",
|
239
|
-
"json_schema": {},
|
240
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
241
|
-
"source_defined_primary_key": [["id"]]
|
242
|
-
},
|
243
|
-
"sync_mode": "incremental",
|
244
|
-
"destination_sync_mode": "overwrite"
|
245
|
-
},
|
246
|
-
{
|
247
|
-
"stream": {
|
248
|
-
"name": "pull_request_commits",
|
249
|
-
"json_schema": {},
|
250
|
-
"supported_sync_modes": ["full_refresh"],
|
251
|
-
"source_defined_primary_key": [["sha"]]
|
252
|
-
},
|
253
|
-
"sync_mode": "full_refresh",
|
254
|
-
"destination_sync_mode": "overwrite"
|
255
|
-
},
|
256
|
-
{
|
257
|
-
"stream": {
|
258
|
-
"name": "pull_request_stats",
|
259
|
-
"json_schema": {},
|
260
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
261
|
-
"source_defined_cursor": true,
|
262
|
-
"default_cursor_field": ["updated_at"],
|
263
|
-
"source_defined_primary_key": [["id"]]
|
264
|
-
},
|
265
|
-
"sync_mode": "incremental",
|
266
|
-
"destination_sync_mode": "append",
|
267
|
-
"cursor_field": ["updated_at"]
|
268
|
-
},
|
269
|
-
{
|
270
|
-
"stream": {
|
271
|
-
"name": "pull_requests",
|
272
|
-
"json_schema": {},
|
273
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
274
|
-
"source_defined_cursor": true,
|
275
|
-
"default_cursor_field": ["updated_at"],
|
276
|
-
"source_defined_primary_key": [["id"]]
|
277
|
-
},
|
278
|
-
"sync_mode": "incremental",
|
279
|
-
"destination_sync_mode": "append",
|
280
|
-
"cursor_field": ["updated_at"]
|
281
|
-
},
|
282
|
-
{
|
283
|
-
"stream": {
|
284
|
-
"name": "releases",
|
285
|
-
"json_schema": {},
|
286
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
287
|
-
"source_defined_cursor": true,
|
288
|
-
"default_cursor_field": ["created_at"],
|
289
|
-
"source_defined_primary_key": [["id"]]
|
290
|
-
},
|
291
|
-
"sync_mode": "incremental",
|
292
|
-
"destination_sync_mode": "append",
|
293
|
-
"cursor_field": ["created_at"]
|
294
|
-
},
|
295
|
-
{
|
296
|
-
"stream": {
|
297
|
-
"name": "repositories",
|
298
|
-
"json_schema": {},
|
299
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
300
|
-
"source_defined_primary_key": [["id"]]
|
301
|
-
},
|
302
|
-
"sync_mode": "incremental",
|
303
|
-
"destination_sync_mode": "overwrite"
|
304
|
-
},
|
305
|
-
{
|
306
|
-
"stream": {
|
307
|
-
"name": "review_comments",
|
308
|
-
"json_schema": {},
|
309
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
310
|
-
"source_defined_cursor": true,
|
311
|
-
"default_cursor_field": ["updated_at"],
|
312
|
-
"source_defined_primary_key": [["id"]]
|
313
|
-
},
|
314
|
-
"sync_mode": "incremental",
|
315
|
-
"destination_sync_mode": "append",
|
316
|
-
"cursor_field": ["updated_at"]
|
317
|
-
},
|
318
|
-
{
|
319
|
-
"stream": {
|
320
|
-
"name": "reviews",
|
321
|
-
"json_schema": {},
|
322
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
323
|
-
"source_defined_cursor": true,
|
324
|
-
"default_cursor_field": ["updated_at"],
|
325
|
-
"source_defined_primary_key": [["id"]]
|
326
|
-
},
|
327
|
-
"sync_mode": "incremental",
|
328
|
-
"destination_sync_mode": "append",
|
329
|
-
"cursor_field": ["updated_at"]
|
330
|
-
},
|
331
|
-
{
|
332
|
-
"stream": {
|
333
|
-
"name": "stargazers",
|
334
|
-
"json_schema": {},
|
335
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
336
|
-
"source_defined_cursor": true,
|
337
|
-
"default_cursor_field": ["starred_at"],
|
338
|
-
"source_defined_primary_key": [["user_id"]]
|
339
|
-
},
|
340
|
-
"sync_mode": "incremental",
|
341
|
-
"destination_sync_mode": "append",
|
342
|
-
"cursor_field": ["starred_at"]
|
343
|
-
},
|
344
|
-
{
|
345
|
-
"stream": {
|
346
|
-
"name": "tags",
|
347
|
-
"json_schema": {},
|
348
|
-
"supported_sync_modes": ["full_refresh"],
|
349
|
-
"source_defined_primary_key": [["repository"], ["name"]]
|
350
|
-
},
|
351
|
-
"sync_mode": "full_refresh",
|
352
|
-
"destination_sync_mode": "overwrite"
|
353
|
-
},
|
354
|
-
{
|
355
|
-
"stream": {
|
356
|
-
"name": "teams",
|
357
|
-
"json_schema": {},
|
358
|
-
"supported_sync_modes": ["full_refresh"],
|
359
|
-
"source_defined_primary_key": [["id"]]
|
360
|
-
},
|
361
|
-
"sync_mode": "full_refresh",
|
362
|
-
"destination_sync_mode": "overwrite"
|
363
|
-
},
|
364
|
-
{
|
365
|
-
"stream": {
|
366
|
-
"name": "users",
|
367
|
-
"json_schema": {},
|
368
|
-
"supported_sync_modes": ["full_refresh"],
|
369
|
-
"source_defined_primary_key": [["id"]]
|
370
|
-
},
|
371
|
-
"sync_mode": "full_refresh",
|
372
|
-
"destination_sync_mode": "overwrite"
|
373
|
-
},
|
374
|
-
{
|
375
|
-
"stream": {
|
376
|
-
"name": "workflows",
|
377
|
-
"json_schema": {},
|
378
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
379
|
-
"source_defined_primary_key": [["id"]]
|
380
|
-
},
|
381
|
-
"sync_mode": "incremental",
|
382
|
-
"destination_sync_mode": "overwrite"
|
383
|
-
},
|
384
|
-
{
|
385
|
-
"stream": {
|
386
|
-
"name": "workflow_runs",
|
387
|
-
"json_schema": {},
|
388
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
389
|
-
"source_defined_primary_key": [["id"]]
|
390
|
-
},
|
391
|
-
"sync_mode": "incremental",
|
392
|
-
"destination_sync_mode": "overwrite"
|
393
|
-
},
|
394
|
-
{
|
395
|
-
"stream": {
|
396
|
-
"name": "workflow_jobs",
|
397
|
-
"json_schema": {},
|
398
|
-
"supported_sync_modes": ["full_refresh", "incremental"],
|
399
|
-
"source_defined_primary_key": [["id"]]
|
400
|
-
},
|
401
|
-
"sync_mode": "incremental",
|
402
|
-
"destination_sync_mode": "overwrite"
|
403
|
-
},
|
404
|
-
{
|
405
|
-
"stream": {
|
406
|
-
"name": "team_members",
|
407
|
-
"json_schema": {},
|
408
|
-
"supported_sync_modes": ["full_refresh"],
|
409
|
-
"source_defined_primary_key": [["id"], ["team_slug"]]
|
410
|
-
},
|
411
|
-
"sync_mode": "full_refresh",
|
412
|
-
"destination_sync_mode": "overwrite"
|
413
|
-
},
|
414
|
-
{
|
415
|
-
"stream": {
|
416
|
-
"name": "team_memberships",
|
417
|
-
"json_schema": {},
|
418
|
-
"supported_sync_modes": ["full_refresh"],
|
419
|
-
"source_defined_primary_key": [["url"]]
|
420
|
-
},
|
421
|
-
"sync_mode": "full_refresh",
|
422
|
-
"destination_sync_mode": "overwrite"
|
423
|
-
},
|
424
|
-
{
|
425
|
-
"stream": {
|
426
|
-
"name": "issue_timeline_events",
|
427
|
-
"json_schema": {},
|
428
|
-
"supported_sync_modes": ["full_refresh"],
|
429
|
-
"source_defined_primary_key": [["repository"], ["issue_number"]]
|
430
|
-
},
|
431
|
-
"sync_mode": "full_refresh",
|
432
|
-
"destination_sync_mode": "overwrite"
|
433
|
-
}
|
434
|
-
]
|
435
|
-
}
|