Utkarsh
05/08/2023, 6:59 AMKY, Leung
05/08/2023, 7:31 AM/services/data/vXX.X/jobs/query/queryJobId API endpoint
. I have retrieved the Job Id from the log 2023-05-08 00:01:20 source > Sleeping 0.502718281828459 seconds while waiting for Job: Case/7502j00000AFkjHAAT to complete. Current state: InProgress
and formulate the API endpoint: <INSTANCE_URL>/services/data/v57.0/jobs/query/7502j00000AFkjHAAT
. However, I’m getting 404 Not Found
. Any idea?
[
{
"errorCode": "NOT_FOUND",
"message": "The requested resource does not exist"
}
]
Volodymyr Rudyi
05/08/2023, 10:16 AMNormalization and Transformation operations are not supported for this connection
. Additionally, we are using BigQuery as our destination which is not a file storage.
Has anyone else experienced a similar issue?Gerben Oostra
05/08/2023, 1:28 PM.env
and docker-compose.yml
file to pass the relevant AWS environment variables. But as the destination runs in a newly run Docker, which doesn’t pass the variables, that didn’t work.
• Somehow use a service user locally from my laptop.
Is there a workaround that I can locally do to use my own AWS credentials (specifically aws_session_token
) in a destination?Dylan Foster
05/08/2023, 1:55 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
Newbie
05/08/2023, 3:05 PMKevin Phan
05/08/2023, 4:05 PMMatt Sterling
05/08/2023, 8:22 PMThiago Villani
05/08/2023, 8:40 PMDylan Foster
05/09/2023, 8:08 AMio.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
Rajasekaran Murugesan
05/09/2023, 10:10 AMCould not connect with provided configuration. HikariPool-1 - Connection is not available, request timed out after 60005ms.
Lucas Migliorini De Freitas
05/09/2023, 11:40 AM2023-05-09 11:30:44 - Additional Failure Information: message='activity timeout', timeoutType=TIMEOUT_TYPE_HEARTBEAT
Source SQLSERVER
Destination BIGQUERY
These connector was running without errors and today we did 10 attempts without success.张丞云
05/09/2023, 1:03 PMheartbeat_timeout
issue when synchronizing large tables from a Shopify source. The error message is:
"failureOrigin" : "source",
"failureType" : "heartbeat_timeout",
"internalMessage" : "Heartbeat has stopped. Heartbeat freshness threshold: 10800 secs Actual heartbeat age: 10825 secs",
"externalMessage" : "The source is unresponsive",
I'd appreciate any advice on adjusting the heartbeat timeout settings or other suggestions for resolving this problem with large Shopify tables. Additionally, is there an environment variable that can be configured to control the DEFAULT_TIMEOUT_CHECK_DURATION
?Shashank Garg
05/09/2023, 4:19 PMJosh Mullins
05/10/2023, 12:14 AMSebastian Brickel
05/10/2023, 10:27 AMIgnacio Martínez de Toda
05/10/2023, 10:53 AM[1;31mERROR[m i.a.w.g.DefaultCheckConnectionWorker(run):125 - Unexpected error while checking connection:
io.airbyte.workers.exception.WorkerException: Could not find image: airbyte/destination-bigquery:1.3.3
I believe it has something to do with the fact that i’m not running it now from my local machine but from the VM ip address i’ve created
Can someone assist please?Andre Santos
05/10/2023, 12:28 PMThiago Villani
05/10/2023, 1:41 PMBenjamin Edwards
05/10/2023, 3:49 PMPeter Kong
05/10/2023, 4:17 PMSlackbot
05/10/2023, 5:48 PMRodrigo Mont'Alegre
05/10/2023, 5:50 PMgoogle.auth.exceptions.RefreshError: ('invalid_grant: Bad Request', {'error': 'invalid_grant', 'error_description': 'Bad Request'})
,retryable=<null>,timestamp=1683740480982], metadata: {connector_repository=airbyte/source-google-ads, workspace_url=<http://localhost:8000/workspaces/97616a89-8d1e-4a08-b894-b025230d2a39>, failure_type=system_error, connector_command=check, connector_name=Google Ads, workspace_id=97616a89-8d1e-4a08-b894-b025230d2a39, airbyte_version=0.40.23, connection_url=<http://localhost:8000/workspaces/97616a89-8d1e-4a08-b894-b025230d2a39/connections/1eecbab0-fcf5-44c8-9a1f-4da2960deccf>, connector_definition_id=253487c0-2246-43ba-a21f-5116b20a2c50, failure_origin=source, connection_id=1eecbab0-fcf5-44c8-9a1f-4da2960deccf, connector_release_stage=generally_available, job_id=47179, deployment_mode=OSS}
2023-05-10 17:41:21 INFO i.a.v.j.JsonSchemaValidator(test):130 - JSON schema validation failed.
errors: $.auth_type: must be a constant value OAuth2.0, $.auth_type: does not have a value in the enumeration [OAuth2.0], $.access_token: is missing but it is required, $.refresh_token: is missing but it is required
2023-05-10 17:41:21 INFO i.a.v.j.JsonSchemaValidator(test):130 - JSON schema validation failed.
errors: $.auth_type: must be a constant value Key Pair Authentication, $.auth_type: does not have a value in the enumeration [Key Pair Authentication], $.private_key: is missing but it is required
We have not changed any settings and it seems like the access and refresh tokens are missing, although they were never deleted. Has anyone come across this before?Thiago Villani
05/10/2023, 8:54 PMstella ma
05/11/2023, 2:06 AMAshish Kadam
05/11/2023, 3:01 AMLászló Várkondi
05/11/2023, 9:14 AMPierre CORBEL
05/11/2023, 1:45 PMIgor Averin
05/11/2023, 2:53 PMMarc Fiani
05/11/2023, 2:57 PM