user
09/09/2024, 3:24 PMSteven Herweijer
09/09/2024, 8:09 AM2024-09-09 08:07:05 destination > ERROR main i.a.c.i.b.AirbyteExceptionHandler(uncaughtException):31 Something went wrong in the connector. See the logs for more details. org.postgresql.util.PSQLException: ERROR: cannot open relation "snip_raw__stream_user_organizationplatformprofile_categories_"
Detail: This operation is not supported for indexes.
What can I do about this?ben amor elyes
09/09/2024, 3:43 PMThambz Z
09/09/2024, 3:43 PMCaused by: java.lang.RuntimeException: Cannot publish to S3: Unable to load AWS credentials from any provider in the chain:
[EnvironmentVariableCredentialsProvider: Unable to load AWS credentials from environment variables (AWS_ACCESS_KEY_ID (or AWS_ACCESS_KEY) and AWS_SECRET_KEY (or AWS_SECRET_ACCESS_KEY)),
SystemPropertiesCredentialsProvider: Unable to load AWS credentials from Java system properties (aws.accessKeyId and aws.secretKey),
WebIdentityTokenCredentialsProvider: You must specify a value for roleArn and roleSessionName,
com.amazonaws.auth.profile.ProfileCredentialsProvider@7a6aa30b: profile file cannot be null,
com.amazonaws.auth.EC2ContainerCredentialsProviderWrapper@423612fa: Unauthorized (Service: null; Status Code: 401; Error Code: null; Request ID: null; Proxy: null)]
Here is the relevant section of my `values.yaml`:
global:
serviceAccountName: "dev-sa"
storage:
type: s3
bucket:
log: dev-s3
state: dev-s3
workloadOutput: dev-s3
s3:
region: us-east-2
authenticationType: "instanceProfile"
App Version: 0.63.6
EKS Version: 1.30
Any help or advice on resolving this issue would be greatly appreciated!Slackbot
09/09/2024, 4:28 PMPranay Mule
09/09/2024, 4:34 PMMatias Miranda
09/05/2024, 10:41 AMNihal V Velpula
09/09/2024, 6:41 PMuser
09/09/2024, 6:46 PMunable to install airbyte chart: unable to install helm: cannot patch "airbyte-abctl-server" with kind Deployment: Deployment.apps "airbyte-abctl-server" is invalid: [spec.template.spec.containers[0].env[44].valueFrom.secretKeyRef.name: Invalid value: "": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. '<http://example.com|example.com>', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*'), spec.template.spec.containers[0].env[45].valueFrom.secretKeyRef.name: Invalid value: "": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. '<http://example.com|example.com>', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')] && cannot patch "airbyte-abctl-worker" with kind Deployment: Deployment.apps "airbyte-abctl-worker" is invalid: [spec.template.spec.containers[0].env[46].valueFrom.secretKeyRef.name: Invalid value: "": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. '<http://example.com|example.com>', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*'), spec.template.spec.containers[0].env[47].valueFrom.secretKeyRef.name: Invalid value: "": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. '<http://example.com|example.com>', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')] && cannot patch "airbyte-abctl-workload-launcher" with kind Deployment: Deployment.apps "airbyte-abctl-workload-launcher" is invalid: [spec.template.spec.containers[0].env[57].valueFrom.secretKeyRef.name: Invalid value: "": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. '<http://example.com|example.com>', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*'), spec.template.spec.containers[0].env[58].valueFrom.secretKeyRef.name: Invalid value: "": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. '<http://example.com|example.com>', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')]
airbytehq/airbyteThiago
09/09/2024, 7:49 PMcurl --request POST --url '<http://localhost:8001/api/v1/source_definitions/list_latest>' --header 'accept: application/json'
to get all sources
and then wanted to use:
curl -X POST <http://localhost:8001/api/v1/source_definition_specifications/get> \
-H 'Content-Type: application/json' \
-d '{
"sourceDefinitionId": "<id>"
}'
to get each configuration, but when I run the above I get:
curl -X POST <http://localhost:8001/api/v1/source_definition_specifications/get> \
-H 'Content-Type: application/json' \
-d '{
"sourceDefinitionId": "9da77001-af33-4bcd-be46-6252bf9342b9"
}'
{"message":"Internal Server Error: null","exceptionClassName":"java.lang.NullPointerException","exceptionStack":["java.lang.NullPointerException","\tat java.base/java.util.Objects.requireNonNull(Objects.java:233)","\tat java.base/java.util.ImmutableCollections$List12.<init>(ImmutableCollections.java:563)","\tat java.base/java.util.List.of(List.java:937)","\tat io.airbyte.data.services.impls.jooq.WorkspaceServiceJooqImpl.getStandardWorkspaceNoSecrets(WorkspaceServiceJooqImpl.java:108)","\tat io.airbyte.config.persistence.version_overrides.ConfigurationDefinitionVersionOverrideProvider.getOrganizationId(ConfigurationDefinitionVersionOverrideProvider.java:48)","\tat io.airbyte.config.persistence.version_overrides.ConfigurationDefinitionVersionOverrideProvider.getScopedConfig(ConfigurationDefinitionVersionOverrideProvider.java:56)","\tat io.airbyte.config.persistence.version_overrides.ConfigurationDefinitionVersionOverrideProvider.getOverride(ConfigurationDefinitionVersionOverrideProvider.java:82)","\tat io.airbyte.config.persistence.ActorDefinitionVersionHelper.getSourceVersionWithOverrideStatus(ActorDefinitionVersionHelper.java:97)","\tat io.airbyte.config.persistence.ActorDefinitionVersionHelper.getSourceVersion(ActorDefinitionVersionHelper.java:119)","\tat io.airbyte.config.persistence.ActorDefinitionVersionHelper.getSourceVersion(ActorDefinitionVersionHelper.java:131)","\tat io.airbyte.commons.server.handlers.ConnectorDefinitionSpecificationHandler.getSourceDefinitionSpecification(ConnectorDefinitionSpecificationHandler.java:88)","\tat io.airbyte.server.apis.SourceDefinitionSpecificationApiController.lambda$getSourceDefinitionSpecification$0(SourceDefinitionSpecificationApiController.java:38)","\tat io.airbyte.server.apis.ApiHelper.execute(ApiHelper.java:28)","\tat io.airbyte.server.apis.SourceDefinitionSpecificationApiController.getSourceDefinitionSpecification(SourceDefinitionSpecificationApiController.java:38)","\tat io.airbyte.server.apis.$SourceDefinitionSpecificationApiController$Definition$Exec.dispatch(Unknown Source)","\tat io.micronaut.context.AbstractExecutableMethodsDefinition$DispatchedExecutableMethod.invokeUnsafe(AbstractExecutableMethodsDefinition.java:461)","\tat io.micronaut.context.DefaultBeanContext$BeanContextUnsafeExecutionHandle.invokeUnsafe(DefaultBeanContext.java:4325)","\tat io.micronaut.web.router.AbstractRouteMatch.execute(AbstractRouteMatch.java:271)","\tat io.micronaut.web.router.DefaultUriRouteMatch.execute(DefaultUriRouteMatch.java:39)","\tat io.micronaut.http.server.RouteExecutor.executeRouteAndConvertBody(RouteExecutor.java:490)","\tat io.micronaut.http.server.RouteExecutor.lambda$callRoute$6(RouteExecutor.java:467)","\tat io.micronaut.core.execution.ExecutionFlow.lambda$async$1(ExecutionFlow.java:87)","\tat io.micronaut.core.propagation.PropagatedContext.lambda$wrap$3(PropagatedContext.java:211)","\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)","\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)","\tat java.base/java.lang.Thread.run(Thread.java:1583)"],"rootCauseExceptionStack":[]}%
any idea?ben amor elyes
09/09/2024, 7:49 PMERROR i.m.h.s.RouteExecutor(logException):282 - Unexpected error occurred: Cannot invoke "io.micronaut.web.router.RouteMatch.isAnnotationPresent(java.lang.Class)" because "routeMatch" is null
Peter
09/09/2024, 7:58 PMJean Olivier Butron
09/09/2024, 8:54 PMClinton Berry
09/09/2024, 11:57 PMAWS_ASSUME_ROLE_EXTERNAL_ID="{your-external-id}"
which if I run the destination manually with a docker run command and include that as a variable the check passes. But there is no way in the user interface to add a custom environment variable to a destination that I can see. The docs make it sound like it is super obvious... so I am confused. I am on the latest version (installed today)Leandro Roubert
09/04/2024, 5:29 PMTonja Rand
09/10/2024, 8:15 AMuser
09/10/2024, 8:15 AMHari Gudla
09/10/2024, 8:47 AMAhmed Hamid
09/10/2024, 9:07 AMRytis Zolubas
09/10/2024, 9:15 AMFailed to read the output of a successful workload e6a9a525-6de9-4126-b80e-06acb70eeb92_22725_1_check
Mohamed Necib
09/10/2024, 10:22 AMuser
09/10/2024, 12:23 PM>Maybe someone can point us into the right direction We already tried the docker by installing the "Hello world" image and that worked without any problems. airbytehq/airbyte
Christophe Di Prima
09/10/2024, 12:24 PMRytis Zolubas
09/10/2024, 1:42 PMMatias Miranda
09/10/2024, 3:08 PMreplication-orchestrator > failures: [ {
"failureOrigin" : "source",
"failureType" : "system_error",
"internalMessage" : "Conflict.",
"externalMessage" : "Git Repository is empty.",
"metadata" : {
"attemptNumber" : 1,
"jobId" : 429,
"from_trace_message" : true,
"connector_command" : "read"
},
"stacktrace" : "Traceback (most recent call last):\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/sources/abstract_source.py\", line 133, in read\n yield from self._read_stream(\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/sources/abstract_source.py\", line 239, in _read_stream\n for record_data_or_message in record_iterator:\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/sources/streams/core.py\", line 192, in read\n for record_data_or_message in records:\n File \"/airbyte/integration_code/source_github/streams.py\", line 307, in read_records\n for record in super().read_records(\n File \"/airbyte/integration_code/source_github/streams.py\", line 130, in read_records\n yield from super().read_records(stream_slice=stream_slice, **kwargs)\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/sources/streams/http/http.py\", line 335, in read_records\n yield from self._read_pages(\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/sources/streams/http/http.py\", line 387, in _read_pages\n request, response = self._fetch_next_page(stream_slice, stream_state, next_page_token)\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/sources/streams/http/http.py\", line 452, in _fetch_next_page\n request, response = self._http_client.send_request(\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/sources/streams/http/http_client.py\", line 382, in send_request\n response: requests.Response = self._send_with_retry(\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/sources/streams/http/http_client.py\", line 228, in _send_with_retry\n response = backoff_handler(rate_limit_backoff_handler(user_backoff_handler))(request, request_kwargs, log_formatter=log_formatter, exit_on_rate_limit=exit_on_rate_limit) # type: ignore # mypy can't infer that backoff_handler wraps _send\n File \"/usr/local/lib/python3.10/site-packages/backoff/_sync.py\", line 105, in retry\n ret = target(*args, **kwargs)\n File \"/usr/local/lib/python3.10/site-packages/backoff/_sync.py\", line 105, in retry\n ret = target(*args, **kwargs)\n File \"/usr/local/lib/python3.10/site-packages/backoff/_sync.py\", line 105, in retry\n ret = target(*args, **kwargs)\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/sources/streams/http/http_client.py\", line 334, in _send\n raise UserDefinedBackoffException(\nairbyte_cdk.sources.streams.http.exceptions.UserDefinedBackoffException: Conflict.\n",
"timestamp" : 1725980299262,
"streamDescriptor" : {
"name" : "commits"
}
}, {
"failureOrigin" : "source",
"failureType" : "config_error",
"externalMessage" : "During the sync, the following streams did not sync successfully: commits: AirbyteTracedException('Conflict.')",
"metadata" : {
"attemptNumber" : 1,
"jobId" : 429,
"from_trace_message" : true,
"connector_command" : "read"
},
"stacktrace" : "Traceback (most recent call last):\n File \"/airbyte/integration_code/main.py\", line 8, in <module>\n run()\n File \"/airbyte/integration_code/source_github/run.py\", line 17, in run\n launch(source, sys.argv[1:])\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/entrypoint.py\", line 234, in launch\n for message in source_entrypoint.run(parsed_args):\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/entrypoint.py\", line 122, in run\n yield from map(AirbyteEntrypoint.airbyte_message_to_string, self.read(source_spec, config, config_catalog, state))\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/entrypoint.py\", line 164, in read\n for message in self.source.read(self.logger, config, catalog, state):\n File \"/usr/local/lib/python3.10/site-packages/airbyte_cdk/sources/abstract_source.py\", line 177, in read\n raise AirbyteTracedException(message=error_message, failure_type=FailureType.config_error)\nairbyte_cdk.utils.traced_exception.AirbyteTracedException: None\n",
"timestamp" : 1725980299265
}, {
"failureOrigin" : "source",
"internalMessage" : "Source process exited with non-zero exit code 1",
"externalMessage" : "Something went wrong within the source connector",
"metadata" : {
"attemptNumber" : 1,
"jobId" : 429,
"connector_command" : "read"
},
"stacktrace" : "io.airbyte.workers.internal.exception.SourceException: Source process exited with non-zero exit code 1\n\tat io.airbyte.workers.general.BufferedReplicationWorker.readFromSource(BufferedReplicationWorker.java:378)\n\tat io.airbyte.workers.general.BufferedReplicationWorker.lambda$runAsyncWithHeartbeatCheck$3(BufferedReplicationWorker.java:242)\n\tat java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)\n\tat java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)\n\tat java.base/java.lang.Thread.run(Thread.java:1583)\n",
"timestamp" : 1725980300572
} ]
Euan Blackledge
09/10/2024, 3:08 PMcolumn actor.default_version_id does not exist
. Has anyone encountered this or resolved it? We are still encountering it after downgrading back to our previous versionTigran Zalyan
09/06/2024, 5:34 PMJuan Guillen
09/06/2024, 6:59 PMRytis Zolubas
09/10/2024, 3:39 PMKevin Wang
09/10/2024, 4:04 PMtime
to something like mp_processing_time_ms
which would be a better cursor, and not need me to recheck 'older' dates. I found this @Roberto Walter's thread, but that requires me running open-source and not Cloud?