2023-03-07 18:46:37 INFO i.a.s.ServerApp(getServer):163 - Checking databases.. 2023-03-07 18:46:37 INFO i.a.s.ServerApp(assertDatabasesReady):139 - Checking configs database flyway migration version.. 2023-03-07 18:46:37 INFO i.a.c.EnvConfigs(getEnvOrDefault):967 - Using default value for environment variable CONFIGS_DATABASE_INITIALIZATION_TIMEOUT_MS: '60000' 2023-03-07 18:46:37 WARN i.a.d.c.DatabaseAvailabilityCheck(check):37 - Waiting for database to become available... 2023-03-07 18:46:37 INFO i.a.d.c.DatabaseAvailabilityCheck(lambda$isDatabaseConnected$1):74 - Testing airbyte configs database connection... 2023-03-07 18:46:38 INFO i.a.d.c.DatabaseAvailabilityCheck(check):56 - Database available. 2023-03-07 18:46:38 INFO o.f.c.i.l.s.Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate 2023-03-07 18:46:38 INFO o.f.c.i.l.s.Slf4jLog(info):49 - Database: jdbc:postgresql://faros-db:5432/airbyte (PostgreSQL 13.7) 2023-03-07 18:46:38 INFO i.a.d.c.DatabaseMigrationCheck(check):46 - Current database migration version 0. 2023-03-07 18:46:38 INFO i.a.d.c.DatabaseMigrationCheck(check):47 - Minimum Flyway version required 0.35.15.001. 2023-03-07 18:46:44 INFO o.f.c.i.l.s.Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate 2023-03-07 18:46:44 INFO o.f.c.i.l.s.Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate 2023-03-07 18:46:44 INFO i.a.d.c.DatabaseMigrationCheck(check):62 - Verified that database has been migrated to the required minimum version 60000. 2023-03-07 18:46:44 INFO i.a.s.ServerApp(assertDatabasesReady):145 - Checking jobs database flyway migration version.. 2023-03-07 18:46:44 INFO i.a.c.EnvConfigs(getEnvOrDefault):967 - Using default value for environment variable JOBS_DATABASE_INITIALIZATION_TIMEOUT_MS: '60000' 2023-03-07 18:46:44 WARN i.a.d.c.DatabaseAvailabilityCheck(check):37 - Waiting for database to become available... 2023-03-07 18:46:44 INFO i.a.d.c.DatabaseAvailabilityCheck(lambda$isDatabaseConnected$1):74 - Testing airbyte jobs database connection... 2023-03-07 18:46:44 INFO i.a.d.c.DatabaseAvailabilityCheck(check):56 - Database available. 2023-03-07 18:46:44 INFO o.f.c.i.l.s.Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate 2023-03-07 18:46:45 INFO o.f.c.i.l.s.Slf4jLog(info):49 - Database: jdbc:postgresql://faros-db:5432/airbyte (PostgreSQL 13.7) 2023-03-07 18:46:45 INFO o.f.c.i.l.s.Slf4jLog(info):49 - Flyway Community Edition 7.14.0 by Redgate 2023-03-07 18:46:45 INFO i.a.d.c.DatabaseMigrationCheck(check):46 - Current database migration version 0.35.62.001. 2023-03-07 18:46:45 INFO i.a.d.c.DatabaseMigrationCheck(check):47 - Minimum Flyway version required 0.29.15.001. 2023-03-07 18:46:45 INFO i.a.d.c.DatabaseMigrationCheck(check):62 - Verified that database has been migrated to the required minimum version 60000. 2023-03-07 18:46:45 INFO i.a.s.ServerApp(getServer):166 - Creating Staged Resource folder... 2023-03-07 18:46:45 INFO i.a.s.ServerApp(getServer):169 - Creating config repository... 2023-03-07 18:46:45 INFO i.a.s.ServerApp(getServer):185 - Creating jobs persistence... 2023-03-07 18:46:45 INFO i.a.c.EnvConfigs(getEnvOrDefault):967 - Using default value for environment variable DEPLOYMENT_MODE: 'OSS' 2023-03-07 18:46:45 INFO i.a.c.EnvConfigs(getEnvOrDefault):967 - Using default value for environment variable TEMPORAL_HISTORY_RETENTION_IN_DAYS: '30' 2023-03-07 18:46:45 INFO i.a.c.EnvConfigs(getEnvOrDefault):967 - Using default value for environment variable ACTIVITY_MAX_ATTEMPT: '5' 2023-03-07 18:46:45 INFO i.a.c.EnvConfigs(getEnvOrDefault):967 - Using default value for environment variable ACTIVITY_INITIAL_DELAY_BETWEEN_ATTEMPTS_SECONDS: '30' 2023-03-07 18:46:45 INFO i.a.c.EnvConfigs(getEnvOrDefault):967 - Using default value for environment variable ACTIVITY_MAX_DELAY_BETWEEN_ATTEMPTS_SECONDS: '600' 2023-03-07 18:46:45 INFO i.a.c.EnvConfigs(getEnvOrDefault):967 - Using default value for environment variable TEMPORAL_CLOUD_ENABLED: 'false' 2023-03-07 18:46:45 INFO i.a.w.t.TemporalUtils(getTemporalClientWhenConnected):232 - Waiting for temporal server... 2023-03-07 18:46:45 WARN i.a.w.t.TemporalUtils(getTemporalClientWhenConnected):243 - Waiting for namespace default to be initialized in temporal... 2023-03-07 18:46:47 INFO i.t.s.WorkflowServiceStubsImpl():188 - Created GRPC client for channel: ManagedChannelOrphanWrapper{delegate=ManagedChannelImpl{logId=1, target=airbyte-temporal:7233}} 2023-03-07 18:46:52 INFO i.a.w.t.TemporalUtils(getTemporalClientWhenConnected):260 - Temporal namespace default initialized! 2023-03-07 18:46:52 INFO i.a.c.EnvConfigs(getEnvOrDefault):967 - Using default value for environment variable TEMPORAL_CLOUD_ENABLED: 'false' 2023-03-07 18:46:54 INFO i.a.s.ServerApp(migrateExistingConnectionsToTemporalScheduler):254 - Start migration to the new scheduler... 2023-03-07 18:46:54 INFO i.a.w.t.TemporalClient(migrateSyncIfNeeded):188 - The migration to the new scheduler took: 00:00:00.043 2023-03-07 18:46:54 INFO i.a.s.ServerApp(migrateExistingConnectionsToTemporalScheduler):261 - Done migrating to the new scheduler... 2023-03-07 18:46:54 INFO i.a.s.ServerApp(getServer):221 - Starting server... 2023-03-07 18:46:54 INFO o.e.j.u.l.Log(initialized):169 - Logging initialized @28170ms to org.eclipse.jetty.util.log.Slf4jLog 2023-03-07 18:46:54 INFO o.e.j.s.Server(doStart):360 - jetty-9.4.31.v20200723; built: 2020-07-23T17:57:36.812Z; git: 450ba27947e13e66baa8cd1ce7e85a4461cacc1d; jvm 17.0.1+12-39 2023-03-07 18:46:56 INFO o.h.v.i.u.Version():21 - HV000001: Hibernate Validator 6.1.2.Final 2023-03-07 18:46:57 INFO o.e.j.s.h.ContextHandler(doStart):860 - Started o.e.j.s.ServletContextHandler@5c5f12e{/,null,AVAILABLE} 2023-03-07 18:46:57 INFO o.e.j.s.AbstractConnector(doStart):331 - Started ServerConnector@25974207{HTTP/1.1, (http/1.1)}{0.0.0.0:8001} 2023-03-07 18:46:57 INFO o.e.j.s.Server(doStart):400 - Started @31575ms 2023-03-07 18:46:57 INFO i.a.s.ServerApp(start):129 - ___ _ __ __ / | (_)____/ /_ __ __/ /____ / /| | / / ___/ __ \/ / / / __/ _ \ / ___ |/ / / / /_/ / /_/ / /_/ __/ /_/ |_/_/_/ /_.___/\__, /\__/\___/ /____/ -------------------------------------- Now ready at http://localhost:8000/ -------------------------------------- Version: 0.39.37-alpha 2023-03-07 18:46:59 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:46:59 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-07 18:47:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/get - {"workspaceId":"fb2fd647-20a5-4c1b-8e73-439d04d44f01"} 2023-03-07 18:47:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:47:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:47:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-07 18:47:02 INFO i.a.s.ConfigDumpImporter(checkImport):159 - Checking Airbyte Version to import AirbyteVersion{version='0.39.37-alpha', major='0', minor='39', patch='37'} 2023-03-07 18:47:02 INFO i.a.c.p.DatabaseConfigPersistence(replaceAllConfigs):1359 - Replacing all configs 2023-03-07 18:47:03 WARN i.a.c.p.DatabaseConfigPersistence(lambda$replaceAllConfigs$92):1418 - SOURCE_OAUTH_PARAM not found 2023-03-07 18:47:03 WARN i.a.c.p.DatabaseConfigPersistence(lambda$replaceAllConfigs$92):1426 - DESTINATION_OAUTH_PARAM not found 2023-03-07 18:47:03 WARN i.a.c.p.DatabaseConfigPersistence(lambda$replaceAllConfigs$92):1434 - STANDARD_SYNC_OPERATION not found 2023-03-07 18:47:03 WARN i.a.c.p.DatabaseConfigPersistence(lambda$replaceAllConfigs$92):1442 - ACTOR_CATALOG not found 2023-03-07 18:47:03 WARN i.a.c.p.DatabaseConfigPersistence(lambda$replaceAllConfigs$92):1449 - ACTOR_CATALOG_FETCH_EVENT not found 2023-03-07 18:47:03 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword example - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2023-03-07 18:47:04 WARN i.a.c.p.DatabaseConfigPersistence(lambda$replaceAllConfigs$92):1467 - STANDARD_SYNC_STATE not found 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(replaceAllConfigs):1477 - Config database is reset 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConfigsFromSeed):1627 - Updating connector definitions from the seed if necessary... 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConfigsFromSeed):1631 - Connectors in use: [farosai/airbyte-harness-source, farosai/airbyte-squadcast-source, farosai/airbyte-phabricator-source, farosai/airbyte-bitbucket-source, airbyte/source-github, farosai/airbyte-circleci-source, farosai/airbyte-buildkite-source, airbyte/source-gitlab, farosai/airbyte-pagerduty-source, airbyte/source-jira, farosai/airbyte-victorops-source, farosai/airbyte-jenkins-source, farosai/airbyte-datadog-source, farosai/airbyte-statuspage-source, farosai/airbyte-opsgenie-source, farosai/airbyte-faros-destination] 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConfigsFromSeed):1634 - Current connector versions: [farosai/airbyte-harness-source: 0.4.23 (6fe89830-d04d-401b-aad6-6552ffa5c4af), farosai/airbyte-squadcast-source: 0.4.23 (dcb04367-398c-4af9-831c-aef0ce4f8f32), farosai/airbyte-phabricator-source: 0.4.23 (63aa5e31-9490-4730-b2d4-14e42a4eb899), airbyte/source-github: 0.3.8 (ef69ef6e-aa7f-4af1-a01d-ef775033524e), farosai/airbyte-bitbucket-source: 0.4.23 (51d2be20-0bdc-4532-b5a2-98a2ef91b23e), farosai/airbyte-circleci-source: 0.4.23 (6727d77e-5c06-4c28-817a-c1cacc18e106), farosai/airbyte-buildkite-source: 0.4.23 (431b2890-39cb-4138-bc30-7dccdd0b94e0), airbyte/source-gitlab: 0.1.6 (5e6175e5-68e1-4c17-bff9-56103bbb0d80), farosai/airbyte-pagerduty-source: 0.4.23 (2817b3f0-04e4-4c7a-9f32-7a5e8a83db95), airbyte/source-jira: 0.3.0 (68e63de2-bb83-4c7e-93fa-a8a9051e3993), farosai/airbyte-victorops-source: 0.4.23 (7e20ce3e-d820-4327-ad7a-88f3927fd97a), farosai/airbyte-jenkins-source: 0.4.23 (d6f73702-d7a0-4e95-9758-b0fb1af0bfba), farosai/airbyte-faros-feeds-source: latest (0eba3d46-6b9f-48de-baf5-63632f5eca50), farosai/airbyte-datadog-source: 0.2.14 (172cc5e1-9443-4f1b-a386-5a7813e05f45), farosai/airbyte-statuspage-source: 0.4.23 (4b3cd0a4-4994-4616-af28-9871e28a8368), farosai/airbyte-faros-destination: 0.4.69 (6c6366b8-11f9-419a-8cdc-9209def71e1f), farosai/airbyte-opsgenie-source: 0.4.23 (1b22f335-f5bb-442d-a345-38b860baa41d)] 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-sendgrid: {"sourceDefinitionId":"fbb5fbe2-16ad-4cf4-af7d-ff9d9c316c87","name":"Sendgrid","dockerRepository":"airbyte/source-sendgrid","dockerImageTag":"0.2.8","documentationUrl":"https://docs.airbyte.io/integrations/sources/sendgrid","icon":"sendgrid.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/sendgrid","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Sendgrid Spec","type":"object","required":["apikey"],"additionalProperties":false,"properties":{"apikey":{"title":"Sendgrid API key","type":"string","description":"API Key, use admin to generate this key.","order":0},"start_time":{"title":"Start time","type":"integer","description":"Start time in timestamp integer format. Any data before this timestamp will not be replicated.","examples":[1558359837],"order":1}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1824 - Connector farosai/airbyte-jenkins-source has new fields: tombstone, sourceType, releaseStage, icon 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1824 - Connector farosai/airbyte-pagerduty-source has new fields: tombstone, sourceType, releaseStage, icon 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-commercetools: {"sourceDefinitionId":"008b2e26-11a3-11ec-82a8-0242ac130003","name":"Commercetools","dockerRepository":"airbyte/source-commercetools","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/commercetools","icon":"commercetools.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/commercetools","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Commercetools Source CDK Specifications","type":"object","required":["region","start_date","host","project_key","client_id","client_secret"],"additionalProperties":false,"properties":{"region":{"type":"string","description":"The region of the platform.","examples":["us-central1","australia-southeast1"]},"host":{"type":"string","enum":["gcp","aws"],"description":"The cloud provider your shop is hosted. See: https://docs.commercetools.com/api/authorization"},"start_date":{"type":"string","description":"The date you would like to replicate data. Format: YYYY-MM-DD.","examples":["2021-01-01"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"},"project_key":{"type":"string","description":"The project key"},"client_id":{"type":"string","description":"Id of API Client.","airbyte_secret":true},"client_secret":{"type":"string","description":"The password of secret of API Client.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-snapchat-marketing: {"sourceDefinitionId":"200330b2-ea62-4d11-ac6d-cfe3e3f8ab2b","name":"Snapchat Marketing","dockerRepository":"airbyte/source-snapchat-marketing","dockerImageTag":"0.1.4","documentationUrl":"https://docs.airbyte.io/integrations/sources/snapchat-marketing","icon":"snapchat.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/snapchat-marketing","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Snapchat Marketing Spec","type":"object","required":["client_id","client_secret","refresh_token"],"additionalProperties":false,"properties":{"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your Snapchat developer application.","airbyte_secret":true},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your Snapchat developer application.","airbyte_secret":true},"refresh_token":{"title":"Refresh Token","type":"string","description":"Refresh Token to renew the expired Access Token.","airbyte_secret":true},"start_date":{"title":"Start Date","type":"string","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","examples":["2021-01-01"],"default":"1970-01-01","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":[],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-confluence: {"sourceDefinitionId":"cf40a7f8-71f8-45ce-a7fa-fca053e4028c","name":"Confluence","dockerRepository":"airbyte/source-confluence","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/confluence","icon":"confluence.svg","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Confluence Spec","type":"object","required":["api_token","domain_name","email"],"additionalProperties":false,"properties":{"api_token":{"type":"string","description":"Please follow the Jira confluence for generating an API token: https://support.atlassian.com/atlassian-account/docs/manage-api-tokens-for-your-atlassian-account/","airbyte_secret":true},"domain_name":{"type":"string","description":"Your Confluence domain name","examples":["example.atlassian.net"]},"email":{"type":"string","description":"Your Confluence login email","examples":["abc@example.com"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-db2: {"sourceDefinitionId":"447e0381-3780-4b46-bb62-00a4e3c8b8e2","name":"IBM Db2","dockerRepository":"airbyte/source-db2","dockerImageTag":"0.1.11","documentationUrl":"https://docs.airbyte.io/integrations/sources/db2","icon":"db2.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/db2","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"IBM Db2 Source Spec","type":"object","required":["host","port","db","username","password","encryption"],"additionalProperties":false,"properties":{"host":{"description":"Host of the Db2.","type":"string","order":0},"port":{"description":"Port of the database.","type":"integer","minimum":0,"maximum":65536,"default":8123,"examples":["8123"],"order":1},"db":{"description":"Name of the database.","type":"string","examples":["default"],"order":2},"username":{"description":"Username to use to access the database.","type":"string","order":3},"password":{"description":"Password associated with the username.","type":"string","airbyte_secret":true,"order":4},"encryption":{"title":"Encryption","type":"object","description":"Encryption method to use when communicating with the database","order":5,"oneOf":[{"title":"Unencrypted","additionalProperties":false,"description":"Data transfer will not be encrypted.","required":["encryption_method"],"properties":{"encryption_method":{"type":"string","const":"unencrypted","enum":["unencrypted"],"default":"unencrypted"}}},{"title":"TLS Encrypted (verify certificate)","additionalProperties":false,"description":"Verify and use the cert provided by the server.","required":["encryption_method","ssl_certificate"],"properties":{"encryption_method":{"type":"string","const":"encrypted_verify_certificate","enum":["encrypted_verify_certificate"],"default":"encrypted_verify_certificate"},"ssl_certificate":{"title":"SSL PEM file","description":"Privacy Enhanced Mail (PEM) files are concatenated certificate containers frequently used in certificate installations","type":"string","airbyte_secret":true,"multiline":true},"key_store_password":{"title":"Key Store Password. This field is optional. If you do not fill in this field, the password will be randomly generated.","description":"Key Store Password","type":"string","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-appstore-singer: {"sourceDefinitionId":"2af123bf-0aaf-4e0d-9784-cb497f23741a","name":"Appstore","dockerRepository":"airbyte/source-appstore-singer","dockerImageTag":"0.2.6","documentationUrl":"https://docs.airbyte.io/integrations/sources/appstore","icon":"appstore.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/appstore","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source Appstore Singer Spec","type":"object","required":["key_id","private_key","issuer_id","vendor","start_date"],"additionalProperties":false,"properties":{"key_id":{"type":"string","title":"Key ID","description":"Appstore Key ID. See the docs for more information on how to obtain this key."},"private_key":{"type":"string","title":"Private Key","description":"Appstore Private Key. See the docs for more information on how to obtain this key.","airbyte_secret":true,"multiline":true},"issuer_id":{"type":"string","title":"Issuer ID","description":"Appstore Issuer ID. See the docs for more information on how to obtain this ID."},"vendor":{"type":"string","title":"Vendor ID","description":"Appstore Vendor ID. See the docs for more information on how to obtain this ID."},"start_date":{"type":"string","title":"Start Date","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","examples":["2020-11-16T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-zendesk-talk: {"sourceDefinitionId":"c8630570-086d-4a40-99ae-ea5b18673071","name":"Zendesk Talk","dockerRepository":"airbyte/source-zendesk-talk","dockerImageTag":"0.1.3","documentationUrl":"https://docs.airbyte.io/integrations/sources/zendesk-talk","icon":"zendesk.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/zendesk-talk","changelogUrl":"https://docs.airbyte.io/integrations/sources/zendesk-talk","connectionSpecification":{"title":"Zendesk Talk Spec","type":"object","properties":{"subdomain":{"title":"Subdomain","description":"The subdomain for your Zendesk Talk.","type":"string"},"access_token":{"title":"Access Token","description":"The value of the API token generated. See the docs for more information.","airbyte_secret":true,"type":"string"},"email":{"title":"Email","description":"The user email for your Zendesk account.","type":"string"},"start_date":{"title":"Replication Start Date","description":"The date/datetime from which you'd like to replicate data for Zendesk Talk API, in the format YYYY-MM-DDT00:00:00Z. The time part is optional.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$","examples":["2017-01-25T00:00:00Z","2017-01-25"],"type":"string","format":"date-time"}},"required":["subdomain","access_token","email","start_date"]},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-bigquery: {"sourceDefinitionId":"bfd1ddf8-ae8a-4620-b1d7-55597d2ba08c","name":"BigQuery","dockerRepository":"airbyte/source-bigquery","dockerImageTag":"0.1.8","documentationUrl":"https://docs.airbyte.io/integrations/sources/bigquery","icon":"bigquery.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/bigquery","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"BigQuery Source Spec","type":"object","required":["project_id","credentials_json"],"additionalProperties":false,"properties":{"project_id":{"type":"string","description":"The GCP project ID for the project containing the target BigQuery dataset.","title":"Project ID"},"dataset_id":{"type":"string","description":"The dataset ID to search for tables and views. If you are only loading data from one dataset, setting this option could result in much faster schema discovery.","title":"Default Dataset ID"},"credentials_json":{"type":"string","description":"The contents of your Service Account Key JSON file. See the docs for more information on how to obtain this key.","title":"Credentials JSON","airbyte_secret":true}}},"supportsIncremental":true,"supportsNormalization":true,"supportsDBT":true,"supported_destination_sync_modes":[],"supported_sync_modes":["overwrite","append","append_dedup"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-freshsales: {"sourceDefinitionId":"eca08d79-7b92-4065-b7f3-79c14836ebe7","name":"Freshsales","dockerRepository":"airbyte/source-freshsales","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/freshsales","icon":"freshsales.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/freshsales","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Freshsales Spec","type":"object","required":["domain_name","api_key"],"additionalProperties":false,"properties":{"domain_name":{"type":"string","title":"Domain Name","description":"The Name of your Freshsales domain","examples":["mydomain.myfreshworks.com"]},"api_key":{"type":"string","title":"API Key","description":"Freshsales API Key. See here. The key is case sensitive.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-oracle: {"sourceDefinitionId":"b39a7370-74c3-45a6-ac3a-380d48520a83","name":"Oracle DB","dockerRepository":"airbyte/source-oracle","dockerImageTag":"0.3.17","documentationUrl":"https://docs.airbyte.io/integrations/sources/oracle","icon":"oracle.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/oracle","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Oracle Source Spec","type":"object","required":["host","port","sid","username"],"additionalProperties":false,"properties":{"host":{"title":"Host","description":"Hostname of the database.","type":"string","order":1},"port":{"title":"Port","description":"Port of the database.\nOracle Corporations recommends the following port numbers:\n1521 - Default listening port for client connections to the listener. \n2484 - Recommended and officially registered listening port for client connections to the listener using TCP/IP with SSL","type":"integer","minimum":0,"maximum":65536,"default":1521,"order":2},"sid":{"title":"SID (Oracle System Identifier)","type":"string","order":3},"username":{"title":"User","description":"The username which is used to access the database.","type":"string","order":4},"password":{"title":"Password","description":"The password associated with the username.","type":"string","airbyte_secret":true,"order":5},"schemas":{"title":"Schemas","description":"The list of schemas to sync from. Defaults to user. Case sensitive.","type":"array","items":{"type":"string"},"minItems":1,"uniqueItems":true,"order":6},"jdbc_url_params":{"title":"JDBC URL Params","description":"Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).","type":"string","order":7},"encryption":{"title":"Encryption","type":"object","description":"The encryption method with is used when communicating with the database.","order":8,"oneOf":[{"title":"Unencrypted","additionalProperties":false,"description":"Data transfer will not be encrypted.","required":["encryption_method"],"properties":{"encryption_method":{"type":"string","const":"unencrypted","enum":["unencrypted"],"default":"unencrypted"}}},{"title":"Native Network Encryption (NNE)","additionalProperties":false,"description":"The native network encryption gives you the ability to encrypt database connections, without the configuration overhead of TCP/IP and SSL/TLS and without the need to open and listen on different ports.","required":["encryption_method"],"properties":{"encryption_method":{"type":"string","const":"client_nne","enum":["client_nne"],"default":"client_nne"},"encryption_algorithm":{"type":"string","description":"This parameter defines what encryption algorithm is used.","title":"Encryption Algorithm","default":"AES256","enum":["AES256","RC4_56","3DES168"]}}},{"title":"TLS Encrypted (verify certificate)","additionalProperties":false,"description":"Verify and use the certificate provided by the server.","required":["encryption_method","ssl_certificate"],"properties":{"encryption_method":{"type":"string","const":"encrypted_verify_certificate","enum":["encrypted_verify_certificate"],"default":"encrypted_verify_certificate"},"ssl_certificate":{"title":"SSL PEM File","description":"Privacy Enhanced Mail (PEM) files are concatenated certificate containers frequently used in certificate installations.","type":"string","airbyte_secret":true,"multiline":true,"order":4}}}]},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-shortio: {"sourceDefinitionId":"2fed2292-5586-480c-af92-9944e39fe12d","name":"Short.io","dockerRepository":"airbyte/source-shortio","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/shortio","icon":"short.svg","sourceType":"api","spec":{"documentationUrl":"https://developers.short.io/reference","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Shortio Spec","type":"object","required":["domain_id","secret_key","start_date"],"additionalProperties":false,"properties":{"domain_id":{"type":"string","desciprtion":"Short.io Domain ID","title":"Domain ID","airbyte_secret":false},"secret_key":{"type":"string","title":"Secret Key","description":"Short.io Secret Key","airbyte_secret":true},"start_date":{"type":"string","title":"Start Date","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","airbyte_secret":false}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-zendesk-support: {"sourceDefinitionId":"79c1aa37-dae3-42ae-b333-d1c105477715","name":"Zendesk Support","dockerRepository":"airbyte/source-zendesk-support","dockerImageTag":"0.2.12","documentationUrl":"https://docs.airbyte.io/integrations/sources/zendesk-support","icon":"zendesk.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/zendesk-support","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source Zendesk Support Spec","type":"object","required":["start_date","subdomain"],"additionalProperties":true,"properties":{"start_date":{"type":"string","title":"Start Date","description":"The date from which you'd like to replicate data for Zendesk Support API, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.","examples":["2020-10-15T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"},"subdomain":{"type":"string","title":"Subdomain","description":"This is your Zendesk subdomain that can be found in your account URL. For example, in https://{MY_SUBDOMAIN}.zendesk.com/, where MY_SUBDOMAIN is the value of your subdomain."},"credentials":{"title":"Authentication *","type":"object","description":"Zendesk service provides two authentication methods. Choose between: `OAuth2.0` or `API token`.","oneOf":[{"title":"OAuth2.0","type":"object","required":["access_token"],"additionalProperties":true,"properties":{"credentials":{"type":"string","const":"oauth2.0","order":0},"access_token":{"type":"string","title":"Access Token","description":"The value of the API token generated. See the docs for more information.","airbyte_secret":true}}},{"title":"API Token","type":"object","required":["email","api_token"],"additionalProperties":true,"properties":{"credentials":{"type":"string","const":"api_token","order":0},"email":{"title":"Email","type":"string","description":"The user email for your Zendesk account."},"api_token":{"title":"API Token","type":"string","description":"The value of the API token generated. See the docs for more information.","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","credentials"],"predicate_value":"oauth2.0","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","additionalProperties":false,"properties":{"subdomain":{"type":"string","path_in_connector_config":["subdomain"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"access_token":{"type":"string","path_in_connector_config":["credentials","access_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-facebook-pages: {"sourceDefinitionId":"010eb12f-837b-4685-892d-0a39f76a98f5","name":"Facebook Pages","dockerRepository":"airbyte/source-facebook-pages","dockerImageTag":"0.1.6","documentationUrl":"https://docs.airbyte.com/integrations/sources/facebook-pages","icon":"facebook.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/facebook-pages","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Facebook Pages Spec","type":"object","required":["access_token","page_id"],"additionalProperties":true,"properties":{"access_token":{"type":"string","title":"Page Access Token","description":"Facebook Page Access Token","airbyte_secret":true},"page_id":{"type":"string","title":"Page ID","description":"Page ID"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":[],"oauthFlowInitParameters":[],"oauthFlowOutputParameters":[["access_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-amplitude: {"sourceDefinitionId":"fa9f58c6-2d03-4237-aaa4-07d75e0c1396","name":"Amplitude","dockerRepository":"airbyte/source-amplitude","dockerImageTag":"0.1.10","documentationUrl":"https://docs.airbyte.io/integrations/sources/amplitude","icon":"amplitude.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/amplitude","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Amplitude Spec","type":"object","required":["api_key","secret_key","start_date"],"additionalProperties":false,"properties":{"api_key":{"type":"string","title":"API Key","description":"Amplitude API Key. See the setup guide for more information on how to obtain this key.","airbyte_secret":true},"secret_key":{"type":"string","title":"Secret Key","description":"Amplitude Secret Key. See the setup guide for more information on how to obtain this key.","airbyte_secret":true},"start_date":{"type":"string","title":"Replication Start Date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","description":"UTC date and time in the format 2021-01-25T00:00:00Z. Any data before this date will not be replicated.","examples":["2021-01-25T00:00:00Z"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-search-metrics: {"sourceDefinitionId":"8d7ef552-2c0f-11ec-8d3d-0242ac130003","name":"SearchMetrics","dockerRepository":"airbyte/source-search-metrics","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/search-metrics","icon":"searchmetrics.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/seacrh-metrics","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source Search Metrics Spec","type":"object","required":["api_key","client_secret","country_code","start_date"],"additionalProperties":true,"properties":{"api_key":{"title":"API Key","type":"string","description":"","airbyte_secret":true},"client_secret":{"title":"Client Secret","type":"string","description":"","airbyte_secret":true},"country_code":{"title":"Country Code","type":"string","default":"","description":"The region of the S3 staging bucket to use if utilising a copy strategy.","enum":["","AR","AU","AT","BE","BR","CA","CN","CO","DK","FI","FR","DE","HK","IN","IE","IT","JP","MX","NL","NO","PL","RU","SG","ZA","ES","SE","CH","TR","US","GB"],"order":2},"start_date":{"title":"Start Date","type":"string","description":"Data generated in SearchMetrics after this date will be replicated. This date must be specified in the format YYYY-MM-DDT00:00:00Z.","examples":["20200925"],"pattern":"^[0-9]{4}[0-9]{2}[0-9]{2}$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-onesignal: {"sourceDefinitionId":"bb6afd81-87d5-47e3-97c4-e2c2901b1cf8","name":"OneSignal","dockerRepository":"airbyte/source-onesignal","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/onesignal","icon":"onesignal.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/onesignal","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"OneSignal Source Spec","type":"object","required":["user_auth_key","start_date","outcome_names"],"additionalProperties":false,"properties":{"user_auth_key":{"type":"string","title":"User Auth Key","description":"OneSignal User Auth Key, see the docs for more information on how to obtain this key.","airbyte_secret":true},"start_date":{"type":"string","title":"Start Date","description":"The date from which you'd like to replicate data for OneSignal API, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.","examples":["2020-11-16T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"},"outcome_names":{"type":"string","title":"Outcome Names","description":"Comma-separated list of names and the value (sum/count) for the returned outcome data. See the docs for more details","examples":["os__session_duration.count,os__click.count,CustomOutcomeName.sum"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-close-com: {"sourceDefinitionId":"dfffecb7-9a13-43e9-acdc-b92af7997ca9","name":"Close.com","dockerRepository":"airbyte/source-close-com","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/close-com","icon":"close.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/close-com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Close.com Spec","type":"object","required":["api_key"],"additionalProperties":false,"properties":{"api_key":{"type":"string","description":"Close.com API key (usually starts with 'api_'; find yours here).","airbyte_secret":true},"start_date":{"type":"string","description":"The start date to sync data. Leave blank for full sync. Format: YYYY-MM-DD.","examples":["2021-01-01"],"default":"2021-01-01","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-quickbooks-singer: {"sourceDefinitionId":"29b409d9-30a5-4cc8-ad50-886eb846fea3","name":"QuickBooks","dockerRepository":"airbyte/source-quickbooks-singer","dockerImageTag":"0.1.5","documentationUrl":"https://docs.airbyte.io/integrations/sources/quickbooks","icon":"qb.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/quickbooks","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source QuickBooks Singer Spec","type":"object","required":["client_id","client_secret","refresh_token","realm_id","user_agent","start_date","sandbox"],"additionalProperties":false,"properties":{"client_id":{"type":"string","title":"Client ID","description":"Identifies which app is making the request. Obtain this value from the Keys tab on the app profile via My Apps on the developer site. There are two versions of this key: development and production."},"client_secret":{"description":" Obtain this value from the Keys tab on the app profile via My Apps on the developer site. There are two versions of this key: development and production.","title":"Client Secret","type":"string","airbyte_secret":true},"refresh_token":{"description":"A token used when refreshing the access token.","title":"Refresh Token","type":"string","airbyte_secret":true},"realm_id":{"description":"Labeled Company ID. The Make API Calls panel is populated with the realm id and the current access token.","title":"Realm ID","type":"string","airbyte_secret":true},"user_agent":{"type":"string","title":"User Agent","description":"Process and email for API logging purposes. Example: tap-quickbooks ."},"start_date":{"description":"The default value to use if no bookmark exists for an endpoint (rfc3339 date string). E.g, 2021-03-20T00:00:00Z. Any data before this date will not be replicated.","title":"Start Date","type":"string","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2021-03-20T00:00:00Z"]},"sandbox":{"description":"Determines whether to use the sandbox or production environment.","title":"Sandbox","type":"boolean","default":false}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-recurly: {"sourceDefinitionId":"cd42861b-01fc-4658-a8ab-5d11d0510f01","name":"Recurly","dockerRepository":"airbyte/source-recurly","dockerImageTag":"0.4.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/recurly","icon":"recurly.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/recurly","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Recurly Source Spec","type":"object","required":["api_key"],"additionalProperties":false,"properties":{"api_key":{"type":"string","title":"API Key","airbyte_secret":true,"description":"Recurly API Key. See the docs for more information on how to generate this key.","order":1},"begin_time":{"type":"string","description":"ISO8601 timestamp from which the replication from Recurly API will start from.","examples":["2021-12-01T00:00:00"],"pattern":"^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$","order":2},"end_time":{"type":"string","description":"ISO8601 timestamp to which the replication from Recurly API will stop. Records after that date won't be imported.","examples":["2021-12-01T00:00:00"],"pattern":"^$|^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$","order":3}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-google-analytics-v4: {"sourceDefinitionId":"eff3616a-f9c3-11eb-9a03-0242ac130003","name":"Google Analytics","dockerRepository":"airbyte/source-google-analytics-v4","dockerImageTag":"0.1.21","documentationUrl":"https://docs.airbyte.io/integrations/sources/google-analytics-v4","icon":"google-analytics.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/google-analytics-v4","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Google Analytics V4 Spec","type":"object","required":["view_id","start_date"],"additionalProperties":true,"properties":{"credentials":{"order":0,"type":"object","title":"Credentials","description":"Credentials for the service","oneOf":[{"title":"Authenticate via Google (Oauth)","type":"object","required":["client_id","client_secret","refresh_token"],"properties":{"auth_type":{"type":"string","const":"Client","order":0},"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your Google Analytics developer application.","airbyte_secret":true,"order":1},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your Google Analytics developer application.","airbyte_secret":true,"order":2},"refresh_token":{"title":"Refresh Token","type":"string","description":"The token for obtaining a new access token.","airbyte_secret":true,"order":3},"access_token":{"title":"Access Token (Optional)","type":"string","description":"Access Token for making authenticated requests.","airbyte_secret":true,"order":4}}},{"type":"object","title":"Service Account Key Authentication","required":["credentials_json"],"properties":{"auth_type":{"type":"string","const":"Service","order":0},"credentials_json":{"title":"Service Account JSON Key","type":"string","description":"The JSON key of the service account to use for authorization","examples":["{ \"type\": \"service_account\", \"project_id\": YOUR_PROJECT_ID, \"private_key_id\": YOUR_PRIVATE_KEY, ... }"],"airbyte_secret":true}}}]},"start_date":{"order":1,"type":"string","title":"Replication Start Date","description":"The date in the format YYYY-MM-DD. Any data before this date will not be replicated.","examples":["2020-06-01"]},"view_id":{"order":2,"type":"string","title":"View ID","description":"The ID for the Google Analytics View you want to fetch data from. This can be found from the Google Analytics Account Explorer."},"custom_reports":{"order":3,"type":"string","title":"Custom Reports (Optional)","description":"A JSON array describing the custom reports you want to sync from Google Analytics. See the docs for more information about the exact format you can use to fill out this field."},"window_in_days":{"type":"integer","title":"Data request time increment in days (Optional)","description":"The time increment used by the connector when requesting data from the Google Analytics API. More information is available in the the docs. The bigger this value is, the faster the sync will be, but the more likely that sampling will be applied to your data, potentially causing inaccuracies in the returned results. We recommend setting this to 1 unless you have a hard requirement to make the sync faster at the expense of accuracy. The minimum allowed value for this field is 1, and the maximum is 364. ","examples":[30,60,90,120,200,364],"default":1,"order":4}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["access_token"],["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-intercom: {"sourceDefinitionId":"d8313939-3782-41b0-be29-b3ca20d8dd3a","name":"Intercom","dockerRepository":"airbyte/source-intercom","dockerImageTag":"0.1.22","documentationUrl":"https://docs.airbyte.io/integrations/sources/intercom","icon":"intercom.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/intercom","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source Intercom Spec","type":"object","required":["start_date","access_token"],"additionalProperties":true,"properties":{"start_date":{"type":"string","title":"Start date","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","examples":["2020-11-16T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"},"access_token":{"title":"Access token","type":"string","description":"Access token for making authenticated requests. See the Intercom docs for more information.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":[],"oauthFlowInitParameters":[],"oauthFlowOutputParameters":[["access_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-webflow: {"sourceDefinitionId":"ef580275-d9a9-48bb-af5e-db0f5855be04","name":"Webflow","dockerRepository":"airbyte/source-webflow","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/webflow","icon":"webflow.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/webflow","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Webflow Spec","type":"object","required":["api_key","site_id"],"additionalProperties":false,"properties":{"site_id":{"title":"Site id","type":"string","description":"The id of the Webflow site you are requesting data from. See https://developers.webflow.com/#sites","example":"a relatively long hex sequence","order":0},"api_key":{"title":"API token","type":"string","description":"The API token for authenticating to Webflow. See https://university.webflow.com/lesson/intro-to-the-webflow-api","example":"a very long hex sequence","order":1,"airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-slack: {"sourceDefinitionId":"c2281cee-86f9-4a86-bb48-d23286b4c7bd","name":"Slack","dockerRepository":"airbyte/source-slack","dockerImageTag":"0.1.15","documentationUrl":"https://docs.airbyte.io/integrations/sources/slack","icon":"slack.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/slack","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Slack Spec","type":"object","required":["start_date","lookback_window","join_channels"],"additionalProperties":true,"properties":{"start_date":{"type":"string","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","examples":["2017-01-25T00:00:00Z"],"title":"Start Date"},"lookback_window":{"type":"integer","title":"Threads Lookback window (Days)","description":"How far into the past to look for messages in threads.","examples":[7,14]},"join_channels":{"type":"boolean","default":true,"title":"Join all channels","description":"Whether to join all channels or to sync data only from channels the bot is already in. If false, you'll need to manually add the bot to all the channels from which you'd like to sync messages. "},"channel_filter":{"type":"array","default":[],"items":{"type":"string","min-item":0},"title":"Channel name filter","description":"A channel name list (without leading '#' char) which limit the channels from which you'd like to sync. Empty list means no filter.","examples":["channel_one","channel_two"]},"credentials":{"title":"Authentication mechanism","description":"Choose how to authenticate into Slack","type":"object","oneOf":[{"type":"object","title":"Sign in via Slack (OAuth)","required":["access_token","client_id","client_secret","option_title"],"properties":{"option_title":{"type":"string","const":"Default OAuth2.0 authorization"},"client_id":{"title":"Client ID","description":"Slack client_id. See our docs if you need help finding this id.","type":"string","examples":["slack-client-id-example"]},"client_secret":{"title":"Client Secret","description":"Slack client_secret. See our docs if you need help finding this secret.","type":"string","examples":["slack-client-secret-example"],"airbyte_secret":true},"access_token":{"title":"Access token","description":"Slack access_token. See our docs if you need help generating the token.","type":"string","examples":["slack-access-token-example"],"airbyte_secret":true},"refresh_token":{"title":"Refresh token","description":"Slack refresh_token. See our docs if you need help generating the token.","type":"string","examples":["slack-refresh-token-example"],"airbyte_secret":true}},"order":0},{"type":"object","title":"API Token","required":["api_token","option_title"],"properties":{"option_title":{"type":"string","const":"API Token Credentials"},"api_token":{"type":"string","title":"API Token","description":"A Slack bot token. See the docs for instructions on how to generate it.","airbyte_secret":true}},"order":1}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["access_token"],["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-linnworks: {"sourceDefinitionId":"7b86879e-26c5-4ef6-a5ce-2be5c7b46d1e","name":"Linnworks","dockerRepository":"airbyte/source-linnworks","dockerImageTag":"0.1.5","documentationUrl":"https://docs.airbyte.io/integrations/sources/linnworks","icon":"linnworks.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/linnworks","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Linnworks Spec","type":"object","required":["application_id","application_secret","token","start_date"],"additionalProperties":false,"properties":{"application_id":{"title":"Application ID.","description":"Linnworks Application ID","type":"string"},"application_secret":{"title":"Application Secret","description":"Linnworks Application Secret","type":"string","airbyte_secret":true},"token":{"title":"API Token","type":"string"},"start_date":{"title":"Start Date","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","type":"string","format":"date-time"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-notion: {"sourceDefinitionId":"6e00b415-b02e-4160-bf02-58176a0ae687","name":"Notion","dockerRepository":"airbyte/source-notion","dockerImageTag":"0.1.4","documentationUrl":"https://docs.airbyte.io/integrations/sources/notion","icon":"notion.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/notion","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Notion Source Spec","type":"object","required":["access_token","start_date"],"additionalProperties":false,"properties":{"access_token":{"type":"string","title":"Access Token","description":"Notion API access token, see the docs for more information on how to obtain this token.","airbyte_secret":true},"start_date":{"type":"string","title":"Start Date","description":"The date from which you'd like to replicate data for Notion API, in the format YYYY-MM-DDT00:00:00.000Z. All data generated after this date will be replicated.","examples":["2020-11-16T00:00:00.000Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-airtable: {"sourceDefinitionId":"14c6e7ea-97ed-4f5e-a7b5-25e9a80b8212","name":"Airtable","dockerRepository":"airbyte/source-airtable","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/airtable","icon":"airtable.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/airtable","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Airtadfgdfgble Source Spec","type":"object","required":["api_key","base_id","tables"],"additionalProperties":false,"properties":{"api_key":{"type":"string","description":"The API Key for the Airtable account. See the Support Guide for more information on how to obtain this key.","title":"API Key","airbyte_secret":true,"examples":["key1234567890"]},"base_id":{"type":"string","description":"The Base ID to integrate the data from. You can find the Base ID following the link Airtable API, log in to your account, select the base you need and find Base ID in the docs.","title":"Base ID","examples":["app1234567890"]},"tables":{"type":"array","items":{"type":"string"},"description":"The list of Tables to integrate.","title":"Tables","examples":["table 1","table 2"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-monday: {"sourceDefinitionId":"80a54ea2-9959-4040-aac1-eee42423ec9b","name":"Monday","dockerRepository":"airbyte/source-monday","dockerImageTag":"0.1.4","documentationUrl":"https://docs.airbyte.io/integrations/sources/monday","icon":"monday.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/monday","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Monday Spec","type":"object","required":[],"additionalProperties":true,"properties":{"credentials":{"title":"Authorization Method","type":"object","oneOf":[{"type":"object","title":"OAuth2.0","required":["auth_type","client_id","client_secret","access_token"],"properties":{"subdomain":{"type":"string","title":"Subdomain/Slug (Optional)","description":"Slug/subdomain of the account, or the first part of the URL that comes before .monday.com","default":"","order":0},"auth_type":{"type":"string","const":"oauth2.0","order":1},"client_id":{"type":"string","title":"Client ID","description":"The Client ID of your OAuth application.","airbyte_secret":true},"client_secret":{"type":"string","title":"Client Secret","description":"The Client Secret of your OAuth application.","airbyte_secret":true},"access_token":{"type":"string","title":"Access Token","description":"Access Token for making authenticated requests.","airbyte_secret":true}}},{"type":"object","title":"API Token","required":["auth_type","api_token"],"properties":{"auth_type":{"type":"string","const":"api_token","order":0},"api_token":{"type":"string","title":"Personal API Token","description":"API Token for making authenticated requests.","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_type"],"predicate_value":"oauth2.0","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","additionalProperties":false,"properties":{"subdomain":{"type":"string","path_in_connector_config":["credentials","subdomain"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"access_token":{"type":"string","path_in_connector_config":["credentials","access_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":true,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-aws-cloudtrail: {"sourceDefinitionId":"6ff047c0-f5d5-4ce5-8c81-204a830fa7e1","name":"AWS CloudTrail","dockerRepository":"airbyte/source-aws-cloudtrail","dockerImageTag":"0.1.4","documentationUrl":"https://docs.airbyte.io/integrations/sources/aws-cloudtrail","icon":"awscloudtrail.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/aws-cloudtrail","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Aws CloudTrail Spec","type":"object","required":["aws_key_id","aws_secret_key","aws_region_name","start_date"],"additionalProperties":true,"properties":{"aws_key_id":{"type":"string","title":"Key ID","description":"AWS CloudTrail Access Key ID. See the docs for more information on how to obtain this key.","airbyte_secret":true},"aws_secret_key":{"type":"string","title":"Secret Key","description":"AWS CloudTrail Access Key ID. See the docs for more information on how to obtain this key.","airbyte_secret":true},"aws_region_name":{"type":"string","title":"Region Name","description":"The default AWS Region to use, for example, us-west-1 or us-west-2. When specifying a Region inline during client initialization, this property is named region_name."},"start_date":{"type":"string","title":"Start Date","description":"The date you would like to replicate data. Data in AWS CloudTrail is available for last 90 days only. Format: YYYY-MM-DD.","examples":["2021-01-01"],"default":"1970-01-01","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector farosai/airbyte-customer-io-source: {"sourceDefinitionId":"c47d6804-8b98-449f-970a-5ddb5cb5d7aa","name":"Customer.io","dockerRepository":"farosai/airbyte-customer-io-source","dockerImageTag":"0.1.23","documentationUrl":"https://docs.airbyte.io/integrations/sources/customer-io","icon":"customer-io.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.faros.ai","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Customer.io Spec","type":"object","required":["app_api_key"],"additionalProperties":false,"properties":{"app_api_key":{"type":"string","title":"Customer.io App API Key","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-chargebee: {"sourceDefinitionId":"686473f1-76d9-4994-9cc7-9b13da46147c","name":"Chargebee","dockerRepository":"airbyte/source-chargebee","dockerImageTag":"0.1.12","documentationUrl":"https://docs.airbyte.io/integrations/sources/chargebee","icon":"chargebee.svg","sourceType":"api","spec":{"documentationUrl":"https://apidocs.chargebee.com/docs/api","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Chargebee Spec","type":"object","required":["site","site_api_key","start_date","product_catalog"],"additionalProperties":false,"properties":{"site":{"type":"string","title":"Site","description":"The site prefix for your Chargebee instance.","examples":["airbyte-test"]},"site_api_key":{"type":"string","title":"API Key","description":"Chargebee API Key. See the docs for more information on how to obtain this key.","examples":["test_3yzfanAXF66USdWC9wQcM555DQJkSYoppu"],"airbyte_secret":true},"start_date":{"type":"string","title":"Start Date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","description":"UTC date and time in the format 2021-01-25T00:00:00Z. Any data before this date will not be replicated.","examples":["2021-01-25T00:00:00Z"]},"product_catalog":{"title":"Product Catalog","type":"string","description":"Product Catalog version of your Chargebee site. Instructions on how to find your version you may find here under `API Version` section.","enum":["1.0","2.0"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-file: {"sourceDefinitionId":"778daa7c-feaf-4db6-96f3-70fd645acc77","name":"File","dockerRepository":"airbyte/source-file","dockerImageTag":"0.2.13","documentationUrl":"https://docs.airbyte.io/integrations/sources/file","icon":"file.svg","sourceType":"file","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/file","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"File Source Spec","type":"object","additionalProperties":false,"required":["dataset_name","format","url","provider"],"properties":{"dataset_name":{"type":"string","title":"Dataset Name","description":"The Name of the final table to replicate this file into (should include letters, numbers dash and underscores only)."},"format":{"type":"string","enum":["csv","json","jsonl","excel","feather","parquet","yaml"],"default":"csv","title":"File Format","description":"The Format of the file which should be replicated (Warning: some formats may be experimental, please refer to the docs)."},"reader_options":{"type":"string","title":"Reader Options","description":"This should be a string in JSON format. It depends on the chosen file format to provide additional options and tune its behavior.","examples":["{}","{\"sep\": \" \"}"]},"url":{"type":"string","title":"URL","description":"The URL path to access the file which should be replicated."},"provider":{"type":"object","title":"Storage Provider","description":"The storage Provider or Location of the file(s) which should be replicated.","default":"Public Web","oneOf":[{"title":"HTTPS: Public Web","required":["storage"],"properties":{"storage":{"type":"string","const":"HTTPS"},"user_agent":{"type":"boolean","title":"User-Agent","default":false,"description":"Add User-Agent to request"}}},{"title":"GCS: Google Cloud Storage","required":["storage"],"properties":{"storage":{"type":"string","title":"Storage","const":"GCS"},"service_account_json":{"type":"string","title":"Service Account JSON","description":"In order to access private Buckets stored on Google Cloud, this connector would need a service account json credentials with the proper permissions as described here. Please generate the credentials.json file and copy/paste its content to this field (expecting JSON formats). If accessing publicly available data, this field is not necessary."}}},{"title":"S3: Amazon Web Services","required":["storage"],"properties":{"storage":{"type":"string","title":"Storage","const":"S3"},"aws_access_key_id":{"type":"string","title":"AWS Access Key ID","description":"In order to access private Buckets stored on AWS S3, this connector would need credentials with the proper permissions. If accessing publicly available data, this field is not necessary."},"aws_secret_access_key":{"type":"string","title":"AWS Secret Access Key","description":"In order to access private Buckets stored on AWS S3, this connector would need credentials with the proper permissions. If accessing publicly available data, this field is not necessary.","airbyte_secret":true}}},{"title":"AzBlob: Azure Blob Storage","required":["storage","storage_account"],"properties":{"storage":{"type":"string","title":"Storage","const":"AzBlob"},"storage_account":{"type":"string","title":"Storage Account","description":"The globally unique name of the storage account that the desired blob sits within. See here for more details."},"sas_token":{"type":"string","title":"SAS Token","description":"To access Azure Blob Storage, this connector would need credentials with the proper permissions. One option is a SAS (Shared Access Signature) token. If accessing publicly available data, this field is not necessary.","airbyte_secret":true},"shared_key":{"type":"string","title":"Shared Key","description":"To access Azure Blob Storage, this connector would need credentials with the proper permissions. One option is a storage account shared key (aka account key or access key). If accessing publicly available data, this field is not necessary.","airbyte_secret":true}}},{"title":"SSH: Secure Shell","required":["storage","user","host"],"properties":{"storage":{"type":"string","title":"Storage","const":"SSH"},"user":{"type":"string","title":"User","description":""},"password":{"type":"string","title":"Password","description":"","airbyte_secret":true},"host":{"type":"string","title":"Host","description":""},"port":{"type":"string","title":"Port","default":"22","description":""}}},{"title":"SCP: Secure copy protocol","required":["storage","user","host"],"properties":{"storage":{"type":"string","title":"Storage","const":"SCP"},"user":{"type":"string","title":"User","description":""},"password":{"type":"string","title":"Password","description":"","airbyte_secret":true},"host":{"type":"string","title":"Host","description":""},"port":{"type":"string","title":"Port","default":"22","description":""}}},{"title":"SFTP: Secure File Transfer Protocol","required":["storage","user","host"],"properties":{"storage":{"type":"string","title":"Storage","const":"SFTP"},"user":{"type":"string","title":"User","description":""},"password":{"type":"string","title":"Password","description":"","airbyte_secret":true},"host":{"type":"string","title":"Host","description":""},"port":{"type":"string","title":"Port","default":"22","description":""}}},{"title":"Local Filesystem (limited)","required":["storage"],"properties":{"storage":{"type":"string","title":"Storage","description":"WARNING: Note that the local storage URL available for reading must start with the local mount \"/local/\" at the moment until we implement more advanced docker mounting options.","const":"local"}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-salesforce: {"sourceDefinitionId":"b117307c-14b6-41aa-9422-947e34922962","name":"Salesforce","dockerRepository":"airbyte/source-salesforce","dockerImageTag":"1.0.11","documentationUrl":"https://docs.airbyte.io/integrations/sources/salesforce","icon":"salesforce.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/salesforce","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Salesforce Source Spec","type":"object","required":["client_id","client_secret","refresh_token"],"additionalProperties":true,"properties":{"is_sandbox":{"title":"Sandbox","description":"Toggle if you're using a Salesforce Sandbox","type":"boolean","default":false,"order":1},"auth_type":{"type":"string","const":"Client"},"client_id":{"title":"Client ID","description":"Enter your Salesforce developer application's Client ID","type":"string","order":2},"client_secret":{"title":"Client Secret","description":"Enter your Salesforce developer application's Client secret","type":"string","airbyte_secret":true,"order":3},"refresh_token":{"title":"Refresh Token","description":"Enter your application's Salesforce Refresh Token used for Airbyte to access your Salesforce account. ","type":"string","airbyte_secret":true,"order":4},"start_date":{"title":"Start Date","description":"Enter the date in the YYYY-MM-DD format. Airbyte will replicate the data added on and after this date. If this field is blank, Airbyte will replicate all data.","type":"string","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z|[0-9]{4}-[0-9]{2}-[0-9]{2}$","examples":["2021-07-25","2021-07-25T00:00:00Z"],"order":5},"streams_criteria":{"type":"array","order":6,"items":{"type":"object","required":["criteria","value"],"properties":{"criteria":{"type":"string","title":"Search criteria","enum":["starts with","ends with","contains","exacts","starts not with","ends not with","not contains","not exacts"],"order":1,"default":"contains"},"value":{"type":"string","title":"Search value","order":2}}},"title":"Filter Salesforce Objects (Optional)","description":"Filter streams relevant to you"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["auth_type"],"predicate_value":"Client","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","additionalProperties":false,"properties":{"is_sandbox":{"type":"boolean","path_in_connector_config":["is_sandbox"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"refresh_token":{"type":"string","path_in_connector_config":["refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["client_id"]},"client_secret":{"type":"string","path_in_connector_config":["client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-mongodb-v2: {"sourceDefinitionId":"b2e713cd-cc36-4c0a-b5bd-b47cb8a0561e","name":"MongoDb","dockerRepository":"airbyte/source-mongodb-v2","dockerImageTag":"0.1.15","documentationUrl":"https://docs.airbyte.io/integrations/sources/mongodb-v2","icon":"mongodb.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/mongodb-v2","changelogUrl":"https://docs.airbyte.io/integrations/sources/mongodb-v2","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"MongoDb Source Spec","type":"object","required":["database"],"additionalProperties":true,"properties":{"instance_type":{"type":"object","title":"MongoDb Instance Type","description":"The MongoDb instance to connect to. For MongoDB Atlas and Replica Set TLS connection is used by default.","order":0,"oneOf":[{"title":"Standalone MongoDb Instance","required":["instance","host","port"],"properties":{"instance":{"type":"string","enum":["standalone"],"default":"standalone"},"host":{"title":"Host","type":"string","description":"The host name of the Mongo database.","order":0},"port":{"title":"Port","type":"integer","description":"The port of the Mongo database.","minimum":0,"maximum":65536,"default":27017,"examples":["27017"],"order":1},"tls":{"title":"TLS Connection","type":"boolean","description":"Indicates whether TLS encryption protocol will be used to connect to MongoDB. It is recommended to use TLS connection if possible. For more information see documentation.","default":false,"order":2}}},{"title":"Replica Set","required":["instance","server_addresses"],"properties":{"instance":{"type":"string","enum":["replica"],"default":"replica"},"server_addresses":{"title":"Server Addresses","type":"string","description":"The members of a replica set. Please specify `host`:`port` of each member separated by comma.","examples":["host1:27017,host2:27017,host3:27017"],"order":0},"replica_set":{"title":"Replica Set","type":"string","description":"A replica set in MongoDB is a group of mongod processes that maintain the same data set.","order":1}}},{"title":"MongoDB Atlas","additionalProperties":false,"required":["instance","cluster_url"],"properties":{"instance":{"type":"string","enum":["atlas"],"default":"atlas"},"cluster_url":{"title":"Cluster URL","type":"string","description":"The URL of a cluster to connect to.","order":0}}}]},"database":{"title":"Database Name","type":"string","description":"The database you want to replicate.","order":1},"user":{"title":"User","type":"string","description":"The username which is used to access the database.","order":2},"password":{"title":"Password","type":"string","description":"The password associated with this username.","airbyte_secret":true,"order":3},"auth_source":{"title":"Authentication Source","type":"string","description":"The authentication source where the user information is stored.","default":"admin","examples":["admin"],"order":4}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-google-ads: {"sourceDefinitionId":"253487c0-2246-43ba-a21f-5116b20a2c50","name":"Google Ads","dockerRepository":"airbyte/source-google-ads","dockerImageTag":"0.1.43","documentationUrl":"https://docs.airbyte.io/integrations/sources/google-ads","icon":"google-adwords.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/google-ads","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Google Ads Spec","type":"object","required":["credentials","start_date","customer_id"],"additionalProperties":true,"properties":{"credentials":{"type":"object","description":"","title":"Google Credentials","order":0,"required":["developer_token","client_id","client_secret","refresh_token"],"properties":{"developer_token":{"type":"string","title":"Developer Token","order":0,"description":"Developer token granted by Google to use their APIs. More instruction on how to find this value in our docs","airbyte_secret":true},"client_id":{"type":"string","title":"Client ID","order":1,"description":"The Client ID of your Google Ads developer application. More instruction on how to find this value in our docs"},"client_secret":{"type":"string","title":"Client Secret","order":2,"description":"The Client Secret of your Google Ads developer application. More instruction on how to find this value in our docs","airbyte_secret":true},"refresh_token":{"type":"string","title":"Refresh Token","order":3,"description":"The token for obtaining a new access token. More instruction on how to find this value in our docs","airbyte_secret":true},"access_token":{"type":"string","title":"Access Token (Optional)","order":4,"description":"Access Token for making authenticated requests. More instruction on how to find this value in our docs","airbyte_secret":true}}},"customer_id":{"title":"Customer ID(s)","type":"string","description":"Comma separated list of (client) customer IDs. Each customer ID must be specified as a 10-digit number without dashes. More instruction on how to find this value in our docs. Metrics streams like AdGroupAdReport cannot be requested for a manager account.","pattern":"^[0-9]{10}(,[0-9]{10})*$","examples":["6783948572,5839201945"],"order":1},"start_date":{"type":"string","title":"Start Date","description":"UTC date and time in the format 2017-01-25. Any data before this date will not be replicated.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","examples":["2017-01-25"],"order":2},"end_date":{"type":"string","title":"End Date (Optional)","description":"UTC date and time in the format 2017-01-25. Any data after this date will not be replicated.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","examples":["2017-01-30"],"order":6},"custom_queries":{"type":"array","title":"Custom GAQL Queries (Optional)","description":"","order":3,"items":{"type":"object","properties":{"query":{"type":"string","title":"Custom Query","description":"A custom defined GAQL query for building the report. Should not contain segments.date expression because it is used by incremental streams. See Google's query builder for more information.","examples":["SELECT segments.ad_destination_type, campaign.advertising_channel_sub_type FROM campaign WHERE campaign.status = 'PAUSED'"]},"table_name":{"type":"string","title":"Destination Table Name","description":"The table name in your destination database for choosen query."}}}},"login_customer_id":{"type":"string","title":"Login Customer ID for Managed Accounts (Optional)","description":"If your access to the customer account is through a manager account, this field is required and must be set to the customer ID of the manager account (10-digit number without dashes). More information about this field you can see here","pattern":"^([0-9]{10})?$","examples":["7349206847"],"order":4},"conversion_window_days":{"title":"Conversion Window (Optional)","type":"integer","description":"A conversion window is the period of time after an ad interaction (such as an ad click or video view) during which a conversion, such as a purchase, is recorded in Google Ads. For more information, see Google's documentation.","minimum":0,"maximum":1095,"default":14,"examples":[14],"order":5}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials"],"oauthFlowInitParameters":[["client_id"],["client_secret"],["developer_token"]],"oauthFlowOutputParameters":[["access_token"],["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-klaviyo: {"sourceDefinitionId":"95e8cffd-b8c4-4039-968e-d32fb4a69bde","name":"Klaviyo","dockerRepository":"airbyte/source-klaviyo","dockerImageTag":"0.1.5","documentationUrl":"https://docs.airbyte.io/integrations/sources/klaviyo","icon":"klaviyo.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/klaviyo","changelogUrl":"https://docs.airbyte.io/integrations/sources/klaviyo","connectionSpecification":{"title":"Klaviyo Spec","type":"object","properties":{"api_key":{"title":"Api Key","description":"Klaviyo API Key. See our docs if you need help finding this key.","airbyte_secret":true,"type":"string"},"start_date":{"title":"Start Date","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2017-01-25T00:00:00Z"],"type":"string"}},"required":["api_key","start_date"]},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-bamboo-hr: {"sourceDefinitionId":"90916976-a132-4ce9-8bce-82a03dd58788","name":"BambooHR","dockerRepository":"airbyte/source-bamboo-hr","dockerImageTag":"0.2.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/bamboo-hr","icon":"bamboohr.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/bamboo-hr","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Bamboo HR Spec","type":"object","required":["subdomain","api_key"],"additionalProperties":false,"properties":{"subdomain":{"type":"string","description":"Sub Domain of bamboo hr"},"api_key":{"type":"string","description":"Api key of bamboo hr","airbyte_secret":true},"custom_reports_fields":{"type":"string","default":"","description":"Comma-separated list of fields to include in custom reports."},"custom_reports_include_default_fields":{"type":"boolean","default":true,"description":"If true, the custom reports endpoint will include the default fields defined here: https://documentation.bamboohr.com/docs/list-of-field-names."}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-google-search-console: {"sourceDefinitionId":"eb4c9e00-db83-4d63-a386-39cfa91012a8","name":"Google Search Console","dockerRepository":"airbyte/source-google-search-console","dockerImageTag":"0.1.12","documentationUrl":"https://docs.airbyte.io/integrations/sources/google-search-console","icon":"googlesearchconsole.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/google-search-console","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Google Search Console Spec","type":"object","additionalProperties":false,"required":["site_urls","start_date","authorization"],"properties":{"site_urls":{"type":"array","items":{"type":"string"},"title":"Website URL Property","description":"The URLs of the website property attached to your GSC account. Read more here.","examples":["https://example1.com","https://example2.com"],"order":0},"start_date":{"type":"string","title":"Start Date","description":"UTC date in the format 2017-01-25. Any data before this date will not be replicated.","examples":["2021-01-01"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","order":1},"end_date":{"type":"string","title":"End Date","description":"UTC date in the format 2017-01-25. Any data after this date will not be replicated. Must be greater or equal to the start date field.","examples":["2021-12-12"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","order":2},"authorization":{"type":"object","title":"Authentication Type","description":"","order":3,"oneOf":[{"title":"OAuth","type":"object","required":["auth_type","client_id","client_secret","refresh_token"],"properties":{"auth_type":{"type":"string","const":"Client","order":0},"client_id":{"title":"Client ID","type":"string","description":"The client ID of your Google Search Console developer application. Read more here.","airbyte_secret":true},"client_secret":{"title":"Client Secret","type":"string","description":"The client secret of your Google Search Console developer application. Read more here.","airbyte_secret":true},"access_token":{"title":"Access Token","type":"string","description":"Access token for making authenticated requests. Read more here.","airbyte_secret":true},"refresh_token":{"title":"Refresh Token","type":"string","description":"The token for obtaining a new access token. Read more here.","airbyte_secret":true}}},{"type":"object","title":"Service Account Key Authentication","required":["auth_type","service_account_info","email"],"properties":{"auth_type":{"type":"string","const":"Service","order":0},"service_account_info":{"title":"Service Account JSON Key","type":"string","description":"The JSON key of the service account to use for authorization. Read more here.","examples":["{ \"type\": \"service_account\", \"project_id\": YOUR_PROJECT_ID, \"private_key_id\": YOUR_PRIVATE_KEY, ... }"]},"email":{"title":"Admin Email","type":"string","description":"The email of the user which has permissions to access the Google Workspace Admin APIs."}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["authorization","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["access_token"],["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"beta"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-clickhouse: {"sourceDefinitionId":"bad83517-5e54-4a3d-9b53-63e85fbd4d7c","name":"ClickHouse","dockerRepository":"airbyte/source-clickhouse","dockerImageTag":"0.1.10","documentationUrl":"https://docs.airbyte.io/integrations/sources/clickhouse","icon":"cliskhouse.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/clickhouse","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"ClickHouse Source Spec","type":"object","required":["host","port","database","username"],"additionalProperties":false,"properties":{"host":{"description":"The host endpoint of the Clickhouse cluster.","title":"Host","type":"string"},"port":{"description":"The port of the database.","title":"Port","type":"integer","minimum":0,"maximum":65536,"default":8123,"examples":["8123"]},"database":{"description":"The name of the database.","title":"Database","type":"string","examples":["default"]},"username":{"description":"The username which is used to access the database.","title":"Username","type":"string"},"password":{"description":"The password associated with this username.","title":"Password","type":"string","airbyte_secret":true},"ssl":{"title":"SSL Connection","description":"Encrypt data using SSL.","type":"boolean","default":true},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-paypal-transaction: {"sourceDefinitionId":"d913b0f2-cc51-4e55-a44c-8ba1697b9239","name":"Paypal Transaction","dockerRepository":"airbyte/source-paypal-transaction","dockerImageTag":"0.1.6","documentationUrl":"https://docs.airbyte.io/integrations/sources/paypal-transaction","icon":"paypal.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/paypal-transactions","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Paypal Transaction Search","type":"object","required":["client_id","secret","start_date","is_sandbox"],"additionalProperties":true,"properties":{"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your Paypal developer application."},"secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your Paypal developer application.","airbyte_secret":true},"start_date":{"type":"string","title":"Start Date","description":"Start Date for data extraction in ISO format. Date must be in range from 3 years till 12 hrs before present time.","examples":["2021-06-11T23:59:59-00:00"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}[+-][0-9]{2}:[0-9]{2}$"},"is_sandbox":{"title":"Sandbox","description":"Determines whether to use the sandbox or production environment.","type":"boolean","default":false}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-smartsheets: {"sourceDefinitionId":"374ebc65-6636-4ea0-925c-7d35999a8ffc","name":"Smartsheets","dockerRepository":"airbyte/source-smartsheets","dockerImageTag":"0.1.12","documentationUrl":"https://docs.airbyte.io/integrations/sources/smartsheets","icon":"smartsheet.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/smartsheets","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Smartsheets Source Spec","type":"object","required":["access_token","spreadsheet_id"],"additionalProperties":true,"properties":{"access_token":{"title":"Access Token","description":"The access token to use for accessing your data from Smartsheets. This access token must be generated by a user with at least read access to the data you'd like to replicate. Generate an access token in the Smartsheets main menu by clicking Account > Apps & Integrations > API Access. See the setup guide for information on how to obtain this token.","type":"string","order":0,"airbyte_secret":true},"spreadsheet_id":{"title":"Sheet ID","description":"The spreadsheet ID. Find it by opening the spreadsheet then navigating to File > Properties","type":"string","order":1},"start_datetime":{"title":"Start Datetime (Optional)","type":"string","examples":["2000-01-01T13:00:00","2000-01-01T13:00:00-07:00"],"description":"Only rows modified after this date/time will be replicated. This should be an ISO 8601 string, for instance: `2000-01-01T13:00:00`","format":"date-time","default":"2020-01-01T00:00:00+00:00","order":2,"airbyte_hidden":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":[],"predicate_value":"","oauth_config_specification":{"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"access_token":{"type":"string","path_in_connector_config":["access_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"beta"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-bing-ads: {"sourceDefinitionId":"47f25999-dd5e-4636-8c39-e7cea2453331","name":"Bing Ads","dockerRepository":"airbyte/source-bing-ads","dockerImageTag":"0.1.8","documentationUrl":"https://docs.airbyte.io/integrations/sources/bing-ads","icon":"bingads.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/bing-ads","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Bing Ads Spec","type":"object","required":["developer_token","client_id","refresh_token","reports_start_date"],"additionalProperties":true,"properties":{"auth_method":{"type":"string","const":"oauth2.0"},"tenant_id":{"type":"string","title":"Tenant ID","description":"The Tenant ID of your Microsoft Advertising developer application. Set this to \"common\" unless you know you need a different value.","airbyte_secret":true,"default":"common","order":0},"client_id":{"type":"string","title":"Client ID","description":"The Client ID of your Microsoft Advertising developer application.","airbyte_secret":true,"order":1},"client_secret":{"type":"string","title":"Client Secret","description":"The Client Secret of your Microsoft Advertising developer application.","default":"","airbyte_secret":true,"order":2},"refresh_token":{"type":"string","title":"Refresh Token","description":"Refresh Token to renew the expired Access Token.","airbyte_secret":true,"order":3},"developer_token":{"type":"string","title":"Developer Token","description":"Developer token associated with user. See more info in the docs.","airbyte_secret":true,"order":4},"reports_start_date":{"type":"string","title":"Reports replication start date","format":"date","default":"2020-01-01","description":"The start date from which to begin replicating report data. Any data generated before this date will not be replicated in reports. This is a UTC date in YYYY-MM-DD format.","order":5}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["auth_method"],"predicate_value":"oauth2.0","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","additionalProperties":false,"properties":{"tenant_id":{"type":"string","path_in_connector_config":["tenant_id"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"refresh_token":{"type":"string","path_in_connector_config":["refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["client_id"]},"client_secret":{"type":"string","path_in_connector_config":["client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-prestashop: {"sourceDefinitionId":"d60a46d4-709f-4092-a6b7-2457f7d455f5","name":"Prestashop","dockerRepository":"airbyte/source-prestashop","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/presta-shop","icon":"prestashop.svg","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"PrestaShop Spec","type":"object","required":["url","access_key"],"additionalProperties":false,"properties":{"url":{"type":"string","description":"Shop URL without trailing slash (domain name or IP address)"},"access_key":{"type":"string","description":"Your PrestaShop access key. See the docs for info on how to obtain this.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-google-sheets: {"sourceDefinitionId":"71607ba1-c0ac-4799-8049-7f4b90dd50f7","name":"Google Sheets","dockerRepository":"airbyte/source-google-sheets","dockerImageTag":"0.2.16","documentationUrl":"https://docs.airbyte.io/integrations/sources/google-sheets","icon":"google-sheets.svg","sourceType":"file","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/google-sheets","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Stripe Source Spec","type":"object","required":["spreadsheet_id","credentials"],"additionalProperties":true,"properties":{"spreadsheet_id":{"type":"string","title":"Spreadsheet Link","description":"Enter the link to the Google spreadsheet you want to sync","examples":["https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG-arw2xy4HR3D-dwUb/edit"]},"credentials":{"type":"object","title":"Authentication","description":"Credentials for connecting to the Google Sheets API","oneOf":[{"title":"Authenticate via Google (OAuth)","type":"object","required":["auth_type","client_id","client_secret","refresh_token"],"properties":{"auth_type":{"type":"string","const":"Client"},"client_id":{"title":"Client ID","type":"string","description":"Enter your Google application's Client ID","airbyte_secret":true},"client_secret":{"title":"Client Secret","type":"string","description":"Enter your Google application's Client Secret","airbyte_secret":true},"refresh_token":{"title":"Refresh Token","type":"string","description":"Enter your Google application's refresh token","airbyte_secret":true}}},{"title":"Service Account Key Authentication","type":"object","required":["auth_type","service_account_info"],"properties":{"auth_type":{"type":"string","const":"Service"},"service_account_info":{"type":"string","title":"Service Account Information.","description":"Enter your Google Cloud service account key in JSON format","airbyte_secret":true,"examples":["{ \"type\": \"service_account\", \"project_id\": YOUR_PROJECT_ID, \"private_key_id\": YOUR_PRIVATE_KEY, ... }"]}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-hellobaton: {"sourceDefinitionId":"492b56d1-937c-462e-8076-21ad2031e784","name":"Hellobaton","dockerRepository":"airbyte/source-hellobaton","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/hellobaton","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Hellobaton Spec","type":"object","required":["api_key","company"],"additionalProperties":false,"properties":{"api_key":{"type":"string","description":"authentication key required to access the api endpoints","airbyte_secret":true},"company":{"type":"string","description":"Company name that generates your base api url","examples":["google","facebook","microsoft"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-openweather: {"sourceDefinitionId":"d8540a80-6120-485d-b7d6-272bca477d9b","name":"OpenWeather","dockerRepository":"airbyte/source-openweather","dockerImageTag":"0.1.5","documentationUrl":"https://docs.airbyte.io/integrations/sources/openweather","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Open Weather Spec","type":"object","required":["appid","lat","lon"],"additionalProperties":false,"properties":{"lat":{"title":"Latitude","type":"string","pattern":"^[-]?\\d{1,2}(\\.\\d+)?$","examples":["45.7603","-21.249107858038816"],"description":"Latitude for which you want to get weather condition from. (min -90, max 90)"},"lon":{"title":"Longitude","type":"string","pattern":"^[-]?\\d{1,3}(\\.\\d+)?$","examples":["4.835659","-70.39482074115321"],"description":"Longitude for which you want to get weather condition from. (min -180, max 180)"},"appid":{"title":"App ID","type":"string","description":"Your OpenWeather API Key. See here. The key is case sensitive.","airbyte_secret":true},"units":{"title":"Units","type":"string","description":"Units of measurement. standard, metric and imperial units are available. If you do not use the units parameter, standard units will be applied by default.","enum":["standard","metric","imperial"],"examples":["standard","metric","imperial"]},"lang":{"title":"Language","type":"string","description":"You can use lang parameter to get the output in your language. The contents of the description field will be translated. See here for the list of supported languages.","enum":["af","al","ar","az","bg","ca","cz","da","de","el","en","eu","fa","fi","fr","gl","he","hi","hr","hu","id","it","ja","kr","la","lt","mk","no","nl","pl","pt","pt_br","ro","ru","sv","se","sk","sl","sp","es","sr","th","tr","ua","uk","vi","zh_cn","zh_tw","zu"],"examples":["en","fr","pt_br","uk","zh_cn","zh_tw"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-recharge: {"sourceDefinitionId":"45d2e135-2ede-49e1-939f-3e3ec357a65e","name":"Recharge","dockerRepository":"airbyte/source-recharge","dockerImageTag":"0.1.5","documentationUrl":"https://docs.airbyte.io/integrations/sources/recharge","icon":"recharge.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/recharge","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Recharge Spec","type":"object","required":["start_date","access_token"],"additionalProperties":false,"properties":{"start_date":{"type":"string","title":"Start Date","description":"The date from which you'd like to replicate data for Recharge API, in the format YYYY-MM-DDT00:00:00Z. Any data before this date will not be replicated.","examples":["2021-05-14T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"},"access_token":{"type":"string","title":"Access Token","description":"The value of the Access Token generated. See the docs for more information.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-e2e-test: {"sourceDefinitionId":"d53f9084-fa6b-4a5a-976c-5b8392f4ad8a","name":"E2E Testing","dockerRepository":"airbyte/source-e2e-test","dockerImageTag":"2.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/e2e-test","icon":"airbyte.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/e2e-test","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"E2E Test Source Spec","type":"object","required":["max_messages","mock_catalog"],"additionalProperties":false,"properties":{"type":{"type":"string","const":"CONTINUOUS_FEED","default":"CONTINUOUS_FEED","order":10},"max_messages":{"title":"Max Records","description":"Number of records to emit per stream. Min 1. Max 100 billion.","type":"integer","default":100,"min":1,"max":100000000000,"order":20},"seed":{"title":"Random Seed","description":"When the seed is unspecified, the current time millis will be used as the seed. Range: [0, 1000000].","type":"integer","default":0,"examples":[42],"min":0,"max":1000000,"order":30},"message_interval_ms":{"title":"Message Interval (ms)","description":"Interval between messages in ms. Min 0 ms. Max 60000 ms (1 minute).","type":"integer","min":0,"max":60000,"default":0,"order":40},"mock_catalog":{"title":"Mock Catalog","type":"object","order":50,"oneOf":[{"title":"Single Schema","description":"A catalog with one or multiple streams that share the same schema.","required":["type","stream_name","stream_schema"],"properties":{"type":{"type":"string","const":"SINGLE_STREAM","default":"SINGLE_STREAM"},"stream_name":{"title":"Stream Name","description":"Name of the data stream.","type":"string","default":"data_stream"},"stream_schema":{"title":"Stream Schema","description":"A Json schema for the stream. The schema should be compatible with draft-07. See this doc for examples.","type":"string","default":"{ \"type\": \"object\", \"properties\": { \"column1\": { \"type\": \"string\" } } }"},"stream_duplication":{"title":"Duplicate the stream N times","description":"Duplicate the stream for easy load testing. Each stream name will have a number suffix. For example, if the stream name is \"ds\", the duplicated streams will be \"ds_0\", \"ds_1\", etc.","type":"integer","default":1,"min":1,"max":10000}}},{"title":"Multi Schema","description":"A catalog with multiple data streams, each with a different schema.","required":["type","stream_schemas"],"properties":{"type":{"type":"string","const":"MULTI_STREAM","default":"MULTI_STREAM"},"stream_schemas":{"title":"Streams and Schemas","description":"A Json object specifying multiple data streams and their schemas. Each key in this object is one stream name. Each value is the schema for that stream. The schema should be compatible with draft-07. See this doc for examples.","type":"string","default":"{ \"stream1\": { \"type\": \"object\", \"properties\": { \"field1\": { \"type\": \"string\" } } }, \"stream2\": { \"type\": \"object\", \"properties\": { \"field1\": { \"type\": \"boolean\" } } } }"}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-kustomer-singer: {"sourceDefinitionId":"cd06e646-31bf-4dc8-af48-cbc6530fcad3","name":"Kustomer","dockerRepository":"airbyte/source-kustomer-singer","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/kustomer","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/kustomer","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source Kustomer Singer Spec","type":"object","required":["api_token","start_date"],"additionalProperties":true,"properties":{"api_token":{"title":"API Token","type":"string","description":"Kustomer API Token. See the docs on how to obtain this","airbyte_secret":true},"start_date":{"title":"Start Date","type":"string","description":"The date from which you'd like to replicate the data","examples":["2019-01-01T00:00:00Z"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-twilio: {"sourceDefinitionId":"b9dc6155-672e-42ea-b10d-9f1f1fb95ab1","name":"Twilio","dockerRepository":"airbyte/source-twilio","dockerImageTag":"0.1.6","documentationUrl":"https://docs.airbyte.io/integrations/sources/twilio","icon":"twilio.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/twilio","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Twilio Spec","type":"object","required":["account_sid","auth_token","start_date"],"additionalProperties":false,"properties":{"account_sid":{"title":"Account ID","description":"Twilio account SID","airbyte_secret":true,"type":"string","order":1},"auth_token":{"title":"Auth Token","description":"Twilio Auth Token.","airbyte_secret":true,"type":"string","order":2},"start_date":{"title":"Replication Start Date","description":"UTC date and time in the format 2020-10-01T00:00:00Z. Any data before this date will not be replicated.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2020-10-01T00:00:00Z"],"type":"string","order":3},"lookback_window":{"title":"Lookback window","description":"How far into the past to look for records. (in minutes)","examples":[60],"default":0,"type":"integer","order":4}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-persistiq: {"sourceDefinitionId":"3052c77e-8b91-47e2-97a0-a29a22794b4b","name":"PersistIq","dockerRepository":"airbyte/source-persistiq","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/persistiq","icon":"persistiq.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/persistiq","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Persistiq Spec","type":"object","required":["api_key"],"additionalProperties":false,"properties":{"api_key":{"type":"string","description":"PersistIq API Key. See the docs for more information on where to find that key.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-okta: {"sourceDefinitionId":"1d4fdb25-64fc-4569-92da-fcdca79a8372","name":"Okta","dockerRepository":"airbyte/source-okta","dockerImageTag":"0.1.6","documentationUrl":"https://docs.airbyte.io/integrations/sources/okta","icon":"okta.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/okta","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Okta Spec","type":"object","required":["token","base_url"],"additionalProperties":false,"properties":{"token":{"type":"string","title":"API Token","description":"A Okta token. See the docs for instructions on how to generate it.","airbyte_secret":true},"base_url":{"type":"string","title":"Base URL","description":"The Okta base URL.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-paystack: {"sourceDefinitionId":"193bdcb8-1dd9-48d1-aade-91cadfd74f9b","name":"Paystack","dockerRepository":"airbyte/source-paystack","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/paystack","icon":"paystack.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/paystack","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Paystack Source Spec","type":"object","required":["secret_key","start_date"],"additionalProperties":false,"properties":{"secret_key":{"type":"string","title":"Secret Key","pattern":"^(s|r)k_(live|test)_[a-zA-Z0-9]+$","description":"The Paystack API key (usually starts with 'sk_live_'; find yours here).","airbyte_secret":true},"start_date":{"type":"string","title":"Start Date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","examples":["2017-01-25T00:00:00Z"]},"lookback_window_days":{"type":"integer","title":"Lookback Window (in days)","default":0,"minimum":0,"description":"When set, the connector will always reload data from the past N days, where N is the value set here. This is useful if your data is updated after creation."}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-firebolt: {"sourceDefinitionId":"6f2ac653-8623-43c4-8950-19218c7caf3d","name":"Firebolt","dockerRepository":"airbyte/source-firebolt","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/firebolt","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/firebolt","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Firebolt Spec","type":"object","required":["username","password","database"],"additionalProperties":false,"properties":{"username":{"type":"string","title":"Username","description":"Firebolt email address you use to login.","examples":["username@email.com"]},"password":{"type":"string","title":"Password","description":"Firebolt password."},"account":{"type":"string","title":"Account","description":"Firebolt account to login."},"host":{"type":"string","title":"Host","description":"The host name of your Firebolt database.","examples":["api.app.firebolt.io"]},"database":{"type":"string","title":"Database","description":"The database to connect to."},"engine":{"type":"string","title":"Engine","description":"Engine name or url to connect to."}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-braintree: {"sourceDefinitionId":"63cea06f-1c75-458d-88fe-ad48c7cb27fd","name":"Braintree","dockerRepository":"airbyte/source-braintree","dockerImageTag":"0.1.3","documentationUrl":"https://docs.airbyte.io/integrations/sources/braintree","icon":"braintree.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/braintree","connectionSpecification":{"title":"Braintree Spec","type":"object","properties":{"merchant_id":{"title":"Merchant ID","description":"The unique identifier for your entire gateway account. See the docs for more information on how to obtain this ID.","name":"Merchant ID","type":"string"},"public_key":{"title":"Public Key","description":"Braintree Public Key. See the docs for more information on how to obtain this key.","name":"Public Key","type":"string"},"private_key":{"title":"Private Key","description":"Braintree Private Key. See the docs for more information on how to obtain this key.","name":"Private Key","airbyte_secret":true,"type":"string"},"start_date":{"title":"Start Date","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","name":"Start Date","examples":["2020","2020-12-30","2020-11-22 20:20:05"],"type":"string","format":"date-time"},"environment":{"title":"Environment","description":"Environment specifies where the data will come from.","name":"Environment","examples":["sandbox","production","qa","development"],"enum":["Development","Sandbox","Qa","Production"],"type":"string"}},"required":["merchant_id","public_key","private_key","environment"]},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-chartmogul: {"sourceDefinitionId":"b6604cbd-1b12-4c08-8767-e140d0fb0877","name":"Chartmogul","dockerRepository":"airbyte/source-chartmogul","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/chartmogul","icon":"chartmogul.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/chartmogul","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Chartmogul Spec","type":"object","required":["api_key","start_date","interval"],"additionalProperties":false,"properties":{"api_key":{"type":"string","description":"Chartmogul API key","airbyte_secret":true,"order":0},"start_date":{"type":"string","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","description":"UTC date and time in the format 2017-01-25T00:00:00Z. When feasible, any data before this date will not be replicated.","examples":["2017-01-25T00:00:00Z"],"order":1},"interval":{"type":"string","description":"Some APIs such as Metrics require intervals to cluster data.","enum":["day","week","month","quarter"],"default":"month","order":2}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-pipedrive: {"sourceDefinitionId":"d8286229-c680-4063-8c59-23b9b391c700","name":"Pipedrive","dockerRepository":"airbyte/source-pipedrive","dockerImageTag":"0.1.12","documentationUrl":"https://docs.airbyte.io/integrations/sources/pipedrive","icon":"pipedrive.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/pipedrive","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Pipedrive Spec","type":"object","required":["replication_start_date"],"additionalProperties":true,"properties":{"authorization":{"type":"object","title":"Authentication Type","description":"Choose one of the possible authorization method","oneOf":[{"title":"Sign in via Pipedrive (OAuth)","type":"object","required":["auth_type","client_id","client_secret","refresh_token"],"properties":{"auth_type":{"type":"string","const":"Client","order":0},"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your Pipedrive developer application.","airbyte_secret":true},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your Pipedrive developer application","airbyte_secret":true},"refresh_token":{"title":"Refresh Token","type":"string","description":"The token for obtaining the new access token.","airbyte_secret":true}}},{"type":"object","title":"API Key Authentication","required":["auth_type","api_token"],"properties":{"auth_type":{"type":"string","const":"Token","order":0},"api_token":{"title":"API Token","type":"string","description":"The Pipedrive API Token.","airbyte_secret":true}}}]},"replication_start_date":{"title":"Start Date","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated. When specified and not None, then stream will behave as incremental","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2017-01-25T00:00:00Z"],"type":"string"}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["authorization","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-zuora: {"sourceDefinitionId":"3dc3037c-5ce8-4661-adc2-f7a9e3c5ece5","name":"Zuora","dockerRepository":"airbyte/source-zuora","dockerImageTag":"0.1.3","documentationUrl":"https://docs.airbyte.io/integrations/sources/zuora","icon":"zuora.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/zuora","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Zuora Connector Configuration","type":"object","required":["start_date","tenant_endpoint","data_query","client_id","client_secret"],"properties":{"start_date":{"type":"string","title":"Start Date","description":"Start Date in format: YYYY-MM-DD","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"},"window_in_days":{"type":"string","title":"Query Window (in days)","description":"The amount of days for each data-chunk begining from start_date. Bigger the value - faster the fetch. (0.1 - as for couple of hours, 1 - as for a Day; 364 - as for a Year).","examples":["0.5","1","30","60","90","120","200","364"],"pattern":"^(0|[1-9]\\d*)(\\.\\d+)?$","default":"90"},"tenant_endpoint":{"title":"Tenant Endpoint Location","type":"string","description":"Please choose the right endpoint where your Tenant is located. More info by this Link","enum":["US Production","US Cloud Production","US API Sandbox","US Cloud API Sandbox","US Central Sandbox","US Performance Test","EU Production","EU API Sandbox","EU Central Sandbox"]},"data_query":{"title":"Data Query Type","type":"string","description":"Choose between `Live`, or `Unlimited` - the optimized, replicated database at 12 hours freshness for high volume extraction Link","enum":["Live","Unlimited"],"default":"Live"},"client_id":{"type":"string","title":"Client ID","description":"Your OAuth user Client ID","airbyte_secret":true},"client_secret":{"type":"string","title":"Client Secret","description":"Your OAuth user Client Secret","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-greenhouse: {"sourceDefinitionId":"59f1e50a-331f-4f09-b3e8-2e8d4d355f44","name":"Greenhouse","dockerRepository":"airbyte/source-greenhouse","dockerImageTag":"0.2.7","documentationUrl":"https://docs.airbyte.io/integrations/sources/greenhouse","icon":"greenhouse.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/greenhouse","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Greenhouse Spec","type":"object","required":["api_key"],"additionalProperties":false,"properties":{"api_key":{"type":"string","description":"Greenhouse API Key. See the docs for more information on how to generate this key.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-lemlist: {"sourceDefinitionId":"789f8e7a-2d28-11ec-8d3d-0242ac130003","name":"Lemlist","dockerRepository":"airbyte/source-lemlist","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/lemlist","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Lemlist Spec","type":"object","required":["api_key"],"additionalProperties":false,"properties":{"api_key":{"type":"string","description":"API key to access your lemlist account.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-zenloop: {"sourceDefinitionId":"f1e4c7f6-db5c-4035-981f-d35ab4998794","name":"Zenloop","dockerRepository":"airbyte/source-zenloop","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/zenloop","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/zenloop","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Zenloop Spec","type":"object","required":["api_token"],"additionalProperties":false,"properties":{"api_token":{"type":"string","description":"Zenloop API Token. You can get the API token in settings page here ","airbyte_secret":true},"date_from":{"type":"string","description":"Zenloop date_from. Format: 2021-10-24T03:30:30Z or 2021-10-24. Leave empty if only data from current data should be synced","examples":["2021-10-24T03:30:30Z"]},"survey_id":{"type":"string","description":"Zenloop Survey ID. Can be found here. Leave empty to pull answers from all surveys","airbyte_secret":true},"survey_group_id":{"type":"string","description":"Zenloop Survey Group ID. Can be found by pulling All Survey Groups via SurveyGroups stream. Leave empty to pull answers from all survey groups","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-marketo: {"sourceDefinitionId":"9e0556f4-69df-4522-a3fb-03264d36b348","name":"Marketo","dockerRepository":"airbyte/source-marketo","dockerImageTag":"0.1.4","documentationUrl":"https://docs.airbyte.io/integrations/sources/marketo","icon":"marketo.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/marketo","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source Marketo Spec","type":"object","required":["domain_url","client_id","client_secret","start_date"],"additionalProperties":true,"properties":{"domain_url":{"title":"Domain URL","type":"string","order":3,"description":"Your Marketo Base URL. See the docs for info on how to obtain this.","examples":["https://000-AAA-000.mktorest.com"],"airbyte_secret":true},"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your Marketo developer application. See the docs for info on how to obtain this.","order":0,"airbyte_secret":true},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your Marketo developer application. See the docs for info on how to obtain this.","order":1,"airbyte_secret":true},"start_date":{"title":"Start Date","type":"string","order":2,"description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","examples":["2020-09-25T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-orb: {"sourceDefinitionId":"7f0455fb-4518-4ec0-b7a3-d808bf8081cc","name":"Orb","dockerRepository":"airbyte/source-orb","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/orb","icon":"orb.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.withorb.com/","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Orb Spec","type":"object","required":["api_key"],"additionalProperties":false,"properties":{"api_key":{"type":"string","title":"Orb API Key","description":"Orb API Key, issued from the Orb admin console.","airbyte_secret":true,"order":1},"start_date":{"type":"string","title":"Start Date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","description":"UTC date and time in the format 2022-03-01T00:00:00Z. Any data with created_at before this data will not be synced.","examples":["2022-03-01T00:00:00Z"],"order":2},"lookback_window_days":{"type":"integer","title":"Lookback Window (in days)","default":0,"minimum":0,"description":"When set to N, the connector will always refresh resources created within the past N days. By default, updated objects that are not newly created are not incrementally synced.","order":3},"string_event_properties_keys":{"type":"array","items":{"type":"string"},"title":"Event properties keys (string values)","description":"Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.","order":4},"numeric_event_properties_keys":{"type":"array","items":{"type":"string"},"title":"Event properties keys (numeric values)","description":"Property key names to extract from all events, in order to enrich ledger entries corresponding to an event deduction.","order":5}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-mysql: {"sourceDefinitionId":"435bb9a5-7887-4809-aa58-28c27df0d7ad","name":"MySQL","dockerRepository":"airbyte/source-mysql","dockerImageTag":"0.5.15","documentationUrl":"https://docs.airbyte.io/integrations/sources/mysql","icon":"mysql.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/mysql","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"MySql Source Spec","type":"object","required":["host","port","database","username","replication_method"],"additionalProperties":false,"properties":{"host":{"description":"The host name of the database.","title":"Host","type":"string","order":0},"port":{"description":"The port to connect to.","title":"Port","type":"integer","minimum":0,"maximum":65536,"default":3306,"examples":["3306"],"order":1},"database":{"description":"The database name.","title":"Database","type":"string","order":2},"username":{"description":"The username which is used to access the database.","title":"Username","type":"string","order":3},"password":{"description":"The password associated with the username.","title":"Password","type":"string","airbyte_secret":true,"order":4},"jdbc_url_params":{"description":"Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).","title":"JDBC URL Params","type":"string","order":5},"ssl":{"title":"SSL Connection","description":"Encrypt data using SSL.","type":"boolean","default":true,"order":6},"replication_method":{"type":"string","title":"Replication Method","description":"Replication method which is used for data extraction from the database. STANDARD replication requires no setup on the DB side but will not be able to represent deletions incrementally. CDC uses the Binlog to detect inserts, updates, and deletes. This needs to be configured on the source database itself.","order":7,"default":"STANDARD","enum":["STANDARD","CDC"]},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-zoho-crm: {"sourceDefinitionId":"4942d392-c7b5-4271-91f9-3b4f4e51eb3e","name":"ZohoCRM","dockerRepository":"airbyte/source-zoho-crm","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.com/integrations/sources/zoho-crm","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/zoho-crm","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Zoho Crm Configuration","type":"object","required":["client_id","client_secret","refresh_token","environment","dc_region","edition"],"additionalProperties":false,"properties":{"client_id":{"type":"string","title":"Client ID","description":"OAuth2.0 Client ID","airbyte_secret":true},"client_secret":{"type":"string","title":"Client Secret","description":"OAuth2.0 Client Secret","airbyte_secret":true},"refresh_token":{"type":"string","title":"Refresh Token","description":"OAuth2.0 Refresh Token","airbyte_secret":true},"dc_region":{"title":"Data Center Location","type":"string","description":"Please choose the region of your Data Center location. More info by this Link","enum":["US","AU","EU","IN","CN","JP"]},"environment":{"title":"Environment","type":"string","description":"Please choose the environment","enum":["Production","Developer","Sandbox"]},"start_datetime":{"title":"Start Date","type":["null","string"],"examples":["2000-01-01","2000-01-01 13:00","2000-01-01 13:00:00","2000-01-01T13:00+00:00","2000-01-01T13:00:00-07:00"],"description":"ISO 8601, for instance: `YYYY-MM-DD`, `YYYY-MM-DD HH:MM:SS+HH:MM`","format":"date-time"},"edition":{"title":"Zoho CRM Edition","type":"string","description":"Choose your Edition of Zoho CRM to determine API Concurrency Limits","enum":["Free","Standard","Professional","Enterprise","Ultimate"],"default":"Free"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-chargify: {"sourceDefinitionId":"9b2d3607-7222-4709-9fa2-c2abdebbdd88","name":"Chargify","dockerRepository":"airbyte/source-chargify","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/chargify","icon":"chargify.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/chargify","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Chargify Spec","type":"object","required":["api_key","domain"],"additionalProperties":false,"properties":{"api_key":{"type":"string","description":"Chargify API Key.","airbyte_secret":true},"domain":{"type":"string","description":"Chargify domain. Normally this domain follows the following format companyname.chargify.com"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-mssql: {"sourceDefinitionId":"b5ea17b1-f170-46dc-bc31-cc744ca984c1","name":"Microsoft SQL Server (MSSQL)","dockerRepository":"airbyte/source-mssql","dockerImageTag":"0.4.8","documentationUrl":"https://docs.airbyte.io/integrations/sources/mssql","icon":"mssql.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/mssql","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"MSSQL Source Spec","type":"object","required":["host","port","database","username"],"additionalProperties":true,"properties":{"host":{"description":"The hostname of the database.","title":"Host","type":"string","order":0},"port":{"description":"The port of the database.","title":"Port","type":"integer","minimum":0,"maximum":65536,"examples":["1433"],"order":1},"database":{"description":"The name of the database.","title":"Database","type":"string","examples":["master"],"order":2},"username":{"description":"The username which is used to access the database.","title":"Username","type":"string","order":3},"password":{"description":"The password associated with the username.","title":"Password","type":"string","airbyte_secret":true,"order":4},"jdbc_url_params":{"title":"JDBC URL Params","description":"Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).","type":"string","order":5},"ssl_method":{"title":"SSL Method","type":"object","description":"The encryption method which is used when communicating with the database.","order":6,"oneOf":[{"title":"Unencrypted","additionalProperties":false,"description":"Data transfer will not be encrypted.","required":["ssl_method"],"properties":{"ssl_method":{"type":"string","const":"unencrypted","enum":["unencrypted"],"default":"unencrypted"}}},{"title":"Encrypted (trust server certificate)","additionalProperties":false,"description":"Use the certificate provided by the server without verification. (For testing purposes only!)","required":["ssl_method"],"properties":{"ssl_method":{"type":"string","const":"encrypted_trust_server_certificate","enum":["encrypted_trust_server_certificate"],"default":"encrypted_trust_server_certificate"}}},{"title":"Encrypted (verify certificate)","additionalProperties":false,"description":"Verify and use the certificate provided by the server.","required":["ssl_method","trustStoreName","trustStorePassword"],"properties":{"ssl_method":{"type":"string","const":"encrypted_verify_certificate","enum":["encrypted_verify_certificate"],"default":"encrypted_verify_certificate"},"hostNameInCertificate":{"title":"Host Name In Certificate","type":"string","description":"Specifies the host name of the server. The value of this property must match the subject property of the certificate.","order":7}}}]},"replication":{"type":"object","title":"Replication Method","description":"The replication method used for extracting data from the database. STANDARD replication requires no setup on the DB side but will not be able to represent deletions incrementally. CDC uses {TBC} to detect inserts, updates, and deletes. This needs to be configured on the source database itself.","default":"STANDARD","additionalProperties":true,"order":8,"oneOf":[{"title":"Standard","additionalProperties":false,"description":"Standard replication requires no setup on the DB side but will not be able to represent deletions incrementally.","required":["replication_type"],"properties":{"replication_type":{"type":"string","const":"STANDARD","enum":["STANDARD"],"default":"STANDARD","order":0}}},{"title":"Logical Replication (CDC)","additionalProperties":false,"description":"CDC uses {TBC} to detect inserts, updates, and deletes. This needs to be configured on the source database itself.","required":["replication_type"],"properties":{"replication_type":{"type":"string","const":"CDC","enum":["CDC"],"default":"CDC","order":0},"data_to_sync":{"title":"Data to Sync","type":"string","default":"Existing and New","enum":["Existing and New","New Changes Only"],"description":"What data should be synced under the CDC. \"Existing and New\" will read existing data as a snapshot, and sync new changes through CDC. \"New Changes Only\" will skip the initial snapshot, and only sync new changes through CDC.","order":1},"snapshot_isolation":{"title":"Initial Snapshot Isolation Level","type":"string","default":"Snapshot","enum":["Snapshot","Read Committed"],"description":"Existing data in the database are synced through an initial snapshot. This parameter controls the isolation level that will be used during the initial snapshotting. If you choose the \"Snapshot\" level, you must enable the snapshot isolation mode on the database.","order":2}}}]},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-zendesk-chat: {"sourceDefinitionId":"40d24d0f-b8f9-4fe0-9e6c-b06c0f3f45e4","name":"Zendesk Chat","dockerRepository":"airbyte/source-zendesk-chat","dockerImageTag":"0.1.8","documentationUrl":"https://docs.airbyte.io/integrations/sources/zendesk-chat","icon":"zendesk.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/zendesk-chat","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Zendesk Chat Spec","type":"object","required":["start_date"],"additionalProperties":true,"properties":{"start_date":{"type":"string","title":"Start Date","description":"The date from which you'd like to replicate data for Zendesk Chat API, in the format YYYY-MM-DDT00:00:00Z.","examples":["2021-02-01T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"},"subdomain":{"type":"string","title":"Subdomain (Optional)","description":"Required if you access Zendesk Chat from a Zendesk Support subdomain.","default":""},"credentials":{"title":"Authorization Method","type":"object","oneOf":[{"type":"object","title":"OAuth2.0","required":["credentials"],"properties":{"credentials":{"type":"string","const":"oauth2.0","order":0},"client_id":{"type":"string","title":"Client ID","description":"The Client ID of your OAuth application","airbyte_secret":true},"client_secret":{"type":"string","title":"Client Secret","description":"The Client Secret of your OAuth application.","airbyte_secret":true},"access_token":{"type":"string","title":"Access Token","description":"Access Token for making authenticated requests.","airbyte_secret":true},"refresh_token":{"type":"string","title":"Refresh Token","description":"Refresh Token to obtain new Access Token, when it's expired.","airbyte_secret":true}}},{"type":"object","title":"Access Token","required":["credentials","access_token"],"properties":{"credentials":{"type":"string","const":"access_token","order":0},"access_token":{"type":"string","title":"Access Token","description":"The Access Token to make authenticated requests.","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","credentials"],"predicate_value":"oauth2.0","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","additionalProperties":false,"properties":{"subdomain":{"type":"string","path_in_connector_config":["subdomain"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"access_token":{"type":"string","path_in_connector_config":["credentials","access_token"]},"refresh_token":{"type":"string","path_in_connector_config":["credentials","refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-mixpanel: {"sourceDefinitionId":"12928b32-bf0a-4f1e-964f-07e12e37153a","name":"Mixpanel","dockerRepository":"airbyte/source-mixpanel","dockerImageTag":"0.1.17","documentationUrl":"https://docs.airbyte.io/integrations/sources/mixpanel","icon":"mixpanel.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/mixpanel","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source Mixpanel Spec","type":"object","required":["api_secret"],"additionalProperties":true,"properties":{"api_secret":{"order":0,"title":"Project Token","type":"string","description":"Mixpanel project token. See the docs for more information on how to obtain this.","airbyte_secret":true},"attribution_window":{"order":1,"title":"Attribution Window","type":"integer","description":" A period of time for attributing results to ads and the lookback period after those actions occur during which ad results are counted. Default attribution window is 5 days.","default":5},"project_timezone":{"order":2,"title":"Project Timezone","type":"string","description":"Time zone in which integer date times are stored. The project timezone may be found in the project settings in the Mixpanel console.","default":"US/Pacific","examples":["US/Pacific","UTC"]},"select_properties_by_default":{"order":3,"title":"Select Properties By Default","type":"boolean","description":"Setting this config parameter to TRUE ensures that new properties on events and engage records are captured. Otherwise new properties will be ignored.","default":true},"start_date":{"order":4,"title":"Start Date","type":"string","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated. If this option is not set, the connector will replicate data from up to one year ago by default.","examples":["2021-11-16"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$"},"end_date":{"order":5,"title":"End Date","type":"string","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated. Left empty to always sync to most recent date","examples":["2021-11-16"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}(T[0-9]{2}:[0-9]{2}:[0-9]{2}Z)?$"},"region":{"order":6,"title":"Region","description":"The region of mixpanel domain instance either US or EU.","type":"string","enum":["US","EU"],"default":"US"},"date_window_size":{"order":7,"title":"Date slicing window","description":"Defines window size in days, that used to slice through data. You can reduce it, if amount of data in each window is too big for your environment.","type":"integer","default":30}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"beta"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-google-directory: {"sourceDefinitionId":"d19ae824-e289-4b14-995a-0632eb46d246","name":"Google Directory","dockerRepository":"airbyte/source-google-directory","dockerImageTag":"0.1.9","documentationUrl":"https://docs.airbyte.io/integrations/sources/google-directory","icon":"googledirectory.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/google-directory","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Google Directory Spec","type":"object","required":[],"additionalProperties":true,"properties":{"credentials":{"title":"Google Credentials","description":"Google APIs use the OAuth 2.0 protocol for authentication and authorization. The Source supports Web server application and Service accounts scenarios.","type":"object","oneOf":[{"title":"Sign in via Google (OAuth)","description":"For these scenario user only needs to give permission to read Google Directory data.","type":"object","required":["client_id","client_secret","refresh_token"],"properties":{"credentials_title":{"type":"string","title":"Credentials Title","description":"Authentication Scenario","const":"Web server app","enum":["Web server app"],"default":"Web server app","order":0},"client_id":{"title":"Client ID","type":"string","description":"The Client ID of the developer application.","airbyte_secret":true},"client_secret":{"title":"Client secret","type":"string","description":"The Client Secret of the developer application.","airbyte_secret":true},"refresh_token":{"title":"Refresh Token","type":"string","description":"The Token for obtaining a new access token.","airbyte_secret":true}}},{"title":"Service Account Key","description":"For these scenario user should obtain service account's credentials from the Google API Console and provide delegated email.","type":"object","required":["credentials_json","email"],"properties":{"credentials_title":{"type":"string","title":"Credentials Title","description":"Authentication Scenario","const":"Service accounts","enum":["Service accounts"],"default":"Service accounts","order":0},"credentials_json":{"type":"string","title":"Credentials JSON","description":"The contents of the JSON service account key. See the docs for more information on how to generate this key.","airbyte_secret":true},"email":{"type":"string","title":"Email","description":"The email of the user, which has permissions to access the Google Workspace Admin APIs."}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-exchange-rates: {"sourceDefinitionId":"e2b40e36-aa0e-4bed-b41b-bcea6fa348b1","name":"Exchange Rates Api","dockerRepository":"airbyte/source-exchange-rates","dockerImageTag":"0.2.6","documentationUrl":"https://docs.airbyte.io/integrations/sources/exchangeratesapi","icon":"exchangeratesapi.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/exchangeratesapi","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"exchangeratesapi.io Source Spec","type":"object","required":["start_date","access_key"],"additionalProperties":false,"properties":{"start_date":{"type":"string","description":"Start getting data from that date.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","examples":["YYYY-MM-DD"]},"access_key":{"type":"string","description":"Your API Access Key. See here. The key is case sensitive.","airbyte_secret":true},"base":{"type":"string","description":"ISO reference currency. See here. Free plan doesn't support Source Currency Switching, default base currency is EUR","examples":["EUR","USD"]},"ignore_weekends":{"type":"boolean","description":"Ignore weekends? (Exchanges don't run on weekends)","default":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:04 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1816 - Connector airbyte/source-github needs update: 0.3.8 vs 0.2.42 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-tidb: {"sourceDefinitionId":"0dad1a35-ccf8-4d03-b73e-6788c00b13ae","name":"TiDB","dockerRepository":"airbyte/source-tidb","dockerImageTag":"0.1.3","documentationUrl":"https://docs.airbyte.io/integrations/sources/tidb","icon":"tidb.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/tidb","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"TiDB Source Spec","type":"object","required":["host","port","database","username"],"additionalProperties":false,"properties":{"host":{"description":"Hostname of the database.","type":"string","order":0},"port":{"description":"Port of the database.","title":"Port","type":"integer","minimum":0,"maximum":65536,"default":4000,"examples":["4000"],"order":1},"database":{"description":"Name of the database.","title":"Database","type":"string","order":2},"username":{"description":"Username to use to access the database.","type":"string","order":3},"password":{"description":"Password associated with the username.","title":"Password","type":"string","airbyte_secret":true,"order":4},"jdbc_url_params":{"description":"Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3)","title":"JDBC URL Params","type":"string","order":5},"ssl":{"title":"SSL Connection","description":"Encrypt data using SSL.","type":"boolean","default":false,"order":6},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-faker: {"sourceDefinitionId":"dfd88b22-b603-4c3d-aad7-3701784586b1","name":"Faker","dockerRepository":"airbyte/source-faker","dockerImageTag":"0.1.5","documentationUrl":"https://docs.airbyte.com/integrations/source-faker","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/faker","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Faker Source Spec","type":"object","required":["count"],"additionalProperties":false,"properties":{"count":{"title":"Count","description":"How many users should be generated in total. This setting does not apply to the purchases or products stream.","type":"integer","minimum":1,"default":1000,"order":0},"seed":{"title":"Seed","description":"Manually control the faker random seed to return the same values on subsequent runs (leave -1 for random)","type":"integer","default":-1,"order":1},"records_per_sync":{"title":"Records Per Sync","description":"How many fake records will be returned for each sync, for each stream? By default, it will take 2 syncs to create the requested 1000 records.","type":"integer","minimum":1,"default":500,"order":2},"records_per_slice":{"title":"Records Per Stream Slice","description":"How many fake records will be in each page (stream slice), before a state message is emitted?","type":"integer","minimum":1,"default":100,"order":3}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-retently: {"sourceDefinitionId":"db04ecd1-42e7-4115-9cec-95812905c626","name":"Retently","dockerRepository":"airbyte/source-retently","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/retently","icon":"retently.svg","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Retently Api Spec","type":"object","additionalProperties":true,"properties":{"credentials":{"title":"Authentication Mechanism","description":"Choose how to authenticate to Retently","type":"object","oneOf":[{"type":"object","title":"Authenticate via Retently (OAuth)","required":["client_id","client_secret","refresh_token"],"additionalProperties":false,"properties":{"auth_type":{"type":"string","const":"Client","enum":["Client"],"default":"Client","order":0},"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your Retently developer application."},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your Retently developer application.","airbyte_secret":true},"refresh_token":{"title":"Refresh Token","type":"string","description":"Retently Refresh Token which can be used to fetch new Bearer Tokens when the current one expires.","airbyte_secret":true}}},{"type":"object","title":"Authenticate with API Token","required":["api_key"],"additionalProperties":false,"properties":{"auth_type":{"type":"string","const":"Token","enum":["Token"],"default":"Token","order":0},"api_key":{"title":"API Token","description":"Retently API Token. See the docs for more information on how to obtain this key.","type":"string","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_type"],"predicate_value":"Client","oauth_config_specification":{"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"refresh_token":{"type":"string","path_in_connector_config":["credentials","refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-kafka: {"sourceDefinitionId":"d917a47b-8537-4d0d-8c10-36a9928d4265","name":"Kafka","dockerRepository":"airbyte/source-kafka","dockerImageTag":"0.1.7","documentationUrl":"https://docs.airbyte.io/integrations/sources/kafka","icon":"kafka.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/kafka","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Kafka Source Spec","type":"object","required":["bootstrap_servers","subscription","protocol"],"additionalProperties":false,"properties":{"bootstrap_servers":{"title":"Bootstrap Servers","description":"A list of host/port pairs to use for establishing the initial connection to the Kafka cluster. The client will make use of all servers irrespective of which servers are specified here for bootstrapping—this list only impacts the initial hosts used to discover the full set of servers. This list should be in the form host1:port1,host2:port2,.... Since these servers are just used for the initial connection to discover the full cluster membership (which may change dynamically), this list need not contain the full set of servers (you may want more than one, though, in case a server is down).","type":"string","examples":["kafka-broker1:9092,kafka-broker2:9092"]},"subscription":{"title":"Subscription Method","type":"object","description":"You can choose to manually assign a list of partitions, or subscribe to all topics matching specified pattern to get dynamically assigned partitions.","oneOf":[{"title":"Manually assign a list of partitions","required":["subscription_type","topic_partitions"],"properties":{"subscription_type":{"description":"Manually assign a list of partitions to this consumer. This interface does not allow for incremental assignment and will replace the previous assignment (if there is one).\nIf the given list of topic partitions is empty, it is treated the same as unsubscribe().","type":"string","const":"assign","enum":["assign"],"default":"assign"},"topic_partitions":{"title":"List of topic:partition Pairs","type":"string","examples":["sample.topic:0, sample.topic:1"]}}},{"title":"Subscribe to all topics matching specified pattern","required":["subscription_type","topic_pattern"],"properties":{"subscription_type":{"description":"The Topic pattern from which the records will be read.","type":"string","const":"subscribe","enum":["subscribe"],"default":"subscribe"},"topic_pattern":{"title":"Topic Pattern","type":"string","examples":["sample.topic"]}}}]},"test_topic":{"title":"Test Topic","description":"The Topic to test in case the Airbyte can consume messages.","type":"string","examples":["test.topic"]},"group_id":{"title":"Group ID","description":"The Group ID is how you distinguish different consumer groups.","type":"string","examples":["group.id"]},"max_poll_records":{"title":"Max Poll Records","description":"The maximum number of records returned in a single call to poll(). Note, that max_poll_records does not impact the underlying fetching behavior. The consumer will cache the records from each fetch request and returns them incrementally from each poll.","type":"integer","default":500},"polling_time":{"title":"Polling Time","description":"Amount of time Kafka connector should try to poll for messages.","type":"integer","default":100},"protocol":{"title":"Protocol","type":"object","description":"The Protocol used to communicate with brokers.","oneOf":[{"title":"PLAINTEXT","required":["security_protocol"],"properties":{"security_protocol":{"type":"string","enum":["PLAINTEXT"],"default":"PLAINTEXT"}}},{"title":"SASL PLAINTEXT","required":["security_protocol","sasl_mechanism","sasl_jaas_config"],"properties":{"security_protocol":{"type":"string","enum":["SASL_PLAINTEXT"],"default":"SASL_PLAINTEXT"},"sasl_mechanism":{"title":"SASL Mechanism","description":"The SASL mechanism used for client connections. This may be any mechanism for which a security provider is available.","type":"string","default":"PLAIN","enum":["PLAIN"]},"sasl_jaas_config":{"title":"SASL JAAS Config","description":"The JAAS login context parameters for SASL connections in the format used by JAAS configuration files.","type":"string","default":"","airbyte_secret":true}}},{"title":"SASL SSL","required":["security_protocol","sasl_mechanism","sasl_jaas_config"],"properties":{"security_protocol":{"type":"string","enum":["SASL_SSL"],"default":"SASL_SSL"},"sasl_mechanism":{"title":"SASL Mechanism","description":"The SASL mechanism used for client connections. This may be any mechanism for which a security provider is available.","type":"string","default":"GSSAPI","enum":["GSSAPI","OAUTHBEARER","SCRAM-SHA-256","SCRAM-SHA-512","PLAIN"]},"sasl_jaas_config":{"title":"SASL JAAS Config","description":"The JAAS login context parameters for SASL connections in the format used by JAAS configuration files.","type":"string","default":"","airbyte_secret":true}}}]},"client_id":{"title":"Client ID","description":"An ID string to pass to the server when making requests. The purpose of this is to be able to track the source of requests beyond just ip/port by allowing a logical application name to be included in server-side request logging.","type":"string","examples":["airbyte-consumer"]},"enable_auto_commit":{"title":"Enable Auto Commit","description":"If true, the consumer's offset will be periodically committed in the background.","type":"boolean","default":true},"auto_commit_interval_ms":{"title":"Auto Commit Interval, ms","description":"The frequency in milliseconds that the consumer offsets are auto-committed to Kafka if enable.auto.commit is set to true.","type":"integer","default":5000},"client_dns_lookup":{"title":"Client DNS Lookup","description":"Controls how the client uses DNS lookups. If set to use_all_dns_ips, connect to each returned IP address in sequence until a successful connection is established. After a disconnection, the next IP is used. Once all IPs have been used once, the client resolves the IP(s) from the hostname again. If set to resolve_canonical_bootstrap_servers_only, resolve each bootstrap address into a list of canonical names. After the bootstrap phase, this behaves the same as use_all_dns_ips. If set to default (deprecated), attempt to connect to the first IP address returned by the lookup, even if the lookup returns multiple IP addresses.","type":"string","default":"use_all_dns_ips","enum":["default","use_all_dns_ips","resolve_canonical_bootstrap_servers_only"]},"retry_backoff_ms":{"title":"Retry Backoff, ms","description":"The amount of time to wait before attempting to retry a failed request to a given topic partition. This avoids repeatedly sending requests in a tight loop under some failure scenarios.","type":"integer","default":100},"request_timeout_ms":{"title":"Request Timeout, ms","description":"The configuration controls the maximum amount of time the client will wait for the response of a request. If the response is not received before the timeout elapses the client will resend the request if necessary or fail the request if retries are exhausted.","type":"integer","default":30000},"receive_buffer_bytes":{"title":"Receive Buffer, bytes","description":"The size of the TCP receive buffer (SO_RCVBUF) to use when reading data. If the value is -1, the OS default will be used.","type":"integer","default":32768},"auto_offset_reset":{"title":"Auto Offset Reset","description":"What to do when there is no initial offset in Kafka or if the current offset does not exist any more on the server - earliest: automatically reset the offset to the earliest offset, latest: automatically reset the offset to the latest offset, none: throw exception to the consumer if no previous offset is found for the consumer's group, anything else: throw exception to the consumer.","type":"string","default":"latest","enum":["latest","earliest","none"]},"repeated_calls":{"title":"Repeated Calls","description":"The number of repeated calls to poll() if no messages were received.","type":"integer","default":3}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"supported_source_sync_modes":["append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-linkedin-ads: {"sourceDefinitionId":"137ece28-5434-455c-8f34-69dc3782f451","name":"LinkedIn Ads","dockerRepository":"airbyte/source-linkedin-ads","dockerImageTag":"0.1.8","documentationUrl":"https://docs.airbyte.io/integrations/sources/linkedin-ads","icon":"linkedin.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/linkedin-ads","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Linkedin Ads Spec","type":"object","required":["start_date"],"additionalProperties":true,"properties":{"credentials":{"title":"Authentication *","type":"object","oneOf":[{"type":"object","title":"OAuth2.0","required":["client_id","client_secret","refresh_token"],"properties":{"auth_method":{"type":"string","const":"oAuth2.0"},"client_id":{"type":"string","title":"Client ID","description":"The client ID of the LinkedIn Ads developer application.","airbyte_secret":true},"client_secret":{"type":"string","title":"Client secret","description":"The client secret the LinkedIn Ads developer application.","airbyte_secret":true},"refresh_token":{"type":"string","title":"Refresh token","description":"The key to refresh the expired access token.","airbyte_secret":true}}},{"title":"Access token","type":"object","required":["access_token"],"properties":{"auth_method":{"type":"string","const":"access_token"},"access_token":{"type":"string","title":"Access token","description":"The token value generated using the authentication code. See the docs to obtain yours.","airbyte_secret":true}}}]},"start_date":{"type":"string","title":"Start date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","description":"UTC date in the format 2020-09-17. Any data before this date will not be replicated.","examples":["2021-05-17"]},"account_ids":{"title":"Account IDs (Optional)","type":"array","description":"Specify the account IDs separated by a space, to pull the data from. Leave empty, if you want to pull the data from all associated accounts. See the LinkedIn Ads docs for more info.","items":{"type":"integer"},"default":[]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-asana: {"sourceDefinitionId":"d0243522-dccf-4978-8ba0-37ed47a0bdbf","name":"Asana","dockerRepository":"airbyte/source-asana","dockerImageTag":"0.1.3","documentationUrl":"https://docs.airbyte.io/integrations/sources/asana","icon":"asana.svg","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Asana Spec","type":"object","additionalProperties":true,"properties":{"credentials":{"title":"Authentication mechanism","description":"Choose how to authenticate to Github","type":"object","oneOf":[{"type":"object","title":"Authenticate with Personal Access Token","required":["personal_access_token"],"properties":{"option_title":{"type":"string","title":"Credentials title","description":"PAT Credentials","const":"PAT Credentials"},"personal_access_token":{"type":"string","title":"Personal Access Token","description":"Asana Personal Access Token (generate yours here).","airbyte_secret":true}}},{"type":"object","title":"Authenticate via Asana (Oauth)","required":["client_id","client_secret","refresh_token"],"properties":{"option_title":{"type":"string","title":"Credentials title","description":"OAuth Credentials","const":"OAuth Credentials"},"client_id":{"type":"string","title":"","description":"","airbyte_secret":true},"client_secret":{"type":"string","title":"","description":"","airbyte_secret":true},"refresh_token":{"type":"string","title":"","description":"","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials","1"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-cockroachdb: {"sourceDefinitionId":"9fa5862c-da7c-11eb-8d19-0242ac130003","name":"Cockroachdb","dockerRepository":"airbyte/source-cockroachdb","dockerImageTag":"0.1.12","documentationUrl":"https://docs.airbyte.io/integrations/sources/cockroachdb","icon":"cockroachdb.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/cockroachdb","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Cockroach Source Spec","type":"object","required":["host","port","database","username"],"additionalProperties":false,"properties":{"host":{"title":"Host","description":"Hostname of the database.","type":"string","order":0},"port":{"title":"Port","description":"Port of the database.","type":"integer","minimum":0,"maximum":65536,"default":5432,"examples":["5432"],"order":1},"database":{"title":"DB Name","description":"Name of the database.","type":"string","order":2},"username":{"title":"User","description":"Username to use to access the database.","type":"string","order":3},"password":{"title":"Password","description":"Password associated with the username.","type":"string","airbyte_secret":true,"order":4},"ssl":{"title":"Connect using SSL","description":"Encrypt client/server communications for increased security.","type":"boolean","default":false,"order":5}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-hubspot: {"sourceDefinitionId":"36c891d9-4bd9-43ac-bad2-10e12756272c","name":"HubSpot","dockerRepository":"airbyte/source-hubspot","dockerImageTag":"0.1.73","documentationUrl":"https://docs.airbyte.io/integrations/sources/hubspot","icon":"hubspot.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/hubspot","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"HubSpot Source Spec","type":"object","required":["start_date","credentials"],"additionalProperties":true,"properties":{"start_date":{"type":"string","title":"Start date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","examples":["2017-01-25T00:00:00Z"]},"credentials":{"title":"Authentication","description":"Choose how to authenticate to HubSpot.","type":"object","oneOf":[{"type":"object","title":"OAuth","required":["client_id","client_secret","refresh_token","credentials_title"],"properties":{"credentials_title":{"type":"string","title":"Credentials","description":"Name of the credentials","const":"OAuth Credentials","order":0},"client_id":{"title":"Client ID","description":"The Client ID of your HubSpot developer application. See the Hubspot docs if you need help finding this ID.","type":"string","examples":["123456789000"]},"client_secret":{"title":"Client Secret","description":"The client secret for your HubSpot developer application. See the Hubspot docs if you need help finding this secret.","type":"string","examples":["secret"],"airbyte_secret":true},"refresh_token":{"title":"Refresh Token","description":"Refresh token to renew an expired access token. See the Hubspot docs if you need help finding this token.","type":"string","examples":["refresh_token"],"airbyte_secret":true}}},{"type":"object","title":"API key","required":["api_key","credentials_title"],"properties":{"credentials_title":{"type":"string","title":"Credentials","description":"Name of the credentials set","const":"API Key Credentials","order":0},"api_key":{"title":"API key","description":"HubSpot API Key. See the Hubspot docs if you need help finding this key.","type":"string","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-pokeapi: {"sourceDefinitionId":"6371b14b-bc68-4236-bfbd-468e8df8e968","name":"PokeAPI","dockerRepository":"airbyte/source-pokeapi","dockerImageTag":"0.1.5","documentationUrl":"https://docs.airbyte.io/integrations/sources/pokeapi","icon":"pokeapi.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/pokeapi","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Pokeapi Spec","type":"object","required":["pokemon_name"],"additionalProperties":false,"properties":{"pokemon_name":{"type":"string","title":"Pokemon Name","description":"Pokemon requested from the API.","pattern":"^[a-z0-9_\\-]+$","examples":["ditto","luxray","snorlax"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-mailgun: {"sourceDefinitionId":"5b9cb09e-1003-4f9c-983d-5779d1b2cd51","name":"Mailgun","dockerRepository":"airbyte/source-mailgun","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/mailgun","icon":"mailgun.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/mailgun","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source Mailgun Spec","type":"object","required":["private_key"],"additionalProperties":true,"properties":{"private_key":{"type":"string","airbyte_secret":true,"description":"Primary account API key to access your Mailgun data.","title":"Private API Key"},"domain_region":{"type":"string","description":"Domain region code. 'EU' or 'US' are possible values. The default is 'US'.","title":"Domain Region Code"},"start_date":{"title":"Replication Start Date","description":"UTC date and time in the format 2020-10-01 00:00:00. Any data before this date will not be replicated. If omitted, defaults to 3 days ago.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}$","examples":["2020-10-01 00:00:00"],"type":"string"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-stripe: {"sourceDefinitionId":"e094cb9a-26de-4645-8761-65c0c425d1de","name":"Stripe","dockerRepository":"airbyte/source-stripe","dockerImageTag":"0.1.33","documentationUrl":"https://docs.airbyte.io/integrations/sources/stripe","icon":"stripe.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/stripe","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Stripe Source Spec","type":"object","required":["client_secret","account_id","start_date"],"additionalProperties":false,"properties":{"account_id":{"type":"string","title":"Account ID","description":"Your Stripe account ID (starts with 'acct_', find yours here).","order":0},"client_secret":{"type":"string","title":"Secret Key","description":"Stripe API key (usually starts with 'sk_live_'; find yours here).","airbyte_secret":true,"order":1},"start_date":{"type":"string","title":"Replication start date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Only data generated after this date will be replicated.","examples":["2017-01-25T00:00:00Z"],"order":2},"lookback_window_days":{"type":"integer","title":"Lookback Window in days (Optional)","default":0,"minimum":0,"description":"When set, the connector will always re-export data from the past N days, where N is the value set here. This is useful if your data is frequently updated after creation. More info here","order":3}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-us-census: {"sourceDefinitionId":"c4cfaeda-c757-489a-8aba-859fb08b6970","name":"US Census","dockerRepository":"airbyte/source-us-census","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/us-census","icon":"uscensus.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/us-census","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"https://api.census.gov/ Source Spec","type":"object","required":["api_key","query_path"],"additionalProperties":false,"properties":{"query_params":{"type":"string","description":"The query parameters portion of the GET request, without the api key","pattern":"^\\w+=[\\w,:*]+(&(?!key)\\w+=[\\w,:*]+)*$","examples":["get=NAME,NAICS2017_LABEL,LFO_LABEL,EMPSZES_LABEL,ESTAB,PAYANN,PAYQTR1,EMP&for=us:*&NAICS2017=72&LFO=001&EMPSZES=001","get=MOVEDIN,GEOID1,GEOID2,MOVEDOUT,FULL1_NAME,FULL2_NAME,MOVEDNET&for=county:*"]},"query_path":{"type":"string","description":"The path portion of the GET request","pattern":"^data(\\/[\\w\\d]+)+$","examples":["data/2019/cbp","data/2018/acs","data/timeseries/healthins/sahie"]},"api_key":{"type":"string","description":"Your API Key. Get your key here.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-harvest: {"sourceDefinitionId":"fe2b4084-3386-4d3b-9ad6-308f61a6f1e6","name":"Harvest","dockerRepository":"airbyte/source-harvest","dockerImageTag":"0.1.8","documentationUrl":"https://docs.airbyte.io/integrations/sources/harvest","icon":"harvest.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/harvest","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Harvest Spec","type":"object","required":["account_id","replication_start_date"],"additionalProperties":true,"properties":{"account_id":{"title":"Account ID","description":"Harvest account ID. Required for all Harvest requests in pair with Personal Access Token","airbyte_secret":true,"type":"string","order":0},"replication_start_date":{"title":"Start Date","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2017-01-25T00:00:00Z"],"type":"string","order":1},"credentials":{"title":"Authentication mechanism","description":"Choose how to authenticate to Harvest.","type":"object","order":2,"oneOf":[{"type":"object","title":"Authenticate via Harvest (OAuth)","required":["client_id","client_secret","refresh_token"],"additionalProperties":false,"properties":{"auth_type":{"type":"string","const":"Client","enum":["Client"],"default":"Client","order":0},"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your Harvest developer application."},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your Harvest developer application.","airbyte_secret":true},"refresh_token":{"title":"Refresh Token","type":"string","description":"Refresh Token to renew the expired Access Token.","airbyte_secret":true}}},{"type":"object","title":"Authenticate with Personal Access Token","required":["api_token"],"additionalProperties":false,"properties":{"auth_type":{"type":"string","const":"Token","enum":["Token"],"default":"Token","order":0},"api_token":{"title":"Personal Access Token","description":"Log into Harvest and then create new personal access token.","type":"string","airbyte_secret":true}}}]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}},"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_type"],"predicate_value":"Client","oauth_config_specification":{"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"refresh_token":{"type":"string","path_in_connector_config":["credentials","refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-mailchimp: {"sourceDefinitionId":"b03a9f3e-22a5-11eb-adc1-0242ac120002","name":"Mailchimp","dockerRepository":"airbyte/source-mailchimp","dockerImageTag":"0.2.14","documentationUrl":"https://docs.airbyte.io/integrations/sources/mailchimp","icon":"mailchimp.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/mailchimp","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Mailchimp Spec","type":"object","required":[],"additionalProperties":true,"properties":{"credentials":{"type":"object","title":"Authentication *","oneOf":[{"title":"OAuth2.0","type":"object","required":["auth_type","access_token"],"properties":{"auth_type":{"type":"string","const":"oauth2.0","order":0},"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your OAuth application.","airbyte_secret":true},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your OAuth application.","airbyte_secret":true},"access_token":{"title":"Access Token","type":"string","description":"An access token generated using the above client ID and secret.","airbyte_secret":true}}},{"type":"object","title":"API Key","required":["auth_type","apikey"],"properties":{"auth_type":{"type":"string","const":"apikey","order":1},"apikey":{"type":"string","title":"API Key","description":"Mailchimp API Key. See the docs for information on how to generate this key.","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_type"],"predicate_value":"oauth2.0","oauth_config_specification":{"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"access_token":{"type":"string","path_in_connector_config":["credentials","access_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-amazon-sqs: {"sourceDefinitionId":"983fd355-6bf3-4709-91b5-37afa391eeb6","name":"Amazon SQS","dockerRepository":"airbyte/source-amazon-sqs","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/amazon-sqs","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/amazon-sqs","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Amazon SQS Source Spec","type":"object","required":["queue_url","region","delete_messages"],"additionalProperties":false,"properties":{"queue_url":{"title":"Queue URL","description":"URL of the SQS Queue","type":"string","examples":["https://sqs.eu-west-1.amazonaws.com/1234567890/my-example-queue"],"order":0},"region":{"title":"AWS Region","description":"AWS Region of the SQS Queue","type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-east-1","ap-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ca-central-1","cn-north-1","cn-northwest-1","eu-central-1","eu-north-1","eu-south-1","eu-west-1","eu-west-2","eu-west-3","sa-east-1","me-south-1","us-gov-east-1","us-gov-west-1"],"order":1},"delete_messages":{"title":"Delete Messages After Read","description":"If Enabled, messages will be deleted from the SQS Queue after being read. If Disabled, messages are left in the queue and can be read more than once. WARNING: Enabling this option can result in data loss in cases of failure, use with caution, see documentation for more detail. ","type":"boolean","default":false,"order":2},"max_batch_size":{"title":"Max Batch Size","description":"Max amount of messages to get in one batch (10 max)","type":"integer","examples":["5"],"order":3},"max_wait_time":{"title":"Max Wait Time","description":"Max amount of time in seconds to wait for messages in a single poll (20 max)","type":"integer","examples":["5"],"order":4},"attributes_to_return":{"title":"Message Attributes To Return","description":"Comma separated list of Mesage Attribute names to return","type":"string","examples":["attr1,attr2"],"order":5},"visibility_timeout":{"title":"Message Visibility Timeout","description":"Modify the Visibility Timeout of the individual message from the Queue's default (seconds).","type":"integer","examples":["15"],"order":6},"access_key":{"title":"AWS IAM Access Key ID","description":"The Access Key ID of the AWS IAM Role to use for pulling messages","type":"string","examples":["xxxxxHRNxxx3TBxxxxxx"],"airbyte_secret":true,"order":7},"secret_key":{"title":"AWS IAM Secret Key","description":"The Secret Key of the AWS IAM Role to use for pulling messages","type":"string","examples":["hu+qE5exxxxT6o/ZrKsxxxxxxBhxxXLexxxxxVKz"],"airbyte_secret":true,"order":8}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-dixa: {"sourceDefinitionId":"0b5c867e-1b12-4d02-ab74-97b2184ff6d7","name":"Dixa","dockerRepository":"airbyte/source-dixa","dockerImageTag":"0.1.3","documentationUrl":"https://docs.airbyte.io/integrations/sources/dixa","icon":"dixa.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/dixa","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Dixa Spec","type":"object","required":["api_token","start_date"],"additionalProperties":false,"properties":{"api_token":{"type":"string","description":"Dixa API token","airbyte_secret":true},"start_date":{"type":"string","description":"The connector pulls records updated from this date onwards.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","examples":["YYYY-MM-DD"]},"batch_size":{"type":"integer","description":"Number of days to batch into one request. Max 31.","pattern":"^[0-9]{1,2}$","examples":[1,31],"default":31}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-postgres: {"sourceDefinitionId":"decd338e-5647-4c0b-adf4-da0e75f5a750","name":"Postgres","dockerRepository":"airbyte/source-postgres","dockerImageTag":"0.4.31","documentationUrl":"https://docs.airbyte.io/integrations/sources/postgres","icon":"postgresql.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/postgres","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Postgres Source Spec","type":"object","required":["host","port","database","username"],"additionalProperties":false,"properties":{"host":{"title":"Host","description":"Hostname of the database.","type":"string","order":0},"port":{"title":"Port","description":"Port of the database.","type":"integer","minimum":0,"maximum":65536,"default":5432,"examples":["5432"],"order":1},"database":{"title":"DB Name","description":"Name of the database.","type":"string","order":2},"schemas":{"title":"Schemas","description":"The list of schemas to sync from. Defaults to user. Case sensitive.","type":"array","items":{"type":"string"},"minItems":0,"uniqueItems":true,"default":["public"],"order":3},"username":{"title":"User","description":"Username to use to access the database.","type":"string","order":4},"password":{"title":"Password","description":"Password associated with the username.","type":"string","airbyte_secret":true,"order":5},"jdbc_url_params":{"description":"Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3). For more information read about additional JDBC URL parameters.","title":"JDBC URL Parameters (Advanced)","type":"string","order":6},"ssl":{"title":"Connect using SSL","description":"Encrypt client/server communications for increased security.","type":"boolean","default":false,"order":7},"replication_method":{"type":"object","title":"Replication Method","description":"Replication method to use for extracting data from the database.","order":8,"oneOf":[{"title":"Standard","additionalProperties":false,"description":"Standard replication requires no setup on the DB side but will not be able to represent deletions incrementally.","required":["method"],"properties":{"method":{"type":"string","const":"Standard","enum":["Standard"],"default":"Standard","order":0}}},{"title":"Logical Replication (CDC)","additionalProperties":false,"description":"Logical replication uses the Postgres write-ahead log (WAL) to detect inserts, updates, and deletes. This needs to be configured on the source database itself. Only available on Postgres 10 and above. Read the Postgres Source docs for more information.","required":["method","replication_slot","publication"],"properties":{"method":{"type":"string","const":"CDC","enum":["CDC"],"default":"CDC","order":0},"plugin":{"type":"string","title":"Plugin","description":"A logical decoding plug-in installed on the PostgreSQL server. `pgoutput` plug-in is used by default.\nIf replication table contains a lot of big jsonb values it is recommended to use `wal2json` plug-in. For more information about `wal2json` plug-in read Select replication plugin.","enum":["pgoutput","wal2json"],"default":"pgoutput","order":1},"replication_slot":{"type":"string","title":"Replication Slot","description":"A plug-in logical replication slot. For more information read about replication slots.","order":2},"publication":{"type":"string","title":"Publication","description":"A Postgres publication used for consuming changes. For more information read about publications and replication identities.","order":3}}}]},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"beta"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-apify-dataset: {"sourceDefinitionId":"47f17145-fe20-4ef5-a548-e29b048adf84","name":"Apify Dataset","dockerRepository":"airbyte/source-apify-dataset","dockerImageTag":"0.1.11","documentationUrl":"https://docs.airbyte.io/integrations/sources/apify-dataset","icon":"apify.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/apify-dataset","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Apify Dataset Spec","type":"object","required":["datasetId"],"additionalProperties":false,"properties":{"datasetId":{"type":"string","title":"Dataset ID","description":"ID of the dataset you would like to load to Airbyte."},"clean":{"type":"boolean","title":"Clean","description":"If set to true, only clean items will be downloaded from the dataset. See description of what clean means in Apify API docs. If not sure, set clean to false."}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-typeform: {"sourceDefinitionId":"e7eff203-90bf-43e5-a240-19ea3056c474","name":"Typeform","dockerRepository":"airbyte/source-typeform","dockerImageTag":"0.1.7","documentationUrl":"https://docs.airbyte.io/integrations/sources/typeform","icon":"typeform.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/typeform","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Typeform Spec","type":"object","required":["token","start_date"],"additionalProperties":true,"properties":{"start_date":{"type":"string","description":"UTC date and time in the format: YYYY-MM-DDTHH:mm:ss[Z]. Any data before this date will not be replicated.","title":"Start Date","examples":["2020-01-01T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"},"token":{"type":"string","description":"The API Token for a Typeform account.","title":"API Token","airbyte_secret":true},"form_ids":{"title":"Form IDs to replicate","description":"When this parameter is set, the connector will replicate data only from the input forms. Otherwise, all forms in your Typeform account will be replicated. You can find form IDs in your form URLs. For example, in the URL \"https://mysite.typeform.com/to/u6nXL7\" the form_id is u6nXL7. You can find form URLs on Share panel","type":"array","items":{"type":"string"},"uniqueItems":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-trello: {"sourceDefinitionId":"8da67652-004c-11ec-9a03-0242ac130003","name":"Trello","dockerRepository":"airbyte/source-trello","dockerImageTag":"0.1.6","documentationUrl":"https://docs.airbyte.io/integrations/sources/trello","icon":"trelllo.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/trello","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Trello Spec","type":"object","required":["token","key","start_date"],"additionalProperties":true,"properties":{"token":{"type":"string","title":"API token","description":"Trello v API token. See the docs for instructions on how to generate it.","airbyte_secret":true},"key":{"type":"string","title":"API key","description":"Trello API key. See the docs for instructions on how to generate it.","airbyte_secret":true},"start_date":{"type":"string","title":"Start Date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z$","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","examples":["2021-03-01T00:00:00.000Z"]},"board_ids":{"type":"array","items":{"type":"string","pattern":"^[0-9a-fA-F]{24}$"},"title":"Trello Board IDs","description":"IDs of the boards to replicate data from. If left empty, data from all boards to which you have access will be replicated."}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":[],"oauthFlowInitParameters":[],"oauthFlowOutputParameters":[["token"],["key"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-drift: {"sourceDefinitionId":"445831eb-78db-4b1f-8f1f-0d96ad8739e2","name":"Drift","dockerRepository":"airbyte/source-drift","dockerImageTag":"0.2.5","documentationUrl":"https://docs.airbyte.io/integrations/sources/drift","icon":"drift.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/drift","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Drift Spec","type":"object","required":[],"additionalProperties":true,"properties":{"credentials":{"title":"Authorization Method","type":"object","oneOf":[{"type":"object","title":"OAuth2.0","required":["client_id","client_secret","access_token","refresh_token"],"properties":{"credentials":{"type":"string","const":"oauth2.0","enum":["oauth2.0"],"default":"oauth2.0","order":0},"client_id":{"type":"string","title":"Client ID","description":"The Client ID of your Drift developer application.","airbyte_secret":true},"client_secret":{"type":"string","title":"Client Secret","description":"The Client Secret of your Drift developer application.","airbyte_secret":true},"access_token":{"type":"string","title":"Access Token","description":"Access Token for making authenticated requests.","airbyte_secret":true},"refresh_token":{"type":"string","title":"Refresh Token","description":"Refresh Token to renew the expired Access Token.","default":"","airbyte_secret":true}}},{"title":"Access Token","type":"object","required":["access_token"],"properties":{"credentials":{"type":"string","const":"access_token","enum":["access_token"],"default":"access_token","order":0},"access_token":{"type":"string","title":"Access Token","description":"Drift Access Token. See the docs for more information on how to generate this key.","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["access_token"],["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1824 - Connector airbyte/source-gitlab has new fields: tombstone, releaseStage 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-outreach: {"sourceDefinitionId":"3490c201-5d95-4783-b600-eaf07a4c7787","name":"Outreach","dockerRepository":"airbyte/source-outreach","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/outreach","icon":"outreach.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/outreach","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source Outreach Spec","type":"object","required":["client_id","client_secret","refresh_token","redirect_uri","start_date"],"additionalProperties":false,"properties":{"client_id":{"type":"string","title":"Client ID","description":"The Client ID of your Outreach developer application."},"client_secret":{"type":"string","title":"Client Secret","description":"The Client Secret of your Outreach developer application.","airbyte_secret":true},"refresh_token":{"type":"string","title":"Refresh Token","description":"The token for obtaining the new access token.","airbyte_secret":true},"redirect_uri":{"type":"string","title":"Redirect URI","description":"A Redirect URI is the location where the authorization server sends the user once the app has been successfully authorized and granted an authorization code or access token."},"start_date":{"type":"string","title":"Start Date","description":"The date from which you'd like to replicate data for Outreach API, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.","examples":["2020-11-16T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1824 - Connector farosai/airbyte-harness-source has new fields: tombstone, sourceType, releaseStage, icon 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-zendesk-sunshine: {"sourceDefinitionId":"325e0640-e7b3-4e24-b823-3361008f603f","name":"Zendesk Sunshine","dockerRepository":"airbyte/source-zendesk-sunshine","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/zendesk-sunshine","icon":"zendesk.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/zendesk_sunshine","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Zendesk Sunshine Spec","type":"object","required":["start_date","subdomain"],"additionalProperties":true,"properties":{"subdomain":{"title":"Subdomain","type":"string","description":"The subdomain for your Zendesk Account."},"start_date":{"title":"Start Date","type":"string","description":"The date from which you'd like to replicate data for Zendesk Sunshine API, in the format YYYY-MM-DDT00:00:00Z.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2021-01-01T00:00:00Z"]},"credentials":{"title":"Authorization Method","type":"object","oneOf":[{"type":"object","title":"OAuth2.0","required":["auth_method","client_id","client_secret","access_token"],"properties":{"auth_method":{"type":"string","const":"oauth2.0","enum":["oauth2.0"],"default":"oauth2.0","order":0},"client_id":{"type":"string","title":"Client ID","description":"The Client ID of your OAuth application.","airbyte_secret":true},"client_secret":{"type":"string","title":"Client Secret","description":"The Client Secret of your OAuth application.","airbyte_secret":true},"access_token":{"type":"string","title":"Access Token","description":"Long-term access Token for making authenticated requests.","airbyte_secret":true}}},{"type":"object","title":"API Token","required":["auth_method","api_token","email"],"properties":{"auth_method":{"type":"string","const":"api_token","enum":["api_token"],"default":"api_token","order":1},"api_token":{"type":"string","title":"API Token","description":"API Token. See the docs for information on how to generate this key.","airbyte_secret":true},"email":{"type":"string","title":"Email","description":"The user email for your Zendesk account"}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_method"],"predicate_value":"oauth2.0","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","additionalProperties":false,"properties":{"subdomain":{"type":"string","path_in_connector_config":["subdomain"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"access_token":{"type":"string","path_in_connector_config":["credentials","access_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-s3: {"sourceDefinitionId":"69589781-7828-43c5-9f63-8925b1c1ccc2","name":"S3","dockerRepository":"airbyte/source-s3","dockerImageTag":"0.1.16","documentationUrl":"https://docs.airbyte.io/integrations/sources/s3","icon":"s3.svg","sourceType":"file","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/s3","changelogUrl":"https://docs.airbyte.io/integrations/sources/s3","connectionSpecification":{"title":"S3 Source Spec","type":"object","properties":{"dataset":{"title":"Output Stream Name","description":"The name of the stream you would like this source to output. Can contain letters, numbers, or underscores.","pattern":"^([A-Za-z0-9-_]+)$","order":0,"type":"string"},"path_pattern":{"title":"Pattern of files to replicate","description":"A regular expression which tells the connector which files to replicate. All files which match this pattern will be replicated. Use | to separate multiple patterns. See this page to understand pattern syntax (GLOBSTAR and SPLIT flags are enabled). Use pattern ** to pick up all files.","examples":["**","myFolder/myTableFiles/*.csv|myFolder/myOtherTableFiles/*.csv"],"order":10,"type":"string"},"format":{"title":"File Format","description":"The format of the files you'd like to replicate","default":"csv","order":20,"type":"object","oneOf":[{"title":"CSV","description":"This connector utilises PyArrow (Apache Arrow) for CSV parsing.","type":"object","properties":{"filetype":{"title":"Filetype","const":"csv","type":"string"},"delimiter":{"title":"Delimiter","description":"The character delimiting individual cells in the CSV data. This may only be a 1-character string. For tab-delimited data enter '\\t'.","default":",","minLength":1,"order":0,"type":"string"},"infer_datatypes":{"title":"Infer Datatypes","description":"Configures whether a schema for the source should be inferred from the current data or not. If set to false and a custom schema is set, then the manually enforced schema is used. If a schema is not manually set, and this is set to false, then all fields will be read as strings","default":true,"order":1,"type":"boolean"},"quote_char":{"title":"Quote Character","description":"The character used for quoting CSV values. To disallow quoting, make this field blank.","default":"\"","order":2,"type":"string"},"escape_char":{"title":"Escape Character","description":"The character used for escaping special characters. To disallow escaping, leave this field blank.","order":3,"type":"string"},"encoding":{"title":"Encoding","description":"The character encoding of the CSV data. Leave blank to default to UTF8. See list of python encodings for allowable options.","default":"utf8","order":4,"type":"string"},"double_quote":{"title":"Double Quote","description":"Whether two quotes in a quoted CSV value denote a single quote in the data.","default":true,"order":5,"type":"boolean"},"newlines_in_values":{"title":"Allow newlines in values","description":"Whether newline characters are allowed in CSV values. Turning this on may affect performance. Leave blank to default to False.","default":false,"order":6,"type":"boolean"},"additional_reader_options":{"title":"Additional Reader Options","description":"Optionally add a valid JSON string here to provide additional options to the csv reader. Mappings must correspond to options detailed here. 'column_types' is used internally to handle schema so overriding that would likely cause problems.","default":"{}","examples":["{\"timestamp_parsers\": [\"%m/%d/%Y %H:%M\", \"%Y/%m/%d %H:%M\"], \"strings_can_be_null\": true, \"null_values\": [\"NA\", \"NULL\"]}"],"order":7,"type":"string"},"advanced_options":{"title":"Advanced Options","description":"Optionally add a valid JSON string here to provide additional Pyarrow ReadOptions. Specify 'column_names' here if your CSV doesn't have header, or if you want to use custom column names. 'block_size' and 'encoding' are already used above, specify them again here will override the values above.","default":"{}","examples":["{\"column_names\": [\"column1\", \"column2\"]}"],"order":8,"type":"string"},"block_size":{"title":"Block Size","description":"The chunk size in bytes to process at a time in memory from each file. If your data is particularly wide and failing during schema detection, increasing this should solve it. Beware of raising this too high as you could hit OOM errors.","default":10000,"order":9,"type":"integer"}}},{"title":"Parquet","description":"This connector utilises PyArrow (Apache Arrow) for Parquet parsing.","type":"object","properties":{"filetype":{"title":"Filetype","const":"parquet","type":"string"},"columns":{"title":"Selected Columns","description":"If you only want to sync a subset of the columns from the file(s), add the columns you want here as a comma-delimited list. Leave it empty to sync all columns.","order":0,"type":"array","items":{"type":"string"}},"batch_size":{"title":"Record batch size","description":"Maximum number of records per batch read from the input files. Batches may be smaller if there aren’t enough rows in the file. This option can help avoid out-of-memory errors if your data is particularly wide.","default":65536,"order":1,"type":"integer"},"buffer_size":{"title":"Buffer Size","description":"Perform read buffering when deserializing individual column chunks. By default every group column will be loaded fully to memory. This option can help avoid out-of-memory errors if your data is particularly wide.","default":2,"type":"integer"}}},{"title":"Avro","description":"This connector utilises fastavro for Avro parsing.","type":"object","properties":{"filetype":{"title":"Filetype","const":"avro","type":"string"}}}]},"schema":{"title":"Manually enforced data schema (Optional)","description":"Optionally provide a schema to enforce, as a valid JSON string. Ensure this is a mapping of { \"column\" : \"type\" }, where types are valid JSON Schema datatypes. Leave as {} to auto-infer the schema.","default":"{}","examples":["{\"column_1\": \"number\", \"column_2\": \"string\", \"column_3\": \"array\", \"column_4\": \"object\", \"column_5\": \"boolean\"}"],"order":30,"type":"string"},"provider":{"title":"S3: Amazon Web Services","type":"object","properties":{"bucket":{"title":"Bucket","description":"Name of the S3 bucket where the file(s) exist.","order":0,"type":"string"},"aws_access_key_id":{"title":"AWS Access Key ID","description":"In order to access private Buckets stored on AWS S3, this connector requires credentials with the proper permissions. If accessing publicly available data, this field is not necessary.","airbyte_secret":true,"order":1,"type":"string"},"aws_secret_access_key":{"title":"AWS Secret Access Key","description":"In order to access private Buckets stored on AWS S3, this connector requires credentials with the proper permissions. If accessing publicly available data, this field is not necessary.","airbyte_secret":true,"order":2,"type":"string"},"path_prefix":{"title":"Path Prefix","description":"By providing a path-like prefix (e.g. myFolder/thisTable/) under which all the relevant files sit, we can optimize finding these in S3. This is optional but recommended if your bucket contains many folders/files which you don't need to replicate.","default":"","order":3,"type":"string"},"endpoint":{"title":"Endpoint","description":"Endpoint to an S3 compatible service. Leave empty to use AWS.","default":"","order":4,"type":"string"},"use_ssl":{"title":"Use TLS","description":"Whether the remote server is using a secure SSL/TLS connection. Only relevant if using an S3-compatible, non-AWS server","order":5,"type":"boolean"},"verify_ssl_cert":{"title":"Verify TLS Certificates","description":"Set this to false to allow self signed certificates. Only relevant if using an S3-compatible, non-AWS server","order":6,"type":"boolean"}},"required":["bucket"],"order":11,"description":"Use this to load files from S3 or S3-compatible services"}},"required":["dataset","path_pattern","provider"]},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append","append_dedup"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-strava: {"sourceDefinitionId":"7a4327c4-315a-11ec-8d3d-0242ac130003","name":"Strava","dockerRepository":"airbyte/source-strava","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/strava","icon":"strava.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/strava","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Strava Spec","type":"object","required":["client_id","client_secret","refresh_token","athlete_id","start_date"],"additionalProperties":false,"properties":{"auth_type":{"type":"string","const":"Client","enum":["Client"],"default":"Client"},"client_id":{"type":"string","description":"The Client ID of your Strava developer application.","title":"Client ID","pattern":"^[0-9_\\-]+$","examples":["12345"]},"client_secret":{"type":"string","description":"The Client Secret of your Strava developer application.","title":"Client Secret","pattern":"^[0-9a-fA-F]+$","examples":["fc6243f283e51f6ca989aab298b17da125496f50"],"airbyte_secret":true},"refresh_token":{"type":"string","description":"The Refresh Token with the activity: read_all permissions.","title":"Refresh Token","pattern":"^[0-9a-fA-F]+$","examples":["fc6243f283e51f6ca989aab298b17da125496f50"],"airbyte_secret":true},"athlete_id":{"type":"integer","description":"The Athlete ID of your Strava developer application.","title":"Athlete ID","pattern":"^[0-9_\\-]+$","examples":["17831421"]},"start_date":{"type":"string","description":"UTC date and time. Any data before this date will not be replicated.","title":"Start Date","examples":["2016-12-31 23:59:59"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["auth_type"],"predicate_value":"Client","oauth_config_specification":{"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"refresh_token":{"type":"string","path_in_connector_config":["refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["client_id"]},"client_secret":{"type":"string","path_in_connector_config":["client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-square: {"sourceDefinitionId":"77225a51-cd15-4a13-af02-65816bd0ecf4","name":"Square","dockerRepository":"airbyte/source-square","dockerImageTag":"0.1.4","documentationUrl":"https://docs.airbyte.io/integrations/sources/square","icon":"square.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/square","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Square Source CDK Specifications","type":"object","required":["is_sandbox"],"additionalProperties":true,"properties":{"is_sandbox":{"type":"boolean","description":"Determines whether to use the sandbox or production environment.","title":"Sandbox","examples":[true,false],"default":false},"start_date":{"type":"string","description":"UTC date in the format YYYY-MM-DD. Any data before this date will not be replicated. If not set, all data will be replicated.","title":"Start Date","examples":["2021-01-01"],"default":"2021-01-01","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"},"include_deleted_objects":{"type":"boolean","description":"In some streams there is an option to include deleted objects (Items, Categories, Discounts, Taxes)","title":"Include Deleted Objects","examples":[true,false],"default":false},"credentials":{"type":"object","title":"Credential Type","oneOf":[{"title":"Oauth authentication","type":"object","required":["auth_type","client_id","client_secret","refresh_token"],"properties":{"auth_type":{"type":"string","const":"Oauth","enum":["Oauth"],"default":"Oauth","order":0},"client_id":{"title":"Client ID","type":"string","description":"The Square-issued ID of your application","airbyte_secret":true},"client_secret":{"title":"Client Secret","type":"string","description":"The Square-issued application secret for your application","airbyte_secret":true},"refresh_token":{"title":"Refresh Token","type":"string","description":"A refresh token generated using the above client ID and secret","airbyte_secret":true}}},{"type":"object","title":"API Key","required":["auth_type","api_key"],"properties":{"auth_type":{"type":"string","const":"Apikey","enum":["Apikey"],"default":"Apikey","order":1},"api_key":{"title":"API key token","type":"string","description":"The API key for a Square application","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}},"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_type"],"predicate_value":"Oauth","oauth_config_specification":{"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"refresh_token":{"type":"string","path_in_connector_config":["credentials","refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-microsoft-teams: {"sourceDefinitionId":"eaf50f04-21dd-4620-913b-2a83f5635227","name":"Microsoft teams","dockerRepository":"airbyte/source-microsoft-teams","dockerImageTag":"0.2.5","documentationUrl":"https://docs.airbyte.io/integrations/sources/microsoft-teams","icon":"microsoft-teams.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/microsoft-teams","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Microsoft Teams Spec","type":"object","required":["period"],"additionalProperties":true,"properties":{"period":{"type":"string","title":"Period","description":"Specifies the length of time over which the Team Device Report stream is aggregated. The supported values are: D7, D30, D90, and D180.","examples":["D7"]},"credentials":{"title":"Authentication mechanism","description":"Choose how to authenticate to Microsoft","type":"object","oneOf":[{"type":"object","title":"Authenticate via Microsoft (OAuth 2.0)","required":["tenant_id","client_id","client_secret","refresh_token"],"additionalProperties":false,"properties":{"auth_type":{"type":"string","const":"Client","enum":["Client"],"default":"Client","order":0},"tenant_id":{"title":"Directory (tenant) ID","type":"string","description":"A globally unique identifier (GUID) that is different than your organization name or domain. Follow these steps to obtain: open one of the Teams where you belong inside the Teams Application -> Click on the … next to the Team title -> Click on Get link to team -> Copy the link to the team and grab the tenant ID form the URL"},"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your Microsoft Teams developer application."},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your Microsoft Teams developer application.","airbyte_secret":true},"refresh_token":{"title":"Refresh Token","type":"string","description":"A Refresh Token to renew the expired Access Token.","airbyte_secret":true}}},{"type":"object","title":"Authenticate via Microsoft","required":["tenant_id","client_id","client_secret"],"additionalProperties":false,"properties":{"auth_type":{"type":"string","const":"Token","enum":["Token"],"default":"Token","order":0},"tenant_id":{"title":"Directory (tenant) ID","type":"string","description":"A globally unique identifier (GUID) that is different than your organization name or domain. Follow these steps to obtain: open one of the Teams where you belong inside the Teams Application -> Click on the … next to the Team title -> Click on Get link to team -> Copy the link to the team and grab the tenant ID form the URL"},"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your Microsoft Teams developer application."},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your Microsoft Teams developer application.","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_type"],"predicate_value":"Client","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","additionalProperties":false,"properties":{"tenant_id":{"type":"string","path_in_connector_config":["credentials","tenant_id"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"refresh_token":{"type":"string","path_in_connector_config":["credentials","refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-rki-covid: {"sourceDefinitionId":"d78e5de0-aa44-4744-aa4f-74c818ccfe19","name":"RKI Covid","dockerRepository":"airbyte/source-rki-covid","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/rki-covid","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/rki-covid","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"RKI Covid Spec","type":"object","required":["start_date"],"additionalProperties":false,"properties":{"start_date":{"type":"string","title":"Start Date","description":"UTC date in the format 2017-01-25. Any data before this date will not be replicated.","order":1}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-google-analytics-data-api: {"sourceDefinitionId":"3cc2eafd-84aa-4dca-93af-322d9dfeec1a","name":"Google Analytics Data API","dockerRepository":"airbyte/source-google-analytics-data-api","dockerImageTag":"0.0.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/google-analytics-data-api","icon":"google-analytics.svg","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Google Analytics Data API Spec","type":"object","required":["property_id","json_credentials","report_name","dimensions","metrics","date_ranges_start_date","date_ranges_end_date"],"additionalProperties":false,"properties":{"property_id":{"type":"string","title":"Property ID","description":"A Google Analytics GA4 property identifier whose events are tracked. Specified in the URL path and not the body","order":1},"json_credentials":{"type":"string","title":"JSON Credentials","description":"The JSON key of the Service Account to use for authorization","airbyte_secret":true,"order":2},"report_name":{"type":"string","title":"Report Name","description":"The report name","order":3},"dimensions":{"type":"string","title":"Dimensions","description":"Comma seprated report dimensions https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions","order":4},"metrics":{"type":"string","title":"Metrics","description":"Comma seprated report metrics https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#metrics","order":5},"date_ranges_start_date":{"type":"string","title":"Date Range Start Date","description":"The start date. One of the values Ndaysago, yesterday, today or in the format YYYY-MM-DD","order":6},"date_ranges_end_date":{"type":"string","title":"Date Range End Date","description":"The end date. One of the values Ndaysago, yesterday, today or in the format YYYY-MM-DD","order":7}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-amazon-seller-partner: {"sourceDefinitionId":"e55879a8-0ef8-4557-abcf-ab34c53ec460","name":"Amazon Seller Partner","dockerRepository":"airbyte/source-amazon-seller-partner","dockerImageTag":"0.2.22","documentationUrl":"https://docs.airbyte.io/integrations/sources/amazon-seller-partner","icon":"amazonsellerpartner.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/amazon-seller-partner","changelogUrl":"https://docs.airbyte.io/integrations/sources/amazon-seller-partner","connectionSpecification":{"title":"Amazon Seller Partner Spec","type":"object","properties":{"app_id":{"title":"App Id *","description":"Your Amazon App ID","airbyte_secret":true,"order":0,"type":"string"},"auth_type":{"title":"Auth Type","const":"oauth2.0","order":1,"type":"string"},"lwa_app_id":{"title":"LWA Client Id","description":"Your Login with Amazon Client ID.","order":2,"type":"string"},"lwa_client_secret":{"title":"LWA Client Secret","description":"Your Login with Amazon Client Secret.","airbyte_secret":true,"order":3,"type":"string"},"refresh_token":{"title":"Refresh Token","description":"The Refresh Token obtained via OAuth flow authorization.","airbyte_secret":true,"order":4,"type":"string"},"aws_access_key":{"title":"AWS Access Key","description":"Specifies the AWS access key used as part of the credentials to authenticate the user.","airbyte_secret":true,"order":5,"type":"string"},"aws_secret_key":{"title":"AWS Secret Access Key","description":"Specifies the AWS secret key used as part of the credentials to authenticate the user.","airbyte_secret":true,"order":6,"type":"string"},"role_arn":{"title":"Role ARN","description":"Specifies the Amazon Resource Name (ARN) of an IAM role that you want to use to perform operations requested using this profile. (Needs permission to 'Assume Role' STS).","airbyte_secret":true,"order":7,"type":"string"},"replication_start_date":{"title":"Start Date","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2017-01-25T00:00:00Z"],"type":"string"},"replication_end_date":{"title":"End Date","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data after this date will not be replicated.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$|^$","examples":["2017-01-25T00:00:00Z"],"type":"string"},"period_in_days":{"title":"Period In Days","description":"Will be used for stream slicing for initial full_refresh sync when no updated state is present for reports that support sliced incremental sync.","default":30,"examples":["30","365"],"type":"integer"},"report_options":{"title":"Report Options","description":"Additional information passed to reports. This varies by report type. Must be a valid json string.","examples":["{\"GET_BRAND_ANALYTICS_SEARCH_TERMS_REPORT\": {\"reportPeriod\": \"WEEK\"}}","{\"GET_SOME_REPORT\": {\"custom\": \"true\"}}"],"type":"string"},"max_wait_seconds":{"title":"Max wait time for reports (in seconds)","description":"Sometimes report can take up to 30 minutes to generate. This will set the limit for how long to wait for a successful report.","default":500,"examples":["500","1980"],"type":"integer"},"aws_environment":{"title":"AWSEnvironment","description":"An enumeration.","enum":["PRODUCTION","SANDBOX"],"type":"string"},"region":{"title":"AWSRegion","description":"An enumeration.","enum":["AE","AU","BR","CA","DE","EG","ES","FR","GB","IN","IT","JP","MX","NL","PL","SA","SE","SG","TR","UK","US"],"type":"string"}},"required":["lwa_app_id","lwa_client_secret","refresh_token","aws_access_key","aws_secret_key","role_arn","replication_start_date","aws_environment","region"],"additionalProperties":true,"definitions":{"AWSEnvironment":{"title":"AWSEnvironment","description":"An enumeration.","enum":["PRODUCTION","SANDBOX"],"type":"string"},"AWSRegion":{"title":"AWSRegion","description":"An enumeration.","enum":["AE","AU","BR","CA","DE","EG","ES","FR","GB","IN","IT","JP","MX","NL","PL","SA","SE","SG","TR","UK","US"],"type":"string"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["auth_type"],"predicate_value":"oauth2.0","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","additionalProperties":false,"properties":{"app_id":{"type":"string","path_in_connector_config":["app_id"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"refresh_token":{"type":"string","path_in_connector_config":["refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"lwa_app_id":{"type":"string"},"lwa_client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"lwa_app_id":{"type":"string","path_in_connector_config":["lwa_app_id"]},"lwa_client_secret":{"type":"string","path_in_connector_config":["lwa_client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-looker: {"sourceDefinitionId":"00405b19-9768-4e0c-b1ae-9fc2ee2b2a8c","name":"Looker","dockerRepository":"airbyte/source-looker","dockerImageTag":"0.2.7","documentationUrl":"https://docs.airbyte.io/integrations/sources/looker","icon":"looker.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/looker","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Looker Spec","type":"object","required":["domain","client_id","client_secret"],"additionalProperties":false,"properties":{"domain":{"type":"string","title":"Domain","examples":["domainname.looker.com","looker.clientname.com","123.123.124.123:8000"],"description":"Domain for your Looker account, e.g. airbyte.cloud.looker.com,looker.[clientname].com,IP address"},"client_id":{"title":"Client ID","type":"string","description":"The Client ID is first part of an API3 key that is specific to each Looker user. See the docs for more information on how to generate this key."},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret is second part of an API3 key."},"run_look_ids":{"title":"Look IDs to Run","type":"array","items":{"type":"string","pattern":"^[0-9]*$"},"description":"The IDs of any Looks to run (optional)"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-plaid: {"sourceDefinitionId":"ed799e2b-2158-4c66-8da4-b40fe63bc72a","name":"Plaid","dockerRepository":"airbyte/source-plaid","dockerImageTag":"0.3.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/plaid","icon":"plaid.svg","sourceType":"api","spec":{"documentationUrl":"https://plaid.com/docs/api/","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","required":["access_token","api_key","client_id","plaid_env"],"additionalProperties":false,"properties":{"access_token":{"type":"string","title":"Access Token","description":"The end-user's Link access token."},"api_key":{"title":"API Key","type":"string","description":"The Plaid API key to use to hit the API.","airbyte_secret":true},"client_id":{"title":"Client ID","type":"string","description":"The Plaid client id"},"plaid_env":{"title":"Plaid Environment","type":"string","enum":["sandbox","development","production"],"description":"The Plaid environment"},"start_date":{"title":"Start Date","type":"string","description":"The date from which you'd like to replicate data for Plaid in the format YYYY-MM-DD. All data generated after this date will be replicated.","examples":["2021-03-01"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-elasticsearch: {"sourceDefinitionId":"7cf88806-25f5-4e1a-b422-b2fa9e1b0090","name":"Elasticsearch","dockerRepository":"airbyte/source-elasticsearch","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/elasticsearch","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/source/elasticsearch","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Elasticsearch Connection Configuration","type":"object","required":["endpoint"],"additionalProperties":false,"properties":{"endpoint":{"title":"Server Endpoint","type":"string","description":"The full url of the Elasticsearch server"},"authenticationMethod":{"title":"Authentication Method","type":"object","description":"The type of authentication to be used","oneOf":[{"title":"None","additionalProperties":false,"description":"No authentication will be used","required":["method"],"properties":{"method":{"type":"string","const":"none"}}},{"title":"Api Key/Secret","additionalProperties":false,"description":"Use a api key and secret combination to authenticate","required":["method","apiKeyId","apiKeySecret"],"properties":{"method":{"type":"string","const":"secret"},"apiKeyId":{"title":"API Key ID","description":"The Key ID to used when accessing an enterprise Elasticsearch instance.","type":"string"},"apiKeySecret":{"title":"API Key Secret","description":"The secret associated with the API Key ID.","type":"string","airbyte_secret":true}}},{"title":"Username/Password","additionalProperties":false,"description":"Basic auth header with a username and password","required":["method","username","password"],"properties":{"method":{"type":"string","const":"basic"},"username":{"title":"Username","description":"Basic auth username to access a secure Elasticsearch server","type":"string"},"password":{"title":"Password","description":"Basic auth password to access a secure Elasticsearch server","type":"string","airbyte_secret":true}}}]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-snowflake: {"sourceDefinitionId":"e2d65910-8c8b-40a1-ae7d-ee2416b2bfa2","name":"Snowflake","dockerRepository":"airbyte/source-snowflake","dockerImageTag":"0.1.12","documentationUrl":"https://docs.airbyte.io/integrations/sources/snowflake","icon":"snowflake.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/snowflake","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Snowflake Source Spec","type":"object","required":["host","role","warehouse","database","schema"],"additionalProperties":true,"properties":{"credentials":{"title":"Authorization Method","type":"object","oneOf":[{"type":"object","title":"OAuth2.0","order":0,"required":["client_id","client_secret","auth_type"],"properties":{"auth_type":{"type":"string","const":"OAuth","default":"OAuth","order":0},"client_id":{"type":"string","title":"Client ID","description":"The Client ID of your Snowflake developer application.","airbyte_secret":true,"order":1},"client_secret":{"type":"string","title":"Client Secret","description":"The Client Secret of your Snowflake developer application.","airbyte_secret":true,"order":2},"access_token":{"type":"string","title":"Access Token","description":"Access Token for making authenticated requests.","airbyte_secret":true,"order":3},"refresh_token":{"type":"string","title":"Refresh Token","description":"Refresh Token for making authenticated requests.","airbyte_secret":true,"order":4}}},{"title":"Username and Password","type":"object","required":["username","password","auth_type"],"order":1,"properties":{"auth_type":{"type":"string","const":"username/password","default":"username/password","order":0},"username":{"description":"The username you created to allow Airbyte to access the database.","examples":["AIRBYTE_USER"],"type":"string","title":"Username","order":1},"password":{"description":"The password associated with the username.","type":"string","airbyte_secret":true,"title":"Password","order":2}}}],"order":0},"host":{"description":"The host domain of the snowflake instance (must include the account, region, cloud environment, and end with snowflakecomputing.com).","examples":["accountname.us-east-2.aws.snowflakecomputing.com"],"type":"string","title":"Account Name","order":1},"role":{"description":"The role you created for Airbyte to access Snowflake.","examples":["AIRBYTE_ROLE"],"type":"string","title":"Role","order":2},"warehouse":{"description":"The warehouse you created for Airbyte to access data.","examples":["AIRBYTE_WAREHOUSE"],"type":"string","title":"Warehouse","order":3},"database":{"description":"The database you created for Airbyte to access data.","examples":["AIRBYTE_DATABASE"],"type":"string","title":"Database","order":4},"schema":{"description":"The source Snowflake schema tables.","examples":["AIRBYTE_SCHEMA"],"type":"string","title":"Schema","order":5},"jdbc_url_params":{"description":"Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).","title":"JDBC URL Params","type":"string","order":6}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_type"],"predicate_value":"OAuth","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","additionalProperties":false,"properties":{"host":{"type":"string","path_in_connector_config":["host"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"access_token":{"type":"string","path_in_connector_config":["credentials","access_token"]},"refresh_token":{"type":"string","path_in_connector_config":["credentials","refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-dockerhub: {"sourceDefinitionId":"72d405a3-56d8-499f-a571-667c03406e43","name":"Dockerhub","dockerRepository":"airbyte/source-dockerhub","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/dockerhub","icon":"dockerhub.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/dockerhub","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Dockerhub Spec","type":"object","required":["docker_username"],"additionalProperties":false,"properties":{"docker_username":{"type":"string","description":"Username of DockerHub person or organization (for https://hub.docker.com/v2/repositories/USERNAME/ API call)","pattern":"^[a-z0-9_\\-]+$","examples":["airbyte"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-freshservice: {"sourceDefinitionId":"9bb85338-ea95-4c93-b267-6be89125b267","name":"Freshservice","dockerRepository":"airbyte/source-freshservice","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/freshservice","icon":"freshservice.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/freshservice","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Freshservice Spec","type":"object","required":["domain_name","api_key","start_date"],"additionalProperties":false,"properties":{"domain_name":{"type":"string","title":"Domain Name","description":"The name of your Freshservice domain","examples":["mydomain.freshservice.com"]},"api_key":{"title":"API Key","type":"string","description":"Freshservice API Key. See here. The key is case sensitive.","airbyte_secret":true},"start_date":{"title":"Start Date","type":"string","description":"UTC date and time in the format 2020-10-01T00:00:00Z. Any data before this date will not be replicated.","examples":["2020-10-01T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-freshdesk: {"sourceDefinitionId":"ec4b9503-13cb-48ab-a4ab-6ade4be46567","name":"Freshdesk","dockerRepository":"airbyte/source-freshdesk","dockerImageTag":"0.3.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/freshdesk","icon":"freshdesk.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/freshdesk","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Freshdesk Spec","type":"object","required":["domain","api_key"],"additionalProperties":false,"properties":{"domain":{"type":"string","description":"Freshdesk domain","title":"Domain","examples":["myaccount.freshdesk.com"],"pattern":"^[a-zA-Z0-9._-]*\\.freshdesk\\.com$"},"api_key":{"type":"string","title":"API Key","description":"Freshdesk API Key. See the docs for more information on how to obtain this key.","airbyte_secret":true},"requests_per_minute":{"title":"Requests per minute","type":"integer","description":"The number of requests per minute that this source allowed to use. There is a rate limit of 50 requests per minute per app per account."},"start_date":{"title":"Start Date","type":"string","description":"UTC date and time. Any data created after this date will be replicated. If this parameter is not set, all data will be replicated.","format":"date-time","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2020-12-01T00:00:00Z"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-pivotal-tracker: {"sourceDefinitionId":"d60f5393-f99e-4310-8d05-b1876820f40e","name":"Pivotal Tracker","dockerRepository":"airbyte/source-pivotal-tracker","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/pivotal-tracker","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Pivotal Tracker Spec","type":"object","required":["api_token"],"additionalProperties":false,"properties":{"api_token":{"type":"string","description":"Pivotal Tracker API token","examples":["5c054d0de3440452190fdc5d5a04d871"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-youtube-analytics: {"sourceDefinitionId":"afa734e4-3571-11ec-991a-1e0031268139","name":"YouTube Analytics","dockerRepository":"airbyte/source-youtube-analytics","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/youtube-analytics","icon":"youtube.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/youtube-analytics","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"YouTube Analytics Spec","type":"object","required":["credentials"],"additionalProperties":false,"properties":{"credentials":{"title":"Authenticate via OAuth 2.0","type":"object","required":["client_id","client_secret","refresh_token"],"additionalProperties":false,"properties":{"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your developer application","airbyte_secret":true},"client_secret":{"title":"Client Secret","type":"string","description":"The client secret of your developer application","airbyte_secret":true},"refresh_token":{"title":"Refresh Token","type":"string","description":"A refresh token generated using the above client ID and secret","airbyte_secret":true}}}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-instagram: {"sourceDefinitionId":"6acf6b55-4f1e-4fca-944e-1a3caef8aba8","name":"Instagram","dockerRepository":"airbyte/source-instagram","dockerImageTag":"0.1.9","documentationUrl":"https://docs.airbyte.com/integrations/sources/instagram","icon":"instagram.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/instagram","changelogUrl":"https://docs.airbyte.io/integrations/sources/instagram","connectionSpecification":{"title":"Source Instagram","type":"object","properties":{"start_date":{"title":"Start Date","description":"The date from which you'd like to replicate data for User Insights, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2017-01-25T00:00:00Z"],"type":"string","format":"date-time"},"access_token":{"title":"Access Token","description":"The value of the access token generated. See the docs for more information","airbyte_secret":true,"type":"string"}},"required":["start_date","access_token"]},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":[],"oauthFlowInitParameters":[],"oauthFlowOutputParameters":[["access_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-qualaroo: {"sourceDefinitionId":"b08e4776-d1de-4e80-ab5c-1e51dad934a2","name":"Qualaroo","dockerRepository":"airbyte/source-qualaroo","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/qualaroo","icon":"qualaroo.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/qualaroo","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Qualaroo Spec","type":"object","required":["token","key","start_date"],"additionalProperties":true,"properties":{"token":{"type":"string","title":"API token","description":"A Qualaroo token. See the docs for instructions on how to generate it.","airbyte_secret":true},"key":{"type":"string","title":"API key","description":"A Qualaroo token. See the docs for instructions on how to generate it.","airbyte_secret":true},"start_date":{"type":"string","title":"Start Date","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z$","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","examples":["2021-03-01T00:00:00.000Z"]},"survey_ids":{"type":"array","items":{"type":"string","pattern":"^[0-9]{1,8}$"},"title":"Qualaroo survey IDs","description":"IDs of the surveys from which you'd like to replicate data. If left empty, data from all surveys to which you have access will be replicated."}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":[],"oauthFlowInitParameters":[],"oauthFlowOutputParameters":[["token"],["key"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-surveymonkey: {"sourceDefinitionId":"badc5925-0485-42be-8caa-b34096cb71b5","name":"SurveyMonkey","dockerRepository":"airbyte/source-surveymonkey","dockerImageTag":"0.1.8","documentationUrl":"https://docs.airbyte.io/integrations/sources/surveymonkey","icon":"surveymonkey.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/surveymonkey","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"SurveyMonkey Spec","type":"object","required":["start_date"],"additionalProperties":true,"properties":{"start_date":{"title":"Start Date","type":"string","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z?$","examples":["2021-01-01T00:00:00Z"]},"access_token":{"title":"Access Token","type":"string","airbyte_secret":true,"description":"Access Token for making authenticated requests. See the docs for information on how to generate this key."},"survey_ids":{"type":"array","items":{"type":"string","pattern":"^[0-9]{8,9}$"},"title":"Survey Monkey survey IDs","description":"IDs of the surveys from which you'd like to replicate data. If left empty, data from all boards to which you have access will be replicated."}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":[],"oauthFlowInitParameters":[],"oauthFlowOutputParameters":[["access_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-my-hours: {"sourceDefinitionId":"722ba4bf-06ec-45a4-8dd5-72e4a5cf3903","name":"My Hours","dockerRepository":"airbyte/source-my-hours","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/my-hours","icon":"my-hours.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/my-hours","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"My Hours Spec","type":"object","required":["email","password","start_date"],"additionalProperties":false,"properties":{"email":{"title":"Email","type":"string","description":"Your My Hours username","example":"john@doe.com"},"password":{"title":"Password","type":"string","description":"The password associated to the username","airbyte_secret":true},"start_date":{"title":"Start Date","description":"Start date for collecting time logs","examples":["%Y-%m-%d","2016-01-01"],"type":"string","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"},"logs_batch_size":{"title":"Time logs batch size","description":"Pagination size used for retrieving logs in days","examples":[30],"type":"integer","minimum":1,"maximum":365,"default":30}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-kyriba: {"sourceDefinitionId":"547dc08e-ab51-421d-953b-8f3745201a8c","name":"Kyriba","dockerRepository":"airbyte/source-kyriba","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/kyriba","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Kyriba Spec","type":"object","required":["domain","username","password","start_date"],"additionalProperties":false,"properties":{"domain":{"type":"string","description":"Kyriba domain","title":"Domain","examples":["demo.kyriba.com"],"pattern":"^[a-zA-Z0-9._-]*\\.[a-zA-Z0-9._-]*\\.[a-z]*"},"username":{"type":"string","description":"Username to be used in basic auth","title":"Username"},"password":{"type":"string","description":"Password to be used in basic auth","title":"Password","airbyte_secret":true},"start_date":{"type":"string","description":"The date the sync should start from.","title":"Start Date","examples":["2021-01-10"],"pattern":"^\\d{4}\\-(0[1-9]|1[012])\\-(0[1-9]|[12][0-9]|3[01])$"},"end_date":{"type":"string","description":"The date the sync should end. If let empty the sync will run to the current date.","title":"End Date","examples":["2022-03-01"],"pattern":"^(?:(\\d{4}\\-(0[1-9]|1[012])\\-(0[1-9]|[12][0-9]|3[01]))|)$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-facebook-marketing: {"sourceDefinitionId":"e7778cfc-e97c-4458-9ecb-b4f2bba8946c","name":"Facebook Marketing","dockerRepository":"airbyte/source-facebook-marketing","dockerImageTag":"0.2.54","documentationUrl":"https://docs.airbyte.io/integrations/sources/facebook-marketing","icon":"facebook.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/facebook-marketing","changelogUrl":"https://docs.airbyte.io/integrations/sources/facebook-marketing","connectionSpecification":{"title":"Source Facebook Marketing","type":"object","properties":{"account_id":{"title":"Account ID","description":"The Facebook Ad account ID to use when pulling data from the Facebook Marketing API.","order":0,"examples":["111111111111111"],"type":"string"},"start_date":{"title":"Start Date","description":"The date from which you'd like to replicate data for all incremental streams, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.","order":1,"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2017-01-25T00:00:00Z"],"type":"string","format":"date-time"},"end_date":{"title":"End Date","description":"The date until which you'd like to replicate data for all incremental streams, in the format YYYY-MM-DDT00:00:00Z. All data generated between start_date and this date will be replicated. Not setting this option will result in always syncing the latest data.","order":2,"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2017-01-26T00:00:00Z"],"type":"string","format":"date-time"},"access_token":{"title":"Access Token","description":"The value of the access token generated. See the docs for more information","order":3,"airbyte_secret":true,"type":"string"},"include_deleted":{"title":"Include Deleted","description":"Include data from deleted Campaigns, Ads, and AdSets","default":false,"order":4,"type":"boolean"},"fetch_thumbnail_images":{"title":"Fetch Thumbnail Images","description":"In each Ad Creative, fetch the thumbnail_url and store the result in thumbnail_data_url","default":false,"order":5,"type":"boolean"},"custom_insights":{"title":"Custom Insights","description":"A list which contains insights entries, each entry must have a name and can contains fields, breakdowns or action_breakdowns)","order":6,"type":"array","items":{"title":"InsightConfig","description":"Config for custom insights","type":"object","properties":{"name":{"title":"Name","description":"The name value of insight","type":"string"},"fields":{"title":"Fields","description":"A list of chosen fields for fields parameter","default":[],"type":"array","items":{"title":"ValidEnums","description":"Generic enumeration.\n\nDerive from this class to define new enumerations.","enum":["account_currency","account_id","account_name","action_values","actions","ad_bid_value","ad_click_actions","ad_id","ad_impression_actions","ad_name","adset_bid_value","adset_end","adset_id","adset_name","adset_start","age_targeting","attribution_setting","auction_bid","auction_competitiveness","auction_max_competitor_bid","buying_type","campaign_id","campaign_name","canvas_avg_view_percent","canvas_avg_view_time","catalog_segment_actions","catalog_segment_value","catalog_segment_value_mobile_purchase_roas","catalog_segment_value_omni_purchase_roas","catalog_segment_value_website_purchase_roas","clicks","conversion_rate_ranking","conversion_values","conversions","converted_product_quantity","converted_product_value","cost_per_15_sec_video_view","cost_per_2_sec_continuous_video_view","cost_per_action_type","cost_per_ad_click","cost_per_conversion","cost_per_dda_countby_convs","cost_per_estimated_ad_recallers","cost_per_inline_link_click","cost_per_inline_post_engagement","cost_per_one_thousand_ad_impression","cost_per_outbound_click","cost_per_thruplay","cost_per_unique_action_type","cost_per_unique_click","cost_per_unique_conversion","cost_per_unique_inline_link_click","cost_per_unique_outbound_click","cpc","cpm","cpp","created_time","ctr","date_start","date_stop","dda_countby_convs","dda_results","engagement_rate_ranking","estimated_ad_recall_rate","estimated_ad_recall_rate_lower_bound","estimated_ad_recall_rate_upper_bound","estimated_ad_recallers","estimated_ad_recallers_lower_bound","estimated_ad_recallers_upper_bound","frequency","full_view_impressions","full_view_reach","gender_targeting","impressions","inline_link_click_ctr","inline_link_clicks","inline_post_engagement","instant_experience_clicks_to_open","instant_experience_clicks_to_start","instant_experience_outbound_clicks","interactive_component_tap","labels","location","mobile_app_purchase_roas","objective","optimization_goal","outbound_clicks","outbound_clicks_ctr","place_page_name","purchase_roas","qualifying_question_qualify_answer_rate","quality_ranking","quality_score_ectr","quality_score_ecvr","quality_score_organic","reach","social_spend","spend","total_postbacks","unique_actions","unique_clicks","unique_conversions","unique_ctr","unique_inline_link_click_ctr","unique_inline_link_clicks","unique_link_clicks_ctr","unique_outbound_clicks","unique_outbound_clicks_ctr","unique_video_continuous_2_sec_watched_actions","unique_video_view_15_sec","updated_time","video_15_sec_watched_actions","video_30_sec_watched_actions","video_avg_time_watched_actions","video_continuous_2_sec_watched_actions","video_p100_watched_actions","video_p25_watched_actions","video_p50_watched_actions","video_p75_watched_actions","video_p95_watched_actions","video_play_actions","video_play_curve_actions","video_play_retention_0_to_15s_actions","video_play_retention_20_to_60s_actions","video_play_retention_graph_actions","video_thruplay_watched_actions","video_time_watched_actions","website_ctr","website_purchase_roas","wish_bid"]}},"breakdowns":{"title":"Breakdowns","description":"A list of chosen breakdowns for breakdowns","default":[],"type":"array","items":{"title":"ValidBreakdowns","description":"Generic enumeration.\n\nDerive from this class to define new enumerations.","enum":["ad_format_asset","age","app_id","body_asset","call_to_action_asset","country","description_asset","device_platform","dma","frequency_value","gender","hourly_stats_aggregated_by_advertiser_time_zone","hourly_stats_aggregated_by_audience_time_zone","image_asset","impression_device","link_url_asset","place_page_id","platform_position","product_id","publisher_platform","region","skan_conversion_id","title_asset","video_asset"]}},"action_breakdowns":{"title":"Action Breakdowns","description":"A list of chosen action_breakdowns for action_breakdowns","default":[],"type":"array","items":{"title":"ValidActionBreakdowns","description":"Generic enumeration.\n\nDerive from this class to define new enumerations.","enum":["action_canvas_component_name","action_carousel_card_id","action_carousel_card_name","action_destination","action_device","action_reaction","action_target_id","action_type","action_video_sound","action_video_type"]}},"time_increment":{"title":"Time Increment","description":"Time window in days by which to aggregate statistics. The sync will be chunked into N day intervals, where N is the number of days you specified. For example, if you set this value to 7, then all statistics will be reported as 7-day aggregates by starting from the start_date. If the start and end dates are October 1st and October 30th, then the connector will output 5 records: 01 - 06, 07 - 13, 14 - 20, 21 - 27, and 28 - 30 (3 days only).","default":1,"exclusiveMaximum":90,"exclusiveMinimum":0,"type":"integer"},"start_date":{"title":"Start Date","description":"The date from which you'd like to replicate data for this stream, in the format YYYY-MM-DDT00:00:00Z.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2017-01-25T00:00:00Z"],"type":"string","format":"date-time"},"end_date":{"title":"End Date","description":"The date until which you'd like to replicate data for this stream, in the format YYYY-MM-DDT00:00:00Z. All data generated between the start date and this date will be replicated. Not setting this option will result in always syncing the latest data.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2017-01-26T00:00:00Z"],"type":"string","format":"date-time"},"insights_lookback_window":{"title":"Custom Insights Lookback Window","description":"The attribution window","default":28,"maximum":28,"mininum":1,"exclusiveMinimum":0,"type":"integer"}},"required":["name"]}},"page_size":{"title":"Page Size of Requests","description":"Page size used when sending requests to Facebook API to specify number of records per page when response has pagination. Most users do not need to set this field unless they specifically need to tune the connector to address specific issues or use cases.","default":100,"order":7,"exclusiveMinimum":0,"type":"integer"},"insights_lookback_window":{"title":"Insights Lookback Window","description":"The attribution window","default":28,"order":8,"maximum":28,"mininum":1,"exclusiveMinimum":0,"type":"integer"},"max_batch_size":{"title":"Maximum size of Batched Requests","description":"Maximum batch size used when sending batch requests to Facebook API. Most users do not need to set this field unless they specifically need to tune the connector to address specific issues or use cases.","default":50,"order":9,"exclusiveMinimum":0,"type":"integer"}},"required":["account_id","start_date","access_token"]},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":[],"oauthFlowInitParameters":[],"oauthFlowOutputParameters":[["access_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-cart: {"sourceDefinitionId":"bb1a6d31-6879-4819-a2bd-3eed299ea8e2","name":"Cart.com","dockerRepository":"airbyte/source-cart","dockerImageTag":"0.1.5","documentationUrl":"https://docs.airbyte.io/integrations/sources/cart","icon":"cart.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/cart","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Cart.com Spec","type":"object","required":["access_token","start_date","store_name"],"additionalProperties":true,"properties":{"access_token":{"type":"string","title":"Access Token","airbyte_secret":true,"description":"Access Token for making authenticated requests."},"store_name":{"type":"string","title":"Store Name","description":"The name of Cart.com Online Store. All API URLs start with https://[mystorename.com]/api/v1/, where [mystorename.com] is the domain name of your store."},"start_date":{"title":"Start Date","type":"string","description":"The date from which you'd like to replicate the data","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2021-01-01T00:00:00Z"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-talkdesk-explore: {"sourceDefinitionId":"f00d2cf4-3c28-499a-ba93-b50b6f26359e","name":"TalkDesk Explore","dockerRepository":"airbyte/source-talkdesk-explore","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/talkdesk-explore","icon":"talkdesk-explore.svg","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Talkdesk Explore API Spec","type":"object","required":["start_date","auth_url","api_key"],"additionalProperties":false,"properties":{"start_date":{"type":"string","title":"START DATE","description":"The date from which you'd like to replicate data for Talkdesk Explore API, in the format YYYY-MM-DDT00:00:00. All data generated after this date will be replicated.","examples":["2020-10-15T00:00:00"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}$","order":0},"timezone":{"type":"string","title":"TIMEZONE","description":"Timezone to use when generating reports. Only IANA timezones are supported (https://nodatime.org/TimeZones)","examples":["Europe/London","America/Los_Angeles"],"default":"UTC","order":1},"auth_url":{"title":"AUTH URL","type":"string","description":"Talkdesk Auth URL. Only 'client_credentials' auth type supported at the moment.","examples":["https://xxxxxx.talkdeskid.com/oauth/token?grant_type=client_credentials"],"order":2},"api_key":{"title":"API KEY","type":"string","description":"Talkdesk API key.","order":3}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-metabase: {"sourceDefinitionId":"c7cb421b-942e-4468-99ee-e369bcabaec5","name":"Metabase","dockerRepository":"airbyte/source-metabase","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/sources/metabase","icon":"metabase.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/metabase","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Metabase Source Spec","type":"object","required":["instance_api_url"],"additionalProperties":true,"properties":{"instance_api_url":{"type":"string","title":"Metabase Instance API URL","description":"URL to your metabase instance API","examples":["http://localhost:3000/api/"],"order":0},"username":{"type":"string","order":1},"password":{"type":"string","airbyte_secret":true,"order":2},"session_token":{"type":"string","description":"To generate your session token, you need to run the following command: ``` curl -X POST \\\n -H \"Content-Type: application/json\" \\\n -d '{\"username\": \"person@metabase.com\", \"password\": \"fakepassword\"}' \\\n http://localhost:3000/api/session\n``` Then copy the value of the `id` field returned by a successful call to that API.\nNote that by default, sessions are good for 14 days and needs to be regenerated.","airbyte_secret":true,"order":3}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1824 - Connector farosai/airbyte-victorops-source has new fields: tombstone, sourceType, releaseStage, icon 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-salesloft: {"sourceDefinitionId":"41991d12-d4b5-439e-afd0-260a31d4c53f","name":"SalesLoft","dockerRepository":"airbyte/source-salesloft","dockerImageTag":"0.1.3","documentationUrl":"https://docs.airbyte.io/integrations/sources/salesloft","icon":"salesloft.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/salesloft","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source Salesloft Spec","type":"object","required":["client_id","client_secret","refresh_token","start_date"],"additionalProperties":false,"properties":{"client_id":{"type":"string","title":"Client ID","description":"The Client ID of your Salesloft developer application."},"client_secret":{"type":"string","title":"Client Secret","description":"The Client Secret of your Salesloft developer application.","airbyte_secret":true},"refresh_token":{"type":"string","title":"Refresh Token","description":"The token for obtaining a new access token.","airbyte_secret":true},"start_date":{"type":"string","title":"Start Date","description":"The date from which you'd like to replicate data for Salesloft API, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.","examples":["2020-11-16T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-tiktok-marketing: {"sourceDefinitionId":"4bfac00d-ce15-44ff-95b9-9e3c3e8fbd35","name":"TikTok Marketing","dockerRepository":"airbyte/source-tiktok-marketing","dockerImageTag":"0.1.14","documentationUrl":"https://docs.airbyte.io/integrations/sources/tiktok-marketing","icon":"tiktok.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/tiktok-marketing","changelogUrl":"https://docs.airbyte.io/integrations/sources/tiktok-marketing","connectionSpecification":{"title":"TikTok Marketing Source Spec","type":"object","properties":{"credentials":{"title":"Authentication Method","description":"Authentication method","default":{},"order":0,"type":"object","oneOf":[{"title":"OAuth2.0","type":"object","properties":{"auth_type":{"title":"Auth Type","const":"oauth2.0","order":0,"type":"string"},"app_id":{"title":"App ID","description":"The Developer Application App ID.","airbyte_secret":true,"type":"string"},"secret":{"title":"Secret","description":"The Developer Application Secret.","airbyte_secret":true,"type":"string"},"access_token":{"title":"Access Token","description":"Long-term Authorized Access Token.","airbyte_secret":true,"type":"string"}},"required":["app_id","secret","access_token"]},{"title":"Sandbox Access Token","type":"object","properties":{"auth_type":{"title":"Auth Type","const":"sandbox_access_token","order":0,"type":"string"},"advertiser_id":{"title":"Advertiser ID","description":"The Advertiser ID which generated for the developer's Sandbox application.","type":"string"},"access_token":{"title":"Access Token","description":"The long-term authorized access token.","airbyte_secret":true,"type":"string"}},"required":["advertiser_id","access_token"]}]},"start_date":{"title":"Replication Start Date *","description":"The Start Date in format: YYYY-MM-DD. Any data before this date will not be replicated. If this parameter is not set, all data will be replicated.","default":"2016-09-01","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","order":1,"type":"string"},"end_date":{"title":"End Date","description":"The date until which you'd like to replicate data for all incremental streams, in the format YYYY-MM-DD. All data generated between start_date and this date will be replicated. Not setting this option will result in always syncing the data till the current date.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","order":2,"type":"string"},"report_granularity":{"title":"Report Aggregation Granularity","description":"The granularity used for aggregating performance data in reports. See the docs.","enum":["LIFETIME","DAY","HOUR"],"order":3,"airbyte_hidden":true,"type":"string"}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append","append_dedup"],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_type"],"predicate_value":"oauth2.0","oauth_config_specification":{"complete_oauth_output_specification":{"title":"CompleteOauthOutputSpecification","type":"object","properties":{"access_token":{"title":"Access Token","path_in_connector_config":["credentials","access_token"],"type":"string"}},"required":["access_token"]},"complete_oauth_server_input_specification":{"title":"CompleteOauthServerInputSpecification","type":"object","properties":{"app_id":{"title":"App Id","type":"string"},"secret":{"title":"Secret","type":"string"}},"required":["app_id","secret"]},"complete_oauth_server_output_specification":{"title":"CompleteOauthServerOutputSpecification","type":"object","properties":{"app_id":{"title":"App Id","path_in_connector_config":["credentials","app_id"],"type":"string"},"secret":{"title":"Secret","path_in_connector_config":["credentials","secret"],"type":"string"}},"required":["app_id","secret"]}}},"additionalProperties":true},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-iterable: {"sourceDefinitionId":"2e875208-0c0b-4ee4-9e92-1cb3156ea799","name":"Iterable","dockerRepository":"airbyte/source-iterable","dockerImageTag":"0.1.15","documentationUrl":"https://docs.airbyte.io/integrations/sources/iterable","icon":"iterable.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/iterable","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Iterable Spec","type":"object","required":["start_date","api_key"],"additionalProperties":false,"properties":{"start_date":{"type":"string","title":"Start Date","description":"The date from which you'd like to replicate data for Iterable, in the format YYYY-MM-DDT00:00:00Z. All data generated after this date will be replicated.","examples":["2021-04-01T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"},"api_key":{"type":"string","title":"API Key","description":"Iterable API Key. See the docs for more information on how to obtain this key.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-lever-hiring: {"sourceDefinitionId":"3981c999-bd7d-4afc-849b-e53dea90c948","name":"Lever Hiring","dockerRepository":"airbyte/source-lever-hiring","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/lever-hiring","icon":"leverhiring.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/lever-hiring","changelogUrl":"https://docs.airbyte.io/integrations/sources/lever-hiring#changelog","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Lever Hiring Source Spec","type":"object","required":["start_date"],"additionalProperties":true,"properties":{"credentials":{"order":3,"title":"Authentication Mechanism","description":"Choose how to authenticate to Lever Hiring.","type":"object","oneOf":[{"type":"object","title":"Authenticate via Lever (OAuth)","required":["refresh_token"],"properties":{"auth_type":{"type":"string","const":"Client","enum":["Client"],"default":"Client","order":0},"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your Lever Hiring developer application."},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your Lever Hiring developer application.","airbyte_secret":true},"option_title":{"type":"string","title":"Credentials Title","description":"OAuth Credentials","const":"OAuth Credentials"},"refresh_token":{"type":"string","title":"Refresh Token","description":"The token for obtaining new access token.","airbyte_secret":true}}}]},"start_date":{"order":0,"type":"string","title":"Start Date","description":"UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated. Note that it will be used only in the following incremental streams: comments, commits, and issues.","examples":["2021-03-01T00:00:00Z"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$"},"environment":{"order":1,"type":"string","title":"Environment","description":"The environment in which you'd like to replicate data for Lever. This is used to determine which Lever API endpoint to use.","default":"Sandbox","enum":["Production","Sandbox"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials","0"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}},"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_type"],"predicate_value":"Client","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","properties":{"environment":{"type":"string","path_in_connector_config":["environment"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"refresh_token":{"type":"string","path_in_connector_config":["credentials","refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-azure-table: {"sourceDefinitionId":"798ae795-5189-42b6-b64e-3cb91db93338","name":"Azure Table Storage","dockerRepository":"airbyte/source-azure-table","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/azure-table","icon":"azureblobstorage.svg","sourceType":"database","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Azure Data Table Spec","type":"object","required":["storage_account_name","storage_access_key"],"additionalProperties":false,"properties":{"storage_account_name":{"title":"Account Name","type":"string","description":"The name of your storage account.","order":0,"airbyte_secret":false},"storage_access_key":{"title":"Access Key","type":"string","description":"Azure Table Storage Access Key. See the docs for more information on how to obtain this key.","order":1,"airbyte_secret":true},"storage_endpoint_suffix":{"title":"Endpoint Suffix","type":"string","description":"Azure Table Storage service account URL suffix. See the docs for more information on how to obtain endpoint suffix","order":2,"default":"core.windows.net","examples":["core.windows.net","core.chinacloudapi.cn"],"airbyte_secret":false}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-shopify: {"sourceDefinitionId":"9da77001-af33-4bcd-be46-6252bf9342b9","name":"Shopify","dockerRepository":"airbyte/source-shopify","dockerImageTag":"0.1.37","documentationUrl":"https://docs.airbyte.io/integrations/sources/shopify","icon":"shopify.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/shopify","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Shopify Source CDK Specifications","type":"object","required":["shop","start_date"],"additionalProperties":true,"properties":{"shop":{"type":"string","title":"Shopify Store","description":"The name of your Shopify store found in the URL. For example, if your URL was https://NAME.myshopify.com, then the name would be 'NAME'.","order":1},"credentials":{"title":"Shopify Authorization Method","description":"The authorization method to use to retrieve data from Shopify","type":"object","order":2,"oneOf":[{"type":"object","title":"OAuth2.0","description":"OAuth2.0","required":["auth_method"],"properties":{"auth_method":{"type":"string","const":"oauth2.0","order":0},"client_id":{"type":"string","title":"Client ID","description":"The Client ID of the Shopify developer application.","airbyte_secret":true},"client_secret":{"type":"string","title":"Client Secret","description":"The Client Secret of the Shopify developer application.","airbyte_secret":true},"access_token":{"type":"string","title":"Access Token","description":"The Access Token for making authenticated requests.","airbyte_secret":true}}},{"title":"API Password","description":"API Password Auth","type":"object","required":["auth_method","api_password"],"properties":{"auth_method":{"type":"string","const":"api_password","order":0},"api_password":{"type":"string","title":"API Password","description":"The API Password for your private application in the `Shopify` store.","airbyte_secret":true}}}]},"start_date":{"type":"string","title":"Replication Start Date","description":"The date you would like to replicate data from. Format: YYYY-MM-DD. Any data before this date will not be replicated.","examples":["2021-01-01"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","order":3}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_method"],"predicate_value":"oauth2.0","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","additionalProperties":false,"properties":{"shop":{"type":"string","path_in_connector_config":["shop"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"access_token":{"type":"string","path_in_connector_config":["credentials","access_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-pinterest: {"sourceDefinitionId":"5cb7e5fe-38c2-11ec-8d3d-0242ac130003","name":"Pinterest","dockerRepository":"airbyte/source-pinterest","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/sources/pinterest","icon":"pinterest.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/pinterest","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Pinterest Spec","type":"object","required":["client_id","client_secret","refresh_token"],"additionalProperties":true,"properties":{"client_id":{"type":"string","title":"Client ID","description":"Your Pinterest client ID. See the docs for instructions on how to generate it.","airbyte_secret":true},"client_secret":{"type":"string","title":"Client Secret","description":"Your Pinterest client secret. See the docs for instructions on how to generate it.","airbyte_secret":true},"refresh_token":{"type":"string","title":"Refresh Token","description":"Your Pinterest refresh token. See the docs for instructions on how to generate it.","airbyte_secret":true},"access_token":{"type":"string","title":"Access Token","description":"Your Pinterest access token. See the docs for instructions on how to generate it.","airbyte_secret":true},"start_date":{"type":"string","title":"Start Date","description":"A date in the format YYYY-MM-DD. If you have not set a date, it would be defaulted to 2020-07-28.","examples":["2020-07-28"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1816 - Connector airbyte/source-jira needs update: 0.3.0 vs 0.2.20 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-posthog: {"sourceDefinitionId":"af6d50ee-dddf-4126-a8ee-7faee990774f","name":"PostHog","dockerRepository":"airbyte/source-posthog","dockerImageTag":"0.1.6","documentationUrl":"https://docs.airbyte.io/integrations/sources/posthog","icon":"posthog.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/posthog","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"PostHog Spec","type":"object","required":["api_key","start_date"],"additionalProperties":false,"properties":{"start_date":{"title":"Start Date","type":"string","description":"The date from which you'd like to replicate the data. Any data before this date will not be replicated.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$","examples":["2021-01-01T00:00:00Z"]},"api_key":{"type":"string","airbyte_secret":true,"title":"API Key","description":"API Key. See the docs for information on how to generate this key."},"base_url":{"type":"string","default":"https://app.posthog.com","title":"Base URL","description":"Base PostHog url. Defaults to PostHog Cloud (https://app.posthog.com).","examples":["https://posthog.example.com"]}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-delighted: {"sourceDefinitionId":"cc88c43f-6f53-4e8a-8c4d-b284baaf9635","name":"Delighted","dockerRepository":"airbyte/source-delighted","dockerImageTag":"0.1.4","documentationUrl":"https://docs.airbyte.io/integrations/sources/delighted","icon":"delighted.svg","sourceType":"api","spec":{"documentationUrl":"https://docsurl.com","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Delighted Spec","type":"object","required":["since","api_key"],"additionalProperties":false,"properties":{"since":{"title":"Since","type":"string","description":"The date from which you'd like to replicate the data","examples":["2022-05-30 04:50:23"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2} ([0-9]{2}:[0-9]{2}:[0-9]{2})?$","order":0},"api_key":{"title":"Delighted API Key","type":"string","description":"A Delighted API key.","airbyte_secret":true,"order":1}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-zoom-singer: {"sourceDefinitionId":"aea2fd0d-377d-465e-86c0-4fdc4f688e51","name":"Zoom","dockerRepository":"airbyte/source-zoom-singer","dockerImageTag":"0.2.4","documentationUrl":"https://docs.airbyte.io/integrations/sources/zoom","icon":"zoom.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/zoom","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Source Zoom Singer Spec","type":"object","required":["jwt"],"additionalProperties":false,"properties":{"jwt":{"title":"JWT Token","type":"string","description":"Zoom JWT Token. See the docs for more information on how to obtain this key.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-sftp: {"sourceDefinitionId":"a827c52e-791c-4135-a245-e233c5255199","name":"SFTP","dockerRepository":"airbyte/source-sftp","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.com/integrations/sources/sftp","sourceType":"file","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/source/sftp","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"SFTP Source Spec","type":"object","required":["user","host","port"],"additionalProperties":true,"properties":{"user":{"title":"User Name","description":"The server user","type":"string","order":0},"host":{"title":"Host Address","description":"The server host address","type":"string","examples":["www.host.com","192.0.2.1"],"order":1},"port":{"title":"Port","description":"The server port","type":"integer","default":22,"examples":["22"],"order":2},"credentials":{"type":"object","title":"Authentication *","description":"The server authentication method","order":3,"oneOf":[{"title":"Password Authentication","required":["auth_method","auth_user_password"],"properties":{"auth_method":{"description":"Connect through password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"auth_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":1}}},{"title":"SSH Key Authentication","required":["auth_method","auth_ssh_key"],"properties":{"auth_method":{"description":"Connect through ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"auth_ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":1}}}]},"file_types":{"title":"File types","description":"Coma separated file types. Currently only 'csv' and 'json' types are supported.","type":"string","default":"csv,json","order":4,"examples":["csv,json","csv"]},"folder_path":{"title":"Folder Path (Optional)","description":"The directory to search files for sync","type":"string","default":"","examples":["/logs/2022"],"order":5},"file_pattern":{"title":"File Pattern (Optional)","description":"The regular expression to specify files for sync in a chosen Folder Path","type":"string","default":"","examples":["log-([0-9]{4})([0-9]{2})([0-9]{2}) - This will filter files which `log-yearmmdd`"],"order":6}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-orbit: {"sourceDefinitionId":"95bcc041-1d1a-4c2e-8802-0ca5b1bfa36a","name":"Orbit","dockerRepository":"airbyte/source-orbit","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/orbit","icon":"orbit.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/orbit","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Orbit Source Spec","type":"object","required":["api_token","workspace"],"additionalProperties":false,"properties":{"api_token":{"type":"string","airbyte_secret":true,"title":"API Token","description":"Authorizes you to work with Orbit workspaces associated with the token.","order":0},"workspace":{"type":"string","title":"Workspace","description":"The unique name of the workspace that your API token is associated with.","order":1},"start_date":{"type":"string","title":"Start Date","description":"Date in the format 2022-06-26. Only load members whose last activities are after this date.","pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$","order":2}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-tempo: {"sourceDefinitionId":"d1aa448b-7c54-498e-ad95-263cbebcd2db","name":"Tempo","dockerRepository":"airbyte/source-tempo","dockerImageTag":"0.2.5","documentationUrl":"https://docs.airbyte.io/integrations/sources/tempo","icon":"tempo.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Tempo Spec","type":"object","required":["api_token"],"additionalProperties":false,"properties":{"api_token":{"type":"string","title":"API token","description":"Tempo API Token. Go to Tempo>Settings, scroll down to Data Access and select API integration.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-sentry: {"sourceDefinitionId":"cdaf146a-9b75-49fd-9dd2-9d64a0bb4781","name":"Sentry","dockerRepository":"airbyte/source-sentry","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/sources/sentry","icon":"sentry.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/sentry","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Sentry Spec","type":"object","required":["auth_token","organization","project"],"additionalProperties":false,"properties":{"auth_token":{"type":"string","title":"Authentication Tokens","description":"Log into Sentry and then create authentication tokens.For self-hosted, you can find or create authentication tokens by visiting \"{instance_url_prefix}/settings/account/api/auth-tokens/\"","airbyte_secret":true},"hostname":{"type":"string","title":"Host Name","description":"Host name of Sentry API server.For self-hosted, specify your host name here. Otherwise, leave it empty.","default":"sentry.io"},"organization":{"type":"string","title":"Organization","description":"The slug of the organization the groups belong to."},"project":{"type":"string","title":"Project","description":"The name (slug) of the Project you want to sync."}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-google-workspace-admin-reports: {"sourceDefinitionId":"ed9dfefa-1bbc-419d-8c5e-4d78f0ef6734","name":"Google Workspace Admin Reports","dockerRepository":"airbyte/source-google-workspace-admin-reports","dockerImageTag":"0.1.8","documentationUrl":"https://docs.airbyte.io/integrations/sources/google-workspace-admin-reports","icon":"googleworkpace.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/google-workspace-admin-reports","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Google Directory Spec","type":"object","required":["credentials_json","email"],"additionalProperties":false,"properties":{"credentials_json":{"type":"string","title":"Credentials JSON","description":"The contents of the JSON service account key. See the docs for more information on how to generate this key.","airbyte_secret":true},"email":{"type":"string","title":"Email","description":"The email of the user, who has permissions to access the Google Workspace Admin APIs."},"lookback":{"type":"integer","title":"Lookback Window in Days","minimum":0,"maximum":180,"description":"Sets the range of time shown in the report. The maximum value allowed by the Google API is 180 days."}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-redshift: {"sourceDefinitionId":"e87ffa8e-a3b5-f69c-9076-6011339de1f6","name":"Redshift","dockerRepository":"airbyte/source-redshift","dockerImageTag":"0.3.10","documentationUrl":"https://docs.airbyte.io/integrations/sources/redshift","icon":"redshift.svg","sourceType":"database","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/redshift","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Redshift Source Spec","type":"object","required":["host","port","database","username","password"],"additionalProperties":false,"properties":{"host":{"title":"Host","description":"Host Endpoint of the Redshift Cluster (must include the cluster-id, region and end with .redshift.amazonaws.com).","type":"string","order":1},"port":{"title":"Port","description":"Port of the database.","type":"integer","minimum":0,"maximum":65536,"default":5439,"examples":["5439"],"order":2},"database":{"title":"Database","description":"Name of the database.","type":"string","examples":["master"],"order":3},"schemas":{"title":"Schemas","description":"The list of schemas to sync from. Specify one or more explicitly or keep empty to process all schemas. Schema names are case sensitive.","type":"array","items":{"type":"string"},"minItems":0,"uniqueItems":true,"examples":["public"],"order":4},"username":{"title":"Username","description":"Username to use to access the database.","type":"string","order":5},"password":{"title":"Password","description":"Password associated with the username.","type":"string","airbyte_secret":true,"order":6}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-amazon-ads: {"sourceDefinitionId":"c6b0a29e-1da9-4512-9002-7bfd0cba2246","name":"Amazon Ads","dockerRepository":"airbyte/source-amazon-ads","dockerImageTag":"0.1.9","documentationUrl":"https://docs.airbyte.io/integrations/sources/amazon-ads","icon":"amazonads.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.com/integrations/sources/amazon-ads","connectionSpecification":{"title":"Amazon Ads Spec","type":"object","properties":{"auth_type":{"title":"Auth Type","const":"oauth2.0","order":0,"type":"string"},"client_id":{"title":"Client ID","description":"The client ID of your Amazon Ads developer application. See the docs for more information.","order":1,"type":"string"},"client_secret":{"title":"Client Secret","description":"The client secret of your Amazon Ads developer application. See the docs for more information.","airbyte_secret":true,"order":2,"type":"string"},"refresh_token":{"title":"Refresh Token","description":"Amazon Ads refresh token. See the docs for more information on how to obtain this token.","airbyte_secret":true,"order":3,"type":"string"},"region":{"title":"Region *","description":"Region to pull data from (EU/NA/FE/SANDBOX). See docs for more details.","enum":["NA","EU","FE","SANDBOX"],"type":"string","default":"NA","order":4},"report_wait_timeout":{"title":"Report Wait Timeout *","description":"Timeout duration in minutes for Reports. Default is 30 minutes.","default":30,"examples":[30,120],"order":5,"type":"integer"},"report_generation_max_retries":{"title":"Report Generation Maximum Retries *","description":"Maximum retries Airbyte will attempt for fetching report data. Default is 5.","default":5,"examples":[5,10,15],"order":6,"type":"integer"},"start_date":{"title":"Start Date (Optional)","description":"The Start date for collecting reports, should not be more than 60 days in the past. In YYYY-MM-DD format","examples":["2022-10-10","2022-10-22"],"order":7,"type":"string"},"profiles":{"title":"Profile IDs (Optional)","description":"Profile IDs you want to fetch data for. See docs for more details.","order":8,"type":"array","items":{"type":"integer"}}},"required":["client_id","client_secret","refresh_token"],"additionalProperties":true},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["auth_type"],"predicate_value":"oauth2.0","oauth_config_specification":{"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"refresh_token":{"type":"string","path_in_connector_config":["refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["client_id"]},"client_secret":{"type":"string","path_in_connector_config":["client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"beta"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/source-bigcommerce: {"sourceDefinitionId":"59c5501b-9f95-411e-9269-7143c939adbd","name":"BigCommerce","dockerRepository":"airbyte/source-bigcommerce","dockerImageTag":"0.1.5","documentationUrl":"https://docs.airbyte.io/integrations/sources/bigcommerce","icon":"bigcommerce.svg","sourceType":"api","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/sources/bigcommerce","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"BigCommerce Source CDK Specifications","type":"object","required":["start_date","store_hash","access_token"],"additionalProperties":false,"properties":{"start_date":{"type":"string","title":"Start Date","description":"The date you would like to replicate data. Format: YYYY-MM-DD.","examples":["2021-01-01"],"pattern":"^[0-9]{4}-[0-9]{2}-[0-9]{2}$"},"store_hash":{"type":"string","title":"Store Hash","description":"The hash code of the store. For https://api.bigcommerce.com/stores/HASH_CODE/v3/, The store's hash code is 'HASH_CODE'."},"access_token":{"type":"string","title":"Access Token","description":"Access Token for making authenticated requests.","airbyte_secret":true}}},"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":[]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-google-sheets: {"destinationDefinitionId":"a4cbd2d1-8dbe-4818-b8bc-b90ad782d12a","name":"Google Sheets","dockerRepository":"airbyte/destination-google-sheets","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/destinations/google-sheets","icon":"google-sheets.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/google-sheets","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Destination Google Sheets","type":"object","required":["spreadsheet_id","credentials"],"additionalProperties":false,"properties":{"spreadsheet_id":{"type":"string","title":"Spreadsheet Link","description":"The link to your spreadsheet. See this guide for more details.","examples":["https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit"]},"credentials":{"type":"object","title":"* Authentication via Google (OAuth)","description":"Google API Credentials for connecting to Google Sheets and Google Drive APIs","required":["client_id","client_secret","refresh_token"],"properties":{"client_id":{"title":"Client ID","type":"string","description":"The Client ID of your Google Sheets developer application.","airbyte_secret":true},"client_secret":{"title":"Client Secret","type":"string","description":"The Client Secret of your Google Sheets developer application.","airbyte_secret":true},"refresh_token":{"title":"Refresh Token","type":"string","description":"The token for obtaining new access token.","airbyte_secret":true}}}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append","append_dedup"],"authSpecification":{"auth_type":"oauth2.0","oauth2Specification":{"rootObject":["credentials"],"oauthFlowInitParameters":[["client_id"],["client_secret"]],"oauthFlowOutputParameters":[["refresh_token"]]}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-e2e-test: {"destinationDefinitionId":"2eb65e87-983a-4fd7-b3e3-9d9dc6eb8537","name":"E2E Testing","dockerRepository":"airbyte/destination-e2e-test","dockerImageTag":"0.2.4","documentationUrl":"https://docs.airbyte.io/integrations/destinations/e2e-test","icon":"airbyte.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/e2e-test","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"E2E Test Destination Spec","type":"object","oneOf":[{"title":"Logging","required":["type","logging_config"],"properties":{"type":{"type":"string","const":"LOGGING","default":"LOGGING"},"logging_config":{"title":"Logging Configuration","type":"object","description":"Configurate how the messages are logged.","oneOf":[{"title":"First N Entries","description":"Log first N entries per stream.","type":"object","required":["logging_type","max_entry_count"],"properties":{"logging_type":{"type":"string","enum":["FirstN"],"default":"FirstN"},"max_entry_count":{"title":"N","description":"Number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries.","type":"number","default":100,"examples":[100],"minimum":1,"maximum":1000}}},{"title":"Every N-th Entry","description":"For each stream, log every N-th entry with a maximum cap.","type":"object","required":["logging_type","nth_entry_to_log","max_entry_count"],"properties":{"logging_type":{"type":"string","enum":["EveryNth"],"default":"EveryNth"},"nth_entry_to_log":{"title":"N","description":"The N-th entry to log for each stream. N starts from 1. For example, when N = 1, every entry is logged; when N = 2, every other entry is logged; when N = 3, one out of three entries is logged.","type":"number","example":[3],"minimum":1,"maximum":1000},"max_entry_count":{"title":"Max Log Entries","description":"Max number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries.","type":"number","default":100,"examples":[100],"minimum":1,"maximum":1000}}},{"title":"Random Sampling","description":"For each stream, randomly log a percentage of the entries with a maximum cap.","type":"object","required":["logging_type","sampling_ratio","max_entry_count"],"properties":{"logging_type":{"type":"string","enum":["RandomSampling"],"default":"RandomSampling"},"sampling_ratio":{"title":"Sampling Ratio","description":"A positive floating number smaller than 1.","type":"number","default":0.001,"examples":[0.001],"minimum":0,"maximum":1},"seed":{"title":"Random Number Generator Seed","description":"When the seed is unspecified, the current time millis will be used as the seed.","type":"number","examples":[1900]},"max_entry_count":{"title":"Max Log Entries","description":"Max number of entries to log. This destination is for testing only. So it won't make sense to log infinitely. The maximum is 1,000 entries.","type":"number","default":100,"examples":[100],"minimum":1,"maximum":1000}}}]}}},{"title":"Silent","required":["type"],"properties":{"type":{"type":"string","const":"SILENT","default":"SILENT"}}},{"title":"Throttled","required":["type","millis_per_record"],"properties":{"type":{"type":"string","const":"THROTTLED","default":"THROTTLED"},"millis_per_record":{"description":"Number of milli-second to pause in between records.","type":"integer"}}},{"title":"Failing","required":["type","num_messages"],"properties":{"type":{"type":"string","const":"FAILING","default":"FAILING"},"num_messages":{"description":"Number of messages after which to fail.","type":"integer"}}}]},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-kafka: {"destinationDefinitionId":"9f760101-60ae-462f-9ee6-b7a9dafd454d","name":"Kafka","dockerRepository":"airbyte/destination-kafka","dockerImageTag":"0.1.9","documentationUrl":"https://docs.airbyte.io/integrations/destinations/kafka","icon":"kafka.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/kafka","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Kafka Destination Spec","type":"object","required":["bootstrap_servers","topic_pattern","protocol","acks","enable_idempotence","compression_type","batch_size","linger_ms","max_in_flight_requests_per_connection","client_dns_lookup","buffer_memory","max_request_size","retries","socket_connection_setup_timeout_ms","socket_connection_setup_timeout_max_ms","max_block_ms","request_timeout_ms","delivery_timeout_ms","send_buffer_bytes","receive_buffer_bytes"],"additionalProperties":true,"properties":{"bootstrap_servers":{"title":"Bootstrap Servers","description":"A list of host/port pairs to use for establishing the initial connection to the Kafka cluster. The client will make use of all servers irrespective of which servers are specified here for bootstrapping—this list only impacts the initial hosts used to discover the full set of servers. This list should be in the form host1:port1,host2:port2,.... Since these servers are just used for the initial connection to discover the full cluster membership (which may change dynamically), this list need not contain the full set of servers (you may want more than one, though, in case a server is down).","type":"string","examples":["kafka-broker1:9092,kafka-broker2:9092"]},"topic_pattern":{"title":"Topic Pattern","description":"Topic pattern in which the records will be sent. You can use patterns like '{namespace}' and/or '{stream}' to send the message to a specific topic based on these values. Notice that the topic name will be transformed to a standard naming convention.","type":"string","examples":["sample.topic","{namespace}.{stream}.sample"]},"test_topic":{"title":"Test Topic","description":"Topic to test if Airbyte can produce messages.","type":"string","examples":["test.topic"]},"sync_producer":{"title":"Sync Producer","description":"Wait synchronously until the record has been sent to Kafka.","type":"boolean","default":false},"protocol":{"title":"Protocol","type":"object","description":"Protocol used to communicate with brokers.","oneOf":[{"title":"PLAINTEXT","required":["security_protocol"],"properties":{"security_protocol":{"type":"string","enum":["PLAINTEXT"],"default":"PLAINTEXT"}}},{"title":"SASL PLAINTEXT","required":["security_protocol","sasl_mechanism","sasl_jaas_config"],"properties":{"security_protocol":{"type":"string","enum":["SASL_PLAINTEXT"],"default":"SASL_PLAINTEXT"},"sasl_mechanism":{"title":"SASL Mechanism","description":"SASL mechanism used for client connections. This may be any mechanism for which a security provider is available.","type":"string","default":"PLAIN","enum":["PLAIN"]},"sasl_jaas_config":{"title":"SASL JAAS Config","description":"JAAS login context parameters for SASL connections in the format used by JAAS configuration files.","type":"string","default":"","airbyte_secret":true}}},{"title":"SASL SSL","required":["security_protocol","sasl_mechanism","sasl_jaas_config"],"properties":{"security_protocol":{"type":"string","enum":["SASL_SSL"],"default":"SASL_SSL"},"sasl_mechanism":{"title":"SASL Mechanism","description":"SASL mechanism used for client connections. This may be any mechanism for which a security provider is available.","type":"string","default":"GSSAPI","enum":["GSSAPI","OAUTHBEARER","SCRAM-SHA-256","SCRAM-SHA-512","PLAIN"]},"sasl_jaas_config":{"title":"SASL JAAS Config","description":"JAAS login context parameters for SASL connections in the format used by JAAS configuration files.","type":"string","default":"","airbyte_secret":true}}}]},"client_id":{"title":"Client ID","description":"An ID string to pass to the server when making requests. The purpose of this is to be able to track the source of requests beyond just ip/port by allowing a logical application name to be included in server-side request logging.","type":"string","examples":["airbyte-producer"]},"acks":{"title":"ACKs","description":"The number of acknowledgments the producer requires the leader to have received before considering a request complete. This controls the durability of records that are sent.","type":"string","default":"1","enum":["0","1","all"]},"enable_idempotence":{"title":"Enable Idempotence","description":"When set to 'true', the producer will ensure that exactly one copy of each message is written in the stream. If 'false', producer retries due to broker failures, etc., may write duplicates of the retried message in the stream.","type":"boolean","default":false},"compression_type":{"title":"Compression Type","description":"The compression type for all data generated by the producer.","type":"string","default":"none","enum":["none","gzip","snappy","lz4","zstd"]},"batch_size":{"title":"Batch Size","description":"The producer will attempt to batch records together into fewer requests whenever multiple records are being sent to the same partition.","type":"integer","examples":[16384]},"linger_ms":{"title":"Linger ms","description":"The producer groups together any records that arrive in between request transmissions into a single batched request.","type":"string","examples":[0]},"max_in_flight_requests_per_connection":{"title":"Max in Flight Requests per Connection","description":"The maximum number of unacknowledged requests the client will send on a single connection before blocking. Can be greater than 1, and the maximum value supported with idempotency is 5.","type":"integer","examples":[5]},"client_dns_lookup":{"title":"Client DNS Lookup","description":"Controls how the client uses DNS lookups. If set to use_all_dns_ips, connect to each returned IP address in sequence until a successful connection is established. After a disconnection, the next IP is used. Once all IPs have been used once, the client resolves the IP(s) from the hostname again. If set to resolve_canonical_bootstrap_servers_only, resolve each bootstrap address into a list of canonical names. After the bootstrap phase, this behaves the same as use_all_dns_ips. If set to default (deprecated), attempt to connect to the first IP address returned by the lookup, even if the lookup returns multiple IP addresses.","type":"string","default":"use_all_dns_ips","enum":["default","use_all_dns_ips","resolve_canonical_bootstrap_servers_only","use_all_dns_ips"]},"buffer_memory":{"title":"Buffer Memory","description":"The total bytes of memory the producer can use to buffer records waiting to be sent to the server.","type":"string","examples":33554432},"max_request_size":{"title":"Max Request Size","description":"The maximum size of a request in bytes.","type":"integer","examples":[1048576]},"retries":{"title":"Retries","description":"Setting a value greater than zero will cause the client to resend any record whose send fails with a potentially transient error.","type":"integer","examples":[2147483647]},"socket_connection_setup_timeout_ms":{"title":"Socket Connection Setup Timeout","description":"The amount of time the client will wait for the socket connection to be established.","type":"string","examples":[10000]},"socket_connection_setup_timeout_max_ms":{"title":"Socket Connection Setup Max Timeout","description":"The maximum amount of time the client will wait for the socket connection to be established. The connection setup timeout will increase exponentially for each consecutive connection failure up to this maximum.","type":"string","examples":[30000]},"max_block_ms":{"title":"Max Block ms","description":"The configuration controls how long the KafkaProducer's send(), partitionsFor(), initTransactions(), sendOffsetsToTransaction(), commitTransaction() and abortTransaction() methods will block.","type":"string","examples":[60000]},"request_timeout_ms":{"title":"Request Timeout","description":"The configuration controls the maximum amount of time the client will wait for the response of a request. If the response is not received before the timeout elapses the client will resend the request if necessary or fail the request if retries are exhausted.","type":"integer","examples":[30000]},"delivery_timeout_ms":{"title":"Delivery Timeout","description":"An upper bound on the time to report success or failure after a call to 'send()' returns.","type":"integer","examples":[120000]},"send_buffer_bytes":{"title":"Send Buffer bytes","description":"The size of the TCP send buffer (SO_SNDBUF) to use when sending data. If the value is -1, the OS default will be used.","type":"integer","examples":[131072]},"receive_buffer_bytes":{"title":"Receive Buffer bytes","description":"The size of the TCP receive buffer (SO_RCVBUF) to use when reading data. If the value is -1, the OS default will be used.","type":"integer","examples":[32768]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-meilisearch: {"destinationDefinitionId":"af7c921e-5892-4ff2-b6c1-4a5ab258fb7e","name":"MeiliSearch","dockerRepository":"airbyte/destination-meilisearch","dockerImageTag":"0.2.13","documentationUrl":"https://docs.airbyte.io/integrations/destinations/meilisearch","icon":"meilisearch.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/meilisearch","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"MeiliSearch Destination Spec","type":"object","required":["host"],"additionalProperties":true,"properties":{"host":{"title":"Host","description":"Hostname of the MeiliSearch instance.","type":"string","order":0},"api_key":{"title":"API Key","airbyte_secret":true,"description":"MeiliSearch API Key. See the docs for more information on how to obtain this key.","type":"string","order":1}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-mariadb-columnstore: {"destinationDefinitionId":"294a4790-429b-40ae-9516-49826b9702e1","name":"MariaDB ColumnStore","dockerRepository":"airbyte/destination-mariadb-columnstore","dockerImageTag":"0.1.6","documentationUrl":"https://docs.airbyte.io/integrations/destinations/mariadb-columnstore","icon":"mariadb.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/mariadb-columnstore","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"MariaDB Columnstore Destination Spec","type":"object","required":["host","port","username","database"],"additionalProperties":true,"properties":{"host":{"title":"Host","description":"The Hostname of the database.","type":"string","order":0},"port":{"title":"Port","description":"The Port of the database.","type":"integer","minimum":0,"maximum":65536,"default":3306,"examples":["3306"],"order":1},"database":{"title":"Database","description":"Name of the database.","type":"string","order":2},"username":{"title":"Username","description":"The Username which is used to access the database.","type":"string","order":3},"password":{"title":"Password","description":"The Password associated with the username.","type":"string","airbyte_secret":true,"order":4},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-elasticsearch: {"destinationDefinitionId":"68f351a7-2745-4bef-ad7f-996b8e51bb8c","name":"ElasticSearch","dockerRepository":"airbyte/destination-elasticsearch","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/destinations/elasticsearch","icon":"elasticsearch.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/elasticsearch","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Elasticsearch Connection Configuration","type":"object","required":["endpoint"],"additionalProperties":false,"properties":{"endpoint":{"title":"Server Endpoint","type":"string","description":"The full url of the Elasticsearch server"},"upsert":{"type":"boolean","title":"Upsert Records","description":"If a primary key identifier is defined in the source, an upsert will be performed using the primary key value as the elasticsearch doc id. Does not support composite primary keys.","default":true},"authenticationMethod":{"title":"Authentication Method","type":"object","description":"The type of authentication to be used","oneOf":[{"title":"None","additionalProperties":false,"description":"No authentication will be used","required":["method"],"properties":{"method":{"type":"string","const":"none"}}},{"title":"Api Key/Secret","additionalProperties":false,"description":"Use a api key and secret combination to authenticate","required":["method","apiKeyId","apiKeySecret"],"properties":{"method":{"type":"string","const":"secret"},"apiKeyId":{"title":"API Key ID","description":"The Key ID to used when accessing an enterprise Elasticsearch instance.","type":"string"},"apiKeySecret":{"title":"API Key Secret","description":"The secret associated with the API Key ID.","type":"string","airbyte_secret":true}}},{"title":"Username/Password","additionalProperties":false,"description":"Basic auth header with a username and password","required":["method","username","password"],"properties":{"method":{"type":"string","const":"basic"},"username":{"title":"Username","description":"Basic auth username to access a secure Elasticsearch server","type":"string"},"password":{"title":"Password","description":"Basic auth password to access a secure Elasticsearch server","type":"string","airbyte_secret":true}}}]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"],"supportsNamespaces":true},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-redshift: {"destinationDefinitionId":"f7a7d195-377f-cf5b-70a5-be6b819019dc","name":"Redshift","dockerRepository":"airbyte/destination-redshift","dockerImageTag":"0.3.46","documentationUrl":"https://docs.airbyte.io/integrations/destinations/redshift","icon":"redshift.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/redshift","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Redshift Destination Spec","type":"object","required":["host","port","database","username","password","schema"],"additionalProperties":true,"properties":{"host":{"description":"Host Endpoint of the Redshift Cluster (must include the cluster-id, region and end with .redshift.amazonaws.com)","type":"string","title":"Host"},"port":{"description":"Port of the database.","type":"integer","minimum":0,"maximum":65536,"default":5439,"examples":["5439"],"title":"Port"},"username":{"description":"Username to use to access the database.","type":"string","title":"Username"},"password":{"description":"Password associated with the username.","type":"string","airbyte_secret":true,"title":"Password"},"database":{"description":"Name of the database.","type":"string","title":"Database"},"schema":{"description":"The default schema tables are written to if the source does not specify a namespace. Unless specifically configured, the usual value for this field is \"public\".","type":"string","examples":["public"],"default":"public","title":"Default Schema"},"uploading_method":{"title":"Uploading Method","type":"object","description":"The method how the data will be uploaded to the database.","oneOf":[{"title":"Standard","required":["method"],"properties":{"method":{"type":"string","const":"Standard"}}},{"title":"S3 Staging","required":["method","s3_bucket_name","s3_bucket_region","access_key_id","secret_access_key"],"properties":{"method":{"type":"string","const":"S3 Staging"},"s3_bucket_name":{"title":"S3 Bucket Name","type":"string","description":"The name of the staging S3 bucket to use if utilising a COPY strategy. COPY is recommended for production workloads for better speed and scalability. See AWS docs for more details.","examples":["airbyte.staging"]},"s3_bucket_path":{"title":"S3 Bucket Path (Optional)","type":"string","description":"The directory under the S3 bucket where data will be written. If not provided, then defaults to the root directory. See path's name recommendations for more details.","examples":["data_sync/test"]},"s3_bucket_region":{"title":"S3 Bucket Region","type":"string","default":"","description":"The region of the S3 staging bucket to use if utilising a COPY strategy. See AWS docs for details.","enum":["","us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-east-1","ap-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ca-central-1","cn-north-1","cn-northwest-1","eu-central-1","eu-north-1","eu-south-1","eu-west-1","eu-west-2","eu-west-3","sa-east-1","me-south-1"]},"access_key_id":{"type":"string","description":"This ID grants access to the above S3 staging bucket. Airbyte requires Read and Write permissions to the given bucket. See AWS docs on how to generate an access key ID and secret access key.","title":"S3 Key Id","airbyte_secret":true},"secret_access_key":{"type":"string","description":"The corresponding secret to the above access key id. See AWS docs on how to generate an access key ID and secret access key.","title":"S3 Access Key","airbyte_secret":true},"purge_staging_data":{"title":"Purge Staging Files and Tables (Optional)","type":"boolean","description":"Whether to delete the staging files from S3 after completing the sync. See docs for details.","default":true},"encryption":{"title":"Encryption","type":"object","description":"How to encrypt the staging data","default":{"encryption_type":"none"},"oneOf":[{"title":"No encryption","description":"Staging data will be stored in plaintext.","type":"object","required":["encryption_type"],"properties":{"encryption_type":{"type":"string","const":"none","enum":["none"],"default":"none"}}},{"title":"AES-CBC envelope encryption","description":"Staging data will be encrypted using AES-CBC envelope encryption.","type":"object","required":["encryption_type"],"properties":{"encryption_type":{"type":"string","const":"aes_cbc_envelope","enum":["aes_cbc_envelope"],"default":"aes_cbc_envelope"},"key_encrypting_key":{"type":"string","title":"Key","description":"The key, base64-encoded. Must be either 128, 192, or 256 bits. Leave blank to have Airbyte generate an ephemeral key for each sync.","airbyte_secret":true}}}]}}}]}}},"supportsIncremental":true,"supportsNormalization":true,"supportsDBT":true,"supported_destination_sync_modes":["overwrite","append","append_dedup"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"beta","resourceRequirements":{"jobSpecific":[{"jobType":"sync","resourceRequirements":{"memory_request":"1Gi","memory_limit":"1Gi"}}]}} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-gcs: {"destinationDefinitionId":"ca8f6566-e555-4b40-943a-545bf123117a","name":"Google Cloud Storage (GCS)","dockerRepository":"airbyte/destination-gcs","dockerImageTag":"0.2.9","documentationUrl":"https://docs.airbyte.io/integrations/destinations/gcs","icon":"googlecloudstorage.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/gcs","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"GCS Destination Spec","type":"object","required":["gcs_bucket_name","gcs_bucket_path","credential","format"],"properties":{"gcs_bucket_name":{"title":"GCS Bucket Name","order":1,"type":"string","description":"You can find the bucket name in the App Engine Admin console Application Settings page, under the label Google Cloud Storage Bucket. Read more here.","examples":["airbyte_sync"]},"gcs_bucket_path":{"title":"GCS Bucket Path","description":"GCS Bucket Path string Subdirectory under the above bucket to sync the data into.","order":2,"type":"string","examples":["data_sync/test"]},"gcs_bucket_region":{"title":"GCS Bucket Region (Optional)","type":"string","order":3,"default":"us","description":"Select a Region of the GCS Bucket. Read more here.","enum":["northamerica-northeast1","northamerica-northeast2","us-central1","us-east1","us-east4","us-west1","us-west2","us-west3","us-west4","southamerica-east1","southamerica-west1","europe-central2","europe-north1","europe-west1","europe-west2","europe-west3","europe-west4","europe-west6","asia-east1","asia-east2","asia-northeast1","asia-northeast2","asia-northeast3","asia-south1","asia-south2","asia-southeast1","asia-southeast2","australia-southeast1","australia-southeast2","asia","eu","us","asia1","eur4","nam4"]},"credential":{"title":"Authentication","description":"An HMAC key is a type of credential and can be associated with a service account or a user account in Cloud Storage. Read more here.","type":"object","order":0,"oneOf":[{"title":"HMAC Key","required":["credential_type","hmac_key_access_id","hmac_key_secret"],"properties":{"credential_type":{"type":"string","enum":["HMAC_KEY"],"default":"HMAC_KEY"},"hmac_key_access_id":{"type":"string","description":"When linked to a service account, this ID is 61 characters long; when linked to a user account, it is 24 characters long. Read more here.","title":"Access ID","airbyte_secret":true,"order":0,"examples":["1234567890abcdefghij1234"]},"hmac_key_secret":{"type":"string","description":"The corresponding secret for the access ID. It is a 40-character base-64 encoded string. Read more here.","title":"Secret","airbyte_secret":true,"order":1,"examples":["1234567890abcdefghij1234567890ABCDEFGHIJ"]}}}]},"format":{"title":"Output Format","type":"object","description":"Output data format. One of the following formats must be selected - AVRO format, PARQUET format, CSV format, or JSONL format.","order":4,"oneOf":[{"title":"Avro: Apache Avro","required":["format_type","compression_codec"],"properties":{"format_type":{"type":"string","enum":["Avro"],"default":"Avro"},"compression_codec":{"title":"Compression Codec","description":"The compression algorithm used to compress data. Default to no compression.","type":"object","oneOf":[{"title":"No Compression","required":["codec"],"properties":{"codec":{"type":"string","enum":["no compression"],"default":"no compression"}}},{"title":"Deflate","required":["codec"],"properties":{"codec":{"type":"string","enum":["Deflate"],"default":"Deflate"},"compression_level":{"title":"Deflate level (Optional)","description":"0: no compression & fastest, 9: best compression & slowest.","type":"integer","default":0,"minimum":0,"maximum":9}}},{"title":"bzip2","required":["codec"],"properties":{"codec":{"type":"string","enum":["bzip2"],"default":"bzip2"}}},{"title":"xz","required":["codec"],"properties":{"codec":{"type":"string","enum":["xz"],"default":"xz"},"compression_level":{"title":"Compression Level (Optional)","description":"The presets 0-3 are fast presets with medium compression. The presets 4-6 are fairly slow presets with high compression. The default preset is 6. The presets 7-9 are like the preset 6 but use bigger dictionaries and have higher compressor and decompressor memory requirements. Unless the uncompressed size of the file exceeds 8 MiB, 16 MiB, or 32 MiB, it is waste of memory to use the presets 7, 8, or 9, respectively. Read more here for details.","type":"integer","default":6,"minimum":0,"maximum":9}}},{"title":"zstandard","required":["codec"],"properties":{"codec":{"type":"string","enum":["zstandard"],"default":"zstandard"},"compression_level":{"title":"Compression Level (Optional)","description":"Negative levels are 'fast' modes akin to lz4 or snappy, levels above 9 are generally for archival purposes, and levels above 18 use a lot of memory.","type":"integer","default":3,"minimum":-5,"maximum":22},"include_checksum":{"title":"Include Checksum (Optional)","description":"If true, include a checksum with each data block.","type":"boolean","default":false}}},{"title":"snappy","required":["codec"],"properties":{"codec":{"type":"string","enum":["snappy"],"default":"snappy"}}}]}}},{"title":"CSV: Comma-Separated Values","required":["format_type"],"properties":{"format_type":{"type":"string","enum":["CSV"],"default":"CSV"},"flattening":{"type":"string","title":"Normalization (Optional)","description":"Whether the input JSON data should be normalized (flattened) in the output CSV. Please refer to docs for details.","default":"No flattening","enum":["No flattening","Root level flattening"]},"compression":{"title":"Compression","type":"object","description":"Whether the output files should be compressed. If compression is selected, the output filename will have an extra extension (GZIP: \".csv.gz\").","oneOf":[{"title":"No Compression","requires":["compression_type"],"properties":{"compression_type":{"type":"string","enum":["No Compression"],"default":"No Compression"}}},{"title":"GZIP","requires":["compression_type"],"properties":{"compression_type":{"type":"string","enum":["GZIP"],"default":"GZIP"}}}]}}},{"title":"JSON Lines: newline-delimited JSON","required":["format_type"],"properties":{"format_type":{"type":"string","enum":["JSONL"],"default":"JSONL"},"compression":{"title":"Compression","type":"object","description":"Whether the output files should be compressed. If compression is selected, the output filename will have an extra extension (GZIP: \".jsonl.gz\").","oneOf":[{"title":"No Compression","requires":"compression_type","properties":{"compression_type":{"type":"string","enum":["No Compression"],"default":"No Compression"}}},{"title":"GZIP","requires":"compression_type","properties":{"compression_type":{"type":"string","enum":["GZIP"],"default":"GZIP"}}}]}}},{"title":"Parquet: Columnar Storage","required":["format_type"],"properties":{"format_type":{"type":"string","enum":["Parquet"],"default":"Parquet"},"compression_codec":{"title":"Compression Codec (Optional)","description":"The compression algorithm used to compress data pages.","type":"string","default":"UNCOMPRESSED","enum":["UNCOMPRESSED","SNAPPY","GZIP","LZO","BROTLI","LZ4","ZSTD"]},"block_size_mb":{"title":"Block Size (Row Group Size) (MB) (Optional)","description":"This is the size of a row group being buffered in memory. It limits the memory usage when writing. Larger values will improve the IO when reading, but consume more memory when writing. Default: 128 MB.","type":"integer","default":128,"examples":[128]},"max_padding_size_mb":{"title":"Max Padding Size (MB) (Optional)","description":"Maximum size allowed as padding to align row groups. This is also the minimum size of a row group. Default: 8 MB.","type":"integer","default":8,"examples":[8]},"page_size_kb":{"title":"Page Size (KB) (Optional)","description":"The page size is for compression. A block is composed of pages. A page is the smallest unit that must be read fully to access a single record. If this value is too small, the compression will deteriorate. Default: 1024 KB.","type":"integer","default":1024,"examples":[1024]},"dictionary_page_size_kb":{"title":"Dictionary Page Size (KB) (Optional)","description":"There is one dictionary page per column per row group when dictionary encoding is used. The dictionary page size works like the page size but for dictionary. Default: 1024 KB.","type":"integer","default":1024,"examples":[1024]},"dictionary_encoding":{"title":"Dictionary Encoding (Optional)","description":"Default: true.","type":"boolean","default":true}}}]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"],"$schema":"http://json-schema.org/draft-07/schema#"},"tombstone":false,"public":true,"custom":false,"releaseStage":"beta","resourceRequirements":{"jobSpecific":[{"jobType":"sync","resourceRequirements":{"memory_request":"1Gi","memory_limit":"1Gi"}}]}} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-oracle: {"destinationDefinitionId":"3986776d-2319-4de9-8af8-db14c0996e72","name":"Oracle","dockerRepository":"airbyte/destination-oracle","dockerImageTag":"0.1.16","documentationUrl":"https://docs.airbyte.io/integrations/destinations/oracle","icon":"oracle.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/oracle","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Oracle Destination Spec","type":"object","required":["host","port","username","sid"],"additionalProperties":true,"properties":{"host":{"title":"Host","description":"The hostname of the database.","type":"string","order":0},"port":{"title":"Port","description":"The port of the database.","type":"integer","minimum":0,"maximum":65536,"default":1521,"examples":["1521"],"order":1},"sid":{"title":"SID","description":"The System Identifier uniquely distinguishes the instance from any other instance on the same computer.","type":"string","order":2},"username":{"title":"User","description":"The username to access the database. This user must have CREATE USER privileges in the database.","type":"string","order":3},"password":{"title":"Password","description":"The password associated with the username.","type":"string","airbyte_secret":true,"order":4},"schema":{"title":"Default Schema","description":"The default schema is used as the target schema for all statements issued from the connection that do not explicitly specify a schema name. The usual value for this field is \"airbyte\". In Oracle, schemas and users are the same thing, so the \"user\" parameter is used as the login credentials and this is used for the default Airbyte message schema.","type":"string","examples":["airbyte"],"default":"airbyte","order":5},"encryption":{"title":"Encryption","type":"object","description":"The encryption method which is used when communicating with the database.","order":6,"oneOf":[{"title":"Unencrypted","additionalProperties":false,"description":"Data transfer will not be encrypted.","required":["encryption_method"],"properties":{"encryption_method":{"type":"string","const":"unencrypted","enum":["unencrypted"],"default":"unencrypted"}}},{"title":"Native Network Encryption (NNE)","additionalProperties":false,"description":"The native network encryption gives you the ability to encrypt database connections, without the configuration overhead of TCP/IP and SSL/TLS and without the need to open and listen on different ports.","required":["encryption_method"],"properties":{"encryption_method":{"type":"string","const":"client_nne","enum":["client_nne"],"default":"client_nne"},"encryption_algorithm":{"type":"string","description":"This parameter defines the database encryption algorithm.","title":"Encryption Algorithm","default":"AES256","enum":["AES256","RC4_56","3DES168"]}}},{"title":"TLS Encrypted (verify certificate)","additionalProperties":false,"description":"Verify and use the certificate provided by the server.","required":["encryption_method","ssl_certificate"],"properties":{"encryption_method":{"type":"string","const":"encrypted_verify_certificate","enum":["encrypted_verify_certificate"],"default":"encrypted_verify_certificate"},"ssl_certificate":{"title":"SSL PEM file","description":"Privacy Enhanced Mail (PEM) files are concatenated certificate containers frequently used in certificate installations.","type":"string","airbyte_secret":true,"multiline":true}}}]},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-rabbitmq: {"destinationDefinitionId":"e06ad785-ad6f-4647-b2e8-3027a5c59454","name":"RabbitMQ","dockerRepository":"airbyte/destination-rabbitmq","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/destinations/rabbitmq","icon":"pulsar.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/rabbitmq","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Destination Rabbitmq","type":"object","required":["host","routing_key"],"additionalProperties":false,"properties":{"ssl":{"type":"boolean","description":"SSL enabled.","default":true},"host":{"type":"string","description":"The RabbitMQ host name."},"port":{"type":"integer","description":"The RabbitMQ port."},"virtual_host":{"type":"string","description":"The RabbitMQ virtual host name."},"username":{"type":"string","description":"The username to connect."},"password":{"type":"string","description":"The password to connect."},"exchange":{"type":"string","description":"The exchange name."},"routing_key":{"type":"string","description":"The routing key."}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-databricks: {"destinationDefinitionId":"072d5540-f236-4294-ba7c-ade8fd918496","name":"Databricks Lakehouse","dockerRepository":"airbyte/destination-databricks","dockerImageTag":"0.2.3","documentationUrl":"https://docs.airbyte.io/integrations/destinations/databricks","icon":"databricks.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/databricks","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Databricks Lakehouse Destination Spec","type":"object","required":["accept_terms","databricks_server_hostname","databricks_http_path","databricks_personal_access_token","data_source"],"additionalProperties":false,"properties":{"accept_terms":{"title":"Agree to the Databricks JDBC Driver Terms & Conditions","type":"boolean","description":"You must agree to the Databricks JDBC Driver Terms & Conditions to use this connector.","default":false,"order":1},"databricks_server_hostname":{"title":"Server Hostname","type":"string","description":"Databricks Cluster Server Hostname.","examples":["abc-12345678-wxyz.cloud.databricks.com"],"order":2},"databricks_http_path":{"title":"HTTP Path","type":"string","description":"Databricks Cluster HTTP Path.","examples":["sql/protocolvx/o/1234567489/0000-1111111-abcd90"],"order":3},"databricks_port":{"title":"Port","type":"string","description":"Databricks Cluster Port.","default":"443","examples":["443"],"order":4},"databricks_personal_access_token":{"title":"Access Token","type":"string","description":"Databricks Personal Access Token for making authenticated requests.","examples":["dapi0123456789abcdefghij0123456789AB"],"airbyte_secret":true,"order":5},"database_schema":{"title":"Database Schema","type":"string","description":"The default schema tables are written to if the source does not specify a namespace. Unless specifically configured, the usual value for this field is \"public\".","default":"public","examples":["public"],"order":6},"data_source":{"title":"Data Source","type":"object","description":"Storage on which the delta lake is built.","oneOf":[{"title":"Amazon S3","required":["data_source_type","s3_bucket_name","s3_bucket_path","s3_bucket_region","s3_access_key_id","s3_secret_access_key"],"properties":{"data_source_type":{"type":"string","enum":["S3"],"default":"S3","order":1},"s3_bucket_name":{"title":"S3 Bucket Name","type":"string","description":"The name of the S3 bucket to use for intermittent staging of the data.","examples":["airbyte.staging"],"order":2},"s3_bucket_path":{"title":"S3 Bucket Path","type":"string","description":"The directory under the S3 bucket where data will be written.","examples":["data_sync/test"],"order":3},"s3_bucket_region":{"title":"S3 Bucket Region","type":"string","default":"","description":"The region of the S3 staging bucket to use if utilising a copy strategy.","enum":["","us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-east-1","ap-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ca-central-1","cn-north-1","cn-northwest-1","eu-central-1","eu-north-1","eu-south-1","eu-west-1","eu-west-2","eu-west-3","sa-east-1","me-south-1","us-gov-east-1","us-gov-west-1"],"order":4},"s3_access_key_id":{"type":"string","description":"The Access Key Id granting allow one to access the above S3 staging bucket. Airbyte requires Read and Write permissions to the given bucket.","title":"S3 Access Key ID","examples":["A012345678910EXAMPLE"],"airbyte_secret":true,"order":5},"s3_secret_access_key":{"title":"S3 Secret Access Key","type":"string","description":"The corresponding secret to the above access key id.","examples":["a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY"],"airbyte_secret":true,"order":6}}}],"order":7},"purge_staging_data":{"title":"Purge Staging Files and Tables","type":"boolean","description":"Default to 'true'. Switch it to 'false' for debugging purpose.","default":true,"order":8}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-amazon-sqs: {"destinationDefinitionId":"0eeee7fb-518f-4045-bacc-9619e31c43ea","name":"Amazon SQS","dockerRepository":"airbyte/destination-amazon-sqs","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/destinations/amazon-sqs","icon":"amazonsqs.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/amazon-sqs","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Destination Amazon Sqs","type":"object","required":["queue_url","region"],"additionalProperties":false,"properties":{"queue_url":{"title":"Queue URL","description":"URL of the SQS Queue","type":"string","examples":["https://sqs.eu-west-1.amazonaws.com/1234567890/my-example-queue"],"order":0},"region":{"title":"AWS Region","description":"AWS Region of the SQS Queue","type":"string","enum":["us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-east-1","ap-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ca-central-1","cn-north-1","cn-northwest-1","eu-central-1","eu-north-1","eu-south-1","eu-west-1","eu-west-2","eu-west-3","sa-east-1","me-south-1","us-gov-east-1","us-gov-west-1"],"order":1},"message_delay":{"title":"Message Delay","description":"Modify the Message Delay of the individual message from the Queue's default (seconds).","type":"integer","examples":["15"],"order":2},"access_key":{"title":"AWS IAM Access Key ID","description":"The Access Key ID of the AWS IAM Role to use for sending messages","type":"string","examples":["xxxxxHRNxxx3TBxxxxxx"],"order":3,"airbyte_secret":true},"secret_key":{"title":"AWS IAM Secret Key","description":"The Secret Key of the AWS IAM Role to use for sending messages","type":"string","examples":["hu+qE5exxxxT6o/ZrKsxxxxxxBhxxXLexxxxxVKz"],"order":4,"airbyte_secret":true},"message_body_key":{"title":"Message Body Key","description":"Use this property to extract the contents of the named key in the input record to use as the SQS message body. If not set, the entire content of the input record data is used as the message body.","type":"string","examples":["myDataPath"],"order":5},"message_group_id":{"title":"Message Group Id","description":"The tag that specifies that a message belongs to a specific message group. This parameter applies only to, and is REQUIRED by, FIFO queues.","type":"string","examples":["my-fifo-group"],"order":6}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-pulsar: {"destinationDefinitionId":"2340cbba-358e-11ec-8d3d-0242ac130203","name":"Pulsar","dockerRepository":"airbyte/destination-pulsar","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/destinations/pulsar","icon":"pulsar.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/pulsar","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Pulsar Destination Spec","type":"object","required":["brokers","use_tls","topic_type","topic_tenant","topic_namespace","topic_pattern","compression_type","send_timeout_ms","max_pending_messages","max_pending_messages_across_partitions","batching_enabled","batching_max_messages","batching_max_publish_delay","block_if_queue_full"],"additionalProperties":true,"properties":{"brokers":{"title":"Pulsar brokers","description":"A list of host/port pairs to use for establishing the initial connection to the Pulsar cluster.","type":"string","examples":["broker1:6650,broker2:6650"]},"use_tls":{"title":"Use TLS","description":"Whether to use TLS encryption on the connection.","type":"boolean","default":false},"topic_type":{"title":"Topic type","description":"It identifies type of topic. Pulsar supports two kind of topics: persistent and non-persistent. In persistent topic, all messages are durably persisted on disk (that means on multiple disks unless the broker is standalone), whereas non-persistent topic does not persist message into storage disk.","type":"string","default":"persistent","enum":["persistent","non-persistent"]},"topic_tenant":{"title":"Topic tenant","description":"The topic tenant within the instance. Tenants are essential to multi-tenancy in Pulsar, and spread across clusters.","type":"string","default":"public","examples":["public"]},"topic_namespace":{"title":"Topic namespace","description":"The administrative unit of the topic, which acts as a grouping mechanism for related topics. Most topic configuration is performed at the namespace level. Each tenant has one or multiple namespaces.","type":"string","default":"default","examples":["default"]},"topic_pattern":{"title":"Topic pattern","description":"Topic pattern in which the records will be sent. You can use patterns like '{namespace}' and/or '{stream}' to send the message to a specific topic based on these values. Notice that the topic name will be transformed to a standard naming convention.","type":"string","examples":["sample.topic","{namespace}.{stream}.sample"]},"topic_test":{"title":"Test topic","description":"Topic to test if Airbyte can produce messages.","type":"string","examples":["test.topic"]},"producer_name":{"title":"Producer name","description":"Name for the producer. If not filled, the system will generate a globally unique name which can be accessed with.","type":"string","examples":["airbyte-producer"]},"producer_sync":{"title":"Sync producer","description":"Wait synchronously until the record has been sent to Pulsar.","type":"boolean","default":false},"compression_type":{"title":"Compression type","description":"Compression type for the producer.","type":"string","default":"NONE","enum":["NONE","LZ4","ZLIB","ZSTD","SNAPPY"]},"send_timeout_ms":{"title":"Message send timeout","description":"If a message is not acknowledged by a server before the send-timeout expires, an error occurs (in ms).","type":"integer","default":30000},"max_pending_messages":{"title":"Max pending messages","description":"The maximum size of a queue holding pending messages.","type":"integer","default":1000},"max_pending_messages_across_partitions":{"title":"Max pending messages across partitions","description":"The maximum number of pending messages across partitions.","type":"integer","default":50000},"batching_enabled":{"title":"Enable batching","description":"Control whether automatic batching of messages is enabled for the producer.","type":"boolean","default":true},"batching_max_messages":{"title":"Batching max messages","description":"Maximum number of messages permitted in a batch.","type":"integer","default":1000},"batching_max_publish_delay":{"title":"Batching max publish delay","description":" Time period in milliseconds within which the messages sent will be batched.","type":"integer","default":1},"block_if_queue_full":{"title":"Block if queue is full","description":"If the send operation should block when the outgoing message queue is full.","type":"boolean","default":false}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-s3: {"destinationDefinitionId":"4816b78f-1489-44c1-9060-4b19d5fa9362","name":"S3","dockerRepository":"airbyte/destination-s3","dockerImageTag":"0.3.10","documentationUrl":"https://docs.airbyte.io/integrations/destinations/s3","icon":"s3.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/s3","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"S3 Destination Spec","type":"object","required":["s3_bucket_name","s3_bucket_path","s3_bucket_region","format"],"properties":{"access_key_id":{"type":"string","description":"The access key ID to access the S3 bucket. Airbyte requires Read and Write permissions to the given bucket. Read more here.","title":"S3 Key ID *","airbyte_secret":true,"examples":["A012345678910EXAMPLE"],"order":0},"secret_access_key":{"type":"string","description":"The corresponding secret to the access key ID. Read more here","title":"S3 Access Key *","airbyte_secret":true,"examples":["a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY"],"order":1},"s3_bucket_name":{"title":"S3 Bucket Name","type":"string","description":"The name of the S3 bucket. Read more here.","examples":["airbyte_sync"],"order":2},"s3_bucket_path":{"title":"S3 Bucket Path","description":"Directory under the S3 bucket where data will be written. Read more here","type":"string","examples":["data_sync/test"],"order":3},"s3_bucket_region":{"title":"S3 Bucket Region","type":"string","default":"","description":"The region of the S3 bucket. See here for all region codes.","enum":["","us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-east-1","ap-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ca-central-1","cn-north-1","cn-northwest-1","eu-central-1","eu-north-1","eu-south-1","eu-west-1","eu-west-2","eu-west-3","sa-east-1","me-south-1","us-gov-east-1","us-gov-west-1"],"order":4},"format":{"title":"Output Format *","type":"object","description":"Format of the data output. See here for more details","oneOf":[{"title":"Avro: Apache Avro","required":["format_type","compression_codec"],"properties":{"format_type":{"title":"Format Type *","type":"string","enum":["Avro"],"default":"Avro","order":0},"compression_codec":{"title":"Compression Codec *","description":"The compression algorithm used to compress data. Default to no compression.","type":"object","oneOf":[{"title":"No Compression","required":["codec"],"properties":{"codec":{"type":"string","enum":["no compression"],"default":"no compression"}}},{"title":"Deflate","required":["codec","compression_level"],"properties":{"codec":{"type":"string","enum":["Deflate"],"default":"Deflate"},"compression_level":{"title":"Deflate Level","description":"0: no compression & fastest, 9: best compression & slowest.","type":"integer","default":0,"minimum":0,"maximum":9}}},{"title":"bzip2","required":["codec"],"properties":{"codec":{"type":"string","enum":["bzip2"],"default":"bzip2"}}},{"title":"xz","required":["codec","compression_level"],"properties":{"codec":{"type":"string","enum":["xz"],"default":"xz"},"compression_level":{"title":"Compression Level","description":"See here for details.","type":"integer","default":6,"minimum":0,"maximum":9}}},{"title":"zstandard","required":["codec","compression_level"],"properties":{"codec":{"type":"string","enum":["zstandard"],"default":"zstandard"},"compression_level":{"title":"Compression Level","description":"Negative levels are 'fast' modes akin to lz4 or snappy, levels above 9 are generally for archival purposes, and levels above 18 use a lot of memory.","type":"integer","default":3,"minimum":-5,"maximum":22},"include_checksum":{"title":"Include Checksum","description":"If true, include a checksum with each data block.","type":"boolean","default":false}}},{"title":"snappy","required":["codec"],"properties":{"codec":{"type":"string","enum":["snappy"],"default":"snappy"}}}],"order":1}}},{"title":"CSV: Comma-Separated Values","required":["format_type","flattening"],"properties":{"format_type":{"title":"Format Type *","type":"string","enum":["CSV"],"default":"CSV"},"flattening":{"type":"string","title":"Normalization (Flattening)","description":"Whether the input json data should be normalized (flattened) in the output CSV. Please refer to docs for details.","default":"No flattening","enum":["No flattening","Root level flattening"]},"compression":{"title":"Compression","type":"object","description":"Whether the output files should be compressed. If compression is selected, the output filename will have an extra extension (GZIP: \".csv.gz\").","oneOf":[{"title":"No Compression","requires":["compression_type"],"properties":{"compression_type":{"type":"string","enum":["No Compression"],"default":"No Compression"}}},{"title":"GZIP","requires":["compression_type"],"properties":{"compression_type":{"type":"string","enum":["GZIP"],"default":"GZIP"}}}]}}},{"title":"JSON Lines: Newline-delimited JSON","required":["format_type"],"properties":{"format_type":{"title":"Format Type *","type":"string","enum":["JSONL"],"default":"JSONL"},"compression":{"title":"Compression","type":"object","description":"Whether the output files should be compressed. If compression is selected, the output filename will have an extra extension (GZIP: \".jsonl.gz\").","oneOf":[{"title":"No Compression","requires":"compression_type","properties":{"compression_type":{"type":"string","enum":["No Compression"],"default":"No Compression"}}},{"title":"GZIP","requires":"compression_type","properties":{"compression_type":{"type":"string","enum":["GZIP"],"default":"GZIP"}}}]}}},{"title":"Parquet: Columnar Storage","required":["format_type"],"properties":{"format_type":{"title":"Format Type *","type":"string","enum":["Parquet"],"default":"Parquet"},"compression_codec":{"title":"Compression Codec (Optional)","description":"The compression algorithm used to compress data pages.","type":"string","enum":["UNCOMPRESSED","SNAPPY","GZIP","LZO","BROTLI","LZ4","ZSTD"],"default":"UNCOMPRESSED"},"block_size_mb":{"title":"Block Size (Row Group Size) (MB) (Optional)","description":"This is the size of a row group being buffered in memory. It limits the memory usage when writing. Larger values will improve the IO when reading, but consume more memory when writing. Default: 128 MB.","type":"integer","default":128,"examples":[128]},"max_padding_size_mb":{"title":"Max Padding Size (MB) (Optional)","description":"Maximum size allowed as padding to align row groups. This is also the minimum size of a row group. Default: 8 MB.","type":"integer","default":8,"examples":[8]},"page_size_kb":{"title":"Page Size (KB) (Optional)","description":"The page size is for compression. A block is composed of pages. A page is the smallest unit that must be read fully to access a single record. If this value is too small, the compression will deteriorate. Default: 1024 KB.","type":"integer","default":1024,"examples":[1024]},"dictionary_page_size_kb":{"title":"Dictionary Page Size (KB) (Optional)","description":"There is one dictionary page per column per row group when dictionary encoding is used. The dictionary page size works like the page size but for dictionary. Default: 1024 KB.","type":"integer","default":1024,"examples":[1024]},"dictionary_encoding":{"title":"Dictionary Encoding (Optional)","description":"Default: true.","type":"boolean","default":true}}}],"order":5},"s3_endpoint":{"title":"Endpoint (Optional)","type":"string","default":"","description":"Your S3 endpoint url. Read more here","examples":["http://localhost:9000"],"order":6},"s3_path_format":{"title":"S3 Path Format (Optional)","description":"Format string on how data will be organized inside the S3 bucket directory. Read more here","type":"string","examples":["${NAMESPACE}/${STREAM_NAME}/${YEAR}_${MONTH}_${DAY}_${EPOCH}_"],"order":7}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available","resourceRequirements":{"jobSpecific":[{"jobType":"sync","resourceRequirements":{"memory_request":"1Gi","memory_limit":"1Gi"}}]}} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-bigquery: {"destinationDefinitionId":"22f6c74f-5699-40ff-833c-4a879ea40133","name":"BigQuery","dockerRepository":"airbyte/destination-bigquery","dockerImageTag":"1.1.11","documentationUrl":"https://docs.airbyte.io/integrations/destinations/bigquery","icon":"bigquery.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/bigquery","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"BigQuery Destination Spec","type":"object","required":["project_id","dataset_location","dataset_id"],"additionalProperties":true,"properties":{"project_id":{"type":"string","description":"The GCP project ID for the project containing the target BigQuery dataset. Read more here.","title":"Project ID","order":0},"dataset_location":{"type":"string","description":"The location of the dataset. Warning: Changes made after creation will not be applied. Read more here.","title":"Dataset Location","order":1,"enum":["US","EU","asia-east1","asia-east2","asia-northeast1","asia-northeast2","asia-northeast3","asia-south1","asia-south2","asia-southeast1","asia-southeast2","australia-southeast1","australia-southeast2","europe-central2","europe-north1","europe-west1","europe-west2","europe-west3","europe-west4","europe-west6","northamerica-northeast1","northamerica-northeast2","southamerica-east1","southamerica-west1","us-central1","us-east1","us-east4","us-west1","us-west2","us-west3","us-west4"]},"dataset_id":{"type":"string","description":"The default BigQuery Dataset ID that tables are replicated to if the source does not specify a namespace. Read more here.","title":"Default Dataset ID","order":2},"loading_method":{"type":"object","title":"Loading Method","description":"Loading method used to send select the way data will be uploaded to BigQuery.
Standard Inserts - Direct uploading using SQL INSERT statements. This method is extremely inefficient and provided only for quick testing. In almost all cases, you should use staging.
GCS Staging - Writes large batches of records to a file, uploads the file to GCS, then uses COPY INTO table to upload the file. Recommended for most workloads for better speed and scalability. Read more about GCS Staging here.","order":3,"oneOf":[{"title":"Standard Inserts","required":["method"],"properties":{"method":{"type":"string","const":"Standard"}}},{"title":"GCS Staging","required":["method","gcs_bucket_name","gcs_bucket_path","credential"],"properties":{"method":{"type":"string","const":"GCS Staging","order":0},"credential":{"title":"Credential","description":"An HMAC key is a type of credential and can be associated with a service account or a user account in Cloud Storage. Read more here.","type":"object","order":1,"oneOf":[{"title":"HMAC key","required":["credential_type","hmac_key_access_id","hmac_key_secret"],"properties":{"credential_type":{"type":"string","const":"HMAC_KEY","order":0},"hmac_key_access_id":{"type":"string","description":"HMAC key access ID. When linked to a service account, this ID is 61 characters long; when linked to a user account, it is 24 characters long.","title":"HMAC Key Access ID","airbyte_secret":true,"examples":["1234567890abcdefghij1234"],"order":1},"hmac_key_secret":{"type":"string","description":"The corresponding secret for the access ID. It is a 40-character base-64 encoded string.","title":"HMAC Key Secret","airbyte_secret":true,"examples":["1234567890abcdefghij1234567890ABCDEFGHIJ"],"order":2}}}]},"gcs_bucket_name":{"title":"GCS Bucket Name","type":"string","description":"The name of the GCS bucket. Read more here.","examples":["airbyte_sync"],"order":2},"gcs_bucket_path":{"title":"GCS Bucket Path","description":"Directory under the GCS bucket where data will be written.","type":"string","examples":["data_sync/test"],"order":3},"keep_files_in_gcs-bucket":{"type":"string","description":"This upload method is supposed to temporary store records in GCS bucket. By this select you can chose if these records should be removed from GCS when migration has finished. The default \"Delete all tmp files from GCS\" value is used if not set explicitly.","title":"GCS Tmp Files Afterward Processing (Optional)","default":"Delete all tmp files from GCS","enum":["Delete all tmp files from GCS","Keep all tmp files in GCS"],"order":4}}}]},"credentials_json":{"type":"string","description":"The contents of the JSON service account key. Check out the docs if you need help generating this key. Default credentials will be used if this field is left empty.","title":"Service Account Key JSON (Required for cloud, optional for open-source)","airbyte_secret":true,"order":4},"transformation_priority":{"type":"string","description":"Interactive run type means that the query is executed as soon as possible, and these queries count towards concurrent rate limit and daily limit. Read more about interactive run type here. Batch queries are queued and started as soon as idle resources are available in the BigQuery shared resource pool, which usually occurs within a few minutes. Batch queries don’t count towards your concurrent rate limit. Read more about batch queries here. The default \"interactive\" value is used if not set explicitly.","title":"Transformation Query Run Type (Optional)","default":"interactive","enum":["interactive","batch"],"order":5},"big_query_client_buffer_size_mb":{"title":"Google BigQuery Client Chunk Size (Optional)","description":"Google BigQuery client's chunk (buffer) size (MIN=1, MAX = 15) for each table. The size that will be written by a single RPC. Written data will be buffered and only flushed upon reaching this size or closing the channel. The default 15MB value is used if not set explicitly. Read more here.","type":"integer","minimum":1,"maximum":15,"default":15,"examples":["15"],"order":6}}},"supportsIncremental":true,"supportsNormalization":true,"supportsDBT":true,"supported_destination_sync_modes":["overwrite","append","append_dedup"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available","resourceRequirements":{"jobSpecific":[{"jobType":"sync","resourceRequirements":{"memory_request":"1Gi","memory_limit":"1Gi"}}]}} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-mssql: {"destinationDefinitionId":"d4353156-9217-4cad-8dd7-c108fd4f74cf","name":"MS SQL Server","dockerRepository":"airbyte/destination-mssql","dockerImageTag":"0.1.19","documentationUrl":"https://docs.airbyte.io/integrations/destinations/mssql","icon":"mssql.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/mssql","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"MS SQL Server Destination Spec","type":"object","required":["host","port","username","database","schema"],"additionalProperties":true,"properties":{"host":{"title":"Host","description":"The host name of the MSSQL database.","type":"string","order":0},"port":{"title":"Port","description":"The port of the MSSQL database.","type":"integer","minimum":0,"maximum":65536,"default":1433,"examples":["1433"],"order":1},"database":{"title":"DB Name","description":"The name of the MSSQL database.","type":"string","order":2},"schema":{"title":"Default Schema","description":"The default schema tables are written to if the source does not specify a namespace. The usual value for this field is \"public\".","type":"string","examples":["public"],"default":"public","order":3},"username":{"title":"User","description":"The username which is used to access the database.","type":"string","order":4},"password":{"title":"Password","description":"The password associated with this username.","type":"string","airbyte_secret":true,"order":5},"jdbc_url_params":{"title":"JDBC URL Params","description":"Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).","type":"string","order":6},"ssl_method":{"title":"SSL Method","type":"object","description":"The encryption method which is used to communicate with the database.","order":7,"oneOf":[{"title":"Unencrypted","additionalProperties":false,"description":"The data transfer will not be encrypted.","required":["ssl_method"],"type":"object","properties":{"ssl_method":{"type":"string","const":"unencrypted","enum":["unencrypted"],"default":"unencrypted"}}},{"title":"Encrypted (trust server certificate)","additionalProperties":false,"description":"Use the certificate provided by the server without verification. (For testing purposes only!)","required":["ssl_method"],"type":"object","properties":{"ssl_method":{"type":"string","const":"encrypted_trust_server_certificate","enum":["encrypted_trust_server_certificate"],"default":"encrypted_trust_server_certificate"}}},{"title":"Encrypted (verify certificate)","additionalProperties":false,"description":"Verify and use the certificate provided by the server.","required":["ssl_method","trustStoreName","trustStorePassword"],"type":"object","properties":{"ssl_method":{"type":"string","const":"encrypted_verify_certificate","enum":["encrypted_verify_certificate"],"default":"encrypted_verify_certificate"},"hostNameInCertificate":{"title":"Host Name In Certificate","type":"string","description":"Specifies the host name of the server. The value of this property must match the subject property of the certificate.","order":8}}}]},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsIncremental":true,"supportsNormalization":true,"supportsDBT":true,"supported_destination_sync_modes":["overwrite","append","append_dedup"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-mqtt: {"destinationDefinitionId":"f3802bc4-5406-4752-9e8d-01e504ca8194","name":"MQTT","dockerRepository":"airbyte/destination-mqtt","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/destinations/mqtt","icon":"mqtt.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/mqtt","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"MQTT Destination Spec","type":"object","required":["broker_host","broker_port","use_tls","topic_pattern","publisher_sync","connect_timeout","automatic_reconnect","clean_session","message_retained","message_qos"],"additionalProperties":true,"properties":{"broker_host":{"title":"MQTT broker host","description":"Host of the broker to connect to.","type":"string"},"broker_port":{"title":"MQTT broker port","description":"Port of the broker.","type":"integer"},"use_tls":{"title":"Use TLS","description":"Whether to use TLS encryption on the connection.","type":"boolean","default":false},"username":{"title":"Username","description":"User name to use for the connection.","type":"string"},"password":{"title":"Password","description":"Password to use for the connection.","type":"string"},"topic_pattern":{"title":"Topic pattern","description":"Topic pattern in which the records will be sent. You can use patterns like '{namespace}' and/or '{stream}' to send the message to a specific topic based on these values. Notice that the topic name will be transformed to a standard naming convention.","type":"string","examples":["sample.topic","{namespace}/{stream}/sample"]},"topic_test":{"title":"Test topic","description":"Topic to test if Airbyte can produce messages.","type":"string","examples":["test/topic"]},"client":{"title":"Client ID","description":"A client identifier that is unique on the server being connected to.","type":"string","examples":["airbyte-client1"]},"publisher_sync":{"title":"Sync publisher","description":"Wait synchronously until the record has been sent to the broker.","type":"boolean","default":false},"connect_timeout":{"title":"Connect timeout","description":" Maximum time interval (in seconds) the client will wait for the network connection to the MQTT server to be established.","type":"integer","default":30},"automatic_reconnect":{"title":"Automatic reconnect","description":"Whether the client will automatically attempt to reconnect to the server if the connection is lost.","type":"boolean","default":true},"clean_session":{"title":"Clean session","description":"Whether the client and server should remember state across restarts and reconnects.","type":"boolean","default":true},"message_retained":{"title":"Message retained","description":"Whether or not the publish message should be retained by the messaging engine.","type":"boolean","default":false},"message_qos":{"title":"Message QoS","description":"Quality of service used for each message to be delivered.","default":"AT_LEAST_ONCE","enum":["AT_MOST_ONCE","AT_LEAST_ONCE","EXACTLY_ONCE"]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-bigquery-denormalized: {"destinationDefinitionId":"079d5540-f236-4294-ba7c-ade8fd918496","name":"BigQuery (denormalized typed struct)","dockerRepository":"airbyte/destination-bigquery-denormalized","dockerImageTag":"1.1.12","documentationUrl":"https://docs.airbyte.io/integrations/destinations/bigquery","icon":"bigquery.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/bigquery","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"BigQuery Denormalized Typed Struct Destination Spec","type":"object","required":["project_id","dataset_id"],"additionalProperties":true,"properties":{"project_id":{"type":"string","description":"The GCP project ID for the project containing the target BigQuery dataset. Read more here.","title":"Project ID","order":0},"dataset_id":{"type":"string","description":"The default BigQuery Dataset ID that tables are replicated to if the source does not specify a namespace. Read more here.","title":"Default Dataset ID","order":1},"loading_method":{"type":"object","title":"Loading Method *","description":"Loading method used to send select the way data will be uploaded to BigQuery.
Standard Inserts - Direct uploading using SQL INSERT statements. This method is extremely inefficient and provided only for quick testing. In almost all cases, you should use staging.
GCS Staging - Writes large batches of records to a file, uploads the file to GCS, then uses COPY INTO table to upload the file. Recommended for most workloads for better speed and scalability. Read more about GCS Staging here.","order":2,"oneOf":[{"title":"Standard Inserts","required":["method"],"properties":{"method":{"type":"string","const":"Standard"}}},{"title":"GCS Staging","type":"object","required":["method","gcs_bucket_name","gcs_bucket_path","credential"],"properties":{"method":{"type":"string","const":"GCS Staging","order":0},"credential":{"title":"Credential","description":"An HMAC key is a type of credential and can be associated with a service account or a user account in Cloud Storage. Read more here.","type":"object","order":1,"oneOf":[{"title":"HMAC key","order":0,"required":["credential_type","hmac_key_access_id","hmac_key_secret"],"properties":{"credential_type":{"type":"string","const":"HMAC_KEY","order":0},"hmac_key_access_id":{"type":"string","description":"HMAC key access ID. When linked to a service account, this ID is 61 characters long; when linked to a user account, it is 24 characters long.","title":"HMAC Key Access ID","airbyte_secret":true,"examples":["1234567890abcdefghij1234"],"order":1},"hmac_key_secret":{"type":"string","description":"The corresponding secret for the access ID. It is a 40-character base-64 encoded string.","title":"HMAC Key Secret","airbyte_secret":true,"examples":["1234567890abcdefghij1234567890ABCDEFGHIJ"],"order":2}}}]},"gcs_bucket_name":{"title":"GCS Bucket Name","type":"string","description":"The name of the GCS bucket. Read more here.","examples":["airbyte_sync"],"order":2},"gcs_bucket_path":{"title":"GCS Bucket Path","description":"Directory under the GCS bucket where data will be written. Read more here.","type":"string","examples":["data_sync/test"],"order":3},"keep_files_in_gcs-bucket":{"type":"string","description":"This upload method is supposed to temporary store records in GCS bucket. By this select you can chose if these records should be removed from GCS when migration has finished. The default \"Delete all tmp files from GCS\" value is used if not set explicitly.","title":"GCS Tmp Files Afterward Processing (Optional)","default":"Delete all tmp files from GCS","enum":["Delete all tmp files from GCS","Keep all tmp files in GCS"],"order":4}}}]},"credentials_json":{"type":"string","description":"The contents of the JSON service account key. Check out the docs if you need help generating this key. Default credentials will be used if this field is left empty.","title":"Service Account Key JSON (Required for cloud, optional for open-source)","airbyte_secret":true,"order":3},"dataset_location":{"type":"string","description":"The location of the dataset. Warning: Changes made after creation will not be applied. The default \"US\" value is used if not set explicitly. Read more here.","title":"Dataset Location (Optional)","default":"US","order":4,"enum":["US","EU","asia-east1","asia-east2","asia-northeast1","asia-northeast2","asia-northeast3","asia-south1","asia-south2","asia-southeast1","asia-southeast2","australia-southeast1","australia-southeast2","europe-central2","europe-north1","europe-west1","europe-west2","europe-west3","europe-west4","europe-west6","northamerica-northeast1","northamerica-northeast2","southamerica-east1","southamerica-west1","us-central1","us-east1","us-east4","us-west1","us-west2","us-west3","us-west4"]},"big_query_client_buffer_size_mb":{"title":"Google BigQuery Client Chunk Size (Optional)","description":"Google BigQuery client's chunk (buffer) size (MIN=1, MAX = 15) for each table. The size that will be written by a single RPC. Written data will be buffered and only flushed upon reaching this size or closing the channel. The default 15MB value is used if not set explicitly. Read more here.","type":"integer","minimum":1,"maximum":15,"default":15,"examples":["15"],"order":5}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":true,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"beta","resourceRequirements":{"jobSpecific":[{"jobType":"sync","resourceRequirements":{"memory_request":"1Gi","memory_limit":"1Gi"}}]}} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-rockset: {"destinationDefinitionId":"2c9d93a7-9a17-4789-9de9-f46f0097eb70","name":"Rockset","dockerRepository":"airbyte/destination-rockset","dockerImageTag":"0.1.3","documentationUrl":"https://docs.airbyte.io/integrations/destinations/rockset","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/rockset","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Rockset Destination Spec","type":"object","required":["api_key","workspace"],"additionalProperties":false,"properties":{"api_key":{"title":"Api Key","description":"Rockset api key","type":"string","order":0,"airbyte_secret":true},"workspace":{"title":"Workspace","description":"The Rockset workspace in which collections will be created + written to.","type":"string","examples":["commons","my_workspace"],"default":"commons","airbyte_secret":false,"order":1},"api_server":{"title":"Api Server","description":"Rockset api URL","type":"string","airbyte_secret":false,"default":"https://api.rs2.usw2.rockset.com","pattern":"^https:\\/\\/.*.rockset.com$","order":2}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append","overwrite"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-keen: {"destinationDefinitionId":"81740ce8-d764-4ea7-94df-16bb41de36ae","name":"Chargify (Keen)","dockerRepository":"airbyte/destination-keen","dockerImageTag":"0.2.3","documentationUrl":"https://docs.airbyte.io/integrations/destinations/keen","icon":"chargify.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/keen","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Keen Spec","type":"object","required":["project_id","api_key"],"additionalProperties":false,"properties":{"project_id":{"description":"To get Keen Project ID, navigate to the Access tab from the left-hand, side panel and check the Project Details section.","title":"Project ID","type":"string","examples":["58b4acc22ba938934e888322e"]},"api_key":{"title":"API Key","description":"To get Keen Master API Key, navigate to the Access tab from the left-hand, side panel and check the Project Details section.","type":"string","examples":["ABCDEFGHIJKLMNOPRSTUWXYZ"],"airbyte_secret":true},"infer_timestamp":{"title":"Infer Timestamp","description":"Allow connector to guess keen.timestamp value based on the streamed data.","type":"boolean","default":true}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-cassandra: {"destinationDefinitionId":"707456df-6f4f-4ced-b5c6-03f73bcad1c5","name":"Cassandra","dockerRepository":"airbyte/destination-cassandra","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/destinations/cassandra","icon":"cassandra.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/cassandra","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Cassandra Destination Spec","type":"object","required":["keyspace","username","password","address","port"],"additionalProperties":true,"properties":{"keyspace":{"title":"Keyspace","description":"Default Cassandra keyspace to create data in.","type":"string","order":0},"username":{"title":"Username","description":"Username to use to access Cassandra.","type":"string","order":1},"password":{"title":"Password","description":"Password associated with Cassandra.","type":"string","airbyte_secret":true,"order":2},"address":{"title":"Address","description":"Address to connect to.","type":"string","examples":["localhost,127.0.0.1"],"order":3},"port":{"title":"Port","description":"Port of Cassandra.","type":"integer","minimum":0,"maximum":65536,"default":9042,"order":4},"datacenter":{"title":"Datacenter","description":"Datacenter of the cassandra cluster.","type":"string","default":"datacenter1","order":5},"replication":{"title":"Replication factor","type":"integer","description":"Indicates to how many nodes the data should be replicated to.","default":1,"order":6}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector ghcr.io/devmate-cloud/streamr-airbyte-connectors: {"destinationDefinitionId":"eebd85cf-60b2-4af6-9ba0-edeca01437b0","name":"Streamr","dockerRepository":"ghcr.io/devmate-cloud/streamr-airbyte-connectors","dockerImageTag":"0.0.1","documentationUrl":"https://docs.airbyte.io/integrations/destinations/streamr","icon":"streamr.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/streamr","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Destination Streamr","type":"object","required":["privateKey","streamId"],"additionalProperties":false,"properties":{"privateKey":{"type":"string","description":"You private key on Streamr","airbyte_secret":true},"streamId":{"type":"string","description":"Your full Stream ID","examples":["0x0d0102474519cd2fc1b3e3f962a87e39cbcbead2/test-streamr"]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append","append_dedup"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-sftp-json: {"destinationDefinitionId":"e9810f61-4bab-46d2-bb22-edfc902e0644","name":"SFTP-JSON","dockerRepository":"airbyte/destination-sftp-json","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/destinations/sftp-json","icon":"sftp.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/sftp-json","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Destination SFTP JSON","type":"object","required":["host","username","password","destination_path"],"additionalProperties":false,"properties":{"host":{"title":"Host","description":"Hostname of the SFTP server.","type":"string","order":0},"port":{"title":"Port","description":"Port of the SFTP server.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":[22],"order":1},"username":{"title":"User","description":"Username to use to access the SFTP server.","type":"string","order":2},"password":{"title":"Password","description":"Password associated with the username.","type":"string","airbyte_secret":true,"order":3},"destination_path":{"title":"Destination path","type":"string","description":"Path to the directory where json files will be written.","examples":["/json_data"],"order":4}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-azure-blob-storage: {"destinationDefinitionId":"b4c5d105-31fd-4817-96b6-cb923bfc04cb","name":"Azure Blob Storage","dockerRepository":"airbyte/destination-azure-blob-storage","dockerImageTag":"0.1.5","documentationUrl":"https://docs.airbyte.io/integrations/destinations/azureblobstorage","icon":"azureblobstorage.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/azureblobstorage","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"AzureBlobStorage Destination Spec","type":"object","required":["azure_blob_storage_account_name","azure_blob_storage_account_key","format"],"additionalProperties":false,"properties":{"azure_blob_storage_endpoint_domain_name":{"title":"Endpoint Domain Name","type":"string","default":"blob.core.windows.net","description":"This is Azure Blob Storage endpoint domain name. Leave default value (or leave it empty if run container from command line) to use Microsoft native from example.","examples":["blob.core.windows.net"]},"azure_blob_storage_container_name":{"title":"Azure blob storage container (Bucket) Name","type":"string","description":"The name of the Azure blob storage container. If not exists - will be created automatically. May be empty, then will be created automatically airbytecontainer+timestamp","examples":["airbytetescontainername"]},"azure_blob_storage_account_name":{"title":"Azure Blob Storage account name","type":"string","description":"The account's name of the Azure Blob Storage.","examples":["airbyte5storage"]},"azure_blob_storage_account_key":{"title":"Azure Blob Storage account key","description":"The Azure blob storage account key.","airbyte_secret":true,"type":"string","examples":["Z8ZkZpteggFx394vm+PJHnGTvdRncaYS+JhLKdj789YNmD+iyGTnG+PV+POiuYNhBg/ACS+LKjd%4FG3FHGN12Nd=="]},"azure_blob_storage_output_buffer_size":{"title":"Azure Blob Storage output buffer size (Megabytes)","type":"integer","description":"The amount of megabytes to buffer for the output stream to Azure. This will impact memory footprint on workers, but may need adjustment for performance and appropriate block size in Azure.","minimum":1,"maximum":2047,"default":5,"examples":[5]},"format":{"title":"Output Format","type":"object","description":"Output data format","oneOf":[{"title":"CSV: Comma-Separated Values","required":["format_type","flattening"],"properties":{"format_type":{"type":"string","const":"CSV"},"flattening":{"type":"string","title":"Normalization (Flattening)","description":"Whether the input json data should be normalized (flattened) in the output CSV. Please refer to docs for details.","default":"No flattening","enum":["No flattening","Root level flattening"]}}},{"title":"JSON Lines: newline-delimited JSON","required":["format_type"],"properties":{"format_type":{"type":"string","const":"JSONL"}}}]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha","resourceRequirements":{"jobSpecific":[{"jobType":"sync","resourceRequirements":{"memory_request":"1Gi","memory_limit":"1Gi"}}]}} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-aws-datalake: {"destinationDefinitionId":"99878c90-0fbd-46d3-9d98-ffde879d17fc","name":"AWS Datalake","dockerRepository":"airbyte/destination-aws-datalake","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/destinations/aws-datalake","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/aws-datalake","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"AWS Datalake Destination Spec","type":"object","required":["credentials","region","bucket_name","bucket_prefix"],"additionalProperties":false,"properties":{"aws_account_id":{"type":"string","title":"AWS Account Id","description":"target aws account id","examples":["111111111111"]},"region":{"title":"AWS Region","type":"string","description":"Region name","airbyte_secret":false},"credentials":{"title":"Authentication mode","description":"Choose How to Authenticate to AWS.","type":"object","oneOf":[{"type":"object","title":"IAM Role","required":["role_arn","credentials_title"],"properties":{"credentials_title":{"type":"string","title":"Credentials Title","description":"Name of the credentials","const":"IAM Role","enum":["IAM Role"],"default":"IAM Role","order":0},"role_arn":{"title":"Target Role Arn","type":"string","description":"Will assume this role to write data to s3","airbyte_secret":false}}},{"type":"object","title":"IAM User","required":["credentials_title","aws_access_key_id","aws_secret_access_key"],"properties":{"credentials_title":{"type":"string","title":"Credentials Title","description":"Name of the credentials","const":"IAM User","enum":["IAM User"],"default":"IAM User","order":0},"aws_access_key_id":{"title":"Access Key Id","type":"string","description":"AWS User Access Key Id","airbyte_secret":true},"aws_secret_access_key":{"title":"Secret Access Key","type":"string","description":"Secret Access Key","airbyte_secret":true}}}]},"bucket_name":{"title":"S3 Bucket Name","type":"string","description":"Name of the bucket","airbyte_secret":false},"bucket_prefix":{"title":"Target S3 Bucket Prefix","type":"string","description":"S3 prefix","airbyte_secret":false},"lakeformation_database_name":{"title":"Lakeformation Database Name","type":"string","description":"Which database to use","airbyte_secret":false}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-clickhouse: {"destinationDefinitionId":"ce0d828e-1dc4-496c-b122-2da42e637e48","name":"Clickhouse","dockerRepository":"airbyte/destination-clickhouse","dockerImageTag":"0.1.8","documentationUrl":"https://docs.airbyte.io/integrations/destinations/clickhouse","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/clickhouse","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"ClickHouse Destination Spec","type":"object","required":["host","port","database","username"],"additionalProperties":true,"properties":{"host":{"title":"Host","description":"Hostname of the database.","type":"string","order":0},"port":{"title":"Port","description":"JDBC port (not the native port) of the database.","type":"integer","minimum":0,"maximum":65536,"default":8123,"examples":["8123"],"order":1},"tcp-port":{"title":"Native Port","description":"Native port (not the JDBC) of the database.","type":"integer","minimum":0,"maximum":65536,"default":9000,"examples":["9000"],"order":2},"database":{"title":"DB Name","description":"Name of the database.","type":"string","order":3},"username":{"title":"User","description":"Username to use to access the database.","type":"string","order":4},"password":{"title":"Password","description":"Password associated with the username.","type":"string","airbyte_secret":true,"order":5},"ssl":{"title":"SSL Connection","description":"Encrypt data using SSL.","type":"boolean","default":false,"order":6},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsIncremental":true,"supportsNormalization":true,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append","append_dedup"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-csv: {"destinationDefinitionId":"8be1cf83-fde1-477f-a4ad-318d23c9f3c6","name":"Local CSV","dockerRepository":"airbyte/destination-csv","dockerImageTag":"0.2.10","documentationUrl":"https://docs.airbyte.io/integrations/destinations/local-csv","icon":"file.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/local-csv","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"CSV Destination Spec","type":"object","required":["destination_path"],"additionalProperties":false,"properties":{"destination_path":{"description":"Path to the directory where csv files will be written. The destination uses the local mount \"/local\" and any data files will be placed inside that local mount. For more information check out our docs","type":"string","examples":["/local"]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-snowflake: {"destinationDefinitionId":"424892c4-daac-4491-b35d-c6688ba547ba","name":"Snowflake","dockerRepository":"airbyte/destination-snowflake","dockerImageTag":"0.4.31","documentationUrl":"https://docs.airbyte.io/integrations/destinations/snowflake","icon":"snowflake.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/snowflake","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Snowflake Destination Spec","type":"object","required":["host","role","warehouse","database","schema","username"],"additionalProperties":true,"properties":{"host":{"description":"Enter your Snowflake account's locator (in the format ...snowflakecomputing.com)","examples":["accountname.us-east-2.aws.snowflakecomputing.com","accountname.snowflakecomputing.com"],"type":"string","title":"Host","order":0},"role":{"description":"Enter the role that you want to use to access Snowflake","examples":["AIRBYTE_ROLE"],"type":"string","title":"Role","order":1},"warehouse":{"description":"Enter the name of the warehouse that you want to sync data into","examples":["AIRBYTE_WAREHOUSE"],"type":"string","title":"Warehouse","order":2},"database":{"description":"Enter the name of the database you want to sync data into","examples":["AIRBYTE_DATABASE"],"type":"string","title":"Database","order":3},"schema":{"description":"Enter the name of the default schema","examples":["AIRBYTE_SCHEMA"],"type":"string","title":"Default Schema","order":4},"username":{"description":"Enter the name of the user you want to use to access the database","examples":["AIRBYTE_USER"],"type":"string","title":"Username","order":5},"credentials":{"title":"Authorization Method","description":"","type":"object","oneOf":[{"type":"object","title":"OAuth2.0","order":0,"required":["access_token","refresh_token"],"properties":{"auth_type":{"type":"string","const":"OAuth2.0","enum":["OAuth2.0"],"default":"OAuth2.0","order":0},"client_id":{"type":"string","title":"Client ID","description":"Enter your application's Client ID","airbyte_secret":true},"client_secret":{"type":"string","title":"Client Secret","description":"Enter your application's Client secret","airbyte_secret":true},"access_token":{"type":"string","title":"Access Token","description":"Enter you application's Access Token","airbyte_secret":true},"refresh_token":{"type":"string","title":"Refresh Token","description":"Enter your application's Refresh Token","airbyte_secret":true}}},{"title":"Username and Password","type":"object","required":["password"],"order":1,"properties":{"password":{"description":"Enter the password associated with the username.","type":"string","airbyte_secret":true,"title":"Password","order":1}}}],"order":6},"jdbc_url_params":{"description":"Enter the additional properties to pass to the JDBC URL string when connecting to the database (formatted as key=value pairs separated by the symbol &). Example: key1=value1&key2=value2&key3=value3","title":"JDBC URL Params","type":"string","order":7},"loading_method":{"type":"object","title":"Data Staging Method","description":"Select a data staging method","order":8,"oneOf":[{"title":"Select another option","description":"Select another option","required":["method"],"properties":{"method":{"title":"","description":"","type":"string","enum":["Standard"],"default":"Standard"}}},{"title":"[Recommended] Internal Staging","additionalProperties":false,"description":"Recommended for large production workloads for better speed and scalability.","required":["method"],"properties":{"method":{"title":"","description":"","type":"string","enum":["Internal Staging"],"default":"Internal Staging"}}},{"title":"AWS S3 Staging","additionalProperties":false,"description":"Recommended for large production workloads for better speed and scalability.","required":["method","s3_bucket_name","access_key_id","secret_access_key"],"properties":{"method":{"title":"","description":"","type":"string","enum":["S3 Staging"],"default":"S3 Staging","order":0},"s3_bucket_name":{"title":"S3 Bucket Name","type":"string","description":"Enter your S3 bucket name","examples":["airbyte.staging"],"order":1},"s3_bucket_region":{"title":"S3 Bucket Region","type":"string","default":"","description":"Enter the region where your S3 bucket resides","enum":["","us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-east-1","ap-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ca-central-1","cn-north-1","cn-northwest-1","eu-central-1","eu-west-1","eu-west-2","eu-west-3","eu-south-1","eu-north-1","sa-east-1","me-south-1"],"order":2},"access_key_id":{"type":"string","description":"Enter your AWS access key ID. Airbyte requires Read and Write permissions on your S3 bucket ","title":"AWS access key ID","airbyte_secret":true,"order":3},"secret_access_key":{"type":"string","description":"Enter your AWS secret access key","title":"AWS secret access key","airbyte_secret":true,"order":4},"purge_staging_data":{"title":"Purge Staging Files and Tables","type":"boolean","description":"Toggle to delete staging files from the S3 bucket after a successful sync","default":true,"order":5},"encryption":{"title":"Encryption","type":"object","description":"Choose a data encryption method for the staging data","default":{"encryption_type":"none"},"order":6,"oneOf":[{"title":"No encryption","description":"Staging data will be stored in plaintext.","type":"object","required":["encryption_type"],"properties":{"encryption_type":{"type":"string","const":"none","enum":["none"],"default":"none"}}},{"title":"AES-CBC envelope encryption","description":"Staging data will be encrypted using AES-CBC envelope encryption.","type":"object","required":["encryption_type"],"properties":{"encryption_type":{"type":"string","const":"aes_cbc_envelope","enum":["aes_cbc_envelope"],"default":"aes_cbc_envelope"},"key_encrypting_key":{"type":"string","title":"Key","description":"The key, base64-encoded. Must be either 128, 192, or 256 bits. Leave blank to have Airbyte generate an ephemeral key for each sync.","airbyte_secret":true}}}]}}},{"title":"Google Cloud Storage Staging","additionalProperties":false,"description":"Recommended for large production workloads for better speed and scalability.","required":["method","project_id","bucket_name","credentials_json"],"properties":{"method":{"title":"","description":"","type":"string","enum":["GCS Staging"],"default":"GCS Staging","order":0},"project_id":{"title":"Google Cloud project ID","type":"string","description":"Enter the Google Cloud project ID","examples":["my-project"],"order":1},"bucket_name":{"title":"Cloud Storage bucket name","type":"string","description":"Enter the Cloud Storage bucket name","examples":["airbyte-staging"],"order":2},"credentials_json":{"title":"Google Application Credentials","type":"string","description":"Enter your Google Cloud service account key in the JSON format with read/write access to your Cloud Storage staging bucket","airbyte_secret":true,"multiline":true,"order":3}}},{"title":"Azure Blob Storage Staging","additionalProperties":false,"description":"Recommended for large production workloads for better speed and scalability.","required":["method","azure_blob_storage_account_name","azure_blob_storage_container_name","azure_blob_storage_sas_token"],"properties":{"method":{"title":"","description":"","type":"string","enum":["Azure Blob Staging"],"default":"Azure Blob Staging","order":0},"azure_blob_storage_endpoint_domain_name":{"title":"Azure Blob Storage Endpoint","type":"string","default":"blob.core.windows.net","description":"Enter the Azure Blob Storage endpoint domain name","examples":["blob.core.windows.net"],"order":1},"azure_blob_storage_account_name":{"title":"Azure Blob Storage account name","type":"string","description":"Enter your Azure Blob Storage account name","examples":["airbyte5storage"],"order":2},"azure_blob_storage_container_name":{"title":"Azure Blob Storage Container Name","type":"string","description":"Enter your Azure Blob Storage container name","examples":["airbytetestcontainername"],"order":3},"azure_blob_storage_sas_token":{"title":"SAS Token","type":"string","airbyte_secret":true,"description":"Enter the Shared access signature (SAS) token to grant Snowflake limited access to objects in your Azure Blob Storage account","examples":["?sv=2016-05-31&ss=b&srt=sco&sp=rwdl&se=2018-06-27T10:05:50Z&st=2017-06-27T02:05:50Z&spr=https,http&sig=bgqQwoXwxzuD2GJfagRg7VOS8hzNr3QLT7rhS8OFRLQ%3D"],"order":4}}}]}}},"supportsIncremental":true,"supportsNormalization":true,"supportsDBT":true,"supported_destination_sync_modes":["overwrite","append","append_dedup"],"advanced_auth":{"auth_flow_type":"oauth2.0","predicate_key":["credentials","auth_type"],"predicate_value":"OAuth2.0","oauth_config_specification":{"oauth_user_input_from_connector_config_specification":{"type":"object","properties":{"host":{"type":"string","path_in_connector_config":["host"]}}},"complete_oauth_output_specification":{"type":"object","additionalProperties":false,"properties":{"access_token":{"type":"string","path_in_connector_config":["credentials","access_token"]},"refresh_token":{"type":"string","path_in_connector_config":["credentials","refresh_token"]}}},"complete_oauth_server_input_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string"},"client_secret":{"type":"string"}}},"complete_oauth_server_output_specification":{"type":"object","additionalProperties":false,"properties":{"client_id":{"type":"string","path_in_connector_config":["credentials","client_id"]},"client_secret":{"type":"string","path_in_connector_config":["credentials","client_secret"]}}}}}},"tombstone":false,"public":true,"custom":false,"releaseStage":"generally_available","resourceRequirements":{"jobSpecific":[{"jobType":"sync","resourceRequirements":{"memory_request":"1Gi","memory_limit":"1Gi"}}]}} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-local-json: {"destinationDefinitionId":"a625d593-bba5-4a1c-a53d-2d246268a816","name":"Local JSON","dockerRepository":"airbyte/destination-local-json","dockerImageTag":"0.2.11","documentationUrl":"https://docs.airbyte.io/integrations/destinations/local-json","icon":"file.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/local-json","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Local Json Destination Spec","type":"object","required":["destination_path"],"additionalProperties":false,"properties":{"destination_path":{"description":"Path to the directory where json files will be written. The files will be placed inside that local mount. For more information check out our docs","title":"Destination Path","type":"string","examples":["/json_data"]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-dynamodb: {"destinationDefinitionId":"8ccd8909-4e99-4141-b48d-4984b70b2d89","name":"DynamoDB","dockerRepository":"airbyte/destination-dynamodb","dockerImageTag":"0.1.4","documentationUrl":"https://docs.airbyte.io/integrations/destinations/dynamodb","icon":"dynamodb.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/dynamodb","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"DynamoDB Destination Spec","type":"object","required":["dynamodb_table_name_prefix","dynamodb_region","access_key_id","secret_access_key"],"additionalProperties":false,"properties":{"dynamodb_endpoint":{"title":"Endpoint","type":"string","default":"","description":"This is your DynamoDB endpoint url.(if you are working with AWS DynamoDB, just leave empty).","examples":["http://localhost:9000"]},"dynamodb_table_name_prefix":{"title":"Table name prefix","type":"string","description":"The prefix to use when naming DynamoDB tables.","examples":["airbyte_sync"]},"dynamodb_region":{"title":"DynamoDB Region","type":"string","default":"","description":"The region of the DynamoDB.","enum":["","us-east-1","us-east-2","us-west-1","us-west-2","af-south-1","ap-east-1","ap-south-1","ap-northeast-1","ap-northeast-2","ap-northeast-3","ap-southeast-1","ap-southeast-2","ca-central-1","cn-north-1","cn-northwest-1","eu-central-1","eu-north-1","eu-south-1","eu-west-1","eu-west-2","eu-west-3","sa-east-1","me-south-1","us-gov-east-1","us-gov-west-1"]},"access_key_id":{"type":"string","description":"The access key id to access the DynamoDB. Airbyte requires Read and Write permissions to the DynamoDB.","title":"DynamoDB Key Id","airbyte_secret":true,"examples":["A012345678910EXAMPLE"]},"secret_access_key":{"type":"string","description":"The corresponding secret to the access key id.","title":"DynamoDB Access Key","airbyte_secret":true,"examples":["a012345678910ABCDEFGH/AbCdEfGhEXAMPLEKEY"]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-kinesis: {"destinationDefinitionId":"6d1d66d4-26ab-4602-8d32-f85894b04955","name":"Kinesis","dockerRepository":"airbyte/destination-kinesis","dockerImageTag":"0.1.3","documentationUrl":"https://docs.airbyte.io/integrations/destinations/kinesis","icon":"kinesis.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/kinesis","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Kinesis Destination Spec","type":"object","required":["shardCount","accessKey","privateKey","bufferSize"],"additionalProperties":true,"properties":{"endpoint":{"title":"Endpoint","description":"AWS Kinesis endpoint.","type":"string","order":0},"region":{"title":"Region","description":"AWS region. Your account determines the Regions that are available to you.","type":"string","order":1},"shardCount":{"title":"Shard Count","description":"Number of shards to which the data should be streamed.","type":"integer","default":5,"order":2},"accessKey":{"title":"Access Key","description":"Generate the AWS Access Key for current user.","airbyte_secret":true,"type":"string","order":3},"privateKey":{"title":"Private Key","description":"The AWS Private Key - a string of numbers and letters that are unique for each account, also known as a \"recovery phrase\".","airbyte_secret":true,"type":"string","order":4},"bufferSize":{"title":"Buffer Size","description":"Buffer size for storing kinesis records before being batch streamed.","type":"integer","minimum":1,"maximum":500,"default":100,"order":5}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-firestore: {"destinationDefinitionId":"27dc7500-6d1b-40b1-8b07-e2f2aea3c9f4","name":"Google Firestore","dockerRepository":"airbyte/destination-firestore","dockerImageTag":"0.1.1","documentationUrl":"https://docs.airbyte.io/integrations/destinations/firestore","icon":"firestore.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/firestore","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Destination Google Firestore","type":"object","required":["project_id"],"additionalProperties":false,"properties":{"project_id":{"type":"string","description":"The GCP project ID for the project containing the target BigQuery dataset.","title":"Project ID"},"credentials_json":{"type":"string","description":"The contents of the JSON service account key. Check out the docs if you need help generating this key. Default credentials will be used if this field is left empty.","title":"Credentials JSON","airbyte_secret":true}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append","overwrite"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-postgres: {"destinationDefinitionId":"25c5221d-dce2-4163-ade9-739ef790f503","name":"Postgres","dockerRepository":"airbyte/destination-postgres","dockerImageTag":"0.3.20","documentationUrl":"https://docs.airbyte.io/integrations/destinations/postgres","icon":"postgresql.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/postgres","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Postgres Destination Spec","type":"object","required":["host","port","username","database","schema"],"additionalProperties":true,"properties":{"host":{"title":"Host","description":"Hostname of the database.","type":"string","order":0},"port":{"title":"Port","description":"Port of the database.","type":"integer","minimum":0,"maximum":65536,"default":5432,"examples":["5432"],"order":1},"database":{"title":"DB Name","description":"Name of the database.","type":"string","order":2},"schema":{"title":"Default Schema","description":"The default schema tables are written to if the source does not specify a namespace. The usual value for this field is \"public\".","type":"string","examples":["public"],"default":"public","order":3},"username":{"title":"User","description":"Username to use to access the database.","type":"string","order":4},"password":{"title":"Password","description":"Password associated with the username.","type":"string","airbyte_secret":true,"order":5},"ssl":{"title":"SSL Connection","description":"Encrypt data using SSL.","type":"boolean","default":false,"order":6},"jdbc_url_params":{"description":"Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).","title":"JDBC URL Params","type":"string","order":7},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsIncremental":true,"supportsNormalization":true,"supportsDBT":true,"supported_destination_sync_modes":["overwrite","append","append_dedup"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-mysql: {"destinationDefinitionId":"ca81ee7c-3163-4246-af40-094cc31e5e42","name":"MySQL","dockerRepository":"airbyte/destination-mysql","dockerImageTag":"0.1.20","documentationUrl":"https://docs.airbyte.io/integrations/destinations/mysql","icon":"mysql.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/mysql","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"MySQL Destination Spec","type":"object","required":["host","port","username","database"],"additionalProperties":true,"properties":{"host":{"title":"Host","description":"Hostname of the database.","type":"string","order":0},"port":{"title":"Port","description":"Port of the database.","type":"integer","minimum":0,"maximum":65536,"default":3306,"examples":["3306"],"order":1},"database":{"title":"DB Name","description":"Name of the database.","type":"string","order":2},"username":{"title":"User","description":"Username to use to access the database.","type":"string","order":3},"password":{"title":"Password","description":"Password associated with the username.","type":"string","airbyte_secret":true,"order":4},"ssl":{"title":"SSL Connection","description":"Encrypt data using SSL.","type":"boolean","default":true,"order":5},"jdbc_url_params":{"description":"Additional properties to pass to the JDBC URL string when connecting to the database formatted as 'key=value' pairs separated by the symbol '&'. (example: key1=value1&key2=value2&key3=value3).","title":"JDBC URL Params","type":"string","order":6},"tunnel_method":{"type":"object","title":"SSH Tunnel Method","description":"Whether to initiate an SSH tunnel before connecting to the database, and if so, which kind of authentication to use.","oneOf":[{"title":"No Tunnel","required":["tunnel_method"],"properties":{"tunnel_method":{"description":"No ssh tunnel needed to connect to database","type":"string","const":"NO_TUNNEL","order":0}}},{"title":"SSH Key Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","ssh_key"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and ssh key","type":"string","const":"SSH_KEY_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host.","type":"string","order":3},"ssh_key":{"title":"SSH Private Key","description":"OS-level user account ssh key credentials in RSA PEM format ( created with ssh-keygen -t rsa -m PEM -f myuser_rsa )","type":"string","airbyte_secret":true,"multiline":true,"order":4}}},{"title":"Password Authentication","required":["tunnel_method","tunnel_host","tunnel_port","tunnel_user","tunnel_user_password"],"properties":{"tunnel_method":{"description":"Connect through a jump server tunnel host using username and password authentication","type":"string","const":"SSH_PASSWORD_AUTH","order":0},"tunnel_host":{"title":"SSH Tunnel Jump Server Host","description":"Hostname of the jump server host that allows inbound ssh tunnel.","type":"string","order":1},"tunnel_port":{"title":"SSH Connection Port","description":"Port on the proxy/jump server that accepts inbound ssh connections.","type":"integer","minimum":0,"maximum":65536,"default":22,"examples":["22"],"order":2},"tunnel_user":{"title":"SSH Login Username","description":"OS-level username for logging into the jump server host","type":"string","order":3},"tunnel_user_password":{"title":"Password","description":"OS-level password for logging into the jump server host","type":"string","airbyte_secret":true,"order":4}}}]}}},"supportsIncremental":true,"supportsNormalization":true,"supportsDBT":true,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-firebolt: {"destinationDefinitionId":"18081484-02a5-4662-8dba-b270b582f321","name":"Firebolt","dockerRepository":"airbyte/destination-firebolt","dockerImageTag":"0.1.0","documentationUrl":"https://docs.airbyte.io/integrations/destinations/firebolt","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/firebolt","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Firebolt Spec","type":"object","required":["username","password","database"],"additionalProperties":false,"properties":{"username":{"type":"string","title":"Username","description":"Firebolt email address you use to login.","examples":["username@email.com"],"order":0},"password":{"type":"string","title":"Password","description":"Firebolt password.","airbyte_secret":true,"order":1},"account":{"type":"string","title":"Account","description":"Firebolt account to login."},"host":{"type":"string","title":"Host","description":"The host name of your Firebolt database.","examples":["api.app.firebolt.io"]},"database":{"type":"string","title":"Database","description":"The database to connect to."},"engine":{"type":"string","title":"Engine","description":"Engine name or url to connect to."},"loading_method":{"type":"object","title":"Loading Method","description":"Loading method used to select the way data will be uploaded to Firebolt","oneOf":[{"title":"SQL Inserts","additionalProperties":false,"required":["method"],"properties":{"method":{"type":"string","const":"SQL"}}},{"title":"External Table via S3","additionalProperties":false,"required":["method","s3_bucket","s3_region","aws_key_id","aws_key_secret"],"properties":{"method":{"type":"string","const":"S3"},"s3_bucket":{"type":"string","title":"S3 bucket name","description":"The name of the S3 bucket."},"s3_region":{"type":"string","title":"S3 region name","description":"Region name of the S3 bucket.","examples":["us-east-1"]},"aws_key_id":{"type":"string","title":"AWS Key ID","airbyte_secret":true,"description":"AWS access key granting read and write access to S3."},"aws_key_secret":{"type":"string","title":"AWS Key Secret","airbyte_secret":true,"description":"Corresponding secret part of the AWS Key"}}}]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":true,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-redis: {"destinationDefinitionId":"d4d3fef9-e319-45c2-881a-bd02ce44cc9f","name":"Redis","dockerRepository":"airbyte/destination-redis","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/destinations/redis","icon":"redis.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/redis","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Redis Destination Spec","type":"object","required":["host","port","username","password","cache_type"],"additionalProperties":false,"properties":{"host":{"title":"Host","description":"Redis host to connect to.","type":"string","examples":["localhost,127.0.0.1"],"order":1},"port":{"title":"Port","description":"Port of Redis.","type":"integer","minimum":0,"maximum":65536,"default":6379,"order":2},"username":{"title":"Username","description":"Username associated with Redis.","type":"string","order":3},"password":{"title":"Password","description":"Password associated with Redis.","type":"string","airbyte_secret":true,"order":4},"cache_type":{"title":"Cache type","type":"string","default":"hash","description":"Redis cache type to store data in.","enum":["hash"],"order":5}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-mongodb: {"destinationDefinitionId":"8b746512-8c2e-6ac1-4adc-b59faafd473c","name":"MongoDB","dockerRepository":"airbyte/destination-mongodb","dockerImageTag":"0.1.4","documentationUrl":"https://docs.airbyte.io/integrations/destinations/mongodb","icon":"mongodb.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/mongodb","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"MongoDB Destination Spec","type":"object","required":["database","auth_type"],"additionalProperties":true,"properties":{"instance_type":{"description":"MongoDb instance to connect to. For MongoDB Atlas and Replica Set TLS connection is used by default.","title":"MongoDb Instance Type","type":"object","order":0,"oneOf":[{"title":"Standalone MongoDb Instance","required":["instance","host","port"],"properties":{"instance":{"type":"string","enum":["standalone"],"default":"standalone"},"host":{"title":"Host","type":"string","description":"The Host of a Mongo database to be replicated.","order":0},"port":{"title":"Port","type":"integer","description":"The Port of a Mongo database to be replicated.","minimum":0,"maximum":65536,"default":27017,"examples":["27017"],"order":1},"tls":{"title":"TLS Connection","type":"boolean","description":"Indicates whether TLS encryption protocol will be used to connect to MongoDB. It is recommended to use TLS connection if possible. For more information see documentation.","default":false,"order":2}}},{"title":"Replica Set","required":["instance","server_addresses"],"properties":{"instance":{"type":"string","enum":["replica"],"default":"replica"},"server_addresses":{"title":"Server addresses","type":"string","description":"The members of a replica set. Please specify `host`:`port` of each member seperated by comma.","examples":["host1:27017,host2:27017,host3:27017"],"order":0},"replica_set":{"title":"Replica Set","type":"string","description":"A replica set name.","order":1}}},{"title":"MongoDB Atlas","additionalProperties":false,"required":["instance","cluster_url"],"properties":{"instance":{"type":"string","enum":["atlas"],"default":"atlas"},"cluster_url":{"title":"Cluster URL","type":"string","description":"URL of a cluster to connect to.","order":0}}}]},"database":{"title":"DB Name","description":"Name of the database.","type":"string","order":2},"auth_type":{"title":"Authorization type","type":"object","description":"Authorization type.","oneOf":[{"title":"None","additionalProperties":false,"description":"None.","required":["authorization"],"type":"object","properties":{"authorization":{"type":"string","const":"none"}}},{"title":"Login/Password","additionalProperties":false,"description":"Login/Password.","required":["authorization","username","password"],"type":"object","properties":{"authorization":{"type":"string","const":"login/password"},"username":{"title":"User","description":"Username to use to access the database.","type":"string","order":1},"password":{"title":"Password","description":"Password associated with the username.","type":"string","airbyte_secret":true,"order":2}}}]}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-scylla: {"destinationDefinitionId":"3dc6f384-cd6b-4be3-ad16-a41450899bf0","name":"Scylla","dockerRepository":"airbyte/destination-scylla","dockerImageTag":"0.1.2","documentationUrl":"https://docs.airbyte.io/integrations/destinations/scylla","icon":"scylla.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/scylla","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Scylla Destination Spec","type":"object","required":["keyspace","username","password","address","port"],"additionalProperties":true,"properties":{"keyspace":{"title":"Keyspace","description":"Default Scylla keyspace to create data in.","type":"string","order":0},"username":{"title":"Username","description":"Username to use to access Scylla.","type":"string","order":1},"password":{"title":"Password","description":"Password associated with Scylla.","type":"string","airbyte_secret":true,"order":2},"address":{"title":"Address","description":"Address to connect to.","type":"string","order":3},"port":{"title":"Port","description":"Port of Scylla.","type":"integer","minimum":0,"maximum":65536,"default":9042,"order":4},"replication":{"title":"Replication factor","type":"integer","description":"Indicates to how many nodes the data should be replicated to.","default":1,"order":5}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["overwrite","append"]},"tombstone":false,"public":true,"custom":false} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConnectorDefinitions):1794 - Adding new connector airbyte/destination-pubsub: {"destinationDefinitionId":"356668e2-7e34-47f3-a3b0-67a8a481b692","name":"Google PubSub","dockerRepository":"airbyte/destination-pubsub","dockerImageTag":"0.1.5","documentationUrl":"https://docs.airbyte.io/integrations/destinations/pubsub","icon":"googlepubsub.svg","spec":{"documentationUrl":"https://docs.airbyte.io/integrations/destinations/pubsub","connectionSpecification":{"$schema":"http://json-schema.org/draft-07/schema#","title":"Google PubSub Destination Spec","type":"object","required":["project_id","topic_id","credentials_json"],"additionalProperties":true,"properties":{"project_id":{"type":"string","description":"The GCP project ID for the project containing the target PubSub.","title":"Project ID"},"topic_id":{"type":"string","description":"The PubSub topic ID in the given GCP project ID.","title":"PubSub Topic ID"},"credentials_json":{"type":"string","description":"The contents of the JSON service account key. Check out the docs if you need help generating this key.","title":"Credentials JSON","airbyte_secret":true}}},"supportsIncremental":true,"supportsNormalization":false,"supportsDBT":false,"supported_destination_sync_modes":["append"]},"tombstone":false,"public":true,"custom":false,"releaseStage":"alpha"} 2023-03-07 18:47:05 INFO i.a.c.p.DatabaseConfigPersistence(updateConfigsFromSeed):1653 - Connector definitions have been updated (175 new connectors, and 7 updates) 2023-03-07 18:47:05 INFO i.a.s.ConfigDumpImporter(importDataWithSeed):139 - Setting the DB Airbyte version to : AirbyteVersion{version='0.39.37-alpha', major='0', minor='39', patch='37'} 2023-03-07 18:47:05 INFO i.a.a.LoggingTrackingClient(identify):28 - identify. userId: 65ebab11-e573-4735-9200-e518cb9179b1 2023-03-07 18:47:05 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/deployment/import 2023-03-07 18:47:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:47:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:47:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:47:29 INFO i.a.s.e.KnownExceptionMapper(toResponse):21 - Known exception 2023-03-07 18:47:29 ERROR i.a.s.RequestLogger(filter):110 - REQ 172.18.0.2 POST 404 /api/v1/workspaces/update - {"workspaceId":"fb2fd647-20a5-4c1b-8e73-439d04d44f01","initialSetupComplete":true,"displaySetupWizard":true,"email":"dleif.rotacude@gmail.com","anonymousDataCollection":false,"news":false,"securityUpdates":true} 2023-03-07 18:47:33 INFO i.a.s.e.KnownExceptionMapper(toResponse):21 - Known exception 2023-03-07 18:47:33 ERROR i.a.s.RequestLogger(filter):110 - REQ 172.18.0.2 POST 404 /api/v1/workspaces/update - {"workspaceId":"fb2fd647-20a5-4c1b-8e73-439d04d44f01","initialSetupComplete":true,"displaySetupWizard":true,"email":"dleif.rotacude@gmail.com","anonymousDataCollection":false,"news":false,"securityUpdates":true} 2023-03-07 18:47:33 INFO i.a.s.e.KnownExceptionMapper(toResponse):21 - Known exception 2023-03-07 18:47:33 ERROR i.a.s.RequestLogger(filter):110 - REQ 172.18.0.2 POST 404 /api/v1/workspaces/update - {"workspaceId":"fb2fd647-20a5-4c1b-8e73-439d04d44f01","initialSetupComplete":true,"displaySetupWizard":true,"email":"dleif.rotacude@gmail.com","anonymousDataCollection":false,"news":false,"securityUpdates":true} 2023-03-07 18:47:36 INFO i.a.s.e.KnownExceptionMapper(toResponse):21 - Known exception 2023-03-07 18:47:36 ERROR i.a.s.RequestLogger(filter):110 - REQ 172.18.0.2 POST 404 /api/v1/workspaces/get - {"workspaceId":"fb2fd647-20a5-4c1b-8e73-439d04d44f01"} 2023-03-07 18:47:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-07 18:47:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/get - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:47:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:47:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:47:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:47:42 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:47:42 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:47:42 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:47:46 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:47:46 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/get - {"sourceId":"5d9079ca-8173-406f-bfdb-41f19c62daff"} 2023-03-07 18:47:46 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:47:46 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:47:46 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:47:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:47:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:47:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:47:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"6421df4e-0c5a-4666-a530-9c01de683518"} 2023-03-07 18:47:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 18:47:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:47:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:47:51 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/state/get - {"connectionId":"6421df4e-0c5a-4666-a530-9c01de683518"} 2023-03-07 18:47:53 ERROR i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):100 - Failed to retrieve ConnectionManagerWorkflow for connection 6421df4e-0c5a-4666-a530-9c01de683518. Repairing state by creating new workflow and starting with the signal. io.airbyte.workers.temporal.exception.UnreachableWorkflowException: Failed to retrieve ConnectionManagerWorkflow for connection 6421df4e-0c5a-4666-a530-9c01de683518 due to the following error: at io.airbyte.workers.temporal.ConnectionManagerUtils.getConnectionManagerWorkflow(ConnectionManagerUtils.java:172) ~[io.airbyte-airbyte-workers-0.39.37-alpha.jar:?] at io.airbyte.workers.temporal.ConnectionManagerUtils.signalWorkflowAndRepairIfNecessary(ConnectionManagerUtils.java:88) ~[io.airbyte-airbyte-workers-0.39.37-alpha.jar:?] at io.airbyte.workers.temporal.ConnectionManagerUtils.signalWorkflowAndRepairIfNecessary(ConnectionManagerUtils.java:51) ~[io.airbyte-airbyte-workers-0.39.37-alpha.jar:?] at io.airbyte.workers.temporal.TemporalClient.deleteConnection(TemporalClient.java:260) ~[io.airbyte-airbyte-workers-0.39.37-alpha.jar:?] at io.airbyte.scheduler.client.TemporalEventRunner.deleteConnection(TemporalEventRunner.java:41) ~[io.airbyte.airbyte-scheduler-client-0.39.37-alpha.jar:?] at io.airbyte.server.handlers.ConnectionsHandler.deleteConnection(ConnectionsHandler.java:336) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at io.airbyte.server.apis.ConfigurationApi.lambda$deleteConnection$67(ConfigurationApi.java:684) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at io.airbyte.server.apis.ConfigurationApi.execute(ConfigurationApi.java:873) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at io.airbyte.server.apis.ConfigurationApi.deleteConnection(ConfigurationApi.java:682) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:274) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:244) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) ~[jersey-container-servlet-core-2.31.jar:?] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:763) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:569) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1377) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:507) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1292) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.Server.handle(Server.java:501) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at java.lang.Thread.run(Thread.java:833) [?:?] Caused by: io.temporal.client.WorkflowNotFoundException: workflowId='connection_manager_6421df4e-0c5a-4666-a530-9c01de683518', runId='', workflowType='ConnectionManagerWorkflow'} at io.temporal.internal.sync.WorkflowStubImpl.query(WorkflowStubImpl.java:347) ~[temporal-sdk-1.8.1.jar:?] at io.temporal.internal.sync.WorkflowInvocationHandler$SyncWorkflowInvocationHandler.queryWorkflow(WorkflowInvocationHandler.java:309) ~[temporal-sdk-1.8.1.jar:?] at io.temporal.internal.sync.WorkflowInvocationHandler$SyncWorkflowInvocationHandler.invoke(WorkflowInvocationHandler.java:272) ~[temporal-sdk-1.8.1.jar:?] at io.temporal.internal.sync.WorkflowInvocationHandler.invoke(WorkflowInvocationHandler.java:178) ~[temporal-sdk-1.8.1.jar:?] at jdk.proxy2.$Proxy88.getState(Unknown Source) ~[?:?] at io.airbyte.workers.temporal.ConnectionManagerUtils.getConnectionManagerWorkflow(ConnectionManagerUtils.java:168) ~[io.airbyte-airbyte-workers-0.39.37-alpha.jar:?] ... 60 more 2023-03-07 18:47:53 INFO i.a.w.t.ConnectionManagerUtils(safeTerminateWorkflow):133 - Attempting to terminate existing workflow for connection 6421df4e-0c5a-4666-a530-9c01de683518. 2023-03-07 18:47:54 WARN i.a.w.t.ConnectionManagerUtils(safeTerminateWorkflow):137 - Could not terminate temporal workflow due to the following error; this may be because there is currently no running workflow for this connection. io.grpc.StatusRuntimeException: NOT_FOUND: sql: no rows in result set at io.grpc.stub.ClientCalls.toStatusRuntimeException(ClientCalls.java:262) ~[grpc-stub-1.44.1.jar:1.44.1] at io.grpc.stub.ClientCalls.getUnchecked(ClientCalls.java:243) ~[grpc-stub-1.44.1.jar:1.44.1] at io.grpc.stub.ClientCalls.blockingUnaryCall(ClientCalls.java:156) ~[grpc-stub-1.44.1.jar:1.44.1] at io.temporal.api.workflowservice.v1.WorkflowServiceGrpc$WorkflowServiceBlockingStub.terminateWorkflowExecution(WorkflowServiceGrpc.java:2884) ~[temporal-serviceclient-1.8.1.jar:?] at io.temporal.internal.client.external.GenericWorkflowClientExternalImpl.lambda$terminate$4(GenericWorkflowClientExternalImpl.java:202) ~[temporal-sdk-1.8.1.jar:?] at io.temporal.internal.retryer.GrpcRetryer.lambda$retry$0(GrpcRetryer.java:44) ~[temporal-serviceclient-1.8.1.jar:?] at io.temporal.internal.retryer.GrpcSyncRetryer.retry(GrpcSyncRetryer.java:61) ~[temporal-serviceclient-1.8.1.jar:?] at io.temporal.internal.retryer.GrpcRetryer.retryWithResult(GrpcRetryer.java:51) ~[temporal-serviceclient-1.8.1.jar:?] at io.temporal.internal.retryer.GrpcRetryer.retry(GrpcRetryer.java:41) ~[temporal-serviceclient-1.8.1.jar:?] at io.temporal.internal.client.external.GenericWorkflowClientExternalImpl.terminate(GenericWorkflowClientExternalImpl.java:195) ~[temporal-sdk-1.8.1.jar:?] at io.temporal.internal.client.RootWorkflowClientInvoker.terminate(RootWorkflowClientInvoker.java:174) ~[temporal-sdk-1.8.1.jar:?] at io.temporal.internal.sync.WorkflowStubImpl.terminate(WorkflowStubImpl.java:376) ~[temporal-sdk-1.8.1.jar:?] at io.airbyte.workers.temporal.ConnectionManagerUtils.safeTerminateWorkflow(ConnectionManagerUtils.java:135) ~[io.airbyte-airbyte-workers-0.39.37-alpha.jar:?] at io.airbyte.workers.temporal.ConnectionManagerUtils.signalWorkflowAndRepairIfNecessary(ConnectionManagerUtils.java:108) ~[io.airbyte-airbyte-workers-0.39.37-alpha.jar:?] at io.airbyte.workers.temporal.ConnectionManagerUtils.signalWorkflowAndRepairIfNecessary(ConnectionManagerUtils.java:51) ~[io.airbyte-airbyte-workers-0.39.37-alpha.jar:?] at io.airbyte.workers.temporal.TemporalClient.deleteConnection(TemporalClient.java:260) ~[io.airbyte-airbyte-workers-0.39.37-alpha.jar:?] at io.airbyte.scheduler.client.TemporalEventRunner.deleteConnection(TemporalEventRunner.java:41) ~[io.airbyte.airbyte-scheduler-client-0.39.37-alpha.jar:?] at io.airbyte.server.handlers.ConnectionsHandler.deleteConnection(ConnectionsHandler.java:336) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at io.airbyte.server.apis.ConfigurationApi.lambda$deleteConnection$67(ConfigurationApi.java:684) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at io.airbyte.server.apis.ConfigurationApi.execute(ConfigurationApi.java:873) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at io.airbyte.server.apis.ConfigurationApi.deleteConnection(ConfigurationApi.java:682) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:159) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:274) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:244) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) ~[jersey-container-servlet-core-2.31.jar:?] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:763) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:569) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1377) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:507) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1292) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.Server.handle(Server.java:501) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at java.lang.Thread.run(Thread.java:833) [?:?] 2023-03-07 18:47:54 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):126 - Connection manager workflow for connection 6421df4e-0c5a-4666-a530-9c01de683518 has been started and signaled. 2023-03-07 18:47:54 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 204 /api/v1/connections/delete - {"connectionId":"6421df4e-0c5a-4666-a530-9c01de683518"} 2023-03-07 18:47:54 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:47:54 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:47:54 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:47:55 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:47:55 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/update - {"sourceDefinitionId":"51d2be20-0bdc-4532-b5a2-98a2ef91b23e","dockerImageTag":"0.4.81"} 2023-03-07 18:47:55 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:47:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:47:57 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:48:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definition_specifications/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:48:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:48:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:48:54 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/scheduler/sources/check_connection - {"connectionConfiguration":"REDACTED","sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:48:54 WARN c.n.s.JsonMetaSchema(newValidator):338 - Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword 2023-03-07 18:48:54 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 2023-03-07 18:48:54 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 2023-03-07 18:48:54 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/create - {"name":"GitHub","sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5","connectionConfiguration":"REDACTED"} 2023-03-07 18:48:57 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/get - {"sourceId":"80884611-d152-4cef-8fdd-8e41e6ffe23e"} 2023-03-07 18:48:57 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:48:57 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:48:57 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:48:57 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:49:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/get - {"destinationId":"ca307eaf-5bee-4b26-84d4-3a084e6ebbcd"} 2023-03-07 18:49:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:49:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 18:49:03 INFO i.a.a.LoggingTrackingClient(track):43 - track. version: 0.39.37-alpha, userId: 65ebab11-e573-4735-9200-e518cb9179b1, action: Connector Jobs, metadata: {job_type=discoverSchema, connector_source_definition_id=ef69ef6e-aa7f-4af1-a01d-ef775033524e, workspace_id=b740a9b4-048b-4500-b41b-038e14a3f2d5, connector_source_docker_repository=airbyte/source-github, attempt_stage=STARTED, job_id=45e91936-382e-4d0a-8ccc-48038fb8c5a8, connector_source_version=0.2.42, attempt_id=0, connector_source=GitHub, workspace_name=b740a9b4-048b-4500-b41b-038e14a3f2d5} 2023-03-07 18:49:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:49:33 INFO i.a.a.LoggingTrackingClient(track):43 - track. version: 0.39.37-alpha, userId: 65ebab11-e573-4735-9200-e518cb9179b1, action: Connector Jobs, metadata: {job_type=discoverSchema, connector_source_definition_id=ef69ef6e-aa7f-4af1-a01d-ef775033524e, workspace_id=b740a9b4-048b-4500-b41b-038e14a3f2d5, connector_source_docker_repository=airbyte/source-github, attempt_stage=ENDED, attempt_completion_status=SUCCEEDED, job_id=45e91936-382e-4d0a-8ccc-48038fb8c5a8, connector_source_version=0.2.42, attempt_id=0, connector_source=GitHub, workspace_name=b740a9b4-048b-4500-b41b-038e14a3f2d5} 2023-03-07 18:49:33 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/discover_schema - {"sourceId":"80884611-d152-4cef-8fdd-8e41e6ffe23e"} 2023-03-07 18:49:33 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:49:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:49:51 WARN o.h.v.i.p.j.JavaBeanExecutable(getParameters):216 - HV000254: Missing parameter metadata for DestinationSyncMode(String, int, String), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. 2023-03-07 18:49:51 WARN o.h.v.i.p.j.JavaBeanExecutable(getParameters):216 - HV000254: Missing parameter metadata for SyncMode(String, int, String), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. 2023-03-07 18:49:51 WARN o.h.v.i.p.j.JavaBeanExecutable(getParameters):216 - HV000254: Missing parameter metadata for TimeUnitEnum(String, int, String), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. 2023-03-07 18:49:51 WARN o.h.v.i.p.j.JavaBeanExecutable(getParameters):216 - HV000254: Missing parameter metadata for NamespaceDefinitionType(String, int, String), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. 2023-03-07 18:49:51 WARN o.h.v.i.p.j.JavaBeanExecutable(getParameters):216 - HV000254: Missing parameter metadata for ConnectionStatus(String, int, String), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. 2023-03-07 18:49:51 INFO i.a.a.LoggingTrackingClient(track):43 - track. version: 0.39.37-alpha, userId: 65ebab11-e573-4735-9200-e518cb9179b1, action: New Connection - Backend, metadata: {connector_source=GitHub, connector_source_definition_id=ef69ef6e-aa7f-4af1-a01d-ef775033524e, connector_destination=Faros Destination, connector_destination_definition_id=6c6366b8-11f9-419a-8cdc-9209def71e1f, frequency=1440 min} 2023-03-07 18:49:51 INFO i.a.s.h.ConnectionsHandler(createConnection):151 - Starting a connection manager workflow 2023-03-07 18:49:51 INFO i.a.w.t.TemporalClient(submitConnectionUpdaterAsync):238 - Starting the scheduler temporal wf 2023-03-07 18:49:51 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/create - {"sourceId":"80884611-d152-4cef-8fdd-8e41e6ffe23e","destinationId":"ca307eaf-5bee-4b26-84d4-3a084e6ebbcd","syncCatalog":{"streams":[{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"assignees","selected":true},"stream":{"name":"assignees","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["repository"],["name"]],"aliasName":"branches","selected":true},"stream":{"name":"branches","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"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":{"enforcement_level":{"type":["null","string"]},"contexts":{"type":["null","array"],"items":{"type":["null","string"]}}}}}},"protection_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"collaborators","selected":true},"stream":{"name":"collaborators","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]},"permissions":{"type":["null","object"],"properties":{"pull":{"type":["null","boolean"]},"push":{"type":["null","boolean"]},"admin":{"type":["null","boolean"]}}}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"comments","selected":true},"stream":{"name":"comments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"body":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"issue_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comment_reactions","selected":true},"stream":{"name":"commit_comment_reactions","jsonSchema":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"comment_id":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comments","selected":true},"stream":{"name":"commit_comments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"html_url":{"type":["null","string"]},"url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"body":{"type":["null","string"]},"path":{"type":["null","string"]},"position":{"type":["null","integer"]},"line":{"type":["null","integer"]},"commit_id":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["sha"]],"aliasName":"commits","selected":true},"stream":{"name":"commits","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"created_at":{"type":["null","string"],"format":"date-time"},"url":{"type":["null","string"]},"sha":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"commit":{"type":["null","object"],"properties":{"author":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"],"format":"date-time"}}},"committer":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"],"format":"date-time"}}},"message":{"type":["null","string"]},"tree":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"url":{"type":["null","string"]},"comment_count":{"type":["null","integer"]},"verification":{"type":["null","object"],"properties":{"verified":{"type":["null","boolean"]},"reason":{"type":["null","string"]},"signature":{"type":["null","string"]},"payload":{"type":["null","string"]}}}}},"author":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"committer":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"parents":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]}}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"deployments","selected":true},"stream":{"name":"deployments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"task":{"type":["null","string"]},"original_environment":{"type":["null","string"]},"environment":{"type":["null","string"]},"description":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"statuses_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"creator":{"type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"sha":{"type":["null","string"]},"ref":{"type":["null","string"]},"payload":{"type":["null","string","object"]},"transient_environment":{"type":["null","boolean"]},"production_environment":{"type":["null","boolean"]},"performed_via_github_app":{"type":["null","string"]},"repository":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"events","selected":true},"stream":{"name":"events","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"type":{"type":["null","string"]},"public":{"type":["null","boolean"]},"payload":{"type":["null","object"],"properties":{}},"repo":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"url":{"type":["null","string"]}}},"actor":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"org":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"login":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]}}},"created_at":{"type":["null","string"]},"id":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_comment_reactions","selected":true},"stream":{"name":"issue_comment_reactions","jsonSchema":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"comment_id":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_events","selected":true},"stream":{"name":"issue_events","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"actor":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"event":{"type":["null","string"]},"commit_id":{"type":["null","string"]},"commit_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"issue":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"body":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"issue_labels","selected":true},"stream":{"name":"issue_labels","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"description":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_milestones","selected":true},"stream":{"name":"issue_milestones","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"description":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"due_on":{"type":["null","string"],"format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_reactions","selected":true},"stream":{"name":"issue_reactions","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"issue_number":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issues","selected":true},"stream":{"name":"issues","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"labels":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"description":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]}}}},"assignee":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"assignees":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}},"milestone":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"description":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"due_on":{"type":["null","string"],"format":"date-time"}}},"locked":{"type":["null","boolean"]},"active_lock_reason":{"type":["null","string"]},"comments":{"type":["null","integer"]},"pull_request":{"properties":{"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"diff_url":{"type":["null","string"]},"patch_url":{"type":["null","string"]}},"type":["null","object"]},"closed_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"organizations","selected":true},"stream":{"name":"organizations","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"members_url":{"type":["null","string"]},"public_members_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"description":{"type":["null","string"]},"name":{"type":["null","string"]},"company":{"type":["null","string"]},"blog":{"type":["null","string"]},"location":{"type":["null","string"]},"email":{"type":["null","string"]},"twitter_username":{"type":["null","string"]},"is_verified":{"type":["null","boolean"]},"has_organization_projects":{"type":["null","boolean"]},"has_repository_projects":{"type":["null","boolean"]},"public_repos":{"type":["null","integer"]},"public_gists":{"type":["null","integer"]},"followers":{"type":["null","integer"]},"following":{"type":["null","integer"]},"html_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"type":{"type":["null","string"]},"total_private_repos":{"type":["null","integer"]},"owned_private_repos":{"type":["null","integer"]},"private_gists":{"type":["null","integer"]},"disk_usage":{"type":["null","integer"]},"collaborators":{"type":["null","integer"]},"billing_email":{"type":["null","string"]},"default_repository_permission":{"type":["null","string"]},"members_can_create_repositories":{"type":["null","boolean"]},"two_factor_requirement_enabled":{"type":["null","boolean"]},"members_can_create_pages":{"type":["null","boolean"]},"members_can_create_public_pages":{"type":["null","boolean"]},"members_can_create_private_pages":{"type":["null","boolean"]},"plan":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"space":{"type":["null","integer"]},"private_repos":{"type":["null","integer"]},"filled_seats":{"type":["null","integer"]},"seats":{"type":["null","integer"]}}}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_cards","selected":true},"stream":{"name":"project_cards","jsonSchema":{"$schema":"http://json-schema.org/schema#","type":"object","properties":{"url":{"type":["null","string"]},"project_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"note":{"type":["null","string"]},"archived":{"type":["null","boolean"]},"creator":{"type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"column_url":{"type":["null","string"]},"repository":{"type":["null","string"]},"project_id":{"type":["null","integer"]},"column_id":{"type":["null","integer"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_columns","selected":true},"stream":{"name":"project_columns","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"url":{"type":["null","string"]},"project_url":{"type":["null","string"]},"cards_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]},"project_id":{"type":["null","integer"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"projects","selected":true},"stream":{"name":"projects","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"owner_url":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"columns_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"body":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_comment_reactions","selected":true},"stream":{"name":"pull_request_comment_reactions","jsonSchema":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"comment_id":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["sha"]],"aliasName":"pull_request_commits","selected":true},"stream":{"name":"pull_request_commits","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"sha":{"type":["null","string"]},"node_id":{"type":["null","string"]},"commit":{"type":"object","properties":{"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"]}}},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"]}}},"message":{"type":["null","string"]},"tree":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"url":{"type":["null","string"]},"comment_count":{"type":["null","integer"]},"verification":{"type":"object","properties":{"verified":{"type":["null","boolean"]},"reason":{"type":["null","string"]},"signature":{"type":["null","string"]},"payload":{"type":["null","string"]}}}}},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"author":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"committer":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"parents":{"type":"array","items":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]}}}},"repository":{"type":["null","string"]},"pull_number":{"type":["null","integer"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_stats","selected":true},"stream":{"name":"pull_request_stats","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"merged":{"type":["null","boolean"]},"mergeable":{"type":["null","string"]},"can_be_rebased":{"type":["null","boolean"]},"merge_state_status":{"type":["null","string"]},"merged_by":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"comments":{"type":["null","integer"]},"review_comments":{"type":["null","integer"]},"maintainer_can_modify":{"type":["null","boolean"]},"commits":{"type":["null","integer"]},"additions":{"type":["null","integer"]},"deletions":{"type":["null","integer"]},"changed_files":{"type":["null","integer"]},"updated_at":{"type":["null","string"],"format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_requests","selected":true},"stream":{"name":"pull_requests","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"diff_url":{"type":["null","string"]},"patch_url":{"type":["null","string"]},"issue_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"review_comments_url":{"type":["null","string"]},"review_comment_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"locked":{"type":["null","boolean"]},"title":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"labels":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"description":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]}}}},"milestone":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"description":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"due_on":{"type":["null","string"],"format":"date-time"}}},"active_lock_reason":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"merged_at":{"type":["null","string"],"format":"date-time"},"merge_commit_sha":{"type":["null","string"]},"assignee":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"assignees":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}},"requested_reviewers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}},"requested_teams":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"name":{"type":["null","string"]},"slug":{"type":["null","string"]},"description":{"type":["null","string"]},"privacy":{"type":["null","string"]},"permission":{"type":["null","string"]},"members_url":{"type":["null","string"]},"repositories_url":{"type":["null","string"]},"parent":{"type":["null","object"],"properties":{}}}}},"head":{"type":["null","object"],"properties":{"label":{"type":["null","string"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"repo_id":{"type":["null","integer"]}}},"base":{"type":["null","object"],"properties":{"label":{"type":["null","string"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"repo_id":{"type":["null","integer"]}}},"_links":{"type":["null","object"],"properties":{"self":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"html":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"issue":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"comments":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"review_comments":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"review_comment":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"commits":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"statuses":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}}}},"author_association":{"type":["null","string"]},"auto_merge":{"type":["null","object"],"properties":{"enabled_by":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"commit_title":{"type":["null","string"]},"merge_method":{"type":["null","string"]},"commit_message":{"type":["null","string"]}}},"draft":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"releases","selected":true},"stream":{"name":"releases","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"assets_url":{"type":["null","string"]},"upload_url":{"type":["null","string"]},"tarball_url":{"type":["null","string"]},"zipball_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"tag_name":{"type":["null","string"]},"target_commitish":{"type":["null","string"]},"name":{"type":["null","string"]},"body":{"type":["null","string"]},"draft":{"type":["null","boolean"]},"prerelease":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"published_at":{"type":["null","string"],"format":"date-time"},"author":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"assets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"browser_download_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"label":{"type":["null","string"]},"state":{"type":["null","string"]},"content_type":{"type":["null","string"]},"size":{"type":["null","integer"]},"download_count":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"uploader_id":{"type":["null","integer"]}}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"repositories","selected":true},"stream":{"name":"repositories","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"full_name":{"type":["null","string"]},"owner":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"description":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"branches_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"contents_url":{"type":["null","string"]},"contributors_url":{"type":["null","string"]},"deployments_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"git_commits_url":{"type":["null","string"]},"git_refs_url":{"type":["null","string"]},"git_tags_url":{"type":["null","string"]},"git_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"issue_events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"releases_url":{"type":["null","string"]},"ssh_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"subscribers_url":{"type":["null","string"]},"subscription_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"clone_url":{"type":["null","string"]},"mirror_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"svn_url":{"type":["null","string"]},"homepage":{"type":["null","string"]},"language":{"type":["null","string"]},"forks_count":{"type":["null","integer"]},"stargazers_count":{"type":["null","integer"]},"watchers_count":{"type":["null","integer"]},"size":{"type":["null","integer"]},"default_branch":{"type":["null","string"]},"open_issues_count":{"type":["null","integer"]},"is_template":{"type":["null","boolean"]},"topics":{"type":["null","array"],"items":{"type":["null","string"]}},"license":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"url":{"type":["null","string"]},"spdx_id":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]}}},"has_issues":{"type":["null","boolean"]},"has_projects":{"type":["null","boolean"]},"has_wiki":{"type":["null","boolean"]},"has_pages":{"type":["null","boolean"]},"has_downloads":{"type":["null","boolean"]},"archived":{"type":["null","boolean"]},"disabled":{"type":["null","boolean"]},"visibility":{"type":["null","string"]},"pushed_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"permissions":{"type":["null","object"],"properties":{"admin":{"type":["null","boolean"]},"push":{"type":["null","boolean"]},"pull":{"type":["null","boolean"]}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"review_comments","selected":true},"stream":{"name":"review_comments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"pull_request_review_id":{"type":["null","integer"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"diff_hunk":{"type":["null","string"]},"path":{"type":["null","string"]},"position":{"type":["null","integer"]},"original_position":{"type":["null","integer"]},"commit_id":{"type":["null","string"]},"original_commit_id":{"type":["null","string"]},"in_reply_to_id":{"type":["null","integer"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"html_url":{"type":["null","string"]},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]},"_links":{"type":["null","object"],"properties":{"self":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"html":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"pull_request":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}}}},"start_line":{"type":["null","integer"]},"original_start_line":{"type":["null","integer"]},"start_side":{"type":["null","string"]},"line":{"type":["null","integer"]},"original_line":{"type":["null","integer"]},"side":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"reviews","selected":true},"stream":{"name":"reviews","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"state":{"type":["null","string"]},"html_url":{"type":["null","string"]},"pull_request_url":{"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"]}}}}},"submitted_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"commit_id":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["starred_at"],"destinationSyncMode":"append_dedup","primaryKey":[["user_id"]],"aliasName":"stargazers","selected":true},"stream":{"name":"stargazers","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"user_id":{"type":["null","integer"]},"starred_at":{"type":["null","string"],"format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["starred_at"],"sourceDefinedPrimaryKey":[["user_id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["repository"],["name"]],"aliasName":"tags","selected":true},"stream":{"name":"tags","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"name":{"type":["null","string"]},"commit":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"zipball_url":{"type":["null","string"]},"tarball_url":{"type":["null","string"]},"node_id":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"],["team_slug"]],"aliasName":"team_members","selected":true},"stream":{"name":"team_members","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":"integer"},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]},"organization":{"type":"string"},"team_slug":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"],["team_slug"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["url"]],"aliasName":"team_memberships","selected":true},"stream":{"name":"team_memberships","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"state":{"type":["null","string"]},"role":{"type":["null","string"]},"url":{"type":"string"},"organization":{"type":"string"},"team_slug":{"type":"string"},"username":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["url"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"teams","selected":true},"stream":{"name":"teams","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"organization":{"type":["null","string"]},"repository":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"name":{"type":["null","string"]},"slug":{"type":["null","string"]},"description":{"type":["null","string"]},"privacy":{"type":["null","string"]},"permission":{"type":["null","string"]},"members_url":{"type":["null","string"]},"repositories_url":{"type":["null","string"]},"parent":{"type":["null","object"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"users","selected":true},"stream":{"name":"users","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":["null","object"],"properties":{"organization":{"type":["null","string"]},"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflow_runs","selected":true},"stream":{"name":"workflow_runs","jsonSchema":{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"head_branch":{"type":["null","string"]},"head_sha":{"type":["null","string"]},"run_number":{"type":["null","integer"]},"event":{"type":["null","string"]},"status":{"type":["null","string"]},"conclusion":{"type":["null","string"]},"workflow_id":{"type":["null","integer"]},"check_suite_id":{"type":["null","integer"]},"check_suite_node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"pull_requests":{"type":"array","items":{}},"created_at":{"type":["null","string"]},"updated_at":{"type":["null","string"]},"run_attempt":{"type":["null","integer"]},"run_started_at":{"type":["null","string"]},"jobs_url":{"type":["null","string"]},"logs_url":{"type":["null","string"]},"check_suite_url":{"type":["null","string"]},"artifacts_url":{"type":["null","string"]},"cancel_url":{"type":["null","string"]},"rerun_url":{"type":["null","string"]},"previous_attempt_url":{"type":["null","string"]},"workflow_url":{"type":["null","string"]},"head_commit":{"type":"object","properties":{"id":{"type":["null","string"]},"tree_id":{"type":["null","string"]},"message":{"type":["null","string"]},"timestamp":{"type":["null","string"]},"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}}}},"repository":{"type":"object","properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"full_name":{"type":["null","string"]},"private":{"type":["null","boolean"]},"owner":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"html_url":{"type":["null","string"]},"description":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"issue_events_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"branches_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"git_tags_url":{"type":["null","string"]},"git_refs_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"contributors_url":{"type":["null","string"]},"subscribers_url":{"type":["null","string"]},"subscription_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"git_commits_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"contents_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"releases_url":{"type":["null","string"]},"deployments_url":{"type":["null","string"]}}},"head_repository":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"full_name":{"type":["null","string"]},"private":{"type":["null","boolean"]},"owner":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"html_url":{"type":["null","string"]},"description":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"issue_events_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"branches_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"git_tags_url":{"type":["null","string"]},"git_refs_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"contributors_url":{"type":["null","string"]},"subscribers_url":{"type":["null","string"]},"subscription_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"git_commits_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"contents_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"releases_url":{"type":["null","string"]},"deployments_url":{"type":["null","string"]}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflows","selected":true},"stream":{"name":"workflows","jsonSchema":{"$schema":"http://json-schema.org/draft-04/schema#","type":["null","object"],"properties":{"id":{"type":"integer"},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"path":{"type":["null","string"]},"state":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"badge_url":{"type":["null","string"]},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}}]},"prefix":"","namespaceDefinition":"source","namespaceFormat":"${SOURCE_NAMESPACE}","schedule":{"units":24,"timeUnit":"hours"},"name":"Github-rehabforjapan","operations":[],"status":"active","sourceCatalogId":"20db62d2-a7f0-4c0b-8ce0-a22c414ea464"} 2023-03-07 18:49:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470"} 2023-03-07 18:49:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:49:52 WARN o.h.v.i.p.j.JavaBeanExecutable(getParameters):216 - HV000254: Missing parameter metadata for JobConfigType(String, int, String), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. 2023-03-07 18:49:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 18:49:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:49:54 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 18:49:54 ERROR i.a.s.e.UncaughtExceptionMapper(toResponse):22 - Uncaught exception java.lang.IllegalStateException: A sync is already running for: a45fc2a7-7f7c-466e-b5e4-5e3ce3055470 at io.airbyte.server.handlers.SchedulerHandler.readJobFromResult(SchedulerHandler.java:384) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at io.airbyte.server.handlers.SchedulerHandler.submitManualSyncToWorker(SchedulerHandler.java:371) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at io.airbyte.server.handlers.SchedulerHandler.syncConnection(SchedulerHandler.java:315) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at io.airbyte.server.apis.ConfigurationApi.lambda$syncConnection$68(ConfigurationApi.java:691) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at io.airbyte.server.apis.ConfigurationApi.execute(ConfigurationApi.java:873) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at io.airbyte.server.apis.ConfigurationApi.syncConnection(ConfigurationApi.java:691) ~[io.airbyte-airbyte-server-0.39.37-alpha.jar:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$TypeOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:219) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:292) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:274) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.internal.Errors.process(Errors.java:244) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) ~[jersey-common-2.31.jar:?] at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680) ~[jersey-server-2.31.jar:?] at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:346) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:366) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:319) ~[jersey-container-servlet-core-2.31.jar:?] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:205) ~[jersey-container-servlet-core-2.31.jar:?] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:763) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:569) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1377) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:507) ~[jetty-servlet-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1292) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.Server.handle(Server.java:501) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) [jetty-util-9.4.31.v20200723.jar:9.4.31.v20200723] at java.lang.Thread.run(Thread.java:833) [?:?] 2023-03-07 18:49:54 ERROR i.a.s.RequestLogger(filter):110 - REQ 172.18.0.2 POST 500 /api/v1/connections/sync - {"connectionId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470"} 2023-03-07 18:49:54 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:49:57 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:49:57 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:49:59 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:50:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:50:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:50:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470"} 2023-03-07 18:50:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:50:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:50:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:51:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:51:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:51:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:51:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":1} 2023-03-07 18:51:25 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:51:25 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":1} 2023-03-07 18:51:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:51:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:52:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:52:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:52:32 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-07 18:52:32 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:52:32 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:52:32 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:52:33 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:52:33 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:52:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:52:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 18:52:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:52:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470"} 2023-03-07 18:52:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":1} 2023-03-07 18:52:39 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:52:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":1} 2023-03-07 18:52:42 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:52:43 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":1} 2023-03-07 18:52:44 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:52:46 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":1} 2023-03-07 18:52:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:52:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":1} 2023-03-07 18:52:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:52:51 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":1} 2023-03-07 18:52:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:52:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:52:53 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:52:53 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:52:53 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:52:53 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:52:53 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:52:55 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:52:55 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:52:55 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:52:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:52:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:53:12 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:53:33 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:53:53 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:54:13 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:54:33 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:54:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:54:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:54:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 18:54:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:54:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470"} 2023-03-07 18:54:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:55:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470","configTypes":["sync","reset_connection"]} 2023-03-07 18:55:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/state/get - {"connectionId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470"} 2023-03-07 18:55:05 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection a45fc2a7-7f7c-466e-b5e4-5e3ce3055470. Executing signal. 2023-03-07 18:55:05 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 204 /api/v1/connections/delete - {"connectionId":"a45fc2a7-7f7c-466e-b5e4-5e3ce3055470"} 2023-03-07 18:55:05 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:55:05 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:55:05 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:55:05 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:55:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:55:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:55:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:55:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:55:12 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:55:15 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definition_specifications/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:55:32 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:55:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:55:55 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/scheduler/sources/check_connection - {"connectionConfiguration":"REDACTED","sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:55:55 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/create - {"name":"GitHub","sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5","connectionConfiguration":"REDACTED"} 2023-03-07 18:55:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/get - {"sourceId":"04e7badb-ebc9-44af-956e-5f269c509b31"} 2023-03-07 18:55:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:55:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:55:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:56:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/get - {"destinationId":"ca307eaf-5bee-4b26-84d4-3a084e6ebbcd"} 2023-03-07 18:56:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 18:56:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:56:01 INFO i.a.a.LoggingTrackingClient(track):43 - track. version: 0.39.37-alpha, userId: 65ebab11-e573-4735-9200-e518cb9179b1, action: Connector Jobs, metadata: {job_type=discoverSchema, connector_source_definition_id=ef69ef6e-aa7f-4af1-a01d-ef775033524e, workspace_id=b740a9b4-048b-4500-b41b-038e14a3f2d5, connector_source_docker_repository=airbyte/source-github, attempt_stage=STARTED, job_id=e027aac8-31ad-4b9a-8f60-71cb9e12ec90, connector_source_version=0.2.42, attempt_id=0, connector_source=GitHub, workspace_name=b740a9b4-048b-4500-b41b-038e14a3f2d5} 2023-03-07 18:56:03 INFO i.a.a.LoggingTrackingClient(track):43 - track. version: 0.39.37-alpha, userId: 65ebab11-e573-4735-9200-e518cb9179b1, action: Connector Jobs, metadata: {job_type=discoverSchema, connector_source_definition_id=ef69ef6e-aa7f-4af1-a01d-ef775033524e, workspace_id=b740a9b4-048b-4500-b41b-038e14a3f2d5, connector_source_docker_repository=airbyte/source-github, attempt_stage=ENDED, attempt_completion_status=SUCCEEDED, job_id=e027aac8-31ad-4b9a-8f60-71cb9e12ec90, connector_source_version=0.2.42, attempt_id=0, connector_source=GitHub, workspace_name=b740a9b4-048b-4500-b41b-038e14a3f2d5} 2023-03-07 18:56:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/discover_schema - {"sourceId":"04e7badb-ebc9-44af-956e-5f269c509b31"} 2023-03-07 18:56:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:56:09 INFO i.a.a.LoggingTrackingClient(track):43 - track. version: 0.39.37-alpha, userId: 65ebab11-e573-4735-9200-e518cb9179b1, action: New Connection - Backend, metadata: {connector_source=GitHub, connector_source_definition_id=ef69ef6e-aa7f-4af1-a01d-ef775033524e, connector_destination=Faros Destination, connector_destination_definition_id=6c6366b8-11f9-419a-8cdc-9209def71e1f, frequency=1440 min} 2023-03-07 18:56:09 INFO i.a.s.h.ConnectionsHandler(createConnection):151 - Starting a connection manager workflow 2023-03-07 18:56:09 INFO i.a.w.t.TemporalClient(submitConnectionUpdaterAsync):238 - Starting the scheduler temporal wf 2023-03-07 18:56:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/create - {"sourceId":"04e7badb-ebc9-44af-956e-5f269c509b31","destinationId":"ca307eaf-5bee-4b26-84d4-3a084e6ebbcd","syncCatalog":{"streams":[{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"assignees","selected":true},"stream":{"name":"assignees","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["repository"],["name"]],"aliasName":"branches","selected":true},"stream":{"name":"branches","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"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":{"enforcement_level":{"type":["null","string"]},"contexts":{"type":["null","array"],"items":{"type":["null","string"]}}}}}},"protection_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"collaborators","selected":true},"stream":{"name":"collaborators","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]},"permissions":{"type":["null","object"],"properties":{"pull":{"type":["null","boolean"]},"push":{"type":["null","boolean"]},"admin":{"type":["null","boolean"]}}}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"comments","selected":true},"stream":{"name":"comments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"body":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"issue_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comment_reactions","selected":true},"stream":{"name":"commit_comment_reactions","jsonSchema":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"comment_id":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comments","selected":true},"stream":{"name":"commit_comments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"html_url":{"type":["null","string"]},"url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"body":{"type":["null","string"]},"path":{"type":["null","string"]},"position":{"type":["null","integer"]},"line":{"type":["null","integer"]},"commit_id":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["sha"]],"aliasName":"commits","selected":true},"stream":{"name":"commits","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"created_at":{"type":["null","string"],"format":"date-time"},"url":{"type":["null","string"]},"sha":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"commit":{"type":["null","object"],"properties":{"author":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"],"format":"date-time"}}},"committer":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"],"format":"date-time"}}},"message":{"type":["null","string"]},"tree":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"url":{"type":["null","string"]},"comment_count":{"type":["null","integer"]},"verification":{"type":["null","object"],"properties":{"verified":{"type":["null","boolean"]},"reason":{"type":["null","string"]},"signature":{"type":["null","string"]},"payload":{"type":["null","string"]}}}}},"author":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"committer":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"parents":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]}}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"deployments","selected":true},"stream":{"name":"deployments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"task":{"type":["null","string"]},"original_environment":{"type":["null","string"]},"environment":{"type":["null","string"]},"description":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"statuses_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"creator":{"type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"sha":{"type":["null","string"]},"ref":{"type":["null","string"]},"payload":{"type":["null","string","object"]},"transient_environment":{"type":["null","boolean"]},"production_environment":{"type":["null","boolean"]},"performed_via_github_app":{"type":["null","string"]},"repository":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"events","selected":true},"stream":{"name":"events","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"type":{"type":["null","string"]},"public":{"type":["null","boolean"]},"payload":{"type":["null","object"],"properties":{}},"repo":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"url":{"type":["null","string"]}}},"actor":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"org":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"login":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]}}},"created_at":{"type":["null","string"]},"id":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_comment_reactions","selected":true},"stream":{"name":"issue_comment_reactions","jsonSchema":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"comment_id":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_events","selected":true},"stream":{"name":"issue_events","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"actor":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"event":{"type":["null","string"]},"commit_id":{"type":["null","string"]},"commit_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"issue":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"body":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"issue_labels","selected":true},"stream":{"name":"issue_labels","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"description":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_milestones","selected":true},"stream":{"name":"issue_milestones","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"description":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"due_on":{"type":["null","string"],"format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_reactions","selected":true},"stream":{"name":"issue_reactions","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"issue_number":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issues","selected":true},"stream":{"name":"issues","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"labels":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"description":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]}}}},"assignee":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"assignees":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}},"milestone":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"description":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"due_on":{"type":["null","string"],"format":"date-time"}}},"locked":{"type":["null","boolean"]},"active_lock_reason":{"type":["null","string"]},"comments":{"type":["null","integer"]},"pull_request":{"properties":{"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"diff_url":{"type":["null","string"]},"patch_url":{"type":["null","string"]}},"type":["null","object"]},"closed_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"organizations","selected":true},"stream":{"name":"organizations","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"members_url":{"type":["null","string"]},"public_members_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"description":{"type":["null","string"]},"name":{"type":["null","string"]},"company":{"type":["null","string"]},"blog":{"type":["null","string"]},"location":{"type":["null","string"]},"email":{"type":["null","string"]},"twitter_username":{"type":["null","string"]},"is_verified":{"type":["null","boolean"]},"has_organization_projects":{"type":["null","boolean"]},"has_repository_projects":{"type":["null","boolean"]},"public_repos":{"type":["null","integer"]},"public_gists":{"type":["null","integer"]},"followers":{"type":["null","integer"]},"following":{"type":["null","integer"]},"html_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"type":{"type":["null","string"]},"total_private_repos":{"type":["null","integer"]},"owned_private_repos":{"type":["null","integer"]},"private_gists":{"type":["null","integer"]},"disk_usage":{"type":["null","integer"]},"collaborators":{"type":["null","integer"]},"billing_email":{"type":["null","string"]},"default_repository_permission":{"type":["null","string"]},"members_can_create_repositories":{"type":["null","boolean"]},"two_factor_requirement_enabled":{"type":["null","boolean"]},"members_can_create_pages":{"type":["null","boolean"]},"members_can_create_public_pages":{"type":["null","boolean"]},"members_can_create_private_pages":{"type":["null","boolean"]},"plan":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"space":{"type":["null","integer"]},"private_repos":{"type":["null","integer"]},"filled_seats":{"type":["null","integer"]},"seats":{"type":["null","integer"]}}}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_cards","selected":true},"stream":{"name":"project_cards","jsonSchema":{"$schema":"http://json-schema.org/schema#","type":"object","properties":{"url":{"type":["null","string"]},"project_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"note":{"type":["null","string"]},"archived":{"type":["null","boolean"]},"creator":{"type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"column_url":{"type":["null","string"]},"repository":{"type":["null","string"]},"project_id":{"type":["null","integer"]},"column_id":{"type":["null","integer"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_columns","selected":true},"stream":{"name":"project_columns","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"url":{"type":["null","string"]},"project_url":{"type":["null","string"]},"cards_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]},"project_id":{"type":["null","integer"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"projects","selected":true},"stream":{"name":"projects","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"owner_url":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"columns_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"body":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_comment_reactions","selected":true},"stream":{"name":"pull_request_comment_reactions","jsonSchema":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"comment_id":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["sha"]],"aliasName":"pull_request_commits","selected":true},"stream":{"name":"pull_request_commits","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"sha":{"type":["null","string"]},"node_id":{"type":["null","string"]},"commit":{"type":"object","properties":{"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"]}}},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"]}}},"message":{"type":["null","string"]},"tree":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"url":{"type":["null","string"]},"comment_count":{"type":["null","integer"]},"verification":{"type":"object","properties":{"verified":{"type":["null","boolean"]},"reason":{"type":["null","string"]},"signature":{"type":["null","string"]},"payload":{"type":["null","string"]}}}}},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"author":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"committer":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"parents":{"type":"array","items":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]}}}},"repository":{"type":["null","string"]},"pull_number":{"type":["null","integer"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_stats","selected":true},"stream":{"name":"pull_request_stats","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"merged":{"type":["null","boolean"]},"mergeable":{"type":["null","string"]},"can_be_rebased":{"type":["null","boolean"]},"merge_state_status":{"type":["null","string"]},"merged_by":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"comments":{"type":["null","integer"]},"review_comments":{"type":["null","integer"]},"maintainer_can_modify":{"type":["null","boolean"]},"commits":{"type":["null","integer"]},"additions":{"type":["null","integer"]},"deletions":{"type":["null","integer"]},"changed_files":{"type":["null","integer"]},"updated_at":{"type":["null","string"],"format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_requests","selected":true},"stream":{"name":"pull_requests","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"diff_url":{"type":["null","string"]},"patch_url":{"type":["null","string"]},"issue_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"review_comments_url":{"type":["null","string"]},"review_comment_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"locked":{"type":["null","boolean"]},"title":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"labels":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"description":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]}}}},"milestone":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"description":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"due_on":{"type":["null","string"],"format":"date-time"}}},"active_lock_reason":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"merged_at":{"type":["null","string"],"format":"date-time"},"merge_commit_sha":{"type":["null","string"]},"assignee":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"assignees":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}},"requested_reviewers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}},"requested_teams":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"name":{"type":["null","string"]},"slug":{"type":["null","string"]},"description":{"type":["null","string"]},"privacy":{"type":["null","string"]},"permission":{"type":["null","string"]},"members_url":{"type":["null","string"]},"repositories_url":{"type":["null","string"]},"parent":{"type":["null","object"],"properties":{}}}}},"head":{"type":["null","object"],"properties":{"label":{"type":["null","string"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"repo_id":{"type":["null","integer"]}}},"base":{"type":["null","object"],"properties":{"label":{"type":["null","string"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"repo_id":{"type":["null","integer"]}}},"_links":{"type":["null","object"],"properties":{"self":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"html":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"issue":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"comments":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"review_comments":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"review_comment":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"commits":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"statuses":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}}}},"author_association":{"type":["null","string"]},"auto_merge":{"type":["null","object"],"properties":{"enabled_by":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"commit_title":{"type":["null","string"]},"merge_method":{"type":["null","string"]},"commit_message":{"type":["null","string"]}}},"draft":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"releases","selected":true},"stream":{"name":"releases","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"assets_url":{"type":["null","string"]},"upload_url":{"type":["null","string"]},"tarball_url":{"type":["null","string"]},"zipball_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"tag_name":{"type":["null","string"]},"target_commitish":{"type":["null","string"]},"name":{"type":["null","string"]},"body":{"type":["null","string"]},"draft":{"type":["null","boolean"]},"prerelease":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"published_at":{"type":["null","string"],"format":"date-time"},"author":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"assets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"browser_download_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"label":{"type":["null","string"]},"state":{"type":["null","string"]},"content_type":{"type":["null","string"]},"size":{"type":["null","integer"]},"download_count":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"uploader_id":{"type":["null","integer"]}}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"repositories","selected":true},"stream":{"name":"repositories","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"full_name":{"type":["null","string"]},"owner":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"description":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"branches_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"contents_url":{"type":["null","string"]},"contributors_url":{"type":["null","string"]},"deployments_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"git_commits_url":{"type":["null","string"]},"git_refs_url":{"type":["null","string"]},"git_tags_url":{"type":["null","string"]},"git_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"issue_events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"releases_url":{"type":["null","string"]},"ssh_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"subscribers_url":{"type":["null","string"]},"subscription_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"clone_url":{"type":["null","string"]},"mirror_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"svn_url":{"type":["null","string"]},"homepage":{"type":["null","string"]},"language":{"type":["null","string"]},"forks_count":{"type":["null","integer"]},"stargazers_count":{"type":["null","integer"]},"watchers_count":{"type":["null","integer"]},"size":{"type":["null","integer"]},"default_branch":{"type":["null","string"]},"open_issues_count":{"type":["null","integer"]},"is_template":{"type":["null","boolean"]},"topics":{"type":["null","array"],"items":{"type":["null","string"]}},"license":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"url":{"type":["null","string"]},"spdx_id":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]}}},"has_issues":{"type":["null","boolean"]},"has_projects":{"type":["null","boolean"]},"has_wiki":{"type":["null","boolean"]},"has_pages":{"type":["null","boolean"]},"has_downloads":{"type":["null","boolean"]},"archived":{"type":["null","boolean"]},"disabled":{"type":["null","boolean"]},"visibility":{"type":["null","string"]},"pushed_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"permissions":{"type":["null","object"],"properties":{"admin":{"type":["null","boolean"]},"push":{"type":["null","boolean"]},"pull":{"type":["null","boolean"]}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"review_comments","selected":true},"stream":{"name":"review_comments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"pull_request_review_id":{"type":["null","integer"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"diff_hunk":{"type":["null","string"]},"path":{"type":["null","string"]},"position":{"type":["null","integer"]},"original_position":{"type":["null","integer"]},"commit_id":{"type":["null","string"]},"original_commit_id":{"type":["null","string"]},"in_reply_to_id":{"type":["null","integer"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"html_url":{"type":["null","string"]},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]},"_links":{"type":["null","object"],"properties":{"self":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"html":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"pull_request":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}}}},"start_line":{"type":["null","integer"]},"original_start_line":{"type":["null","integer"]},"start_side":{"type":["null","string"]},"line":{"type":["null","integer"]},"original_line":{"type":["null","integer"]},"side":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"reviews","selected":true},"stream":{"name":"reviews","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"state":{"type":["null","string"]},"html_url":{"type":["null","string"]},"pull_request_url":{"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"]}}}}},"submitted_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"commit_id":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["starred_at"],"destinationSyncMode":"append_dedup","primaryKey":[["user_id"]],"aliasName":"stargazers","selected":true},"stream":{"name":"stargazers","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"user_id":{"type":["null","integer"]},"starred_at":{"type":["null","string"],"format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["starred_at"],"sourceDefinedPrimaryKey":[["user_id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["repository"],["name"]],"aliasName":"tags","selected":true},"stream":{"name":"tags","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"name":{"type":["null","string"]},"commit":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"zipball_url":{"type":["null","string"]},"tarball_url":{"type":["null","string"]},"node_id":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"],["team_slug"]],"aliasName":"team_members","selected":true},"stream":{"name":"team_members","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":"integer"},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]},"organization":{"type":"string"},"team_slug":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"],["team_slug"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["url"]],"aliasName":"team_memberships","selected":true},"stream":{"name":"team_memberships","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"state":{"type":["null","string"]},"role":{"type":["null","string"]},"url":{"type":"string"},"organization":{"type":"string"},"team_slug":{"type":"string"},"username":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["url"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"teams","selected":true},"stream":{"name":"teams","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"organization":{"type":["null","string"]},"repository":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"name":{"type":["null","string"]},"slug":{"type":["null","string"]},"description":{"type":["null","string"]},"privacy":{"type":["null","string"]},"permission":{"type":["null","string"]},"members_url":{"type":["null","string"]},"repositories_url":{"type":["null","string"]},"parent":{"type":["null","object"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"users","selected":true},"stream":{"name":"users","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":["null","object"],"properties":{"organization":{"type":["null","string"]},"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflow_runs","selected":true},"stream":{"name":"workflow_runs","jsonSchema":{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"head_branch":{"type":["null","string"]},"head_sha":{"type":["null","string"]},"run_number":{"type":["null","integer"]},"event":{"type":["null","string"]},"status":{"type":["null","string"]},"conclusion":{"type":["null","string"]},"workflow_id":{"type":["null","integer"]},"check_suite_id":{"type":["null","integer"]},"check_suite_node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"pull_requests":{"type":"array","items":{}},"created_at":{"type":["null","string"]},"updated_at":{"type":["null","string"]},"run_attempt":{"type":["null","integer"]},"run_started_at":{"type":["null","string"]},"jobs_url":{"type":["null","string"]},"logs_url":{"type":["null","string"]},"check_suite_url":{"type":["null","string"]},"artifacts_url":{"type":["null","string"]},"cancel_url":{"type":["null","string"]},"rerun_url":{"type":["null","string"]},"previous_attempt_url":{"type":["null","string"]},"workflow_url":{"type":["null","string"]},"head_commit":{"type":"object","properties":{"id":{"type":["null","string"]},"tree_id":{"type":["null","string"]},"message":{"type":["null","string"]},"timestamp":{"type":["null","string"]},"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}}}},"repository":{"type":"object","properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"full_name":{"type":["null","string"]},"private":{"type":["null","boolean"]},"owner":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"html_url":{"type":["null","string"]},"description":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"issue_events_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"branches_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"git_tags_url":{"type":["null","string"]},"git_refs_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"contributors_url":{"type":["null","string"]},"subscribers_url":{"type":["null","string"]},"subscription_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"git_commits_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"contents_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"releases_url":{"type":["null","string"]},"deployments_url":{"type":["null","string"]}}},"head_repository":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"full_name":{"type":["null","string"]},"private":{"type":["null","boolean"]},"owner":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"html_url":{"type":["null","string"]},"description":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"issue_events_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"branches_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"git_tags_url":{"type":["null","string"]},"git_refs_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"contributors_url":{"type":["null","string"]},"subscribers_url":{"type":["null","string"]},"subscription_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"git_commits_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"contents_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"releases_url":{"type":["null","string"]},"deployments_url":{"type":["null","string"]}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflows","selected":true},"stream":{"name":"workflows","jsonSchema":{"$schema":"http://json-schema.org/draft-04/schema#","type":["null","object"],"properties":{"id":{"type":"integer"},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"path":{"type":["null","string"]},"state":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"badge_url":{"type":["null","string"]},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}}]},"prefix":"","namespaceDefinition":"source","namespaceFormat":"${SOURCE_NAMESPACE}","schedule":{"units":24,"timeUnit":"hours"},"name":"test","operations":[],"status":"active","sourceCatalogId":"20db62d2-a7f0-4c0b-8ce0-a22c414ea464"} 2023-03-07 18:56:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:56:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 18:56:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:56:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:56:12 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:56:12 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:56:14 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:56:14 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:56:15 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:56:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:56:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:56:32 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:56:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/update - {"name":"test","connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d","namespaceDefinition":"source","namespaceFormat":"${SOURCE_NAMESPACE}","prefix":"","operationIds":[],"syncCatalog":{"streams":[{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"assignees","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["repository"],["name"]],"aliasName":"branches","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"collaborators","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"comments","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comment_reactions","selected":true},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comments","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["sha"]],"aliasName":"commits","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"deployments","selected":true},"stream":{"name":"deployments","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"task":{"type":["null","string"]},"creator":{"type":"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"]},"payload":{"type":["null","string","object"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"environment":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"original_environment":{"type":["null","string"]},"transient_environment":{"type":["null","boolean"]},"production_environment":{"type":["null","boolean"]},"performed_via_github_app":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"events","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_events","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"issue_labels","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_milestones","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issue_reactions","selected":false},"stream":{"name":"issue_reactions","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-07/schema#","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":"string","format":"date-time"},"repository":{"type":"string"},"issue_number":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"issues","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"organizations","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_cards","selected":true},"stream":{"name":"project_cards","jsonSchema":{"type":"object","$schema":"http://json-schema.org/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"note":{"type":["null","string"]},"creator":{"type":"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"]},"archived":{"type":["null","boolean"]},"column_id":{"type":["null","integer"]},"column_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_columns","selected":true},"stream":{"name":"project_columns","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"cards_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"projects","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_comment_reactions","selected":true},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["sha"]],"aliasName":"pull_request_commits","selected":true},"stream":{"name":"pull_request_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":"object","properties":{"url":{"type":["null","string"]},"tree":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"author":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"committer":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"verification":{"type":"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":"array","items":{"type":"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"]}}},"repository":{"type":["null","string"]},"pull_number":{"type":["null","integer"]},"comments_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_stats","selected":true},"stream":{"name":"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","string"]},"merged_by":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"changed_files":{"type":["null","integer"]},"can_be_rebased":{"type":["null","boolean"]},"review_comments":{"type":["null","integer"]},"merge_state_status":{"type":["null","string"]},"maintainer_can_modify":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_requests","selected":true},"stream":{"name":"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","object"],"properties":{"enabled_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"]}}},"commit_title":{"type":["null","string"]},"merge_method":{"type":["null","string"]},"commit_message":{"type":["null","string"]}}},"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"releases","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"repositories","selected":true},"stream":{"name":"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":"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","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"review_comments","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"reviews","selected":true},"stream":{"name":"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"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"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"]},"created_at":{"type":"string","format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":"string","format":"date-time"},"submitted_at":{"type":["null","string"],"format":"date-time"},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["starred_at"],"destinationSyncMode":"append_dedup","primaryKey":[["user_id"]],"aliasName":"stargazers","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["repository"],["name"]],"aliasName":"tags","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"],["team_slug"]],"aliasName":"team_members","selected":true},"stream":{"name":"team_members","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":"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"]},"team_slug":{"type":"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":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"],["team_slug"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["url"]],"aliasName":"team_memberships","selected":true},"stream":{"name":"team_memberships","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"url":{"type":"string"},"role":{"type":["null","string"]},"state":{"type":["null","string"]},"username":{"type":"string"},"team_slug":{"type":"string"},"organization":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["url"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"teams","selected":true},"stream":{"name":"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","object"]},"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"users","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflow_runs","selected":true},"stream":{"name":"workflow_runs","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"event":{"type":["null","string"]},"status":{"type":["null","string"]},"node_id":{"type":["null","string"]},"head_sha":{"type":["null","string"]},"html_url":{"type":["null","string"]},"jobs_url":{"type":["null","string"]},"logs_url":{"type":["null","string"]},"rerun_url":{"type":["null","string"]},"cancel_url":{"type":["null","string"]},"conclusion":{"type":["null","string"]},"created_at":{"type":["null","string"]},"repository":{"type":"object","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"run_number":{"type":["null","integer"]},"updated_at":{"type":["null","string"]},"head_branch":{"type":["null","string"]},"head_commit":{"type":"object","properties":{"id":{"type":["null","string"]},"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"tree_id":{"type":["null","string"]},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"timestamp":{"type":["null","string"]}}},"run_attempt":{"type":["null","integer"]},"workflow_id":{"type":["null","integer"]},"workflow_url":{"type":["null","string"]},"artifacts_url":{"type":["null","string"]},"pull_requests":{"type":"array","items":{}},"check_suite_id":{"type":["null","integer"]},"run_started_at":{"type":["null","string"]},"check_suite_url":{"type":["null","string"]},"head_repository":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"check_suite_node_id":{"type":["null","string"]},"previous_attempt_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflows","selected":true},"stream":{"name":"workflows","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":"integer"},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"path":{"type":["null","string"]},"state":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"badge_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}}]},"schedule":{"units":24,"timeUnit":"hours"},"status":"active","operations":[],"sourceCatalogId":"20db62d2-a7f0-4c0b-8ce0-a22c414ea464","withRefreshedCatalog":false} 2023-03-07 18:56:38 INFO i.a.w.t.TemporalClient(resetConnection):366 - reset sync request 2023-03-07 18:56:39 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 18:56:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:57:13 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:57:13 INFO i.a.w.t.TemporalClient(resetConnection):402 - end of reset submission 2023-03-07 18:57:13 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/reset - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:57:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-07 18:57:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:57:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:57:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:57:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:57:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:57:21 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:57:21 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 18:57:21 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:57:21 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:57:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:57:26 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:57:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:57:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:57:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:57:39 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:57:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/update - {"name":"test","connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d","namespaceDefinition":"source","namespaceFormat":"${SOURCE_NAMESPACE}","prefix":"","operationIds":[],"syncCatalog":{"streams":[{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"assignees","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["repository"],["name"]],"aliasName":"branches","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"collaborators","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"comments","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comment_reactions","selected":true},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comments","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["sha"]],"aliasName":"commits","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"deployments","selected":true},"stream":{"name":"deployments","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"task":{"type":["null","string"]},"creator":{"type":"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"]},"payload":{"type":["null","string","object"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"environment":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"original_environment":{"type":["null","string"]},"transient_environment":{"type":["null","boolean"]},"production_environment":{"type":["null","boolean"]},"performed_via_github_app":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"events","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_events","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_labels","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_milestones","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_reactions","selected":false},"stream":{"name":"issue_reactions","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-07/schema#","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":"string","format":"date-time"},"repository":{"type":"string"},"issue_number":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issues","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"organizations","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_cards","selected":true},"stream":{"name":"project_cards","jsonSchema":{"type":"object","$schema":"http://json-schema.org/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"note":{"type":["null","string"]},"creator":{"type":"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"]},"archived":{"type":["null","boolean"]},"column_id":{"type":["null","integer"]},"column_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_columns","selected":true},"stream":{"name":"project_columns","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"cards_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"projects","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_comment_reactions","selected":true},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["sha"]],"aliasName":"pull_request_commits","selected":true},"stream":{"name":"pull_request_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":"object","properties":{"url":{"type":["null","string"]},"tree":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"author":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"committer":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"verification":{"type":"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":"array","items":{"type":"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"]}}},"repository":{"type":["null","string"]},"pull_number":{"type":["null","integer"]},"comments_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_stats","selected":true},"stream":{"name":"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","string"]},"merged_by":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"changed_files":{"type":["null","integer"]},"can_be_rebased":{"type":["null","boolean"]},"review_comments":{"type":["null","integer"]},"merge_state_status":{"type":["null","string"]},"maintainer_can_modify":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_requests","selected":true},"stream":{"name":"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","object"],"properties":{"enabled_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"]}}},"commit_title":{"type":["null","string"]},"merge_method":{"type":["null","string"]},"commit_message":{"type":["null","string"]}}},"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"releases","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"repositories","selected":true},"stream":{"name":"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":"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","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"review_comments","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"reviews","selected":true},"stream":{"name":"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"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"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"]},"created_at":{"type":"string","format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":"string","format":"date-time"},"submitted_at":{"type":["null","string"],"format":"date-time"},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["starred_at"],"destinationSyncMode":"append_dedup","primaryKey":[["user_id"]],"aliasName":"stargazers","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["repository"],["name"]],"aliasName":"tags","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"],["team_slug"]],"aliasName":"team_members","selected":true},"stream":{"name":"team_members","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":"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"]},"team_slug":{"type":"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":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"],["team_slug"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["url"]],"aliasName":"team_memberships","selected":true},"stream":{"name":"team_memberships","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"url":{"type":"string"},"role":{"type":["null","string"]},"state":{"type":["null","string"]},"username":{"type":"string"},"team_slug":{"type":"string"},"organization":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["url"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"teams","selected":true},"stream":{"name":"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","object"]},"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"users","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflow_runs","selected":true},"stream":{"name":"workflow_runs","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"event":{"type":["null","string"]},"status":{"type":["null","string"]},"node_id":{"type":["null","string"]},"head_sha":{"type":["null","string"]},"html_url":{"type":["null","string"]},"jobs_url":{"type":["null","string"]},"logs_url":{"type":["null","string"]},"rerun_url":{"type":["null","string"]},"cancel_url":{"type":["null","string"]},"conclusion":{"type":["null","string"]},"created_at":{"type":["null","string"]},"repository":{"type":"object","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"run_number":{"type":["null","integer"]},"updated_at":{"type":["null","string"]},"head_branch":{"type":["null","string"]},"head_commit":{"type":"object","properties":{"id":{"type":["null","string"]},"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"tree_id":{"type":["null","string"]},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"timestamp":{"type":["null","string"]}}},"run_attempt":{"type":["null","integer"]},"workflow_id":{"type":["null","integer"]},"workflow_url":{"type":["null","string"]},"artifacts_url":{"type":["null","string"]},"pull_requests":{"type":"array","items":{}},"check_suite_id":{"type":["null","integer"]},"run_started_at":{"type":["null","string"]},"check_suite_url":{"type":["null","string"]},"head_repository":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"check_suite_node_id":{"type":["null","string"]},"previous_attempt_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflows","selected":true},"stream":{"name":"workflows","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":"integer"},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"path":{"type":["null","string"]},"state":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"badge_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}}]},"schedule":{"units":24,"timeUnit":"hours"},"status":"active","operations":[],"sourceCatalogId":"20db62d2-a7f0-4c0b-8ce0-a22c414ea464","withRefreshedCatalog":false} 2023-03-07 18:57:59 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:58:00 INFO i.a.w.t.TemporalClient(resetConnection):366 - reset sync request 2023-03-07 18:58:00 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 18:58:00 INFO i.a.w.t.TemporalClient(resetConnection):402 - end of reset submission 2023-03-07 18:58:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/reset - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:58:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-07 18:58:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:58:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:58:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:58:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:58:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:58:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:58:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 18:58:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:58:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:58:05 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:58:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:58:08 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:58:11 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:58:11 INFO i.a.w.t.TemporalClient(resetConnection):366 - reset sync request 2023-03-07 18:58:11 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 18:58:11 INFO i.a.w.t.TemporalClient(resetConnection):402 - end of reset submission 2023-03-07 18:58:11 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/reset - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:58:13 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:58:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:58:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-07 18:58:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:58:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:58:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:58:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:58:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:58:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 18:58:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:58:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:58:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:58:21 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 18:58:21 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 18:58:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:58:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":6} 2023-03-07 18:58:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:58:26 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-07 18:58:26 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:58:26 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:58:26 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:58:26 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:58:26 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:58:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/get - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:58:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 18:58:31 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 18:58:31 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:58:31 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 18:58:31 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 18:58:33 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:58:33 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 18:58:33 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 18:58:33 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:58:34 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 18:58:34 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 18:58:35 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-07 18:58:35 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-07 18:58:35 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:58:35 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:58:35 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:58:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:58:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:58:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:59:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:59:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/update - {"name":"test","connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d","namespaceDefinition":"source","namespaceFormat":"${SOURCE_NAMESPACE}","prefix":"","operationIds":[],"syncCatalog":{"streams":[{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"assignees","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"branches","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"collaborators","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["sha"]],"aliasName":"commits","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"deployments","selected":false},"stream":{"name":"deployments","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"task":{"type":["null","string"]},"creator":{"type":"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"]},"payload":{"type":["null","string","object"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"environment":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"original_environment":{"type":["null","string"]},"transient_environment":{"type":["null","boolean"]},"production_environment":{"type":["null","boolean"]},"performed_via_github_app":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"events","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_events","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_labels","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_milestones","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_reactions","selected":false},"stream":{"name":"issue_reactions","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-07/schema#","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":"string","format":"date-time"},"repository":{"type":"string"},"issue_number":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issues","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"organizations","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_cards","selected":false},"stream":{"name":"project_cards","jsonSchema":{"type":"object","$schema":"http://json-schema.org/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"note":{"type":["null","string"]},"creator":{"type":"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"]},"archived":{"type":["null","boolean"]},"column_id":{"type":["null","integer"]},"column_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_columns","selected":false},"stream":{"name":"project_columns","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"cards_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"projects","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["sha"]],"aliasName":"pull_request_commits","selected":false},"stream":{"name":"pull_request_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":"object","properties":{"url":{"type":["null","string"]},"tree":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"author":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"committer":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"verification":{"type":"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":"array","items":{"type":"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"]}}},"repository":{"type":["null","string"]},"pull_number":{"type":["null","integer"]},"comments_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_stats","selected":false},"stream":{"name":"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","string"]},"merged_by":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"changed_files":{"type":["null","integer"]},"can_be_rebased":{"type":["null","boolean"]},"review_comments":{"type":["null","integer"]},"merge_state_status":{"type":["null","string"]},"maintainer_can_modify":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_requests","selected":false},"stream":{"name":"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","object"],"properties":{"enabled_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"]}}},"commit_title":{"type":["null","string"]},"merge_method":{"type":["null","string"]},"commit_message":{"type":["null","string"]}}},"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"releases","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"repositories","selected":false},"stream":{"name":"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":"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","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"review_comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"reviews","selected":false},"stream":{"name":"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"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"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"]},"created_at":{"type":"string","format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":"string","format":"date-time"},"submitted_at":{"type":["null","string"],"format":"date-time"},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["starred_at"],"destinationSyncMode":"append","primaryKey":[["user_id"]],"aliasName":"stargazers","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["repository"],["name"]],"aliasName":"tags","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"],["team_slug"]],"aliasName":"team_members","selected":false},"stream":{"name":"team_members","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":"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"]},"team_slug":{"type":"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":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"],["team_slug"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["url"]],"aliasName":"team_memberships","selected":false},"stream":{"name":"team_memberships","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"url":{"type":"string"},"role":{"type":["null","string"]},"state":{"type":["null","string"]},"username":{"type":"string"},"team_slug":{"type":"string"},"organization":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["url"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"teams","selected":false},"stream":{"name":"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","object"]},"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"users","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflow_runs","selected":false},"stream":{"name":"workflow_runs","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"event":{"type":["null","string"]},"status":{"type":["null","string"]},"node_id":{"type":["null","string"]},"head_sha":{"type":["null","string"]},"html_url":{"type":["null","string"]},"jobs_url":{"type":["null","string"]},"logs_url":{"type":["null","string"]},"rerun_url":{"type":["null","string"]},"cancel_url":{"type":["null","string"]},"conclusion":{"type":["null","string"]},"created_at":{"type":["null","string"]},"repository":{"type":"object","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"run_number":{"type":["null","integer"]},"updated_at":{"type":["null","string"]},"head_branch":{"type":["null","string"]},"head_commit":{"type":"object","properties":{"id":{"type":["null","string"]},"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"tree_id":{"type":["null","string"]},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"timestamp":{"type":["null","string"]}}},"run_attempt":{"type":["null","integer"]},"workflow_id":{"type":["null","integer"]},"workflow_url":{"type":["null","string"]},"artifacts_url":{"type":["null","string"]},"pull_requests":{"type":"array","items":{}},"check_suite_id":{"type":["null","integer"]},"run_started_at":{"type":["null","string"]},"check_suite_url":{"type":["null","string"]},"head_repository":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"check_suite_node_id":{"type":["null","string"]},"previous_attempt_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflows","selected":false},"stream":{"name":"workflows","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":"integer"},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"path":{"type":["null","string"]},"state":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"badge_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}}]},"schedule":{"units":24,"timeUnit":"hours"},"status":"active","operations":[],"sourceCatalogId":"20db62d2-a7f0-4c0b-8ce0-a22c414ea464","withRefreshedCatalog":false} 2023-03-07 18:59:12 INFO i.a.w.t.TemporalClient(resetConnection):366 - reset sync request 2023-03-07 18:59:12 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 18:59:12 INFO i.a.w.t.TemporalClient(resetConnection):402 - end of reset submission 2023-03-07 18:59:12 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/reset - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:59:27 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/update - {"name":"test","connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d","namespaceDefinition":"source","namespaceFormat":"${SOURCE_NAMESPACE}","prefix":"","operationIds":[],"syncCatalog":{"streams":[{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"assignees","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"branches","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"collaborators","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"commit_comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["sha"]],"aliasName":"commits","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"deployments","selected":false},"stream":{"name":"deployments","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"task":{"type":["null","string"]},"creator":{"type":"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"]},"payload":{"type":["null","string","object"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"environment":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"original_environment":{"type":["null","string"]},"transient_environment":{"type":["null","boolean"]},"production_environment":{"type":["null","boolean"]},"performed_via_github_app":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"events","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_events","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_labels","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_milestones","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_reactions","selected":false},"stream":{"name":"issue_reactions","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-07/schema#","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":"string","format":"date-time"},"repository":{"type":"string"},"issue_number":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issues","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"organizations","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_cards","selected":false},"stream":{"name":"project_cards","jsonSchema":{"type":"object","$schema":"http://json-schema.org/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"note":{"type":["null","string"]},"creator":{"type":"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"]},"archived":{"type":["null","boolean"]},"column_id":{"type":["null","integer"]},"column_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"project_columns","selected":false},"stream":{"name":"project_columns","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"cards_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"projects","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["sha"]],"aliasName":"pull_request_commits","selected":false},"stream":{"name":"pull_request_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":"object","properties":{"url":{"type":["null","string"]},"tree":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"author":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"committer":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"verification":{"type":"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":"array","items":{"type":"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"]}}},"repository":{"type":["null","string"]},"pull_number":{"type":["null","integer"]},"comments_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_request_stats","selected":false},"stream":{"name":"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","string"]},"merged_by":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"changed_files":{"type":["null","integer"]},"can_be_rebased":{"type":["null","boolean"]},"review_comments":{"type":["null","integer"]},"merge_state_status":{"type":["null","string"]},"maintainer_can_modify":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"pull_requests","selected":false},"stream":{"name":"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","object"],"properties":{"enabled_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"]}}},"commit_title":{"type":["null","string"]},"merge_method":{"type":["null","string"]},"commit_message":{"type":["null","string"]}}},"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"]]}},{"config":{"syncMode":"incremental","cursorField":["created_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"releases","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"repositories","selected":false},"stream":{"name":"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":"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","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"review_comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"reviews","selected":false},"stream":{"name":"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"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"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"]},"created_at":{"type":"string","format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":"string","format":"date-time"},"submitted_at":{"type":["null","string"],"format":"date-time"},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["starred_at"],"destinationSyncMode":"append","primaryKey":[["user_id"]],"aliasName":"stargazers","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["repository"],["name"]],"aliasName":"tags","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"],["team_slug"]],"aliasName":"team_members","selected":false},"stream":{"name":"team_members","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":"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"]},"team_slug":{"type":"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":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"],["team_slug"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["url"]],"aliasName":"team_memberships","selected":false},"stream":{"name":"team_memberships","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"url":{"type":"string"},"role":{"type":["null","string"]},"state":{"type":["null","string"]},"username":{"type":"string"},"team_slug":{"type":"string"},"organization":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["url"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"teams","selected":false},"stream":{"name":"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","object"]},"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"users","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflow_runs","selected":false},"stream":{"name":"workflow_runs","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"event":{"type":["null","string"]},"status":{"type":["null","string"]},"node_id":{"type":["null","string"]},"head_sha":{"type":["null","string"]},"html_url":{"type":["null","string"]},"jobs_url":{"type":["null","string"]},"logs_url":{"type":["null","string"]},"rerun_url":{"type":["null","string"]},"cancel_url":{"type":["null","string"]},"conclusion":{"type":["null","string"]},"created_at":{"type":["null","string"]},"repository":{"type":"object","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"run_number":{"type":["null","integer"]},"updated_at":{"type":["null","string"]},"head_branch":{"type":["null","string"]},"head_commit":{"type":"object","properties":{"id":{"type":["null","string"]},"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"tree_id":{"type":["null","string"]},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"timestamp":{"type":["null","string"]}}},"run_attempt":{"type":["null","integer"]},"workflow_id":{"type":["null","integer"]},"workflow_url":{"type":["null","string"]},"artifacts_url":{"type":["null","string"]},"pull_requests":{"type":"array","items":{}},"check_suite_id":{"type":["null","integer"]},"run_started_at":{"type":["null","string"]},"check_suite_url":{"type":["null","string"]},"head_repository":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"check_suite_node_id":{"type":["null","string"]},"previous_attempt_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"incremental","cursorField":["updated_at"],"destinationSyncMode":"append_dedup","primaryKey":[["id"]],"aliasName":"workflows","selected":false},"stream":{"name":"workflows","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":"integer"},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"path":{"type":["null","string"]},"state":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"badge_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}}]},"schedule":{"units":24,"timeUnit":"hours"},"status":"active","operations":[],"sourceCatalogId":"20db62d2-a7f0-4c0b-8ce0-a22c414ea464","withRefreshedCatalog":false} 2023-03-07 18:59:28 INFO i.a.w.t.TemporalClient(resetConnection):366 - reset sync request 2023-03-07 18:59:28 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 18:59:28 INFO i.a.w.t.TemporalClient(resetConnection):402 - end of reset submission 2023-03-07 18:59:28 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/reset - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:59:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:59:31 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:59:32 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:59:34 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 18:59:34 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 18:59:34 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-07 18:59:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:59:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:59:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:59:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:59:42 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:59:45 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 18:59:45 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 18:59:45 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:59:45 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-07 18:59:45 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:59:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:59:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/state/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 18:59:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 18:59:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 18:59:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 18:59:53 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:00:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/update - {"name":"test","connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d","namespaceDefinition":"source","namespaceFormat":"${SOURCE_NAMESPACE}","prefix":"","operationIds":[],"syncCatalog":{"streams":[{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"assignees","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"branches","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"collaborators","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"commit_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"commit_comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"overwrite","primaryKey":[["sha"]],"aliasName":"commits","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"deployments","selected":false},"stream":{"name":"deployments","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"task":{"type":["null","string"]},"creator":{"type":"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"]},"payload":{"type":["null","string","object"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"environment":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"original_environment":{"type":["null","string"]},"transient_environment":{"type":["null","boolean"]},"production_environment":{"type":["null","boolean"]},"performed_via_github_app":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"events","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_events","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_labels","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_milestones","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_reactions","selected":false},"stream":{"name":"issue_reactions","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-07/schema#","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":"string","format":"date-time"},"repository":{"type":"string"},"issue_number":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issues","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"organizations","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"project_cards","selected":false},"stream":{"name":"project_cards","jsonSchema":{"type":"object","$schema":"http://json-schema.org/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"note":{"type":["null","string"]},"creator":{"type":"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"]},"archived":{"type":["null","boolean"]},"column_id":{"type":["null","integer"]},"column_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"project_columns","selected":false},"stream":{"name":"project_columns","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"cards_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"projects","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_request_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["sha"]],"aliasName":"pull_request_commits","selected":false},"stream":{"name":"pull_request_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":"object","properties":{"url":{"type":["null","string"]},"tree":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"author":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"committer":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"verification":{"type":"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":"array","items":{"type":"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"]}}},"repository":{"type":["null","string"]},"pull_number":{"type":["null","integer"]},"comments_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_request_stats","selected":false},"stream":{"name":"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","string"]},"merged_by":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"changed_files":{"type":["null","integer"]},"can_be_rebased":{"type":["null","boolean"]},"review_comments":{"type":["null","integer"]},"merge_state_status":{"type":["null","string"]},"maintainer_can_modify":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_requests","selected":false},"stream":{"name":"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","object"],"properties":{"enabled_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"]}}},"commit_title":{"type":["null","string"]},"merge_method":{"type":["null","string"]},"commit_message":{"type":["null","string"]}}},"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"releases","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"repositories","selected":false},"stream":{"name":"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":"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","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"review_comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"reviews","selected":false},"stream":{"name":"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"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"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"]},"created_at":{"type":"string","format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":"string","format":"date-time"},"submitted_at":{"type":["null","string"],"format":"date-time"},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["starred_at"],"destinationSyncMode":"append","primaryKey":[["user_id"]],"aliasName":"stargazers","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"tags","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"],["team_slug"]],"aliasName":"team_members","selected":false},"stream":{"name":"team_members","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":"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"]},"team_slug":{"type":"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":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"],["team_slug"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["url"]],"aliasName":"team_memberships","selected":false},"stream":{"name":"team_memberships","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"url":{"type":"string"},"role":{"type":["null","string"]},"state":{"type":["null","string"]},"username":{"type":"string"},"team_slug":{"type":"string"},"organization":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["url"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"teams","selected":false},"stream":{"name":"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","object"]},"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"users","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"workflow_runs","selected":false},"stream":{"name":"workflow_runs","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"event":{"type":["null","string"]},"status":{"type":["null","string"]},"node_id":{"type":["null","string"]},"head_sha":{"type":["null","string"]},"html_url":{"type":["null","string"]},"jobs_url":{"type":["null","string"]},"logs_url":{"type":["null","string"]},"rerun_url":{"type":["null","string"]},"cancel_url":{"type":["null","string"]},"conclusion":{"type":["null","string"]},"created_at":{"type":["null","string"]},"repository":{"type":"object","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"run_number":{"type":["null","integer"]},"updated_at":{"type":["null","string"]},"head_branch":{"type":["null","string"]},"head_commit":{"type":"object","properties":{"id":{"type":["null","string"]},"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"tree_id":{"type":["null","string"]},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"timestamp":{"type":["null","string"]}}},"run_attempt":{"type":["null","integer"]},"workflow_id":{"type":["null","integer"]},"workflow_url":{"type":["null","string"]},"artifacts_url":{"type":["null","string"]},"pull_requests":{"type":"array","items":{}},"check_suite_id":{"type":["null","integer"]},"run_started_at":{"type":["null","string"]},"check_suite_url":{"type":["null","string"]},"head_repository":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"check_suite_node_id":{"type":["null","string"]},"previous_attempt_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"workflows","selected":false},"stream":{"name":"workflows","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":"integer"},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"path":{"type":["null","string"]},"state":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"badge_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}}]},"schedule":{"units":24,"timeUnit":"hours"},"status":"active","operations":[],"sourceCatalogId":"20db62d2-a7f0-4c0b-8ce0-a22c414ea464","withRefreshedCatalog":false} 2023-03-07 19:00:02 INFO i.a.w.t.TemporalClient(resetConnection):366 - reset sync request 2023-03-07 19:00:02 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:00:02 INFO i.a.w.t.TemporalClient(resetConnection):402 - end of reset submission 2023-03-07 19:00:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/reset - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:00:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:00:07 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:00:08 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":12} 2023-03-07 19:00:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:00:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":12} 2023-03-07 19:00:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:00:12 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:00:13 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":12} 2023-03-07 19:00:14 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:00:15 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":12} 2023-03-07 19:00:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:00:31 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:00:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:01:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:01:31 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:01:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:02:11 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:02:31 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:02:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:03:11 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:03:31 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:03:42 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:03:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:04:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:04:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:04:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:05:11 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:05:31 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:05:51 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:05:59 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:06:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:06:12 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:06:13 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:06:13 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:06:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:06:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:06:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:06:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:06:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:06:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:06:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/get - {"sourceId":"04e7badb-ebc9-44af-956e-5f269c509b31"} 2023-03-07 19:06:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:06:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:06:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:06:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:06:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:06:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:06:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:06:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:06:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:06:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:06:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:06:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:06:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/state/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:06:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:06:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:06:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:07:08 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/update - {"name":"test","connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d","namespaceDefinition":"source","namespaceFormat":"${SOURCE_NAMESPACE}","prefix":"airbyte_","operationIds":[],"syncCatalog":{"streams":[{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"assignees","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"branches","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"collaborators","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"commit_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"commit_comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"overwrite","primaryKey":[["sha"]],"aliasName":"commits","selected":true},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"deployments","selected":false},"stream":{"name":"deployments","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"task":{"type":["null","string"]},"creator":{"type":"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"]},"payload":{"type":["null","string","object"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"environment":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"original_environment":{"type":["null","string"]},"transient_environment":{"type":["null","boolean"]},"production_environment":{"type":["null","boolean"]},"performed_via_github_app":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"events","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_events","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_labels","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_milestones","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_reactions","selected":false},"stream":{"name":"issue_reactions","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-07/schema#","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":"string","format":"date-time"},"repository":{"type":"string"},"issue_number":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issues","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"organizations","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"project_cards","selected":false},"stream":{"name":"project_cards","jsonSchema":{"type":"object","$schema":"http://json-schema.org/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"note":{"type":["null","string"]},"creator":{"type":"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"]},"archived":{"type":["null","boolean"]},"column_id":{"type":["null","integer"]},"column_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"project_columns","selected":false},"stream":{"name":"project_columns","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"cards_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"projects","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_request_comment_reactions","selected":false},"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["sha"]],"aliasName":"pull_request_commits","selected":false},"stream":{"name":"pull_request_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":"object","properties":{"url":{"type":["null","string"]},"tree":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"author":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"committer":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"verification":{"type":"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":"array","items":{"type":"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"]}}},"repository":{"type":["null","string"]},"pull_number":{"type":["null","integer"]},"comments_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_request_stats","selected":false},"stream":{"name":"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","string"]},"merged_by":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"changed_files":{"type":["null","integer"]},"can_be_rebased":{"type":["null","boolean"]},"review_comments":{"type":["null","integer"]},"merge_state_status":{"type":["null","string"]},"maintainer_can_modify":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_requests","selected":false},"stream":{"name":"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","object"],"properties":{"enabled_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"]}}},"commit_title":{"type":["null","string"]},"merge_method":{"type":["null","string"]},"commit_message":{"type":["null","string"]}}},"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"releases","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"repositories","selected":false},"stream":{"name":"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":"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","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"review_comments","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"reviews","selected":false},"stream":{"name":"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"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"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"]},"created_at":{"type":"string","format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":"string","format":"date-time"},"submitted_at":{"type":["null","string"],"format":"date-time"},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["starred_at"],"destinationSyncMode":"append","primaryKey":[["user_id"]],"aliasName":"stargazers","selected":false},"stream":{"name":"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"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"tags","selected":false},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"],["team_slug"]],"aliasName":"team_members","selected":false},"stream":{"name":"team_members","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":"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"]},"team_slug":{"type":"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":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"],["team_slug"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["url"]],"aliasName":"team_memberships","selected":false},"stream":{"name":"team_memberships","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"url":{"type":"string"},"role":{"type":["null","string"]},"state":{"type":["null","string"]},"username":{"type":"string"},"team_slug":{"type":"string"},"organization":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["url"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"teams","selected":false},"stream":{"name":"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","object"]},"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"users","selected":true},"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"workflow_runs","selected":false},"stream":{"name":"workflow_runs","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"event":{"type":["null","string"]},"status":{"type":["null","string"]},"node_id":{"type":["null","string"]},"head_sha":{"type":["null","string"]},"html_url":{"type":["null","string"]},"jobs_url":{"type":["null","string"]},"logs_url":{"type":["null","string"]},"rerun_url":{"type":["null","string"]},"cancel_url":{"type":["null","string"]},"conclusion":{"type":["null","string"]},"created_at":{"type":["null","string"]},"repository":{"type":"object","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"run_number":{"type":["null","integer"]},"updated_at":{"type":["null","string"]},"head_branch":{"type":["null","string"]},"head_commit":{"type":"object","properties":{"id":{"type":["null","string"]},"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"tree_id":{"type":["null","string"]},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"timestamp":{"type":["null","string"]}}},"run_attempt":{"type":["null","integer"]},"workflow_id":{"type":["null","integer"]},"workflow_url":{"type":["null","string"]},"artifacts_url":{"type":["null","string"]},"pull_requests":{"type":"array","items":{}},"check_suite_id":{"type":["null","integer"]},"run_started_at":{"type":["null","string"]},"check_suite_url":{"type":["null","string"]},"head_repository":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"check_suite_node_id":{"type":["null","string"]},"previous_attempt_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"workflows","selected":false},"stream":{"name":"workflows","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":"integer"},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"path":{"type":["null","string"]},"state":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"badge_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}}]},"schedule":{"units":1,"timeUnit":"hours"},"status":"active","operations":[],"sourceCatalogId":"20db62d2-a7f0-4c0b-8ce0-a22c414ea464","withRefreshedCatalog":false} 2023-03-07 19:07:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:07:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:07:12 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:07:12 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 19:07:12 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:07:12 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-07 19:07:12 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:07:14 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:07:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-07 19:07:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:07:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:07:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:07:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:07:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:07:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:07:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:07:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:07:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:07:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-07 19:07:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:07:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:07:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:07:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:07:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:07:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:07:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:07:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:07:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:07:25 INFO i.a.w.t.TemporalClient(resetConnection):366 - reset sync request 2023-03-07 19:07:25 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:07:25 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:07:25 INFO i.a.w.t.TemporalClient(resetConnection):402 - end of reset submission 2023-03-07 19:07:25 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/reset - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:07:27 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:07:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:07:32 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:07:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:07:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:07:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:07:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:07:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/get - {"destinationId":"ca307eaf-5bee-4b26-84d4-3a084e6ebbcd"} 2023-03-07 19:07:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:07:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:07:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:07:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:07:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:07:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:07:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:07:39 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:07:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:07:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:07:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:07:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:07:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:08:03 INFO i.a.a.LoggingTrackingClient(track):43 - track. version: 0.39.37-alpha, userId: 65ebab11-e573-4735-9200-e518cb9179b1, action: Connector Jobs, metadata: {job_type=discoverSchema, connector_source_definition_id=ef69ef6e-aa7f-4af1-a01d-ef775033524e, workspace_id=b740a9b4-048b-4500-b41b-038e14a3f2d5, connector_source_docker_repository=airbyte/source-github, attempt_stage=STARTED, job_id=3e9b73f2-b9ec-4e4b-bc2f-eca8d6b8ab6a, connector_source_version=0.2.42, attempt_id=0, connector_source=GitHub, workspace_name=b740a9b4-048b-4500-b41b-038e14a3f2d5} 2023-03-07 19:08:05 INFO i.a.a.LoggingTrackingClient(track):43 - track. version: 0.39.37-alpha, userId: 65ebab11-e573-4735-9200-e518cb9179b1, action: Connector Jobs, metadata: {job_type=discoverSchema, connector_source_definition_id=ef69ef6e-aa7f-4af1-a01d-ef775033524e, workspace_id=b740a9b4-048b-4500-b41b-038e14a3f2d5, connector_source_docker_repository=airbyte/source-github, attempt_stage=ENDED, attempt_completion_status=SUCCEEDED, job_id=3e9b73f2-b9ec-4e4b-bc2f-eca8d6b8ab6a, connector_source_version=0.2.42, attempt_id=0, connector_source=GitHub, workspace_name=b740a9b4-048b-4500-b41b-038e14a3f2d5} 2023-03-07 19:08:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d","withRefreshedCatalog":true} 2023-03-07 19:08:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:08:10 INFO i.a.w.t.TemporalClient(resetConnection):366 - reset sync request 2023-03-07 19:08:10 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:08:11 INFO i.a.w.t.TemporalClient(resetConnection):402 - end of reset submission 2023-03-07 19:08:14 INFO i.a.w.t.TemporalClient(synchronousResetConnection):442 - End of reset 2023-03-07 19:08:14 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 19:08:14 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:08:15 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-07 19:08:15 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/update - {"name":"test","connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d","namespaceDefinition":"source","namespaceFormat":"${SOURCE_NAMESPACE}","prefix":"airbyte_","operationIds":[],"syncCatalog":{"streams":[{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"assignees","selected":false},"stream":{"name":"assignees","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"branches","selected":false},"stream":{"name":"branches","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"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":{"enforcement_level":{"type":["null","string"]},"contexts":{"type":["null","array"],"items":{"type":["null","string"]}}}}}},"protection_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"collaborators","selected":false},"stream":{"name":"collaborators","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]},"permissions":{"type":["null","object"],"properties":{"pull":{"type":["null","boolean"]},"push":{"type":["null","boolean"]},"admin":{"type":["null","boolean"]}}}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"comments","selected":false},"stream":{"name":"comments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"body":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"issue_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"commit_comment_reactions","selected":false},"stream":{"name":"commit_comment_reactions","jsonSchema":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"comment_id":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"commit_comments","selected":false},"stream":{"name":"commit_comments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"html_url":{"type":["null","string"]},"url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"body":{"type":["null","string"]},"path":{"type":["null","string"]},"position":{"type":["null","integer"]},"line":{"type":["null","integer"]},"commit_id":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"overwrite","primaryKey":[["sha"]],"aliasName":"commits","selected":true},"stream":{"name":"commits","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"created_at":{"type":["null","string"],"format":"date-time"},"url":{"type":["null","string"]},"sha":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"commit":{"type":["null","object"],"properties":{"author":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"],"format":"date-time"}}},"committer":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"],"format":"date-time"}}},"message":{"type":["null","string"]},"tree":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"url":{"type":["null","string"]},"comment_count":{"type":["null","integer"]},"verification":{"type":["null","object"],"properties":{"verified":{"type":["null","boolean"]},"reason":{"type":["null","string"]},"signature":{"type":["null","string"]},"payload":{"type":["null","string"]}}}}},"author":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"committer":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"parents":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]}}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"deployments","selected":false},"stream":{"name":"deployments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"task":{"type":["null","string"]},"original_environment":{"type":["null","string"]},"environment":{"type":["null","string"]},"description":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"statuses_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"creator":{"type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"sha":{"type":["null","string"]},"ref":{"type":["null","string"]},"payload":{"type":["null","string","object"]},"transient_environment":{"type":["null","boolean"]},"production_environment":{"type":["null","boolean"]},"performed_via_github_app":{"type":["null","string"]},"repository":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"events","selected":false},"stream":{"name":"events","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"type":{"type":["null","string"]},"public":{"type":["null","boolean"]},"payload":{"type":["null","object"],"properties":{}},"repo":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"url":{"type":["null","string"]}}},"actor":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"org":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"login":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]}}},"created_at":{"type":["null","string"]},"id":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_comment_reactions","selected":false},"stream":{"name":"issue_comment_reactions","jsonSchema":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"comment_id":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_events","selected":false},"stream":{"name":"issue_events","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"actor":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"event":{"type":["null","string"]},"commit_id":{"type":["null","string"]},"commit_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"issue":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"body":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_labels","selected":false},"stream":{"name":"issue_labels","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"description":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_milestones","selected":false},"stream":{"name":"issue_milestones","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"description":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"due_on":{"type":["null","string"],"format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_reactions","selected":false},"stream":{"name":"issue_reactions","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"issue_number":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issues","selected":false},"stream":{"name":"issues","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"labels":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"description":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]}}}},"assignee":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"assignees":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}},"milestone":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"description":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"due_on":{"type":["null","string"],"format":"date-time"}}},"locked":{"type":["null","boolean"]},"active_lock_reason":{"type":["null","string"]},"comments":{"type":["null","integer"]},"pull_request":{"properties":{"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"diff_url":{"type":["null","string"]},"patch_url":{"type":["null","string"]}},"type":["null","object"]},"closed_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"organizations","selected":false},"stream":{"name":"organizations","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"members_url":{"type":["null","string"]},"public_members_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"description":{"type":["null","string"]},"name":{"type":["null","string"]},"company":{"type":["null","string"]},"blog":{"type":["null","string"]},"location":{"type":["null","string"]},"email":{"type":["null","string"]},"twitter_username":{"type":["null","string"]},"is_verified":{"type":["null","boolean"]},"has_organization_projects":{"type":["null","boolean"]},"has_repository_projects":{"type":["null","boolean"]},"public_repos":{"type":["null","integer"]},"public_gists":{"type":["null","integer"]},"followers":{"type":["null","integer"]},"following":{"type":["null","integer"]},"html_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"type":{"type":["null","string"]},"total_private_repos":{"type":["null","integer"]},"owned_private_repos":{"type":["null","integer"]},"private_gists":{"type":["null","integer"]},"disk_usage":{"type":["null","integer"]},"collaborators":{"type":["null","integer"]},"billing_email":{"type":["null","string"]},"default_repository_permission":{"type":["null","string"]},"members_can_create_repositories":{"type":["null","boolean"]},"two_factor_requirement_enabled":{"type":["null","boolean"]},"members_can_create_pages":{"type":["null","boolean"]},"members_can_create_public_pages":{"type":["null","boolean"]},"members_can_create_private_pages":{"type":["null","boolean"]},"plan":{"type":["null","object"],"properties":{"name":{"type":["null","string"]},"space":{"type":["null","integer"]},"private_repos":{"type":["null","integer"]},"filled_seats":{"type":["null","integer"]},"seats":{"type":["null","integer"]}}}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"project_cards","selected":false},"stream":{"name":"project_cards","jsonSchema":{"$schema":"http://json-schema.org/schema#","type":"object","properties":{"url":{"type":["null","string"]},"project_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"note":{"type":["null","string"]},"archived":{"type":["null","boolean"]},"creator":{"type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"column_url":{"type":["null","string"]},"repository":{"type":["null","string"]},"project_id":{"type":["null","integer"]},"column_id":{"type":["null","integer"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"project_columns","selected":false},"stream":{"name":"project_columns","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"url":{"type":["null","string"]},"project_url":{"type":["null","string"]},"cards_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]},"project_id":{"type":["null","integer"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"projects","selected":false},"stream":{"name":"projects","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"owner_url":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"columns_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"body":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_request_comment_reactions","selected":false},"stream":{"name":"pull_request_comment_reactions","jsonSchema":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"content":{"type":["null","string"]},"created_at":{"type":"string","format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":"string"},"comment_id":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["sha"]],"aliasName":"pull_request_commits","selected":false},"stream":{"name":"pull_request_commits","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"sha":{"type":["null","string"]},"node_id":{"type":["null","string"]},"commit":{"type":"object","properties":{"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"]}}},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]},"date":{"type":["null","string"]}}},"message":{"type":["null","string"]},"tree":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"url":{"type":["null","string"]},"comment_count":{"type":["null","integer"]},"verification":{"type":"object","properties":{"verified":{"type":["null","boolean"]},"reason":{"type":["null","string"]},"signature":{"type":["null","string"]},"payload":{"type":["null","string"]}}}}},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"author":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"committer":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"parents":{"type":"array","items":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]}}}},"repository":{"type":["null","string"]},"pull_number":{"type":["null","integer"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["sha"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_request_stats","selected":false},"stream":{"name":"pull_request_stats","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"merged":{"type":["null","boolean"]},"mergeable":{"type":["null","string"]},"can_be_rebased":{"type":["null","boolean"]},"merge_state_status":{"type":["null","string"]},"merged_by":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"comments":{"type":["null","integer"]},"review_comments":{"type":["null","integer"]},"maintainer_can_modify":{"type":["null","boolean"]},"commits":{"type":["null","integer"]},"additions":{"type":["null","integer"]},"deletions":{"type":["null","integer"]},"changed_files":{"type":["null","integer"]},"updated_at":{"type":["null","string"],"format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_requests","selected":false},"stream":{"name":"pull_requests","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"diff_url":{"type":["null","string"]},"patch_url":{"type":["null","string"]},"issue_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"review_comments_url":{"type":["null","string"]},"review_comment_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"locked":{"type":["null","boolean"]},"title":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"labels":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"description":{"type":["null","string"]},"color":{"type":["null","string"]},"default":{"type":["null","boolean"]}}}},"milestone":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"number":{"type":["null","integer"]},"state":{"type":["null","string"]},"title":{"type":["null","string"]},"description":{"type":["null","string"]},"creator":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"open_issues":{"type":["null","integer"]},"closed_issues":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"due_on":{"type":["null","string"],"format":"date-time"}}},"active_lock_reason":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"closed_at":{"type":["null","string"],"format":"date-time"},"merged_at":{"type":["null","string"],"format":"date-time"},"merge_commit_sha":{"type":["null","string"]},"assignee":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"assignees":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}},"requested_reviewers":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}},"requested_teams":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"name":{"type":["null","string"]},"slug":{"type":["null","string"]},"description":{"type":["null","string"]},"privacy":{"type":["null","string"]},"permission":{"type":["null","string"]},"members_url":{"type":["null","string"]},"repositories_url":{"type":["null","string"]},"parent":{"type":["null","object"],"properties":{}}}}},"head":{"type":["null","object"],"properties":{"label":{"type":["null","string"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"repo_id":{"type":["null","integer"]}}},"base":{"type":["null","object"],"properties":{"label":{"type":["null","string"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"user_id":{"type":["null","integer"]},"repo_id":{"type":["null","integer"]}}},"_links":{"type":["null","object"],"properties":{"self":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"html":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"issue":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"comments":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"review_comments":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"review_comment":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"commits":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"statuses":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}}}},"author_association":{"type":["null","string"]},"auto_merge":{"type":["null","object"],"properties":{"enabled_by":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"commit_title":{"type":["null","string"]},"merge_method":{"type":["null","string"]},"commit_message":{"type":["null","string"]}}},"draft":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"releases","selected":false},"stream":{"name":"releases","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"assets_url":{"type":["null","string"]},"upload_url":{"type":["null","string"]},"tarball_url":{"type":["null","string"]},"zipball_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"tag_name":{"type":["null","string"]},"target_commitish":{"type":["null","string"]},"name":{"type":["null","string"]},"body":{"type":["null","string"]},"draft":{"type":["null","boolean"]},"prerelease":{"type":["null","boolean"]},"created_at":{"type":["null","string"],"format":"date-time"},"published_at":{"type":["null","string"],"format":"date-time"},"author":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"assets":{"type":["null","array"],"items":{"type":["null","object"],"properties":{"url":{"type":["null","string"]},"browser_download_url":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"label":{"type":["null","string"]},"state":{"type":["null","string"]},"content_type":{"type":["null","string"]},"size":{"type":["null","integer"]},"download_count":{"type":["null","integer"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"uploader_id":{"type":["null","integer"]}}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"repositories","selected":false},"stream":{"name":"repositories","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"full_name":{"type":["null","string"]},"owner":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"description":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"branches_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"contents_url":{"type":["null","string"]},"contributors_url":{"type":["null","string"]},"deployments_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"git_commits_url":{"type":["null","string"]},"git_refs_url":{"type":["null","string"]},"git_tags_url":{"type":["null","string"]},"git_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"issue_events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"releases_url":{"type":["null","string"]},"ssh_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"subscribers_url":{"type":["null","string"]},"subscription_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"clone_url":{"type":["null","string"]},"mirror_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"svn_url":{"type":["null","string"]},"homepage":{"type":["null","string"]},"language":{"type":["null","string"]},"forks_count":{"type":["null","integer"]},"stargazers_count":{"type":["null","integer"]},"watchers_count":{"type":["null","integer"]},"size":{"type":["null","integer"]},"default_branch":{"type":["null","string"]},"open_issues_count":{"type":["null","integer"]},"is_template":{"type":["null","boolean"]},"topics":{"type":["null","array"],"items":{"type":["null","string"]}},"license":{"type":["null","object"],"properties":{"key":{"type":["null","string"]},"name":{"type":["null","string"]},"url":{"type":["null","string"]},"spdx_id":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]}}},"has_issues":{"type":["null","boolean"]},"has_projects":{"type":["null","boolean"]},"has_wiki":{"type":["null","boolean"]},"has_pages":{"type":["null","boolean"]},"has_downloads":{"type":["null","boolean"]},"archived":{"type":["null","boolean"]},"disabled":{"type":["null","boolean"]},"visibility":{"type":["null","string"]},"pushed_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"permissions":{"type":["null","object"],"properties":{"admin":{"type":["null","boolean"]},"push":{"type":["null","boolean"]},"pull":{"type":["null","boolean"]}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"review_comments","selected":false},"stream":{"name":"review_comments","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"url":{"type":["null","string"]},"pull_request_review_id":{"type":["null","integer"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"diff_hunk":{"type":["null","string"]},"path":{"type":["null","string"]},"position":{"type":["null","integer"]},"original_position":{"type":["null","integer"]},"commit_id":{"type":["null","string"]},"original_commit_id":{"type":["null","string"]},"in_reply_to_id":{"type":["null","integer"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":["null","string"],"format":"date-time"},"html_url":{"type":["null","string"]},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]},"_links":{"type":["null","object"],"properties":{"self":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"html":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}},"pull_request":{"type":["null","object"],"properties":{"href":{"type":["null","string"]}}}}},"start_line":{"type":["null","integer"]},"original_start_line":{"type":["null","integer"]},"start_side":{"type":["null","string"]},"line":{"type":["null","integer"]},"original_line":{"type":["null","integer"]},"side":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"reviews","selected":false},"stream":{"name":"reviews","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"body":{"type":["null","string"]},"state":{"type":["null","string"]},"html_url":{"type":["null","string"]},"pull_request_url":{"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"]}}}}},"submitted_at":{"type":["null","string"],"format":"date-time"},"created_at":{"type":"string","format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"commit_id":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["starred_at"],"destinationSyncMode":"append","primaryKey":[["user_id"]],"aliasName":"stargazers","selected":false},"stream":{"name":"stargazers","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"user_id":{"type":["null","integer"]},"starred_at":{"type":["null","string"],"format":"date-time"},"user":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["starred_at"],"sourceDefinedPrimaryKey":[["user_id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"tags","selected":false},"stream":{"name":"tags","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"repository":{"type":["string"]},"name":{"type":["null","string"]},"commit":{"type":["null","object"],"properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"zipball_url":{"type":["null","string"]},"tarball_url":{"type":["null","string"]},"node_id":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"],["team_slug"]],"aliasName":"team_members","selected":false},"stream":{"name":"team_members","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"login":{"type":["null","string"]},"id":{"type":"integer"},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]},"organization":{"type":"string"},"team_slug":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"],["team_slug"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["url"]],"aliasName":"team_memberships","selected":false},"stream":{"name":"team_memberships","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"state":{"type":["null","string"]},"role":{"type":["null","string"]},"url":{"type":"string"},"organization":{"type":"string"},"team_slug":{"type":"string"},"username":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["url"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"teams","selected":false},"stream":{"name":"teams","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":"object","properties":{"organization":{"type":["null","string"]},"repository":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"name":{"type":["null","string"]},"slug":{"type":["null","string"]},"description":{"type":["null","string"]},"privacy":{"type":["null","string"]},"permission":{"type":["null","string"]},"members_url":{"type":["null","string"]},"repositories_url":{"type":["null","string"]},"parent":{"type":["null","object"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"users","selected":true},"stream":{"name":"users","jsonSchema":{"$schema":"http://json-schema.org/draft-07/schema#","type":["null","object"],"properties":{"organization":{"type":["null","string"]},"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"workflow_runs","selected":false},"stream":{"name":"workflow_runs","jsonSchema":{"$schema":"http://json-schema.org/draft-04/schema#","type":"object","properties":{"id":{"type":["null","integer"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"head_branch":{"type":["null","string"]},"head_sha":{"type":["null","string"]},"run_number":{"type":["null","integer"]},"event":{"type":["null","string"]},"status":{"type":["null","string"]},"conclusion":{"type":["null","string"]},"workflow_id":{"type":["null","integer"]},"check_suite_id":{"type":["null","integer"]},"check_suite_node_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"pull_requests":{"type":"array","items":{}},"created_at":{"type":["null","string"]},"updated_at":{"type":["null","string"]},"run_attempt":{"type":["null","integer"]},"run_started_at":{"type":["null","string"]},"jobs_url":{"type":["null","string"]},"logs_url":{"type":["null","string"]},"check_suite_url":{"type":["null","string"]},"artifacts_url":{"type":["null","string"]},"cancel_url":{"type":["null","string"]},"rerun_url":{"type":["null","string"]},"previous_attempt_url":{"type":["null","string"]},"workflow_url":{"type":["null","string"]},"head_commit":{"type":"object","properties":{"id":{"type":["null","string"]},"tree_id":{"type":["null","string"]},"message":{"type":["null","string"]},"timestamp":{"type":["null","string"]},"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}}}},"repository":{"type":"object","properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"full_name":{"type":["null","string"]},"private":{"type":["null","boolean"]},"owner":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"html_url":{"type":["null","string"]},"description":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"issue_events_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"branches_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"git_tags_url":{"type":["null","string"]},"git_refs_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"contributors_url":{"type":["null","string"]},"subscribers_url":{"type":["null","string"]},"subscription_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"git_commits_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"contents_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"releases_url":{"type":["null","string"]},"deployments_url":{"type":["null","string"]}}},"head_repository":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"full_name":{"type":["null","string"]},"private":{"type":["null","boolean"]},"owner":{"type":["null","object"],"properties":{"login":{"type":["null","string"]},"id":{"type":["null","integer"]},"node_id":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"gravatar_id":{"type":["null","string"]},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"followers_url":{"type":["null","string"]},"following_url":{"type":["null","string"]},"gists_url":{"type":["null","string"]},"starred_url":{"type":["null","string"]},"subscriptions_url":{"type":["null","string"]},"organizations_url":{"type":["null","string"]},"repos_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"received_events_url":{"type":["null","string"]},"type":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"html_url":{"type":["null","string"]},"description":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"issue_events_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"branches_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"git_tags_url":{"type":["null","string"]},"git_refs_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"contributors_url":{"type":["null","string"]},"subscribers_url":{"type":["null","string"]},"subscription_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"git_commits_url":{"type":["null","string"]},"comments_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"contents_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"releases_url":{"type":["null","string"]},"deployments_url":{"type":["null","string"]}}}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}},{"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"workflows","selected":false},"stream":{"name":"workflows","jsonSchema":{"$schema":"http://json-schema.org/draft-04/schema#","type":["null","object"],"properties":{"id":{"type":"integer"},"node_id":{"type":["null","string"]},"name":{"type":["null","string"]},"path":{"type":["null","string"]},"state":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"updated_at":{"type":"string","format":"date-time"},"url":{"type":["null","string"]},"html_url":{"type":["null","string"]},"badge_url":{"type":["null","string"]},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]}}]},"schedule":{"units":1,"timeUnit":"hours"},"status":"active","operations":[],"sourceCatalogId":"20db62d2-a7f0-4c0b-8ce0-a22c414ea464","withRefreshedCatalog":true} 2023-03-07 19:08:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:08:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:08:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:08:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:08:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:08:27 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:08:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:08:32 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:08:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":16} 2023-03-07 19:08:35 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:08:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":16} 2023-03-07 19:08:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:08:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:08:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":16} 2023-03-07 19:08:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:08:42 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":16} 2023-03-07 19:08:42 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:08:45 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":16} 2023-03-07 19:08:45 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:09:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:09:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:09:39 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:10:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:10:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:10:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:11:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:11:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:11:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:12:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:12:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:12:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:13:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:13:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:13:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:14:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:15:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:16:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:17:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:17:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:17:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":16} 2023-03-07 19:17:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:17:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:17:39 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:17:59 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:18:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:18:39 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:18:59 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:19:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:19:39 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:19:59 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:20:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:20:39 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:20:59 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:21:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:21:39 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:21:59 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:22:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:22:44 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:22:44 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:22:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:22:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/get - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:22:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:22:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:22:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:22:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:22:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:22:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:22:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/get - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:22:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:22:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:22:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:22:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:22:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:22:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:22:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/get - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:22:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:22:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:22:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:22:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:22:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:22:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:22:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:22:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:22:51 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 19:22:51 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:22:51 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-07 19:22:51 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:22:51 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:22:54 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:22:54 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 19:22:54 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:22:54 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-07 19:22:54 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:22:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:22:59 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:23:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:23:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:23:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:23:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:23:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:23:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:23:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:23:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:23:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:23:08 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:23:15 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/update - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e","dockerImageTag":"0.4.2"} 2023-03-07 19:23:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/update - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e","dockerImageTag":"0.4.2"} 2023-03-07 19:23:28 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:23:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:23:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:23:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:23:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:23:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:23:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:24:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:24:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:24:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:24:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:24:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/get - {"sourceId":"04e7badb-ebc9-44af-956e-5f269c509b31"} 2023-03-07 19:24:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:24:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:24:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:24:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:24:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:24:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:24:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:24:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:24:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:24:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:24:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:24:08 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:24:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:24:10 INFO i.a.w.t.TemporalClient(resetConnection):366 - reset sync request 2023-03-07 19:24:10 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:24:10 INFO i.a.w.t.TemporalClient(resetConnection):402 - end of reset submission 2023-03-07 19:24:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/reset - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:24:12 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:24:14 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:24:16 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 19:24:16 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:24:17 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-07 19:24:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:24:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:24:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:24:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:24:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:24:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:24:21 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:24:21 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:24:21 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:24:21 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:24:29 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:24:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:25:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:25:28 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:25:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:25:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:25:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:25:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:25:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:25:33 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:25:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:25:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:25:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:25:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:25:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:26:08 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:26:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/update - {"sourceDefinitionId":"af6d50ee-dddf-4126-a8ee-7faee990774f","dockerImageTag":"0.1.8"} 2023-03-07 19:26:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:26:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:26:23 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:26:23 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:26:23 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:26:23 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/update - {"sourceDefinitionId":"decd338e-5647-4c0b-adf4-da0e75f5a750","dockerImageTag":"2.0.0"} 2023-03-07 19:26:28 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:26:28 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:26:28 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:26:28 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:26:28 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:26:28 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:26:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"9f760101-60ae-462f-9ee6-b7a9dafd454d","dockerImageTag":"0.1.10"} 2023-03-07 19:27:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"af7c921e-5892-4ff2-b6c1-4a5ab258fb7e","dockerImageTag":"1.0.0"} 2023-03-07 19:27:05 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"e06ad785-ad6f-4647-b2e8-3027a5c59454","dockerImageTag":"0.1.1"} 2023-03-07 19:27:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"25c5221d-dce2-4163-ade9-739ef790f503","dockerImageTag":"0.3.26"} 2023-03-07 19:27:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"a4cbd2d1-8dbe-4818-b8bc-b90ad782d12a","dockerImageTag":"0.1.2"} 2023-03-07 19:27:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/get - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:27:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:27:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:27:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:27:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:27:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:27:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:27:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:27:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:27:54 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"68f351a7-2745-4bef-ad7f-996b8e51bb8c","dockerImageTag":"0.1.6"} 2023-03-07 19:27:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"072d5540-f236-4294-ba7c-ade8fd918496","dockerImageTag":"0.3.1"} 2023-03-07 19:27:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"294a4790-429b-40ae-9516-49826b9702e1","dockerImageTag":"0.1.7"} 2023-03-07 19:27:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"ca8f6566-e555-4b40-943a-545bf123117a","dockerImageTag":"0.2.14"} 2023-03-07 19:28:07 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:28:21 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:23 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":20} 2023-03-07 19:28:23 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:26 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:27 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:28:28 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:31 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:34 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:36 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"22f6c74f-5699-40ff-833c-4a879ea40133","dockerImageTag":"1.2.14"} 2023-03-07 19:28:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"3986776d-2319-4de9-8af8-db14c0996e72","dockerImageTag":"0.1.19"} 2023-03-07 19:28:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/update - {"destinationDefinitionId":"f7a7d195-377f-cf5b-70a5-be6b819019dc","dockerImageTag":"0.4.0"} 2023-03-07 19:28:39 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:42 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:44 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:28:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:54 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:28:57 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:29:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:29:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:29:07 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:29:27 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:29:48 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:30:08 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:30:27 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:30:40 WARN o.h.v.i.p.j.JavaBeanExecutable(getParameters):216 - HV000254: Missing parameter metadata for OperatorType(String, int, String), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. 2023-03-07 19:30:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/operations/check - {"operatorType":"dbt","dbt":{"gitRepoUrl":"https://github.com/rehabforjapan/tablet-infra.git","dockerImage":"fishtownanalytics/dbt:1.0.0","dbtArguments":"run"}} 2023-03-07 19:30:43 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/update - {"name":"test","connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d","namespaceDefinition":"source","namespaceFormat":"${SOURCE_NAMESPACE}","prefix":"airbyte_","operationIds":[],"syncCatalog":{"streams":[{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"assignees","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"branches","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"collaborators","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"comments","selected":false}},{"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"commit_comment_reactions","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"commit_comments","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"overwrite","primaryKey":[["sha"]],"aliasName":"commits","selected":true}},{"stream":{"name":"deployments","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"task":{"type":["null","string"]},"creator":{"type":"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"]},"payload":{"type":["null","string","object"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"environment":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"original_environment":{"type":["null","string"]},"transient_environment":{"type":["null","boolean"]},"production_environment":{"type":["null","boolean"]},"performed_via_github_app":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"deployments","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"events","selected":false}},{"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_comment_reactions","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_events","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_labels","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_milestones","selected":false}},{"stream":{"name":"issue_reactions","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-07/schema#","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":"string","format":"date-time"},"repository":{"type":"string"},"issue_number":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_reactions","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issues","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"organizations","selected":false}},{"stream":{"name":"project_cards","jsonSchema":{"type":"object","$schema":"http://json-schema.org/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"note":{"type":["null","string"]},"creator":{"type":"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"]},"archived":{"type":["null","boolean"]},"column_id":{"type":["null","integer"]},"column_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"project_cards","selected":false}},{"stream":{"name":"project_columns","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"cards_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"project_columns","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"projects","selected":false}},{"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_request_comment_reactions","selected":false}},{"stream":{"name":"pull_request_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":"object","properties":{"url":{"type":["null","string"]},"tree":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"author":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"committer":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"verification":{"type":"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":"array","items":{"type":"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"]}}},"repository":{"type":["null","string"]},"pull_number":{"type":["null","integer"]},"comments_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["sha"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["sha"]],"aliasName":"pull_request_commits","selected":false}},{"stream":{"name":"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","string"]},"merged_by":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"changed_files":{"type":["null","integer"]},"can_be_rebased":{"type":["null","boolean"]},"review_comments":{"type":["null","integer"]},"merge_state_status":{"type":["null","string"]},"maintainer_can_modify":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_request_stats","selected":false}},{"stream":{"name":"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","object"],"properties":{"enabled_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"]}}},"commit_title":{"type":["null","string"]},"merge_method":{"type":["null","string"]},"commit_message":{"type":["null","string"]}}},"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_requests","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"releases","selected":false}},{"stream":{"name":"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":"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","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"repositories","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"review_comments","selected":false}},{"stream":{"name":"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"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"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"]},"created_at":{"type":"string","format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":"string","format":"date-time"},"submitted_at":{"type":["null","string"],"format":"date-time"},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"reviews","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["starred_at"],"destinationSyncMode":"append","primaryKey":[["user_id"]],"aliasName":"stargazers","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"tags","selected":false}},{"stream":{"name":"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","object"]},"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"teams","selected":false}},{"stream":{"name":"team_members","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":"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"]},"team_slug":{"type":"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":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"],["team_slug"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"],["team_slug"]],"aliasName":"team_members","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"users","selected":true}},{"stream":{"name":"workflows","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":"integer"},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"path":{"type":["null","string"]},"state":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"badge_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"workflows","selected":false}},{"stream":{"name":"workflow_runs","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"event":{"type":["null","string"]},"status":{"type":["null","string"]},"node_id":{"type":["null","string"]},"head_sha":{"type":["null","string"]},"html_url":{"type":["null","string"]},"jobs_url":{"type":["null","string"]},"logs_url":{"type":["null","string"]},"rerun_url":{"type":["null","string"]},"cancel_url":{"type":["null","string"]},"conclusion":{"type":["null","string"]},"created_at":{"type":["null","string"]},"repository":{"type":"object","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"run_number":{"type":["null","integer"]},"updated_at":{"type":["null","string"]},"head_branch":{"type":["null","string"]},"head_commit":{"type":"object","properties":{"id":{"type":["null","string"]},"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"tree_id":{"type":["null","string"]},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"timestamp":{"type":["null","string"]}}},"run_attempt":{"type":["null","integer"]},"workflow_id":{"type":["null","integer"]},"workflow_url":{"type":["null","string"]},"artifacts_url":{"type":["null","string"]},"pull_requests":{"type":"array","items":{}},"check_suite_id":{"type":["null","integer"]},"run_started_at":{"type":["null","string"]},"check_suite_url":{"type":["null","string"]},"head_repository":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"check_suite_node_id":{"type":["null","string"]},"previous_attempt_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"workflow_runs","selected":false}},{"stream":{"name":"team_memberships","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"url":{"type":"string"},"role":{"type":["null","string"]},"state":{"type":["null","string"]},"username":{"type":"string"},"team_slug":{"type":"string"},"organization":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["url"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["url"]],"aliasName":"team_memberships","selected":false}}]},"schedule":{"units":1,"timeUnit":"hours"},"status":"active","operations":[{"name":"My dbt transformations","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5","operatorConfiguration":{"operatorType":"dbt","dbt":{"gitRepoUrl":"https://github.com/rehabforjapan/tablet-infra.git","dockerImage":"fishtownanalytics/dbt:1.0.0","dbtArguments":"run"}}}],"sourceCatalogId":"20db62d2-a7f0-4c0b-8ce0-a22c414ea464"} 2023-03-07 19:30:45 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:30:47 INFO i.a.w.t.TemporalClient(resetConnection):366 - reset sync request 2023-03-07 19:30:47 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:30:47 INFO i.a.w.t.TemporalClient(resetConnection):402 - end of reset submission 2023-03-07 19:30:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/reset - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:30:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:30:47 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:30:49 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:30:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:30:52 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:30:53 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:30:55 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:30:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:30:56 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:30:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definition_specifications/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f","workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:31:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/update - {"name":"test","connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d","namespaceDefinition":"source","namespaceFormat":"${SOURCE_NAMESPACE}","prefix":"airbyte_","operationIds":["0daffde6-0383-46de-856d-d73a754a59aa"],"syncCatalog":{"streams":[{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"assignees","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"branches","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"collaborators","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"comments","selected":false}},{"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"commit_comment_reactions","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"commit_comments","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"overwrite","primaryKey":[["sha"]],"aliasName":"commits","selected":true}},{"stream":{"name":"deployments","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"ref":{"type":["null","string"]},"sha":{"type":["null","string"]},"url":{"type":["null","string"]},"task":{"type":["null","string"]},"creator":{"type":"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"]},"payload":{"type":["null","string","object"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"description":{"type":["null","string"]},"environment":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"repository_url":{"type":["null","string"]},"original_environment":{"type":["null","string"]},"transient_environment":{"type":["null","boolean"]},"production_environment":{"type":["null","boolean"]},"performed_via_github_app":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"deployments","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"events","selected":false}},{"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_comment_reactions","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_events","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_labels","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_milestones","selected":false}},{"stream":{"name":"issue_reactions","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-07/schema#","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":"string","format":"date-time"},"repository":{"type":"string"},"issue_number":{"type":"integer"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issue_reactions","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"issues","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"organizations","selected":false}},{"stream":{"name":"project_cards","jsonSchema":{"type":"object","$schema":"http://json-schema.org/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"note":{"type":["null","string"]},"creator":{"type":"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"]},"archived":{"type":["null","boolean"]},"column_id":{"type":["null","integer"]},"column_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"project_cards","selected":false}},{"stream":{"name":"project_columns","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"node_id":{"type":["null","string"]},"cards_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"project_id":{"type":["null","integer"]},"repository":{"type":["null","string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"project_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"project_columns","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"projects","selected":false}},{"stream":{"name":"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"]},"comment_id":{"type":"integer"},"created_at":{"type":"string","format":"date-time"},"repository":{"type":"string"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["created_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_request_comment_reactions","selected":false}},{"stream":{"name":"pull_request_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":"object","properties":{"url":{"type":["null","string"]},"tree":{"type":"object","properties":{"sha":{"type":["null","string"]},"url":{"type":["null","string"]}}},"author":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"committer":{"type":"object","properties":{"date":{"type":["null","string"]},"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"verification":{"type":"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":"array","items":{"type":"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"]}}},"repository":{"type":["null","string"]},"pull_number":{"type":["null","integer"]},"comments_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["sha"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["sha"]],"aliasName":"pull_request_commits","selected":false}},{"stream":{"name":"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","string"]},"merged_by":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"repository":{"type":["string"]},"updated_at":{"type":["null","string"],"format":"date-time"},"changed_files":{"type":["null","integer"]},"can_be_rebased":{"type":["null","boolean"]},"review_comments":{"type":["null","integer"]},"merge_state_status":{"type":["null","string"]},"maintainer_can_modify":{"type":["null","boolean"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_request_stats","selected":false}},{"stream":{"name":"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","object"],"properties":{"enabled_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"]}}},"commit_title":{"type":["null","string"]},"merge_method":{"type":["null","string"]},"commit_message":{"type":["null","string"]}}},"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"pull_requests","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["created_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"releases","selected":false}},{"stream":{"name":"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":"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","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"repositories","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"review_comments","selected":false}},{"stream":{"name":"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"]},"type":{"type":["null","string"]},"login":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"avatar_url":{"type":["null","string"]},"site_admin":{"type":["null","boolean"]}}},"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"]},"created_at":{"type":"string","format":"date-time"},"repository":{"type":["string"]},"updated_at":{"type":"string","format":"date-time"},"submitted_at":{"type":["null","string"],"format":"date-time"},"pull_request_url":{"type":["null","string"]},"author_association":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"reviews","selected":false}},{"stream":{"name":"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"]]},"config":{"syncMode":"full_refresh","cursorField":["starred_at"],"destinationSyncMode":"append","primaryKey":[["user_id"]],"aliasName":"stargazers","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["repository"],["name"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["repository"],["name"]],"aliasName":"tags","selected":false}},{"stream":{"name":"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","object"]},"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"teams","selected":false}},{"stream":{"name":"team_members","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"id":{"type":"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"]},"team_slug":{"type":"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":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"],["team_slug"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["id"],["team_slug"]],"aliasName":"team_members","selected":false}},{"stream":{"name":"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"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"overwrite","primaryKey":[["id"]],"aliasName":"users","selected":true}},{"stream":{"name":"workflows","jsonSchema":{"type":["null","object"],"$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":"integer"},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"path":{"type":["null","string"]},"state":{"type":["null","string"]},"node_id":{"type":["null","string"]},"html_url":{"type":["null","string"]},"badge_url":{"type":["null","string"]},"created_at":{"type":["null","string"],"format":"date-time"},"repository":{"type":"string"},"updated_at":{"type":"string","format":"date-time"}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"workflows","selected":false}},{"stream":{"name":"workflow_runs","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-04/schema#","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"name":{"type":["null","string"]},"event":{"type":["null","string"]},"status":{"type":["null","string"]},"node_id":{"type":["null","string"]},"head_sha":{"type":["null","string"]},"html_url":{"type":["null","string"]},"jobs_url":{"type":["null","string"]},"logs_url":{"type":["null","string"]},"rerun_url":{"type":["null","string"]},"cancel_url":{"type":["null","string"]},"conclusion":{"type":["null","string"]},"created_at":{"type":["null","string"]},"repository":{"type":"object","properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"run_number":{"type":["null","integer"]},"updated_at":{"type":["null","string"]},"head_branch":{"type":["null","string"]},"head_commit":{"type":"object","properties":{"id":{"type":["null","string"]},"author":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"message":{"type":["null","string"]},"tree_id":{"type":["null","string"]},"committer":{"type":"object","properties":{"name":{"type":["null","string"]},"email":{"type":["null","string"]}}},"timestamp":{"type":["null","string"]}}},"run_attempt":{"type":["null","integer"]},"workflow_id":{"type":["null","integer"]},"workflow_url":{"type":["null","string"]},"artifacts_url":{"type":["null","string"]},"pull_requests":{"type":"array","items":{}},"check_suite_id":{"type":["null","integer"]},"run_started_at":{"type":["null","string"]},"check_suite_url":{"type":["null","string"]},"head_repository":{"type":["null","object"],"properties":{"id":{"type":["null","integer"]},"url":{"type":["null","string"]},"fork":{"type":["null","boolean"]},"name":{"type":["null","string"]},"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"]}}},"node_id":{"type":["null","string"]},"private":{"type":["null","boolean"]},"html_url":{"type":["null","string"]},"keys_url":{"type":["null","string"]},"tags_url":{"type":["null","string"]},"blobs_url":{"type":["null","string"]},"forks_url":{"type":["null","string"]},"full_name":{"type":["null","string"]},"hooks_url":{"type":["null","string"]},"pulls_url":{"type":["null","string"]},"teams_url":{"type":["null","string"]},"trees_url":{"type":["null","string"]},"events_url":{"type":["null","string"]},"issues_url":{"type":["null","string"]},"labels_url":{"type":["null","string"]},"merges_url":{"type":["null","string"]},"archive_url":{"type":["null","string"]},"commits_url":{"type":["null","string"]},"compare_url":{"type":["null","string"]},"description":{"type":["null","string"]},"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"]},"releases_url":{"type":["null","string"]},"statuses_url":{"type":["null","string"]},"assignees_url":{"type":["null","string"]},"downloads_url":{"type":["null","string"]},"languages_url":{"type":["null","string"]},"milestones_url":{"type":["null","string"]},"stargazers_url":{"type":["null","string"]},"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"]},"subscription_url":{"type":["null","string"]},"collaborators_url":{"type":["null","string"]},"issue_comment_url":{"type":["null","string"]},"notifications_url":{"type":["null","string"]}}},"check_suite_node_id":{"type":["null","string"]},"previous_attempt_url":{"type":["null","string"]}}},"supportedSyncModes":["full_refresh","incremental"],"sourceDefinedCursor":true,"defaultCursorField":["updated_at"],"sourceDefinedPrimaryKey":[["id"]]},"config":{"syncMode":"full_refresh","cursorField":["updated_at"],"destinationSyncMode":"append","primaryKey":[["id"]],"aliasName":"workflow_runs","selected":false}},{"stream":{"name":"team_memberships","jsonSchema":{"type":"object","$schema":"http://json-schema.org/draft-07/schema#","properties":{"url":{"type":"string"},"role":{"type":["null","string"]},"state":{"type":["null","string"]},"username":{"type":"string"},"team_slug":{"type":"string"},"organization":{"type":"string"}}},"supportedSyncModes":["full_refresh"],"defaultCursorField":[],"sourceDefinedPrimaryKey":[["url"]]},"config":{"syncMode":"full_refresh","cursorField":[],"destinationSyncMode":"append","primaryKey":[["url"]],"aliasName":"team_memberships","selected":false}}]},"schedule":{"units":1,"timeUnit":"hours"},"status":"active","operations":[],"sourceCatalogId":"20db62d2-a7f0-4c0b-8ce0-a22c414ea464"} 2023-03-07 19:31:02 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/state/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:31:05 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:31:07 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 19:31:07 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:31:07 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-07 19:31:07 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:31:07 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:31:07 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:31:08 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:31:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:31:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:31:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:31:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:31:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:31:15 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:31:15 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:31:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:31:16 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:31:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-07 19:31:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:31:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:31:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:31:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:31:17 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:31:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:31:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:31:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:31:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:31:20 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/get_debug_info - {"id":22} 2023-03-07 19:31:21 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:31:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:31:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:31:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:31:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:31:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/get - {"destinationId":"ca307eaf-5bee-4b26-84d4-3a084e6ebbcd"} 2023-03-07 19:31:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:31:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:31:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:31:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:31:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:31:25 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:31:25 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:31:37 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:31:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:32:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:32:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:32:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:33:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:33:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:33:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:34:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:34:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:34:58 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:35:18 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:35:38 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:35:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/get - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:35:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-07 19:35:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/sources/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:35:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-07 19:35:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destinations/get - {"destinationId":"ca307eaf-5bee-4b26-84d4-3a084e6ebbcd"} 2023-03-07 19:35:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:35:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-07 19:35:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-07 19:35:41 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-07 19:36:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:36:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:36:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-07 19:36:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-07 19:36:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:36:04 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:36:04 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-07 19:36:04 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-07 19:36:04 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-07 19:36:05 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-07 19:36:22 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-07 19:36:39 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-07 19:36:40 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:08:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/list 2023-03-08 01:08:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/workspaces/get - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-08 01:08:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-08 01:08:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/list - {"workspaceId":"b740a9b4-048b-4500-b41b-038e14a3f2d5"} 2023-03-08 01:08:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-08 01:08:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-08 01:08:24 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-08 01:08:27 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-08 01:08:27 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-08 01:08:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:08:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:09:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:09:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:09:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:10:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/web_backend/connections/get - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-08 01:10:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/get - {"sourceDefinitionId":"ef69ef6e-aa7f-4af1-a01d-ef775033524e"} 2023-03-08 01:10:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-08 01:10:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/get - {"destinationDefinitionId":"6c6366b8-11f9-419a-8cdc-9209def71e1f"} 2023-03-08 01:10:06 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-08 01:10:06 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-08 01:10:06 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-08 01:10:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-08 01:10:07 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-08 01:10:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:10:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:10:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:11:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:11:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:11:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:12:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:12:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:12:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:13:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:13:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:13:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:14:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:14:30 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:14:50 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:15:45 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:15:57 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-08 01:15:57 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:16:00 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-08 01:16:01 INFO i.a.w.t.TemporalClient(resetConnection):366 - reset sync request 2023-03-08 01:16:01 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-08 01:16:01 INFO i.a.w.t.TemporalClient(resetConnection):402 - end of reset submission 2023-03-08 01:16:01 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/reset - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-08 01:16:03 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-08 01:16:06 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-08 01:16:08 INFO i.a.w.t.TemporalClient(startNewManualSync):297 - Manual sync request 2023-03-08 01:16:08 INFO i.a.w.t.ConnectionManagerUtils(signalWorkflowAndRepairIfNecessary):89 - Retrieved existing connection manager workflow for connection dc9a3f1c-57fb-4074-b356-95c94841552d. Executing signal. 2023-03-08 01:16:08 INFO i.a.w.t.TemporalClient(startNewManualSync):325 - end of manual schedule 2023-03-08 01:16:08 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/connections/sync - {"connectionId":"dc9a3f1c-57fb-4074-b356-95c94841552d"} 2023-03-08 01:16:09 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/jobs/list - {"configId":"dc9a3f1c-57fb-4074-b356-95c94841552d","configTypes":["sync","reset_connection"]} 2023-03-08 01:16:10 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 GET 200 /api/v1/health 2023-03-08 01:16:11 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list_latest 2023-03-08 01:16:11 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/source_definitions/list 2023-03-08 01:16:11 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list_latest 2023-03-08 01:16:11 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/destination_definitions/list 2023-03-08 01:16:19 WARN o.h.v.i.p.j.JavaBeanExecutable(getParameters):216 - HV000254: Missing parameter metadata for LogType(String, int, String), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. 2023-03-08 01:16:19 INFO i.a.s.RequestLogger(filter):112 - REQ 172.18.0.2 POST 200 /api/v1/logs/get - {"logType":"server"}