airbytehq / airbyte

The leading data integration platform for ETL / ELT data pipelines from APIs, databases & files to data warehouses, data lakes & data lakehouses. Both self-hosted and Cloud-hosted.
https://airbyte.com
Other
16.05k stars 4.11k forks source link

Destination S3: `avro` and `parquet` formats have issues with `JsonToAvroSchemaConverter` #8242

Closed lolrenx closed 2 years ago

lolrenx commented 2 years ago

Enviroment

Expected Behavior

Sync should run successfully

Logs

LOG `` 2021-11-24 16:15:39 INFO () WorkerRun(call):49 - Executing worker wrapper. Airbyte version: 0.32.6-alpha 2021-11-24 16:15:39 INFO () TemporalAttemptExecution(get):116 - Executing worker wrapper. Airbyte version: 0.32.6-alpha 2021-11-24 16:15:39 WARN () Databases(createPostgresDatabaseWithRetry):41 - Waiting for database to become available... 2021-11-24 16:15:39 INFO () JobsDatabaseInstance(lambda$static$2):25 - Testing if jobs database is ready... 2021-11-24 16:15:39 INFO () Databases(createPostgresDatabaseWithRetry):58 - Database available! 2021-11-24 16:15:39 INFO () DefaultReplicationWorker(run):99 - start sync worker. job id: 15 attempt id: 1 2021-11-24 16:15:39 INFO () DefaultReplicationWorker(run):108 - configured sync modes: {null.commit_comments=full_refresh - append, null.assignees=full_refresh - append, null.issue_events=full_refresh - append, null.issues=full_refresh - append, null.teams=full_refresh - append, null.issue_milestones=full_refresh - append, null.reviews=full_refresh - append, null.issue_comment_reactions=full_refresh - append, null.issue_reactions=full_refresh - append, null.commit_comment_reactions=full_refresh - append, null.tags=full_refresh - append, null.pull_request_comment_reactions=full_refresh - append, null.pull_requests=full_refresh - append, null.comments=full_refresh - append, null.commits=full_refresh - append, null.issue_labels=full_refresh - append, null.organizations=full_refresh - append, null.branches=full_refresh - append, null.review_comments=full_refresh - append, null.pull_request_stats=full_refresh - append, null.releases=full_refresh - append, null.projects=full_refresh - append, null.events=full_refresh - append, null.users=full_refresh - append, null.collaborators=full_refresh - append, null.repositories=full_refresh - append, null.stargazers=full_refresh - append} 2021-11-24 16:15:39 INFO () DefaultAirbyteDestination(start):64 - Running destination... 2021-11-24 16:15:39 INFO () LineGobbler(voidCall):82 - Checking if airbyte/destination-s3:0.1.13 exists... 2021-11-24 16:15:39 INFO () LineGobbler(voidCall):82 - airbyte/destination-s3:0.1.13 was found locally. 2021-11-24 16:15:39 INFO () DockerProcessFactory(create):127 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/15/1 --network host --log-driver none airbyte/destination-s3:0.1.13 write --config destination_config.json --catalog destination_catalog.json 2021-11-24 16:15:39 INFO () LineGobbler(voidCall):82 - Checking if airbyte/source-github:0.2.6 exists... 2021-11-24 16:15:39 INFO () LineGobbler(voidCall):82 - airbyte/source-github:0.2.6 was found locally. 2021-11-24 16:15:39 INFO () DockerProcessFactory(create):127 - Preparing command: docker run --rm --init -i -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -w /data/15/1 --network host --log-driver none airbyte/source-github:0.2.6 read --config source_config.json --catalog source_catalog.json --state input_state.json 2021-11-24 16:15:39 INFO () DefaultReplicationWorker(lambda$getDestinationOutputRunnable$3):243 - Destination output thread started. 2021-11-24 16:15:39 INFO () DefaultReplicationWorker(run):136 - Waiting for source thread to join. 2021-11-24 16:15:39 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):207 - Replication thread started. source - 2021-11-24 16:15:40 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Starting syncing SourceGithub destination - 2021-11-24 16:15:41 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:41 INFO i.a.i.b.IntegrationRunner(run):76 - {} - Running integration: io.airbyte.integrations.destination.s3.S3Destination destination - 2021-11-24 16:15:41 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:41 INFO i.a.i.b.IntegrationCliParser(parseOptions):118 - {} - integration args: {catalog=destination_catalog.json, write=null, config=destination_config.json} destination - 2021-11-24 16:15:41 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:41 INFO i.a.i.b.IntegrationRunner(run):80 - {} - Command: WRITE destination - 2021-11-24 16:15:41 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:41 INFO i.a.i.b.IntegrationRunner(run):81 - {} - Integration config: IntegrationConfig{command=WRITE, configPath='destination_config.json', catalogPath='destination_catalog.json', statePath='null'} destination - 2021-11-24 16:15:41 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:41 WARN c.n.s.JsonMetaSchema(newValidator):338 - {} - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword destination - 2021-11-24 16:15:41 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:41 WARN c.n.s.JsonMetaSchema(newValidator):338 - {} - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword destination - 2021-11-24 16:15:42 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:42 INFO i.a.i.d.s.S3FormatConfigs(getS3FormatConfig):22 - {} - S3 format config: {"flattening":"Root level flattening","format_type":"CSV","part_size_mb":5} destination - 2021-11-24 16:15:42 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:42 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_assignees': s3://tricky-bronze/airbyte_data_sync/github/github_assignees/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:42 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:42 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_assignees/2021_11_24_1637770542844_0.csv with full ID NOQ1TT26u1Z7VhiY7z.vcIizEgS1suwByAndNy55TX.wUOnMi_6j.ud5OD4xh9FtJhKpYthubY3l274reXudCieh6DVDzsqNYaYCmbr3Qy0wUYjIaIp9hLT6Zqdw7zYg destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_branches': s3://tricky-bronze/airbyte_data_sync/github/github_branches/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_branches/2021_11_24_1637770542844_0.csv with full ID OEDNCFN17IyqTx4otH07bwYJ_oha26_cpBSZFE0q0ZvUL2UWJ1CfmAkOe.qOuJiNc2N0wx40Hxpq4YSzYzbkQ5qJcNsl27Z0wqiKs4BjQocD_6sR112Adts79oP4YWY. destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_collaborators': s3://tricky-bronze/airbyte_data_sync/github/github_collaborators/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_collaborators/2021_11_24_1637770542844_0.csv with full ID 8FSaeITYHx3YxezEBqSvnceTPp6yxL6B2d4Qqr3a5jfzO8ifNyHMkckMVUA4DKdoqDCtdUAi0NNPTCaMcaGJdzI_0bPIbGE2UMsAPSMGLshOPLsInAkC9izATALO46W6 destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_comments': s3://tricky-bronze/airbyte_data_sync/github/github_comments/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_comments/2021_11_24_1637770542844_0.csv with full ID t3ZZgQnM5ynI6QDpWpu7Yh.4jWCR0T9upCagTbfAleDnETYQOGQgqtwu.HyFAs9DA8W0C0siZzs5jYY.dBg1txcV3mPi6psb9WQ7wBF4Swnhad2RSaaz9vMHtQDY8DW8 destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_commit_comment_reactions': s3://tricky-bronze/airbyte_data_sync/github/github_commit_comment_reactions/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_commit_comment_reactions/2021_11_24_1637770542844_0.csv with full ID PIEbLGJmgm51Tuz49pg9JaL4Dgey2ZU1tAJn9UdNKEM0t0ftRemeMFZ7pcxZ.mFIaqLp9JpC.ZaK9D6fL8xQcsR.cTrWJJX3bMfMyTiwLnEjdORjmYUww97zm3vxwCXu destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_commit_comments': s3://tricky-bronze/airbyte_data_sync/github/github_commit_comments/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_commit_comments/2021_11_24_1637770542844_0.csv with full ID Vfb8c4INMjoYp_K_bFjG0awCOfwDP32p.LqEhRuYO2EFhZDfqs5tJ4sukIUcj8N14fuFzMuYi0mdX91SZf97fFKDF5lwQjA64bLag5SEUkMZ0DY_tAWBE2yKj8KDsQ.Z destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_commits': s3://tricky-bronze/airbyte_data_sync/github/github_commits/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_commits/2021_11_24_1637770542844_0.csv with full ID u5q20bUlFryO9lb_TVMd0LGBZMGnRyVz4QjaXGwTMSwaxeVbH2CaYNxneoqAytQ.frma2nxA.H6A0cmgqxhgDS.mJhu3Qad3HML.ehjj_uLaeviwHwgER9wWU3jVYfhO source - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: assignees destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_events': s3://tricky-bronze/airbyte_data_sync/github/github_events/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_events/2021_11_24_1637770542844_0.csv with full ID Vf58EAPYYsTdbH7kHqD.PHfQu2XZOBZzzgLQyYwIU8ATy.2r9owZxA71jKw4Ic3g8CeS6R7GSO1m0Eys0ve63sVuIB0zm3gYIk9iUnGzZY.px27fhXdkoEzi7M2rQWYh destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_issue_comment_reactions': s3://tricky-bronze/airbyte_data_sync/github/github_issue_comment_reactions/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_issue_comment_reactions/2021_11_24_1637770542844_0.csv with full ID CEr5Y5c8nTMnSk60fPFAV2Y0W33tBkKquWjhJ_UPcZoKpAHUIxH2BcnEYPthAjX7SKoYKFJ7OGSF3Z_fEMRKaI7atABNDAafyQYddl6t6PjMOeVXbIbweIPNc7PpDLR_ destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_issue_events': s3://tricky-bronze/airbyte_data_sync/github/github_issue_events/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_issue_events/2021_11_24_1637770542844_0.csv with full ID hjIfxae6nZJF2hvzheJZwQOfJ6KIVgOomC8NZF0BYDyAqw9elehCGk_387lse0DvVnWBE2Yu.63PjqiojsJDbtEF8evIus5UBgsF0t1yliMutNUv0DKu8QMsBa1L3cnf destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_issue_labels': s3://tricky-bronze/airbyte_data_sync/github/github_issue_labels/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_issue_labels/2021_11_24_1637770542844_0.csv with full ID QvPmdoCpsaQMnMkwmCnSvfQE_EJPFQUdXmHM7zfY0_Y4DtBby6Rtio0kfdJw9EIiCiwn4pT_piov2aDg.L4QtGUsM7fQtaMLnZQOAAuU9EOwucwGXftRg5Dyj_FKbgR0 destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_issue_milestones': s3://tricky-bronze/airbyte_data_sync/github/github_issue_milestones/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:43 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:43 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_issue_milestones/2021_11_24_1637770542844_0.csv with full ID xk6_09gTSafufhfKbJ2PV6oXYUc0cEjiYpUwIxmHr0bhAj43xHjs.A6xoXZUGfPzNRpHJnQDgc5sGHIj6zPPSGgtBcgU8l8dscTkU6YuKD4z41qznnK5HpnAo8SiaoBZ destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_issue_reactions': s3://tricky-bronze/airbyte_data_sync/github/github_issue_reactions/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_issue_reactions/2021_11_24_1637770542844_0.csv with full ID tG6YHuEqnyUhxJNZdUanGtV73LC1kMFtAmnfBTnqmHh69oZ2W8M1kmLzGYMnN.c5d2Fz9TPpInOXxeN0K_tNPKxsSPUXf0uE6dB0mjO7h_YkS_V.5M8UvUJVu1ro5Qsw destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_issues': s3://tricky-bronze/airbyte_data_sync/github/github_issues/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_issues/2021_11_24_1637770542844_0.csv with full ID ajl77r74cfxeKe31Z3sSoCDCP8eeMFNzrQORZJioAlYUeQghRPPum82bPQJgxvHvJAsnzVPWGQomj5tqicc.VGyWB3rj98y3MDSkO870SSWqbXkvMIWp.2mXbqSthF21 destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_organizations': s3://tricky-bronze/airbyte_data_sync/github/github_organizations/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_organizations/2021_11_24_1637770542844_0.csv with full ID WZuOfW03oh0IcBNEw9AwgsVA7PSv4qCpJ8_1SGWwki4IqioiCDbgC3oEwH447trEEvov4pzl7N736MlXeEHeust_k_65fSSC2NvkKFvnYzWZFDNvTLpyu2yC.DvEBRj2 destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_projects': s3://tricky-bronze/airbyte_data_sync/github/github_projects/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_projects/2021_11_24_1637770542844_0.csv with full ID xH51Af6ooYTRs0aXsefnqXhk6dqFjmdJJ_xM8APBtV1ygowXT2XdYeuB2Pnd_dcQaYd.N56Q93OqYD6DdNao_oX6vc63EUXYJo8k2CAScVt8b3qvG.D0grd8oor71upA destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_pull_request_comment_reactions': s3://tricky-bronze/airbyte_data_sync/github/github_pull_request_comment_reactions/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_pull_request_comment_reactions/2021_11_24_1637770542844_0.csv with full ID I8Oc0kJObU6z63ZMOKRZ5t9UtLtBdqx3uv6sao3wDE8QQr40fqQUW9udiB_y1GKuVz2W6OYpZ.IWIbgUWYtXyjMBqdVdaSs__tWMqD0IgH1gd.0vMwiA3ieHWZArEqz. destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_pull_request_stats': s3://tricky-bronze/airbyte_data_sync/github/github_pull_request_stats/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_pull_request_stats/2021_11_24_1637770542844_0.csv with full ID SyMVzBgKGmts6RrupdLQr44QjZcVpoKdyFRlyS18zGrK8rkTY4p1lsWxFMJusIHbC134TJfjIVouXIQ6ia3Zb.7N_H5FH.W7ExlTYi5RhLiHFA4MLgcnwNskFB37_0zg destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_pull_requests': s3://tricky-bronze/airbyte_data_sync/github/github_pull_requests/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_pull_requests/2021_11_24_1637770542844_0.csv with full ID wPQ7c5R2hmMLJg8FfIZVkD_u.fDAMgxNA2V3eV6VFw0h5v6jv_vdQx4Imbbnb5O.3D.jxADPJkI0zirxNWi5M4693Se_cJ7yR1dYBH5LPicihyKZP7oIGtoX4Vci5HAw destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_releases': s3://tricky-bronze/airbyte_data_sync/github/github_releases/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_releases/2021_11_24_1637770542844_0.csv with full ID aGcXmpoBzmkpIV8M94_sFtc5ScQ35jBI8WbTVJMCPoIn5aDRKEduqUzfxZf2pkf.eDi7u_FWZFVeiM2U1yJOipUHx3pdb8X.CiGWIpbTFkLyuOzoy137gkhFbni619Vu destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_repositories': s3://tricky-bronze/airbyte_data_sync/github/github_repositories/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_repositories/2021_11_24_1637770542844_0.csv with full ID NPxKcO73WV425Nn8KzMcdwVlc5YoCmEEhm4QkGxffI3Y2mm5qfSgjZqQnRPw4KR3NvI0K6XfGctlP__FzGde8FYk1woRRkihhFlJBSsJe4ZQBINOCqhdS9Ooe.xK_pNy destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_review_comments': s3://tricky-bronze/airbyte_data_sync/github/github_review_comments/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_review_comments/2021_11_24_1637770542844_0.csv with full ID .MhRbDVkX8bhUQiGmFKdteqP_F0ryg_byPdXylh_d.5TXB8TBaTH4ViCEqTLB32gH3I8meSNCJ9CVRQSjHYButPhc1McztXFhJbZN5md6Vj0XBUET0dO5VJsRAfxQt7h destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_reviews': s3://tricky-bronze/airbyte_data_sync/github/github_reviews/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_reviews/2021_11_24_1637770542844_0.csv with full ID x_HsGQRg10WqGIYGKXzvd6LjXevsKza18UIZ6tKCV3l7ptDq0_wkGmeXZSbgzhXjLoIdt16SQfuEEu213lpJYv0BMHyFkIQKMkB29mbzCmwbDzOhCFSQOFNaORfZQQDS destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_stargazers': s3://tricky-bronze/airbyte_data_sync/github/github_stargazers/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_stargazers/2021_11_24_1637770542844_0.csv with full ID sVWErzbIlkV3E1FHpkUiTeVmpkKE2EPbv2FwhAU7h6Thw2zbhXXj3sEvVndAZlJaa_qB1L0SmkRV3VMystacuTRQyCFBYfjNy5869HcHrHLNpEaCo9hltxtL0wWpfAZr destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_tags': s3://tricky-bronze/airbyte_data_sync/github/github_tags/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_tags/2021_11_24_1637770542844_0.csv with full ID xS3Xc_stfgLDozCCNBNuxEbACARoh5FJjwuvF6.p1lmj8CccA92bESXAYEk_q28zsi8WJdwnxDfibKpTa8WMQvqsgu1IJo.GahMy450j2Sh4yfSthlv9MZRsS3h79XVu destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_teams': s3://tricky-bronze/airbyte_data_sync/github/github_teams/2021_11_24_1637770542844_0.csv source - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 34 records from assignees stream destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB source - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: branches destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_teams/2021_11_24_1637770542844_0.csv with full ID 2BScag6rdzovy5s5r_yEfzXCVs9iJHK3dp1TOgDGqFiWrKTRChkzNgybTCxhDAye2Hyhmss_bGG2IjI_sr2WuSUYaI.r5bGltTGgPDLE9rlRTAwGck2k2i6R4eW4iA2u destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.c.S3CsvWriter():51 - {} - Full S3 path for stream 'github_users': s3://tricky-bronze/airbyte_data_sync/github/github_users/2021_11_24_1637770542844_0.csv destination - 2021-11-24 16:15:44 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:44 INFO i.a.i.d.s.u.S3StreamTransferManagerHelper(getDefault):55 - {} - PartSize arg is set to 5 MB destination - 2021-11-24 16:15:45 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:15:45 INFO a.m.s.StreamTransferManager(getMultiPartOutputStreams):329 - {} - Initiated multipart upload to tricky-bronze/airbyte_data_sync/github/github_users/2021_11_24_1637770542844_0.csv with full ID B9AS1MDFDb4DUi5n_P7lBseFT7Y1SdLabFNO0dbsHX567Jkkxw7qBdiyfRGgoq9xh6Xdtd9yvFMq1rVKqYWVnMRdalutA9pHy4O22bOwSKyPOfoZFR38zbNlN7.Mmlee source - 2021-11-24 16:15:45 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 77 records from branches stream source - 2021-11-24 16:15:45 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: collaborators source - 2021-11-24 16:15:46 WARN () DefaultAirbyteStreamFactory(internalLog):96 - Syncing `collaborators` stream isn't available for repository `tricky-dev/dernieredose-front` and your `access_token`, seems like you don't have permissions for this stream. source - 2021-11-24 16:15:47 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 11 records from collaborators stream source - 2021-11-24 16:15:47 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: comments source - 2021-11-24 16:15:49 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 0 records from comments stream source - 2021-11-24 16:15:49 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: commit_comment_reactions source - 2021-11-24 16:15:50 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 0 records from commit_comment_reactions stream source - 2021-11-24 16:15:50 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: commit_comments source - 2021-11-24 16:15:50 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 0 records from commit_comments stream source - 2021-11-24 16:15:50 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: commits source - 2021-11-24 16:15:54 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 683 records from commits stream source - 2021-11-24 16:15:54 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: events 2021-11-24 16:15:56 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):220 - Records read: 1000 source - 2021-11-24 16:15:58 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 561 records from events stream source - 2021-11-24 16:15:58 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: issue_comment_reactions source - 2021-11-24 16:15:59 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 0 records from issue_comment_reactions stream source - 2021-11-24 16:15:59 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: issue_events 2021-11-24 16:16:05 INFO () DefaultReplicationWorker(lambda$getReplicationRunnable$2):220 - Records read: 2000 source - 2021-11-24 16:16:05 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 715 records from issue_events stream source - 2021-11-24 16:16:05 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: issue_labels source - 2021-11-24 16:16:07 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 45 records from issue_labels stream source - 2021-11-24 16:16:07 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: issue_milestones source - 2021-11-24 16:16:09 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 0 records from issue_milestones stream source - 2021-11-24 16:16:09 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: issue_reactions source - 2021-11-24 16:17:03 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 0 records from issue_reactions stream source - 2021-11-24 16:17:03 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: issues source - 2021-11-24 16:17:06 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 187 records from issues stream source - 2021-11-24 16:17:06 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: organizations source - 2021-11-24 16:17:07 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 1 records from organizations stream source - 2021-11-24 16:17:07 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: projects source - 2021-11-24 16:17:11 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 0 records from projects stream source - 2021-11-24 16:17:11 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: pull_request_comment_reactions source - 2021-11-24 16:17:16 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 0 records from pull_request_comment_reactions stream source - 2021-11-24 16:17:16 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: pull_request_stats source - 2021-11-24 16:18:45 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 187 records from pull_request_stats stream source - 2021-11-24 16:18:45 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: pull_requests source - 2021-11-24 16:18:49 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 187 records from pull_requests stream source - 2021-11-24 16:18:49 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: releases source - 2021-11-24 16:18:56 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 0 records from releases stream source - 2021-11-24 16:18:56 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: repositories source - 2021-11-24 16:18:57 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 5 records from repositories stream source - 2021-11-24 16:18:57 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: review_comments source - 2021-11-24 16:19:01 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 0 records from review_comments stream source - 2021-11-24 16:19:01 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: reviews source - 2021-11-24 16:20:08 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 6 records from reviews stream source - 2021-11-24 16:20:08 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: stargazers source - 2021-11-24 16:20:18 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 1 records from stargazers stream source - 2021-11-24 16:20:18 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: tags source - 2021-11-24 16:20:28 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Read 0 records from tags stream source - 2021-11-24 16:20:28 INFO () DefaultAirbyteStreamFactory(internalLog):97 - Syncing stream: teams source - 2021-11-24 16:20:30 ERROR () DefaultAirbyteStreamFactory(internalLog):95 - Encountered an exception while reading stream SourceGithub Traceback (most recent call last): File "/airbyte/integration_code/source_github/streams.py", line 100, in read_records yield from super().read_records(stream_slice=stream_slice, **kwargs) File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/streams/http/http.py", line 351, in read_records response = self._send_request(request, request_kwargs) File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/streams/http/http.py", line 318, in _send_request return backoff_handler(user_backoff_handler)(request, request_kwargs) File "/usr/local/lib/python3.7/site-packages/backoff/_sync.py", line 94, in retry ret = target(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/backoff/_sync.py", line 94, in retry ret = target(*args, **kwargs) File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/streams/http/http.py", line 284, in _send response.raise_for_status() File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 953, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.github.com/orgs/tricky-dev/teams?per_page=100 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/abstract_source.py", line 106, in read internal_config=internal_config, File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/abstract_source.py", line 136, in _read_stream for record in record_iterator: File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/abstract_source.py", line 208, in _read_full_refresh for record in records: File "/airbyte/integration_code/source_github/streams.py", line 114, in read_records f"Syncing `{self.name}` stream isn't available for repository " KeyError: 'repository' source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - Traceback (most recent call last): source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/airbyte/integration_code/source_github/streams.py", line 100, in read_records source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - yield from super().read_records(stream_slice=stream_slice, **kwargs) source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/streams/http/http.py", line 351, in read_records source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - response = self._send_request(request, request_kwargs) source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/streams/http/http.py", line 318, in _send_request source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - return backoff_handler(user_backoff_handler)(request, request_kwargs) source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/backoff/_sync.py", line 94, in retry source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - ret = target(*args, **kwargs) source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/backoff/_sync.py", line 94, in retry source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - ret = target(*args, **kwargs) source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/streams/http/http.py", line 284, in _send source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - response.raise_for_status() source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/requests/models.py", line 953, in raise_for_status source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - raise HTTPError(http_error_msg, response=self) source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.github.com/orgs/tricky-dev/teams?per_page=100 source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - During handling of the above exception, another exception occurred: source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - Traceback (most recent call last): source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/airbyte/integration_code/main.py", line 13, in source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - launch(source, sys.argv[1:]) source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/entrypoint.py", line 108, in launch source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - for message in source_entrypoint.run(parsed_args): source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/entrypoint.py", line 99, in run source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - for message in generator: source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/abstract_source.py", line 110, in read source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - raise e source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/abstract_source.py", line 106, in read source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - internal_config=internal_config, source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/abstract_source.py", line 136, in _read_stream source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - for record in record_iterator: source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/usr/local/lib/python3.7/site-packages/airbyte_cdk/sources/abstract_source.py", line 208, in _read_full_refresh source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - for record in records: source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - File "/airbyte/integration_code/source_github/streams.py", line 114, in read_records source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - f"Syncing `{self.name}` stream isn't available for repository " source - 2021-11-24 16:20:30 ERROR () LineGobbler(voidCall):82 - KeyError: 'repository' 2021-11-24 16:20:30 INFO () DefaultReplicationWorker(run):138 - Source thread complete. 2021-11-24 16:20:30 INFO () DefaultReplicationWorker(run):139 - Waiting for destination thread to join. destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO i.a.i.b.FailureTrackingAirbyteMessageConsumer(close):60 - {} - Airbyte message consumer: succeeded. destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_issues'. destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issues/2021_11_24_1637770542844_0.csv with id ajl77r74c...XbqSthF21]: Uploading leftover stream [Part number 1 containing 0.46 MB] destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issues/2021_11_24_1637770542844_0.csv with id ajl77r74c...XbqSthF21]: Finished uploading [Part number 1 containing 0.46 MB] destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issues/2021_11_24_1637770542844_0.csv with id ajl77r74c...XbqSthF21]: Completed destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_issues'. destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_assignees'. destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:30 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:30 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_assignees/2021_11_24_1637770542844_0.csv with id NOQ1TT26u...6Zqdw7zYg]: Uploading leftover stream [Part number 1 containing 0.03 MB] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_assignees/2021_11_24_1637770542844_0.csv with id NOQ1TT26u...6Zqdw7zYg]: Finished uploading [Part number 1 containing 0.03 MB] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_assignees/2021_11_24_1637770542844_0.csv with id NOQ1TT26u...6Zqdw7zYg]: Completed destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_assignees'. destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_teams'. destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_teams/2021_11_24_1637770542844_0.csv with id 2BScag6rd...R4eW4iA2u]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_teams/2021_11_24_1637770542844_0.csv with id 2BScag6rd...R4eW4iA2u]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_teams/2021_11_24_1637770542844_0.csv with id 2BScag6rd...R4eW4iA2u]: Completed destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_teams'. destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_events'. destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_events/2021_11_24_1637770542844_0.csv with id Vf58EAPYY...i7M2rQWYh]: Uploading leftover stream [Part number 1 containing 4.55 MB] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_events/2021_11_24_1637770542844_0.csv with id Vf58EAPYY...i7M2rQWYh]: Finished uploading [Part number 1 containing 4.55 MB] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_events/2021_11_24_1637770542844_0.csv with id Vf58EAPYY...i7M2rQWYh]: Completed destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_events'. destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_issue_comment_reactions'. destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_comment_reactions/2021_11_24_1637770542844_0.csv with id CEr5Y5c8n...Nc7PpDLR_]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_comment_reactions/2021_11_24_1637770542844_0.csv with id CEr5Y5c8n...Nc7PpDLR_]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_comment_reactions/2021_11_24_1637770542844_0.csv with id CEr5Y5c8n...Nc7PpDLR_]: Completed destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_issue_comment_reactions'. destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_collaborators'. destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_collaborators/2021_11_24_1637770542844_0.csv with id 8FSaeITYH...ATALO46W6]: Uploading leftover stream [Part number 1 containing 0.01 MB] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_collaborators/2021_11_24_1637770542844_0.csv with id 8FSaeITYH...ATALO46W6]: Finished uploading [Part number 1 containing 0.01 MB] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_collaborators/2021_11_24_1637770542844_0.csv with id 8FSaeITYH...ATALO46W6]: Completed destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_collaborators'. destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_repositories'. destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_repositories/2021_11_24_1637770542844_0.csv with id NPxKcO73W...oe.xK_pNy]: Uploading leftover stream [Part number 1 containing 0.02 MB] destination - 2021-11-24 16:20:31 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:31 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_repositories/2021_11_24_1637770542844_0.csv with id NPxKcO73W...oe.xK_pNy]: Finished uploading [Part number 1 containing 0.02 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_repositories/2021_11_24_1637770542844_0.csv with id NPxKcO73W...oe.xK_pNy]: Completed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_repositories'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_issue_labels'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_labels/2021_11_24_1637770542844_0.csv with id QvPmdoCps...yj_FKbgR0]: Uploading leftover stream [Part number 1 containing 0.01 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_labels/2021_11_24_1637770542844_0.csv with id QvPmdoCps...yj_FKbgR0]: Finished uploading [Part number 1 containing 0.01 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_labels/2021_11_24_1637770542844_0.csv with id QvPmdoCps...yj_FKbgR0]: Completed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_issue_labels'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_pull_request_stats'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_pull_request_stats/2021_11_24_1637770542844_0.csv with id SyMVzBgKG...kFB37_0zg]: Uploading leftover stream [Part number 1 containing 0.21 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_pull_request_stats/2021_11_24_1637770542844_0.csv with id SyMVzBgKG...kFB37_0zg]: Finished uploading [Part number 1 containing 0.21 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_pull_request_stats/2021_11_24_1637770542844_0.csv with id SyMVzBgKG...kFB37_0zg]: Completed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_pull_request_stats'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_stargazers'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_stargazers/2021_11_24_1637770542844_0.csv with id sVWErzbIl...L0wWpfAZr]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_stargazers/2021_11_24_1637770542844_0.csv with id sVWErzbIl...L0wWpfAZr]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_stargazers/2021_11_24_1637770542844_0.csv with id sVWErzbIl...L0wWpfAZr]: Completed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_stargazers'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_commit_comment_reactions'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_commit_comment_reactions/2021_11_24_1637770542844_0.csv with id PIEbLGJmg...zm3vxwCXu]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_commit_comment_reactions/2021_11_24_1637770542844_0.csv with id PIEbLGJmg...zm3vxwCXu]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_commit_comment_reactions/2021_11_24_1637770542844_0.csv with id PIEbLGJmg...zm3vxwCXu]: Completed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_commit_comment_reactions'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_branches'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_branches/2021_11_24_1637770542844_0.csv with id OEDNCFN17...79oP4YWY.]: Uploading leftover stream [Part number 1 containing 0.02 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_branches/2021_11_24_1637770542844_0.csv with id OEDNCFN17...79oP4YWY.]: Finished uploading [Part number 1 containing 0.02 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_branches/2021_11_24_1637770542844_0.csv with id OEDNCFN17...79oP4YWY.]: Completed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_branches'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_pull_requests'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_pull_requests/2021_11_24_1637770542844_0.csv with id wPQ7c5R2h...X4Vci5HAw]: Uploading leftover stream [Part number 1 containing 2.00 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_pull_requests/2021_11_24_1637770542844_0.csv with id wPQ7c5R2h...X4Vci5HAw]: Finished uploading [Part number 1 containing 2.00 MB] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_pull_requests/2021_11_24_1637770542844_0.csv with id wPQ7c5R2h...X4Vci5HAw]: Completed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_pull_requests'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_reviews'. destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:32 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:32 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_reviews/2021_11_24_1637770542844_0.csv with id x_HsGQRg1...aORfZQQDS]: Uploading leftover stream [Part number 1 containing 0.01 MB] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_reviews/2021_11_24_1637770542844_0.csv with id x_HsGQRg1...aORfZQQDS]: Finished uploading [Part number 1 containing 0.01 MB] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_reviews/2021_11_24_1637770542844_0.csv with id x_HsGQRg1...aORfZQQDS]: Completed destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_reviews'. destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_commit_comments'. destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_commit_comments/2021_11_24_1637770542844_0.csv with id Vfb8c4INM...Kj8KDsQ.Z]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_commit_comments/2021_11_24_1637770542844_0.csv with id Vfb8c4INM...Kj8KDsQ.Z]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_commit_comments/2021_11_24_1637770542844_0.csv with id Vfb8c4INM...Kj8KDsQ.Z]: Completed destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_commit_comments'. destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_releases'. destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_releases/2021_11_24_1637770542844_0.csv with id aGcXmpoBz...Fbni619Vu]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_releases/2021_11_24_1637770542844_0.csv with id aGcXmpoBz...Fbni619Vu]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_releases/2021_11_24_1637770542844_0.csv with id aGcXmpoBz...Fbni619Vu]: Completed destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_releases'. destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_review_comments'. destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_review_comments/2021_11_24_1637770542844_0.csv with id .MhRbDVkX...sRAfxQt7h]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_review_comments/2021_11_24_1637770542844_0.csv with id .MhRbDVkX...sRAfxQt7h]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_review_comments/2021_11_24_1637770542844_0.csv with id .MhRbDVkX...sRAfxQt7h]: Completed destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_review_comments'. destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_issue_events'. destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_events/2021_11_24_1637770542844_0.csv with id hjIfxae6n...sBa1L3cnf]: Uploading leftover stream [Part number 1 containing 3.20 MB] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_events/2021_11_24_1637770542844_0.csv with id hjIfxae6n...sBa1L3cnf]: Finished uploading [Part number 1 containing 3.20 MB] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_events/2021_11_24_1637770542844_0.csv with id hjIfxae6n...sBa1L3cnf]: Completed destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_issue_events'. destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_commits'. destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_commits/2021_11_24_1637770542844_0.csv with id u5q20bUlF...WU3jVYfhO]: Uploading leftover stream [Part number 1 containing 2.49 MB] destination - 2021-11-24 16:20:33 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:33 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_commits/2021_11_24_1637770542844_0.csv with id u5q20bUlF...WU3jVYfhO]: Finished uploading [Part number 1 containing 2.49 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_commits/2021_11_24_1637770542844_0.csv with id u5q20bUlF...WU3jVYfhO]: Completed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_commits'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_issue_reactions'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_reactions/2021_11_24_1637770542844_0.csv with id tG6YHuEqn...Vu1ro5Qsw]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_reactions/2021_11_24_1637770542844_0.csv with id tG6YHuEqn...Vu1ro5Qsw]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_reactions/2021_11_24_1637770542844_0.csv with id tG6YHuEqn...Vu1ro5Qsw]: Completed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_issue_reactions'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_organizations'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_organizations/2021_11_24_1637770542844_0.csv with id WZuOfW03o...C.DvEBRj2]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_organizations/2021_11_24_1637770542844_0.csv with id WZuOfW03o...C.DvEBRj2]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_organizations/2021_11_24_1637770542844_0.csv with id WZuOfW03o...C.DvEBRj2]: Completed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_organizations'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_users'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_users/2021_11_24_1637770542844_0.csv with id B9AS1MDFD...lN7.Mmlee]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_users/2021_11_24_1637770542844_0.csv with id B9AS1MDFD...lN7.Mmlee]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_users/2021_11_24_1637770542844_0.csv with id B9AS1MDFD...lN7.Mmlee]: Completed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_users'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_issue_milestones'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_milestones/2021_11_24_1637770542844_0.csv with id xk6_09gTS...Ao8SiaoBZ]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_milestones/2021_11_24_1637770542844_0.csv with id xk6_09gTS...Ao8SiaoBZ]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_issue_milestones/2021_11_24_1637770542844_0.csv with id xk6_09gTS...Ao8SiaoBZ]: Completed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_issue_milestones'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_pull_request_comment_reactions'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_pull_request_comment_reactions/2021_11_24_1637770542844_0.csv with id I8Oc0kJOb...HWZArEqz.]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_pull_request_comment_reactions/2021_11_24_1637770542844_0.csv with id I8Oc0kJOb...HWZArEqz.]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_pull_request_comment_reactions/2021_11_24_1637770542844_0.csv with id I8Oc0kJOb...HWZArEqz.]: Completed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_pull_request_comment_reactions'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_tags'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_tags/2021_11_24_1637770542844_0.csv with id xS3Xc_stf...sS3h79XVu]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_tags/2021_11_24_1637770542844_0.csv with id xS3Xc_stf...sS3h79XVu]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_tags/2021_11_24_1637770542844_0.csv with id xS3Xc_stf...sS3h79XVu]: Completed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_tags'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_comments'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_comments/2021_11_24_1637770542844_0.csv with id t3ZZgQnM5...HtQDY8DW8]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_comments/2021_11_24_1637770542844_0.csv with id t3ZZgQnM5...HtQDY8DW8]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_comments/2021_11_24_1637770542844_0.csv with id t3ZZgQnM5...HtQDY8DW8]: Completed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_comments'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO i.a.i.d.s.w.BaseS3Writer(close):102 - {} - Uploading remaining data for stream 'github_projects'. destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.MultiPartOutputStream(close):158 - {} - Called close() on [MultipartOutputStream for parts 1 - 10000] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 WARN a.m.s.MultiPartOutputStream(close):160 - {} - [MultipartOutputStream for parts 1 - 10000] is already closed destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(complete):367 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_projects/2021_11_24_1637770542844_0.csv with id xH51Af6oo...8oor71upA]: Uploading leftover stream [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:34 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:34 INFO a.m.s.StreamTransferManager(uploadStreamPart):558 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_projects/2021_11_24_1637770542844_0.csv with id xH51Af6oo...8oor71upA]: Finished uploading [Part number 1 containing 0.00 MB] destination - 2021-11-24 16:20:35 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:35 INFO a.m.s.StreamTransferManager(complete):395 - {} - [Manager uploading to tricky-bronze/airbyte_data_sync/github/github_projects/2021_11_24_1637770542844_0.csv with id xH51Af6oo...8oor71upA]: Completed destination - 2021-11-24 16:20:35 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:35 INFO i.a.i.d.s.w.BaseS3Writer(close):104 - {} - Upload completed for stream 'github_projects'. 2021-11-24 16:20:35 INFO () JsonSchemaValidator(test):56 - JSON schema validation failed. errors: $: null found, object expected 2021-11-24 16:20:35 ERROR () DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: null destination - 2021-11-24 16:20:35 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-24 16:20:35 INFO i.a.i.b.IntegrationRunner(run):133 - {} - Completed integration: io.airbyte.integrations.destination.s3.S3Destination 2021-11-24 16:20:35 INFO () DefaultReplicationWorker(run):141 - Destination thread complete. 2021-11-24 16:20:35 ERROR () DefaultReplicationWorker(run):145 - Sync worker failed. io.airbyte.workers.WorkerException: Source process exit with code 1. This warning is normal if the job was cancelled. at io.airbyte.workers.protocols.airbyte.DefaultAirbyteSource.close(DefaultAirbyteSource.java:117) ~[io.airbyte-airbyte-workers-0.32.6-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:143) ~[io.airbyte-airbyte-workers-0.32.6-alpha.jar:?] at io.airbyte.workers.DefaultReplicationWorker.run(DefaultReplicationWorker.java:49) ~[io.airbyte-airbyte-workers-0.32.6-alpha.jar:?] at io.airbyte.workers.temporal.TemporalAttemptExecution.lambda$getWorkerThread$2(TemporalAttemptExecution.java:167) ~[io.airbyte-airbyte-workers-0.32.6-alpha.jar:?] at java.lang.Thread.run(Thread.java:832) [?:?] 2021-11-24 16:20:35 INFO () DefaultReplicationWorker(run):169 - sync summary: io.airbyte.config.ReplicationAttemptSummary@5f9fafd9[status=failed,recordsSynced=2700,bytesSynced=13279762,startTime=1637770539760,endTime=1637770835130] 2021-11-24 16:20:35 INFO () DefaultReplicationWorker(run):178 - Source did not output any state messages 2021-11-24 16:20:35 WARN () DefaultReplicationWorker(run):186 - State capture: No new state, falling back on input state: io.airbyte.config.State@638679b0[state={}] 2021-11-24 16:20:35 INFO () TemporalAttemptExecution(get):137 - Stopping cancellation check scheduling... 2021-11-24 16:20:35 INFO () ReplicationActivityImpl(replicate):121 - sync summary: io.airbyte.config.StandardSyncOutput@17991f9e[standardSyncSummary=io.airbyte.config.StandardSyncSummary@49d0471f[status=failed,recordsSynced=2700,bytesSynced=13279762,startTime=1637770539760,endTime=1637770835130],state=io.airbyte.config.State@638679b0[state={}],outputCatalog=io.airbyte.protocol.models.ConfiguredAirbyteCatalog@5573f72b[streams=[io.airbyte.protocol.models.ConfiguredAirbyteStream@4ced6742[stream=io.airbyte.protocol.models.AirbyteStream@13d7e4ae[name=github_assignees,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","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"]},"repository":{"type":["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"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@5874b174[stream=io.airbyte.protocol.models.AirbyteStream@1274dffe[name=github_branches,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"name":{"type":["null","string"]},"commit":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"protected":{"type":["null","boolean"]},"protection":{"type":["null","object"],"properties":{"required_status_checks":{"type":["null","object"],"properties":{"contexts":{"type":["null","array"],"items":{"type":["null","string"]}},"enforcement_level":{"type":["null","string"]}}}}},"repository":{"type":["string"]},"protection_url":{"type":["null","string"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@35846d85[stream=io.airbyte.protocol.models.AirbyteStream@19da1d0f[name=github_collaborators,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","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"]},"repository":{"type":["string"]},"site_admin":{"type":["null","boolean"]},"gravatar_id":{"type":["null","string"]},"permissions":{"type":["null","object"],"properties":{"pull":{"type":["null","boolean"]},"push":{"type":["null","boolean"]},"admin":{"type":["null","boolean"]}}},"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"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@64d8f051[stream=io.airbyte.protocol.models.AirbyteStream@5067481b[name=github_comments,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"body":{"type":["null","string"]},"user":{"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"]}}},"node_id":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"html_url":{"type":["null","string"]},"issue_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"author_association":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@4619ffd7[stream=io.airbyte.protocol.models.AirbyteStream@fe2a07e[name=github_commit_comment_reactions,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"user":{"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"]}}},"content":{"type":["null","string"]},"node_id":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@2c9b93ab[stream=io.airbyte.protocol.models.AirbyteStream@465631b3[name=github_commit_comments,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"body":{"type":["null","string"]},"line":{"type":["null","integer"]},"path":{"type":["null","string"]},"user":{"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"]}}},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"position":{"type":["null","integer"]},"commit_id":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"author_association":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@4f3899e9[stream=io.airbyte.protocol.models.AirbyteStream@55433120[name=github_commits,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"author":{"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"]}}},"commit":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"tree":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"author":{"type":["null","object"],"properties":{"date":{"type":["null","string"],"format":"date-time"},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"committer":{"type":["null","object"],"properties":{"date":{"type":["null","string"],"format":"date-time"},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"verification":{"type":["null","object"],"properties":{"reason":{"type":["null","string"]},"payload":{"type":["null","string"]},"verified":{"type":["null","boolean"]},"signature":{"type":["null","string"]}}},"comment_count":{"type":["null","integer"]}}},"node_id":{"type":["null","string"]},"parents":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]}}}},"html_url":{"type":["null","string"]},"committer":{"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"]}}},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["string"]},"comments_url":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[created_at],sourceDefinedPrimaryKey=[[sha]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[created_at],destinationSyncMode=append,primaryKey=[[sha]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@2535f6e8[stream=io.airbyte.protocol.models.AirbyteStream@52198054[name=github_events,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","string"]},"org":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"login":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]}}},"repo":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]}}},"type":{"type":["null","string"]},"actor":{"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"]}}},"public":{"type":["null","boolean"]},"payload":{"type":["null","object"],"properties":{}},"created_at":{"type":["null","string"]},"repository":{"type":["string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[created_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[created_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@59e5bc2f[stream=io.airbyte.protocol.models.AirbyteStream@15635c02[name=github_issue_comment_reactions,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"user":{"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"]}}},"content":{"type":["null","string"]},"node_id":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@1f6b7af0[stream=io.airbyte.protocol.models.AirbyteStream@16e4269[name=github_issue_events,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"actor":{"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"]}}},"event":{"type":["null","string"]},"issue":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"body":{"type":["null","string"]},"user":{"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"]}}},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"number":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]}}},"node_id":{"type":["null","string"]},"commit_id":{"type":["null","string"]},"commit_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[created_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[created_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@759e82af[stream=io.airbyte.protocol.models.AirbyteStream@7a925352[name=github_issue_labels,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]},"node_id":{"type":["null","string"]},"repository":{"type":["string"]},"description":{"type":["null","string"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@3e6a1a0a[stream=io.airbyte.protocol.models.AirbyteStream@4d646aa4[name=github_issue_milestones,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"due_on":{"type":["null","string"],"format":"date-time"},"number":{"type":["null","integer"]},"creator":{"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"]}}},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"closed_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":["null","string"],"format":"date-time"},"labels_url":{"type":["null","string"]},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@4cee125d[stream=io.airbyte.protocol.models.AirbyteStream@240ed051[name=github_issue_reactions,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"user":{"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"]}}},"content":{"type":["null","string"]},"node_id":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@4ada3490[stream=io.airbyte.protocol.models.AirbyteStream@24855625[name=github_issues,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"body":{"type":["null","string"]},"user":{"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"]}}},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"labels":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]},"node_id":{"type":["null","string"]},"description":{"type":["null","string"]}}}},"locked":{"type":["null","boolean"]},"number":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"assignee":{"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"]}}},"comments":{"type":["null","integer"]},"html_url":{"type":["null","string"]},"assignees":{"type":["null","array"],"items":{"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"]}}}},"closed_at":{"type":["null","string"],"format":"date-time"},"milestone":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"due_on":{"type":["null","string"],"format":"date-time"},"number":{"type":["null","integer"]},"creator":{"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"]}}},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"closed_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":["null","string"],"format":"date-time"},"labels_url":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]}}},"created_at":{"type":["null","string"],"format":"date-time"},"events_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"comments_url":{"type":["null","string"]},"pull_request":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"diff_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"patch_url":{"type":["null","string"]}}},"repository_url":{"type":["null","string"]},"active_lock_reason":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@18c5c412[stream=io.airbyte.protocol.models.AirbyteStream@4a9b0303[name=github_organizations,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"blog":{"type":["null","string"]},"name":{"type":["null","string"]},"plan":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"seats":{"type":["null","integer"]},"space":{"type":["null","integer"]},"filled_seats":{"type":["null","integer"]},"private_repos":{"type":["null","integer"]}}},"type":{"type":["null","string"]},"email":{"type":["null","string"]},"login":{"type":["null","string"]},"company":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"location":{"type":["null","string"]},"followers":{"type":["null","integer"]},"following":{"type":["null","integer"]},"hooks_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"disk_usage":{"type":["null","integer"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"is_verified":{"type":["null","boolean"]},"members_url":{"type":["null","string"]},"public_gists":{"type":["null","integer"]},"public_repos":{"type":["null","integer"]},"billing_email":{"type":["null","string"]},"collaborators":{"type":["null","integer"]},"private_gists":{"type":["null","integer"]},"twitter_username":{"type":["null","string"]},"public_members_url":{"type":["null","string"]},"owned_private_repos":{"type":["null","integer"]},"total_private_repos":{"type":["null","integer"]},"has_repository_projects":{"type":["null","boolean"]},"members_can_create_pages":{"type":["null","boolean"]},"has_organization_projects":{"type":["null","boolean"]},"default_repository_permission":{"type":["null","string"]},"two_factor_requirement_enabled":{"type":["null","boolean"]},"members_can_create_public_pages":{"type":["null","boolean"]},"members_can_create_repositories":{"type":["null","boolean"]},"members_can_create_private_pages":{"type":["null","boolean"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@51fec074[stream=io.airbyte.protocol.models.AirbyteStream@5f448010[name=github_projects,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"body":{"type":["null","string"]},"name":{"type":["null","string"]},"state":{"type":["null","string"]},"number":{"type":["null","integer"]},"creator":{"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"]}}},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"owner_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"columns_url":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@69172abe[stream=io.airbyte.protocol.models.AirbyteStream@7b06bf84[name=github_pull_request_comment_reactions,jsonSchema={"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"user":{"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"]}}},"content":{"type":["null","string"]},"node_id":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@5c5c3df0[stream=io.airbyte.protocol.models.AirbyteStream@27e3726b[name=github_pull_request_stats,jsonSchema={"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"]},"changed_files":{"type":["null","integer"]},"mergeable_state":{"type":["null","string"]},"review_comments":{"type":["null","integer"]},"maintainer_can_modify":{"type":["null","boolean"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@7771fef3[stream=io.airbyte.protocol.models.AirbyteStream@39459506[name=github_pull_requests,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"base":{"type":["null","object"],"properties":{"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"label":{"type":["null","string"]},"repo_id":{"type":["null","integer"]},"user_id":{"type":["null","integer"]}}},"body":{"type":["null","string"]},"head":{"type":["null","object"],"properties":{"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"label":{"type":["null","string"]},"repo_id":{"type":["null","integer"]},"user_id":{"type":["null","integer"]}}},"user":{"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"]}}},"draft":{"type":["null","boolean"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"_links":{"type":["null","object"],"properties":{"html":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"self":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"issue":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"commits":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"comments":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"statuses":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"review_comment":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"review_comments":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}}}},"labels":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]},"node_id":{"type":["null","string"]},"description":{"type":["null","string"]}}}},"locked":{"type":["null","boolean"]},"number":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"assignee":{"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"]}}},"diff_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"assignees":{"type":["null","array"],"items":{"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"]}}}},"closed_at":{"type":["null","string"],"format":"date-time"},"issue_url":{"type":["null","string"]},"merged_at":{"type":["null","string"],"format":"date-time"},"milestone":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"due_on":{"type":["null","string"],"format":"date-time"},"number":{"type":["null","integer"]},"creator":{"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"]}}},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"closed_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":["null","string"],"format":"date-time"},"labels_url":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]}}},"patch_url":{"type":["null","string"]},"auto_merge":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"commits_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"requested_teams":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"slug":{"type":["null","string"]},"parent":{"type":["null","object"],"properties":{}},"node_id":{"type":["null","string"]},"privacy":{"type":["null","string"]},"html_url":{"type":["null","string"]},"permission":{"type":["null","string"]},"description":{"type":["null","string"]},"members_url":{"type":["null","string"]},"repositories_url":{"type":["null","string"]}}}},"merge_commit_sha":{"type":["null","string"]},"active_lock_reason":{"type":["null","string"]},"author_association":{"type":["null","string"]},"review_comment_url":{"type":["null","string"]},"requested_reviewers":{"type":["null","array"],"items":{"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"]}}}},"review_comments_url":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@44b8c63[stream=io.airbyte.protocol.models.AirbyteStream@3887d6ab[name=github_releases,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"body":{"type":["null","string"]},"name":{"type":["null","string"]},"draft":{"type":["null","boolean"]},"assets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"size":{"type":["null","integer"]},"label":{"type":["null","string"]},"state":{"type":["null","string"]},"node_id":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"uploader_id":{"type":["null","integer"]},"content_type":{"type":["null","string"]},"download_count":{"type":["null","integer"]},"browser_download_url":{"type":["null","string"]}}}},"author":{"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"]}}},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"tag_name":{"type":["null","string"]},"assets_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"prerelease":{"type":["null","boolean"]},"repository":{"type":["string"]},"upload_url":{"type":["null","string"]},"tarball_url":{"type":["null","string"]},"zipball_url":{"type":["null","string"]},"published_at":{"type":["null","string"],"format":"date-time"},"target_commitish":{"type":["null","string"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[created_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[created_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@40f9212e[stream=io.airbyte.protocol.models.AirbyteStream@55816192[name=github_repositories,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"size":{"type":["null","integer"]},"owner":{"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"]}}},"topics":{"type":["null","array"],"items":{"type":["null","string"]}},"git_url":{"type":["null","string"]},"license":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"spdx_id":{"type":["null","string"]},"html_url":{"type":["null","string"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"ssh_url":{"type":["null","string"]},"svn_url":{"type":["null","string"]},"archived":{"type":["null","boolean"]},"disabled":{"type":["null","boolean"]},"has_wiki":{"type":["null","boolean"]},"homepage":{"type":["null","string"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"language":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"clone_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"has_pages":{"type":["null","boolean"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"pushed_at":{"type":["null","string"],"format":"date-time"},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"events_url":{"type":["null","string"]},"has_issues":{"type":["null","boolean"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"mirror_url":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"visibility":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"forks_count":{"type":["null","integer"]},"is_template":{"type":["null","boolean"]},"permissions":{"type":["null","object"],"properties":{"pull":{"type":["null","boolean"]},"push":{"type":["null","boolean"]},"admin":{"type":["null","boolean"]}}},"branches_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"contents_url":{"type":["null","string"]},"git_refs_url":{"type":["null","string"]},"git_tags_url":{"type":["null","string"]},"has_projects":{"type":["null","boolean"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"has_downloads":{"type":["null","boolean"]},"languages_url":{"type":["null","string"]},"default_branch":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"watchers_count":{"type":["null","integer"]},"deployments_url":{"type":["null","string"]},"git_commits_url":{"type":["null","string"]},"subscribers_url":{"type":["null","string"]},"contributors_url":{"type":["null","string"]},"issue_events_url":{"type":["null","string"]},"stargazers_count":{"type":["null","integer"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]},"open_issues_count":{"type":["null","integer"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@df1c7d5[stream=io.airbyte.protocol.models.AirbyteStream@b456a4e[name=github_review_comments,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"body":{"type":["null","string"]},"line":{"type":["null","integer"]},"path":{"type":["null","string"]},"side":{"type":["null","string"]},"user":{"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"]}}},"_links":{"type":["null","object"],"properties":{"html":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"self":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"pull_request":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}}}},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"position":{"type":["null","integer"]},"commit_id":{"type":["null","string"]},"diff_hunk":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["string"]},"start_line":{"type":["null","integer"]},"start_side":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"original_line":{"type":["null","integer"]},"in_reply_to_id":{"type":["null","integer"]},"pull_request_url":{"type":["null","string"]},"original_position":{"type":["null","integer"]},"author_association":{"type":["null","string"]},"original_commit_id":{"type":["null","string"]},"original_start_line":{"type":["null","integer"]},"pull_request_review_id":{"type":["null","integer"]}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[updated_at],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[updated_at],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@23cca59[stream=io.airbyte.protocol.models.AirbyteStream@5c6fa67d[name=github_reviews,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"body":{"type":["null","string"]},"user":{"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"]}}},"state":{"type":["null","string"]},"_links":{"type":["null","object"],"properties":{"html":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"pull_request":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}}}},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"commit_id":{"type":["null","string"]},"repository":{"type":["string"]},"submitted_at":{"type":["null","string"],"format":"date-time"},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@5fa30d4a[stream=io.airbyte.protocol.models.AirbyteStream@7f940bea[name=github_stargazers,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"user":{"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"]}}},"user_id":{"type":["null","integer"]},"repository":{"type":["string"]},"starred_at":{"type":["null","string"],"format":"date-time"}}},supportedSyncModes=[full_refresh, incremental],sourceDefinedCursor=true,defaultCursorField=[starred_at],sourceDefinedPrimaryKey=[[user_id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[starred_at],destinationSyncMode=append,primaryKey=[[user_id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@1b9e6843[stream=io.airbyte.protocol.models.AirbyteStream@3ae37903[name=github_tags,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"name":{"type":["null","string"]},"commit":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"node_id":{"type":["null","string"]},"repository":{"type":["string"]},"tarball_url":{"type":["null","string"]},"zipball_url":{"type":["null","string"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@7d6dea48[stream=io.airbyte.protocol.models.AirbyteStream@22797554[name=github_teams,jsonSchema={"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"slug":{"type":["null","string"]},"parent":{"type":["null","string"]},"node_id":{"type":["null","string"]},"privacy":{"type":["null","string"]},"html_url":{"type":["null","string"]},"permission":{"type":["null","string"]},"repository":{"type":["null","string"]},"description":{"type":["null","string"]},"members_url":{"type":["null","string"]},"organization":{"type":["null","string"]},"repositories_url":{"type":["null","string"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}], io.airbyte.protocol.models.ConfiguredAirbyteStream@4a4dcd28[stream=io.airbyte.protocol.models.AirbyteStream@6b478e03[name=github_users,jsonSchema={"type":["null","object"],"$schema":"http://json-schema.org/draft-07/schema#","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"]},"organization":{"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"]}}},supportedSyncModes=[full_refresh],sourceDefinedCursor=,defaultCursorField=[],sourceDefinedPrimaryKey=[[id]],namespace=,additionalProperties={}],syncMode=full_refresh,cursorField=[],destinationSyncMode=append,primaryKey=[[id]],additionalProperties={}]],additionalProperties={}]] 2021-11-24 16:20:35 INFO () ConfigRepository(updateConnectionState):518 - Updating connection a1f91e6c-fb74-4de5-aad7-36141ec9491c state: io.airbyte.config.State@34d0b49a[state={}] 2021-11-24 16:20:35 INFO () DatabaseConfigPersistence(updateConfigRecord):273 - Updating STANDARD_SYNC_STATE record a1f91e6c-fb74-4de5-aad7-36141ec9491c``

