neeraj sen
05/04/2023, 9:33 AMfetch to failed
Configuration check failed - 'The supplied API token is invalid'
validate the required parameter is working fine...
any suggestion ?R I
05/04/2023, 9:56 AMPiyush Singariya
05/04/2023, 10:35 AMignoring input which can't be deserialized as Airbyte Message: {"type":"RECORD","record":{"stream":"latest_view4","data":{"key":2,"someCol":"ttt","eventTime":"2020-01-01T02:02:02"}}}
Benjamin Edwards
05/04/2023, 11:25 AMSlackbot
05/04/2023, 12:33 PMMiguel Ángel Torres Font - Valencia C.F.
05/04/2023, 12:38 PMUtkarsh
05/04/2023, 1:14 PMInternal message: java.lang.NullPointerException: null value in entry: isNullable=null
Failure type: system_error
Stacktrace
java.lang.NullPointerException: null value in entry: isNullable=null
let me know if you require full stack traceDylan Foster
05/04/2023, 4:34 PMio.airbyte.db.exception.ConnectionErrorException: com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=<http://preproduction-mongo-1.vpc.travelbank.com:27017|preproduction-mongo-1.vpc.travelbank.com:27017>, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketWriteException: Exception sending message}, caused by {javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target}, caused by {sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target}, caused by {sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target}}]
at io.airbyte.integrations.source.mongodb.MongoDbSource.getAuthorizedCollections(MongoDbSource.java:145)
at io.airbyte.integrations.source.mongodb.MongoDbSource.lambda$getCheckOperations$0(MongoDbSource.java:79)
at io.airbyte.integrations.source.relationaldb.AbstractDbSource.check(AbstractDbSource.java:85)
at io.airbyte.integrations.base.IntegrationRunner.runInternal(IntegrationRunner.java:121)
at io.airbyte.integrations.base.IntegrationRunner.run(IntegrationRunner.java:97)
at io.airbyte.integrations.source.mongodb.MongoDbSource.main(MongoDbSource.java:52)
Caused by: com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=<http://preproduction-mongo-1.vpc.travelbank.com:27017|preproduction-mongo-1.vpc.travelbank.com:27017>, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketWriteException: Exception sending message}, caused by {javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target}, caused by {sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target}, caused by {sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target}}]
at com.mongodb.internal.connection.BaseCluster.getDescription(BaseCluster.java:181)
at com.mongodb.internal.connection.SingleServerCluster.getDescription(SingleServerCluster.java:41)
at com.mongodb.client.internal.MongoClientDelegate.getConnectedClusterDescription(MongoClientDelegate.java:144)
at com.mongodb.client.internal.MongoClientDelegate.createClientSession(MongoClientDelegate.java:101)
at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.getClientSession(MongoClientDelegate.java:291)
at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:183)
at com.mongodb.client.internal.MongoDatabaseImpl.executeCommand(MongoDatabaseImpl.java:195)
at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:164)
at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:159)
at com.mongodb.client.internal.MongoDatabaseImpl.runCommand(MongoDatabaseImpl.java:149)
at io.airbyte.integrations.source.mongodb.MongoDbSource.getAuthorizedCollections(MongoDbSource.java:130)
... 5 more
Neil Turner
05/04/2023, 4:46 PMMarcos Marx (Airbyte)
05/04/2023, 5:02 PMJeff Crooks
05/04/2023, 5:17 PMTony Popov
05/04/2023, 9:35 PMJohannes Müller
05/05/2023, 6:14 AMdpo_email
to be actual email addresses like in the source database:Utkarsh
05/05/2023, 6:42 AMmaddu kiran
05/05/2023, 7:21 AMYuva
05/05/2023, 7:41 AMjava.time.DateTimeException: Invalid value for MonthOfYear (valid values 1 - 12): 0
Similar to this on Github, https://github.com/airbytehq/airbyte/issues/24603. However the source table has 37million rows, so running a select query to isolate the faulty data is expensive.
Any idea why even turning off basic normalization in Airbyte will output this date parsing issue? I was hoping to load the data into the raw JSON column, and analyze it from thereaidan
05/05/2023, 9:15 AMSebastian Calderone
05/05/2023, 3:27 PMtemporal
and temporal_visibility
databases. This works flawlessly and I see the dbs created. For some reason it tries to recreate the dbs and it fails with the error:
ERROR Unable to create SQL database. {"error": "pq: database \"temporal\" already exists", "logging-call-at": "handler.go:97"}
Micky
05/05/2023, 4:00 PMRoberto Tolosa
05/05/2023, 4:23 PMMicky
05/05/2023, 5:14 PMTimothy McFall
05/05/2023, 11:26 PMorg.postgresql.util.PSQLException: ERROR: temporary file size exceeds temp_file_limit (10485760kB)
The Postgres Connector docs has a section for troubleshooting temporary file size limits, but it's a bit light on specifics:
Some larger tables may encounter an error related to the temporary file size limit such asMy question is, are there any guidelines on how much I'd need to increase the. To correct this error increase the temp_file_limit.temporary file size exceeds temp_file_limit
temp_file_limit
? Does it need to be at least as big as the size of the table I'm replicating? Any help would be appreciatedYannick Géry
05/06/2023, 2:08 PMcompiled SQL at ../build/run/airbyte_utils/models/generated/airbyte_incremental/scd/airbyte/pipedrive_notes_scd.sql,retryable=<null>,timestamp=1683380879753,additionalProperties={}], io.airbyte.config.FailureReason@2f2d5ed8[failureOrigin=normalization,failureType=system_error,internalMessage=Bad int64 value: dbe95fa0-ebeb-11ed-95e8-f321add3...,externalMessage=Normalization failed during the dbt run. This may indicate a problem with the data itself.,metadata=io.airbyte.config.Metadata@458f1e5d[additionalProperties={attemptNumber=2, jobId=89, from_trace_message=true}],stacktrace=AirbyteDbtError:
2 of 7 ERROR creating incremental model airbyte.pipedrive_notes_scd..................................................... [ERROR in 4.82s]
Database Error in model pipedrive_notes_scd (models/generated/airbyte_incremental/scd/airbyte/pipedrive_notes_scd.sql)
Bad int64 value: dbe95fa0-ebeb-11ed-95e8-f321add3...
compiled SQL at ../build/run/airbyte_utils/models/generated/airbyte_incremental/scd/airbyte/pipedrive_notes_scd.sql
2 of 7 ERROR creating incremental model airbyte.pipedrive_notes_scd..................................................... [ERROR in 4.82s]
Database Error in model pipedrive_notes_scd (models/generated/airbyte_incremental/scd/airbyte/pipedrive_notes_scd.sql)
Lucas Azevedo
05/06/2023, 4:12 PM2023-05-05 16:20:26 [43mdestination[0m > INFO i.a.i.d.r.SerializedBufferingStrategy(lambda$getOrCreateBuffer$0):109 Starting a new buffer for stream atendimento (current state: 1 KB in 1 buffers)
2023-05-05 16:20:26 [43mdestination[0m > INFO i.a.i.d.r.SerializedBufferingStrategy(lambda$getOrCreateBuffer$0):109 Starting a new buffer for stream chamada (current state: 3 KB in 2 buffers)
Newbie
05/07/2023, 4:20 AMError: non-json response
is thrown when I was trying to setup BigQuery as the destination, both the source and destination connection tests have passed.
Not sure what went wrong here as there is no other error logs for troubleshooting, before using Airbyte I was able to retrieve the data using PyMongo.
Can someone please help?Sebastian Sundet Flaen
05/07/2023, 9:56 AMSvatopluk Chalupa
05/07/2023, 11:13 AMSlackbot
05/07/2023, 8:23 PMJordan Velich
05/07/2023, 11:48 PMactivity_timeout
, despite the connector running just fine!Alon Bar
05/08/2023, 5:15 AM