Jay Saini
06/20/2022, 2:58 PMCould not connect with provided configuration. HikariPool-1 - Connection is not available, request timed out after 30013ms.
Dimitriy Ni
06/20/2022, 5:32 PMDimitriy Ni
06/21/2022, 12:31 PMThe connection tests failed.
OAuthTokenRequestException('invalid_client', "AADSTS700025: Client is public so neither 'client_assertion' nor 'client_secret' should be presented.\r\nTrace ID: 7548d8f2-7c02-456f-a00a-744add096300\r\nCorrelation ID: ce766f83-a3a4-4ece-8aca-67337ae17e62\r\nTimestamp: 2022-06-21 122634Z")Did anyone have had this error and could solve this or knows what the problem is?
Jaafar
06/21/2022, 3:23 PMGary Qi
06/21/2022, 4:32 PMCould not connect with provided configuration. Error: unable to create ONS subscriber with properties provided
Caused by: oracle.ons.SubscriptionRefused: service=sys$users (offset 40)
Anything special I need to config in DB server?Vinicius Nunes
06/21/2022, 6:34 PM2022-06-21 16:11:17 INFO i.a.v.j.JsonSchemaValidator(test):56 - JSON schema validation failed.
errors: $.client_id: is missing but it is required, $.client_secret: is missing but it is required, $.refresh_token: is missing but it is required, $.credentials_title: must be a constant value OAuth Credentials
2022-06-21 16:11:16 INFO i.a.w.p.KubePodProcess(close):710 - (pod: airbyte / normalization-redshift-sync-1100-0-ixioh) - Closed all resources for pod
2022-06-21 16:11:16 INFO i.a.w.t.TemporalAttemptExecution(lambda$getWorkerThread$2):158 - Completing future exceptionally...
But i dont know why, source as Hubspot and Destination as RedshiftStephan Claus
06/21/2022, 6:56 PMerrors: $.type: does not have a value in the enumeration [RECORD, STATE, LOG, SPEC, CONNECTION_STATUS, CATALOG]
2022-06-21 18:03:40 ERROR i.a.w.p.a.DefaultAirbyteStreamFactory(lambda$create$1):70 - Validation failed: {"type":"TRACE","trace":{"type":"ERROR","emitted_at":1.655834620083E12,"error":{"message":"Something went wrong in the connector. See the logs for more details.","internal_message":"java.lang.RuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException: Invalid object name 'SynchroTiers'.","stack_trace":"[io.airbyte.db.jdbc.StreamingJdbcDatabase.unsafeQuery(StreamingJdbcDatabase.java:75), io.airbyte.db.jdbc.JdbcDatabase.queryMetadata(JdbcDatabase.java:217), io.airbyte.integrations.source.mssql.MssqlSource.getWrappedColumn(MssqlSource.java:145), io.airbyte.integrations.source.mssql.MssqlSource.queryTableFullRefresh(MssqlSource.java:80), io.airbyte.integrations.source.mssql.MssqlSource.queryTableFullRefresh(MssqlSource.java:52), io.airbyte.integrations.source.relationaldb.AbstractDbSource.getFullRefreshStream(AbstractDbSource.java:299), io.airbyte.integrations.source.relationaldb.AbstractDbSource.createReadIterator(AbstractDbSource.java:245), io.airbyte.integrations.source.relationaldb.AbstractDbSource.getSelectedIterators(AbstractDbSource.java:192), io.airbyte.integrations.source.relationaldb.AbstractDbSource.getFullRefreshIterators(AbstractDbSource.java:149), io.airbyte.integrations.source.relationaldb.AbstractDbSource.read(AbstractDbSource.java:122), io.airbyte.integrations.base.ssh.SshWrappedSource.read(SshWrappedSource.java:54), io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:155), io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:107), io.airbyte.integrations.source.mssql.MssqlSource.main(MssqlSource.java:450)]","failure_type":"system_error"}}}
2022-06-21 18:03:41 INFO i.a.w.p.KubePodProcess(close):708 - (pod: airbyte / source-mssql-sync-1636-0-oyvka) - Closed all resources for pod
so it looks like there is a certain stream in my source which causes the whole sync to fail. I checked the logs for further details but cannot find the respective stream which is causing it. What is the best way to troubleshoot and debug further? Appreciate any hint, thank you!Albinas Plėšnys
06/21/2022, 10:24 PMDharshan Viswanathan
06/21/2022, 11:20 PMDharshan Viswanathan
06/21/2022, 11:20 PMPiyush Bajaj
06/22/2022, 5:53 AMChaitanya Baraskar
06/22/2022, 9:13 AMLuciano Domingues Pinto
06/22/2022, 12:25 PMFacebookAPIException('Error: 2635, (#2635) You are calling a deprecated version of the Ads API. Please update to the latest version: v14.0.')
I saw an Issue resolved on github for v13. Tried adding api_version=‘v14.0’ to the api.py but didn’t work.
what else could be done to successfully connect to the source?Bastien Beurier
06/22/2022, 1:06 PMpython main.py check --config sample_files/config.json
. I get the following error No such file or directory: ‘/[...]/airbyte/airbyte-integrations/connectors/source-python-http-example/source_python_http_example/spec.json’. I have a spec.yaml (as per the tutorial), why is it asking for a spec.json? Any idea what I’m doing wrong?Mark Rodriguez
06/22/2022, 5:42 PMSimon Thelin
06/22/2022, 7:58 PMSlackbot
06/22/2022, 8:10 PMSimon Thelin
06/22/2022, 9:13 PMread
and writer
pods airbyte creates in k8s?Dharshan Viswanathan
06/22/2022, 10:50 PMTodd de Quincey
06/23/2022, 6:28 AMSimon Thelin
06/23/2022, 6:30 AMs3 writers
?
Currently it looks like it only creates 1
writer
, and for very large tables (syncing from pg
), this is quite slow.Wahyu Budiman
06/23/2022, 9:29 AMZawar Khan
06/23/2022, 1:02 PM"meta": {
"lastUpdate": {
"type": "string"
}
},
Lydia Aguini
06/23/2022, 1:58 PMAsadbek Muminov
06/23/2022, 4:24 PMMikhail
06/23/2022, 5:21 PMken Hung
06/23/2022, 5:22 PMMarcos Marx (Airbyte)
06/23/2022, 6:35 PMDave Lin
06/23/2022, 7:32 PMJoão Alves
06/23/2022, 10:00 PM