Steps to Reproduce

  1. Fresh EC2 air byte instance
  2. setup Github source with new token
  3. setup S3 destination with new access ID/key
  4. launch sync to either parquet/CSV/JSONL

Are you willing to submit a PR?

probably underqualified, sorry

lolrenx commented 2 years ago

logs-15-1.txt

lolrenx commented 2 years ago

Update : I've identified the 'commits' table as the troublemaker. If I omit it from the tables to sync, the sync job succeeds.

attached log of failing reset on 'commits' table only.

logs-83-2.txt

Zirochkaa commented 2 years ago

Hello @lolrenx After looking at the first log file I can tell that you don't have permissions for team stream because the error says requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://api.github.com/orgs/tricky-dev/teams?per_page=100.

Could you please tell me which value you put into repository field for github source?

Zirochkaa commented 2 years ago

I also don't have persimmions for tricky-dev organization and I also got 403 Forbidden error:

image

This is from github documentation for team stream:

image
lolrenx commented 2 years ago

github source is setup as follow

Screenshot 2021-11-26 at 17 53 21

I've since then elevated the permission for the github access token, but the 'commits' table is still giving trouble.

Screenshot 2021-11-26 at 18 03 38

I can sync the source if I omit the 'commits' table

logs-87-0.txt

Zirochkaa commented 2 years ago

