Giovani Freitas
09/16/2022, 9:37 PMZaza Javakhishvili
09/17/2022, 12:50 AMAlbert Lie
09/18/2022, 2:03 AMRotem Tamir
09/18/2022, 1:44 PM___ _ __ __
/ | (_)____/ /_ __ __/ /____
/ /| | / / ___/ __ \/ / / / __/ _ \
/ ___ |/ / / / /_/ / /_/ / /_/ __/
/_/ |_/_/_/ /_.___/\__, /\__/\___/
/____/
: airbyte-workers :
Micronaut (v3.6.3)
2022-09-18 13:40:31 [32mINFO[m i.m.c.e.DefaultEnvironment(<init>):159 - Established active environments: [k8s, cloud, ec2]
2022-09-18 13:40:32 [32mINFO[m i.m.l.PropertiesLoggingLevelsConfigurer(configureLogLevelForPrefix):107 - Setting log level 'DEBUG' for logger: 'io.airbyte.bootloader'
2022-09-18 13:40:33 [1;31mERROR[m i.m.r.Micronaut(handleStartupException):338 - Error starting Micronaut server: Failed to inject value for parameter [dslContext] of method [configDatabase] of class: io.airbyte.db.Database
Message: No bean of type [org.jooq.DSLContext] exists for the given qualifier: @Named('config'). Make sure the bean is not disabled by bean requirements (enable trace logging for 'io.micronaut.context.condition' to check) and if the bean is enabled then ensure the class is declared a bean and annotation processing is enabled (for Java and Kotlin the 'micronaut-inject-java' dependency should be configured as an annotation processor).
Path Taken: new ApplicationInitializer() --> ApplicationInitializer.checkConnectionActivities --> List.checkConnectionActivities([CheckConnectionActivity checkConnectionActivity]) --> CheckConnectionActivityImpl.secretsHydrator --> SecretsHydrator.secretsHydrator([SecretPersistence secretPersistence]) --> SecretPersistence.localTestingSecretPersistence([Database configDatabase]) --> Database.configDatabase([DSLContext dslContext])
io.micronaut.context.exceptions.DependencyInjectionException: Failed to inject value for parameter [dslContext] of method [configDatabase] of class: io.airbyte.db.Database
Message: No bean of type [org.jooq.DSLContext] exists for the given qualifier: @Named('config'). Make sure the bean is not disabled by bean requirements (enable trace logging for 'io.micronaut.context.condition' to check) and if the bean is enabled then ensure the class is declared a bean and annotation processing is enabled (for Java and Kotlin the 'micronaut-inject-java' dependency should be configured as an annotation processor).
Path Taken: new ApplicationInitializer() --> ApplicationInitializer.checkConnectionActivities --> List.checkConnectionActivities([CheckConnectionActivity checkConnectionActivity]) --> CheckConnectionActivityImpl.secretsHydrator --> SecretsHydrator.secretsHydrator([SecretPersistence secretPersistence]) --> SecretPersistence.localTestingSecretPersistence([Database configDatabase]) --> Database.configDatabase([DSLContext dslContext])
at io.micronaut.context.AbstractInitializableBeanDefinition.resolveBean(AbstractInitializableBeanDefinition.java:2087) ~[micronaut-inject-3.6.3.jar:3.6.3]
at io.micronaut.context.AbstractInitializableBeanDefinition.getBeanForConstructorArgument(AbstractInitializableBeanDefinition.java:1297) ~[micronaut-inject-3.6.3.jar:3.6.3]
....
Caused by: io.micronaut.context.exceptions.NoSuchBeanException: No bean of type [org.jooq.DSLContext] exists for the given qualifier: @Named('config'). Make sure the bean is not disabled by bean requirements (enable trace logging for 'io.micronaut.context.condition' to check) and if the bean is enabled then ensure the class is declared a bean and annotation processing is enabled (for Java and Kotlin the 'micronaut-inject-java' dependency should be configured as an annotation processor).
at io.micronaut.context.DefaultBeanContext.resolveBeanRegistration(DefaultBeanContext.java:2805) ~[micronaut-inject-3.6.3.jar:3.6.3]
at io.micronaut.context.DefaultBeanContext.getBean(DefaultBeanContext.java:1617) ~[micronaut-inject-3.6.3.jar:3.6.3]
at io.micronaut.context.AbstractBeanResolutionContext.getBean(AbstractBeanResolutionContext.java:66) ~[micronaut-inject-3.6.3.jar:3.6.3]
at io.micronaut.context.AbstractInitializableBeanDefinition.resolveBean(AbstractInitializableBeanDefinition.java:2065) ~[micronaut-inject-3.6.3.jar:3.6.3]
... 98 more
Rotem Tamir
09/18/2022, 1:44 PMDany Chepenko
09/18/2022, 4:58 PMOpeyemi Daniel
09/19/2022, 8:38 AMOpeyemi Daniel
09/19/2022, 9:20 AMPatrick Leahey
09/19/2022, 12:53 PMSami RIAHI
09/19/2022, 1:41 PMRicardo de Deijn
09/19/2022, 2:02 PMThe requested stream categories was not found in the source. Available streams: dict_keys(['accounts'])
.
As can be seen in the picture, it happened during the python main.py read --config secrets/config.json --catalog sample_files/configured_catalog.json
command and after it finished syncing the accounts endpoint of my source API.
What does this FATAL message mean and how can I fix this problem?James Obafemi
09/19/2022, 2:18 PMPatrick Leahey
09/19/2022, 3:39 PMCallum McCaffery
09/19/2022, 4:46 PMStuart Middleton
09/19/2022, 5:39 PMMason Hopkins
09/19/2022, 5:59 PMMatt Webster
09/19/2022, 6:55 PMGemini Keith
09/20/2022, 4:20 AMairbyte:0.40.8
. My issue looks like as https://github.com/airbytehq/airbyte/issues/16908 . Any suggestion would be appriciate.Piyush Bhanushali
09/20/2022, 6:03 AMGemini Keith
09/20/2022, 7:53 AMGemini Keith
09/20/2022, 9:07 AM2022-09-20 09:03:58 INFO i.a.s.ServerApp(migrateExistingConnectionsToTemporalScheduler):283 - Start migration to the new scheduler...
2022-09-20 09:03:58 ERROR i.a.s.ServerApp(main):320 - Server failed
io.grpc.StatusRuntimeException: INTERNAL: ListOpenWorkflowExecutions operation failed. Select failed: pq: relation "executions_visibility" does not exist
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.listOpenWorkflowExecutions(WorkflowServiceGrpc.java:2894) ~[temporal-serviceclient-1.8.1.jar:?]
at io.airbyte.workers.temporal.TemporalClient.refreshRunningWorkflow(TemporalClient.java:223) ~[io.airbyte-airbyte-workers-0.40.6.jar:?]
at io.airbyte.workers.temporal.TemporalClient.migrateSyncIfNeeded(TemporalClient.java:184) ~[io.airbyte-airbyte-workers-0.40.6.jar:?]
at io.airbyte.scheduler.client.TemporalEventRunner.migrateSyncIfNeeded(TemporalEventRunner.java:52) ~[io.airbyte.airbyte-scheduler-client-0.40.6.jar:?]
at io.airbyte.server.ServerApp.migrateExistingConnectionsToTemporalScheduler(ServerApp.java:288) ~[io.airbyte-airbyte-server-0.40.6.jar:?]
at io.airbyte.server.ServerApp.getServer(ServerApp.java:248) ~[io.airbyte-airbyte-server-0.40.6.jar:?]
at io.airbyte.server.ServerApp.main(ServerApp.java:317) [io.airbyte-airbyte-server-0.40.6.jar:?]
Gemini Keith
09/20/2022, 9:08 AMexecutions_visibility
from source code in tag v0.40.6.Abhishek Sachdeva
09/20/2022, 10:51 AM_airbyte_data
.
1. Is there any way to map fields to columns (not a single column) in table?
2. Is there any way to map only a few fields to columns in table? (i.e skip a few fields). I can only check the whole endpoint, not individual fields.Asadbek Muminov
09/20/2022, 11:16 AMconfigId
represent here? How I’m supposed to obtain it?
Is there any way I can get latest logs for specific connection?Gemini Keith
09/20/2022, 1:21 PMBASTIN JERRY
09/20/2022, 1:25 PMsupported_sync_modes": ["full_refresh","incremental"]
in configured_catalog.json
for a stream but in airbyte UI (local) when I try to set up the sync it only shows full_refresh
as an option for source connector, any idea how to resolve this?Rogerio Ferreira Dos Santos
09/20/2022, 2:35 PMKyle Cheung
09/20/2022, 4:47 PMRicardo de Deijn
09/20/2022, 7:24 PM./gradlew :airbyte-integrations:connectors:source-robin-odata:integrationTest
after making my first CDK connector.
But after executing I get the error message
* What went wrong:
Execution failed for task ':airbyte-integrations:connectors:source-robin-odata:checkPython'.
Python (*[path to virtual env]*) verion 3.7.9 does not match minimal required version: 3.9
After executing the python --version
command in my virtual env I do get version 3.9.7 back. Does anyone know what is the problem here?Callum McCaffery
09/20/2022, 8:30 PMairbyte-bootloader-6f9qw 1/1 Running 0 44m
airbyte-cron-6d96cc88bf-2n7rv 0/1 Pending 0 44m
airbyte-db-57c84b5d69-48cv6 0/1 Pending 0 44m
airbyte-minio-fbccbf969-r9flz 0/1 Pending 0 44m
airbyte-pod-sweeper-9cd5d7c8b-85z4p 1/1 Running 0 44m
airbyte-server-55d4479c47-kzptn 0/1 Pending 0 44m
airbyte-temporal-58bbb9fb49-gx5gm 1/1 Running 0 44m
airbyte-webapp-9c5498c47-bgm8r 1/1 Running 0 44m
airbyte-worker-5d495ffc7d-zj5ng 0/1 CrashLoopBackOff 13 (84s ago) 44m
The worker pod is a crashloop waiting on the db pod, but the db pod is waiting for the pvc which doesn't have a persistent volume to claim.
PVCs:
Name: airbyte-minio-pv-claim
Namespace: default
StorageClass:
Status: Pending
Volume:
Labels: app=airbyte-minio-storage-claim
Annotations: <none>
Finalizers: [<http://kubernetes.io/pvc-protection|kubernetes.io/pvc-protection>]
Capacity:
Access Modes:
VolumeMode: Filesystem
Used By: airbyte-minio-fbccbf969-r9flz
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal FailedBinding 18s (x662 over 165m) persistentvolume-controller no persistent volumes available for this claim and no storage class is set
Name: airbyte-volume-configs
Namespace: default
StorageClass:
Status: Pending
Volume:
Labels: airbyte=volume-configs
Annotations: <none>
Finalizers: [<http://kubernetes.io/pvc-protection|kubernetes.io/pvc-protection>]
Capacity:
Access Modes:
VolumeMode: Filesystem
Used By: airbyte-cron-6d96cc88bf-2n7rv
airbyte-server-55d4479c47-kzptn
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal FailedBinding 18s (x662 over 165m) persistentvolume-controller no persistent volumes available for this claim and no storage class is set
Name: airbyte-volume-db
Namespace: default
StorageClass:
Status: Pending
Volume:
Labels: airbyte=volume-db
Annotations: <none>
Finalizers: [<http://kubernetes.io/pvc-protection|kubernetes.io/pvc-protection>]
Capacity:
Access Modes:
VolumeMode: Filesystem
Used By: airbyte-db-57c84b5d69-48cv6
Events:
Type Reason Age From Message
---- ------ ---- ---- -------
Normal FailedBinding 33s (x661 over 165m) persistentvolume-controller no persistent volumes available for this claim and no storage class is set