I've since then elevated the permission for the github access token

So just to clarify, after you published first log file you updated your permissions for team stream and right now you don't have an issue with that stream, right?

Right now you have issues with commits stream? Could you please select only commits stream, run sync and send logs here? I am asking this because I need to see an actual error in logs so I can help you :)

lolrenx commented 2 years ago

Yes, that's correct :) only the commits table fails to reset / sync now. here are a couple log files

logs-88-2.txt logs-87-2.txt

Zirochkaa commented 2 years ago

@sherifnada from above logs it looks like there is an issue in java code:

destination - 2021-11-26 16:58:27 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-26 16:58:27 WARN i.a.i.d.s.a.JsonToAvroSchemaConverter(getAvroSchema):105 - {} - Schema name contains illegal character(s) and is standardized: parents.items -> parents_items
destination - 2021-11-26 16:58:27 INFO () DefaultAirbyteStreamFactory(lambda$create$0):61 - 2021-11-26 16:58:27 WARN i.a.i.b.FailureTrackingAirbyteMessageConsumer(close):58 - {} - Airbyte message consumer: failed.
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 - Exception in thread "main" org.apache.avro.SchemaParseException: Can't redefine: author
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at org.apache.avro.Schema$Names.put(Schema.java:1542)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at org.apache.avro.Schema$NamedSchema.writeNameRef(Schema.java:805)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at org.apache.avro.Schema$RecordSchema.toJson(Schema.java:967)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at org.apache.avro.Schema$UnionSchema.toJson(Schema.java:1234)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at org.apache.avro.Schema$RecordSchema.fieldsToJson(Schema.java:995)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at org.apache.avro.Schema$RecordSchema.toJson(Schema.java:979)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at org.apache.avro.Schema$UnionSchema.toJson(Schema.java:1234)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at org.apache.avro.Schema$RecordSchema.fieldsToJson(Schema.java:995)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at org.apache.avro.Schema$RecordSchema.toJson(Schema.java:979)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at org.apache.avro.Schema.toString(Schema.java:419)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at org.apache.avro.Schema.toString(Schema.java:391)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at io.airbyte.integrations.destination.s3.writer.ProductionWriterFactory.create(ProductionWriterFactory.java:42)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at io.airbyte.integrations.destination.s3.S3Consumer.startTracked(S3Consumer.java:53)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at io.airbyte.integrations.base.FailureTrackingAirbyteMessageConsumer.start(FailureTrackingAirbyteMessageConsumer.java:34)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at io.airbyte.integrations.base.IntegrationRunner.consumeWriteStream(IntegrationRunner.java:142)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:128)
destination - 2021-11-26 16:58:27 ERROR () LineGobbler(voidCall):82 -  at io.airbyte.integrations.destination.s3.S3Destination.main(S3Destination.java:29)
lolrenx commented 2 years ago

Would that be related to my setup ? the errors seem to reference avro but the destination is set to parquet format

The commitstable syncs successfully when using CSV or JSONLdestination format though, but fails with parquetand avro formats

logs-93-0.txt logs-94-0.txt

Zirochkaa commented 2 years ago

@lolrenx could you please do request to commit stream manually using postman? Here is the link in which you need to replace <YOUR_REPO> with repository from tricky-dev organization:

https://api.github.com/repos/tricky-dev/<YOUR_REPO>/commits?per_page=100&page=1

After doing that could you please confirm that you are getting some data for that stream? Like in my case I have 1 record in response:

image
lolrenx commented 2 years ago

request looks alright, same API token as airbyte

Screenshot 2021-11-26 at 19 40 04

Zirochkaa commented 2 years ago

@lolrenx in logs there is following line:

Syncing `commits` stream isn't available for repository `tricky-dev/gameOfLifeVaccination`, it seems like this repository is empty.
lolrenx commented 2 years ago

Strange, this repo does not appear in my organisation. Is there a way to manually ignore it?

Could airbyte handle gracefully the absence of that table in a repo instead of failing the sync?

Zirochkaa commented 2 years ago

Strange, this repo does not appear in my organisation. Is there a way to manually ignore it?

Right now the only way to ignore a specific repository is to omit using it in repository field. In your case you need to write in repository field following:

tricky-dev/repo1 tricky-dev/repo2 tricky-dev/repo3 tricky-dev/repo4 
lolrenx commented 2 years ago
Screenshot 2021-11-26 at 19 53 47

repos setup as per above, destination format parquet, trying to reset and sync the commits table is still failing

logs-100-0.txt

Zirochkaa commented 2 years ago

So with csv and jsonl formats commits stream is working and with parquet and avro formats don't, right?

lolrenx commented 2 years ago

So with csv and jsonl formats commits stream is working and with parquet and avro formats don't, right?

that's exactly what is happening, correct.

Zirochkaa commented 2 years ago

@lolrenx is there a way for you to use csv and jsonl formats while we are fixing this issue?

@sherifnada could you please take a look at this comment and especially at the first line in error example. It's strange behaviour and I'm not sure why we are getting it. I believe that there is no error in GitHub source because it works with csv and jsonl formats. I also believe this ticket requires java expertise.

Here are logs for parquet format that have error: logs-87-2.txt logs-88-2.txt logs-100-0.txt

Here are logs for avro format that have error: logs-94-0.txt

Here are logs with csv format that works: logs-93-0.txt

lolrenx commented 2 years ago

No worries, thanks for taking care of it! I'll be watching this space !

sherifnada commented 2 years ago

thanks for looking into it @Zirochkaa , moving to java team