Skip to content

Syncs doesn't start after Airbyte upgrade #72950

@kotpolkovnik

Description

@kotpolkovnik

Helm Chart Version

v2.0.19

What step the error happened?

Upgrading the Platform or Helm Chart

Relevant information

I had self-hosted airbyte of version 1.85.0 (both App Version and Chart Version) and tried to upgrade to 2.0.1 Chart version and 2.0.19 App version.

Reproduction steps:

  • Turned off all syncs before the upgrade
  • Uninstalled old 1.85.0 helm chart
  • Installed new 2.0.1 helm chart with same database and S3 configuration
  • Turned on syncs

I monitored K8s resources, but no replication job was created, but the syncs were in the "Queued" status. I tried to launch different connections (Airtable <-> Snowflake, FB <-> Snowflake), but all of them were in the "Queued" status. If I can share any additional info, please, notify me

Relevant log output

2026-02-09T14:23:24.482223004Z default-nioEventLoopGroup-1-6 ERROR Log4j API could not find a logging provider.
2026-02-09 14:23:26,363 [io-executor-thread-3]	�[1;31mERROR�[0;39m	i.a.c.s.e.h.IdNotFoundExceptionHandler(handle):33 - Not found exception class NotFoundKnownExceptionInfo {
    id: null
    message: Id not found: Could not find configuration for STANDARD_WORKSPACE: 6286d999-526c-4259-9b64-6c3e9f312ea5.
    exceptionClassName: io.airbyte.commons.server.errors.IdNotFoundKnownException
    exceptionStack: [io.airbyte.commons.server.errors.IdNotFoundKnownException: Id not found: Could not find configuration for STANDARD_WORKSPACE: 6286d999-526c-4259-9b64-6c3e9f312ea5., 	at io.airbyte.commons.server.errors.handlers.IdNotFoundExceptionHandler.handle(IdNotFoundExceptionHandler.kt:32), 	at io.airbyte.commons.server.errors.handlers.IdNotFoundExceptionHandler.handle(IdNotFoundExceptionHandler.kt:24), 	at io.micronaut.http.server.RequestLifecycle.lambda$handlerExceptionHandler$10(RequestLifecycle.java:314), 	at io.micronaut.http.server.RequestLifecycle.handlerExceptionHandler(RequestLifecycle.java:326), 	at io.micronaut.http.server.RequestLifecycle.onErrorNoFilter(RequestLifecycle.java:253), 	at io.micronaut.http.server.RequestLifecycle.lambda$onErrorNoFilter$2(RequestLifecycle.java:215), 	at io.micronaut.core.execution.ImperativeExecutionFlowImpl.onErrorResume(ImperativeExecutionFlowImpl.java:112), 	at io.micronaut.core.execution.DelayedExecutionFlowImpl$OnErrorResume.apply(DelayedExecutionFlowImpl.java:393), 	at io.micronaut.core.execution.DelayedExecutionFlowImpl.work(DelayedExecutionFlowImpl.java:58), 	at io.micronaut.core.execution.DelayedExecutionFlowImpl.completeLazy(DelayedExecutionFlowImpl.java:80), 	at io.micronaut.core.execution.DelayedExecutionFlowImpl.completeExceptionally(DelayedExecutionFlowImpl.java:104), 	at io.micronaut.core.execution.DelayedExecutionFlow.complete(DelayedExecutionFlow.java:100), 	at io.micronaut.core.execution.ImperativeExecutionFlowImpl.onComplete(ImperativeExecutionFlowImpl.java:132), 	at io.micronaut.core.execution.ExecutionFlow.lambda$async$0(ExecutionFlow.java:92), 	at io.micronaut.core.propagation.PropagatedContext.lambda$wrap$3(PropagatedContext.java:232), 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144), 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), 	at java.base/java.lang.Thread.run(Thread.java:1583), Caused by: io.airbyte.commons.server.errors.IdNotFoundKnownException: Could not find configuration for STANDARD_WORKSPACE: 6286d999-526c-4259-9b64-6c3e9f312ea5., 	at io.airbyte.server.apis.ApiHelper.execute(ApiHelper.kt:38), 	at io.airbyte.server.apis.controllers.WorkspaceApiController.getWorkspace(WorkspaceApiController.kt:148), 	at io.airbyte.server.apis.controllers.$WorkspaceApiController$Definition$Exec.dispatch(Unknown Source), 	at io.micronaut.context.AbstractExecutableMethodsDefinition$DispatchedExecutableMethod.invokeUnsafe(AbstractExecutableMethodsDefinition.java:461), 	at io.micronaut.context.DefaultBeanContext$BeanContextUnsafeExecutionHandle.invokeUnsafe(DefaultBeanContext.java:4438), 	at io.micronaut.web.router.AbstractRouteMatch.execute(AbstractRouteMatch.java:272), 	at io.micronaut.web.router.DefaultUriRouteMatch.execute(DefaultUriRouteMatch.java:38), 	at io.micronaut.http.server.RouteExecutor.executeRouteAndConvertBody(RouteExecutor.java:465), 	at io.micronaut.http.server.RouteExecutor.lambda$callRoute$5(RouteExecutor.java:442), 	... 5 more, Caused by: io.airbyte.data.ConfigNotFoundException: config type: STANDARD_WORKSPACE id: 6286d999-526c-4259-9b64-6c3e9f312ea5, 	at io.airbyte.data.services.impls.jooq.WorkspaceServiceJooqImpl.getStandardWorkspaceNoSecrets$lambda$0(WorkspaceServiceJooqImpl.kt:89), 	at java.base/java.util.Optional.orElseThrow(Optional.java:403), 	at io.airbyte.data.services.impls.jooq.WorkspaceServiceJooqImpl.getStandardWorkspaceNoSecrets(WorkspaceServiceJooqImpl.kt:88), 	at io.airbyte.commons.server.handlers.WorkspacesHandler.getWorkspace(WorkspacesHandler.kt:279), 	at io.airbyte.server.apis.controllers.WorkspaceApiController.getWorkspace$lambda$4(WorkspaceApiController.kt:148), 	at io.airbyte.server.apis.ApiHelper.execute(ApiHelper.kt:32), 	... 13 more]
    rootCauseExceptionClassName: java.lang.Class
    rootCauseExceptionStack: [io.airbyte.commons.server.errors.IdNotFoundKnownException: Could not find configuration for STANDARD_WORKSPACE: 6286d999-526c-4259-9b64-6c3e9f312ea5., 	at io.airbyte.server.apis.ApiHelper.execute(ApiHelper.kt:38), 	at io.airbyte.server.apis.controllers.WorkspaceApiController.getWorkspace(WorkspaceApiController.kt:148), 	at io.airbyte.server.apis.controllers.$WorkspaceApiController$Definition$Exec.dispatch(Unknown Source), 	at io.micronaut.context.AbstractExecutableMethodsDefinition$DispatchedExecutableMethod.invokeUnsafe(AbstractExecutableMethodsDefinition.java:461), 	at io.micronaut.context.DefaultBeanContext$BeanContextUnsafeExecutionHandle.invokeUnsafe(DefaultBeanContext.java:4438), 	at io.micronaut.web.router.AbstractRouteMatch.execute(AbstractRouteMatch.java:272), 	at io.micronaut.web.router.DefaultUriRouteMatch.execute(DefaultUriRouteMatch.java:38), 	at io.micronaut.http.server.RouteExecutor.executeRouteAndConvertBody(RouteExecutor.java:465), 	at io.micronaut.http.server.RouteExecutor.lambda$callRoute$5(RouteExecutor.java:442), 	at io.micronaut.core.execution.ExecutionFlow.lambda$async$0(ExecutionFlow.java:92), 	at io.micronaut.core.propagation.PropagatedContext.lambda$wrap$3(PropagatedContext.java:232), 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144), 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642), 	at java.base/java.lang.Thread.run(Thread.java:1583), Caused by: io.airbyte.data.ConfigNotFoundException: config type: STANDARD_WORKSPACE id: 6286d999-526c-4259-9b64-6c3e9f312ea5, 	at io.airbyte.data.services.impls.jooq.WorkspaceServiceJooqImpl.getStandardWorkspaceNoSecrets$lambda$0(WorkspaceServiceJooqImpl.kt:89), 	at java.base/java.util.Optional.orElseThrow(Optional.java:403), 	at io.airbyte.data.services.impls.jooq.WorkspaceServiceJooqImpl.getStandardWorkspaceNoSecrets(WorkspaceServiceJooqImpl.kt:88), 	at io.airbyte.commons.server.handlers.WorkspacesHandler.getWorkspace(WorkspacesHandler.kt:279), 	at io.airbyte.server.apis.controllers.WorkspaceApiController.getWorkspace$lambda$4(WorkspaceApiController.kt:148), 	at io.airbyte.server.apis.ApiHelper.execute(ApiHelper.kt:32), 	... 13 more]
}
2026-02-09 14:23:27,260 [io-executor-thread-6]	�[34mINFO�[0;39m	i.a.c.s.RemoteDefinitionsProvider(getRemoteConnectorRegistry):207 - Fetched latest remote definitions (-1204376746)
2026-02-09 14:23:27,260 [io-executor-thread-8]	�[34mINFO�[0;39m	i.a.c.s.RemoteDefinitionsProvider(getRemoteConnectorRegistry):207 - Fetched latest remote definitions (-1204376746)
2026-02-09 14:23:35,227 [scheduler-executor-thread-1]	�[34mINFO�[0;39m	i.a.c.s.h.SchedulerHandler(createJob):535 - Found the following streams to reset for connection 84e61c8a-3ca6-4d9c-927c-44af12142d1a: []
2026-02-09 14:23:35,286 [scheduler-executor-thread-1]	�[34mINFO�[0;39m	i.a.c.h.ResourceRequirementsUtils(getResourceRequirementsForJobType):64 - Merged resource requirements. mergedResourceReqs=io.airbyte.config.ResourceRequirements@4d1f1f49[cpuRequest=0.5,cpuLimit=1,memoryRequest=1024Mi,memoryLimit=2048Mi,ephemeralStorageRequest=,ephemeralStorageLimit=,additionalProperties={}] connectionResourceReqs=io.airbyte.config.ResourceRequirements@62c3d1e1[cpuRequest=0.5,cpuLimit=<null>,memoryRequest=1024Mi,memoryLimit=2048Mi,ephemeralStorageRequest=<null>,ephemeralStorageLimit=<null>,additionalProperties={}] actorResourceReqs=null actorDefinitionResourceReqs=io.airbyte.config.ScopedResourceRequirements@457d86cf[_default=<null>,jobSpecific=[io.airbyte.config.JobTypeResourceLimit@7333c393[jobType=sync,resourceRequirements=io.airbyte.config.ResourceRequirements@46636feb[cpuRequest=<null>,cpuLimit=<null>,memoryRequest=2Gi,memoryLimit=2Gi,ephemeralStorageRequest=<null>,ephemeralStorageLimit=<null>,additionalProperties={}],additionalProperties={}]],additionalProperties={}] workerDefaultResourceReqs=io.airbyte.config.ResourceRequirements@3a53f21f[cpuRequest=0.2,cpuLimit=1,memoryRequest=1Gi,memoryLimit=2Gi,ephemeralStorageRequest=,ephemeralStorageLimit=,additionalProperties={}] jobType=sync
2026-02-09 14:23:35,287 [scheduler-executor-thread-1]	�[34mINFO�[0;39m	i.a.c.h.ResourceRequirementsUtils(getResourceRequirementsForJobType):64 - Merged resource requirements. mergedResourceReqs=io.airbyte.config.ResourceRequirements@6d4cfbb[cpuRequest=0.5,cpuLimit=1,memoryRequest=1024Mi,memoryLimit=2048Mi,ephemeralStorageRequest=,ephemeralStorageLimit=,additionalProperties={}] connectionResourceReqs=io.airbyte.config.ResourceRequirements@62c3d1e1[cpuRequest=0.5,cpuLimit=<null>,memoryRequest=1024Mi,memoryLimit=2048Mi,ephemeralStorageRequest=<null>,ephemeralStorageLimit=<null>,additionalProperties={}] actorResourceReqs=null actorDefinitionResourceReqs=io.airbyte.config.ScopedResourceRequirements@1f7f1d65[_default=<null>,jobSpecific=[io.airbyte.config.JobTypeResourceLimit@78dd2da6[jobType=check_connection,resourceRequirements=io.airbyte.config.ResourceRequirements@4bcad4b7[cpuRequest=<null>,cpuLimit=<null>,memoryRequest=1536Mi,memoryLimit=1536Mi,ephemeralStorageRequest=<null>,ephemeralStorageLimit=<null>,additionalProperties={}],additionalProperties={}], io.airbyte.config.JobTypeResourceLimit@6bc36362[jobType=discover_schema,resourceRequirements=io.airbyte.config.ResourceRequirements@cb0df4a[cpuRequest=<null>,cpuLimit=<null>,memoryRequest=3072Mi,memoryLimit=3072Mi,ephemeralStorageRequest=<null>,ephemeralStorageLimit=<null>,additionalProperties={}],additionalProperties={}]],additionalProperties={}] workerDefaultResourceReqs=io.airbyte.config.ResourceRequirements@1d917367[cpuRequest=0.2,cpuLimit=1,memoryRequest=1Gi,memoryLimit=2Gi,ephemeralStorageRequest=,ephemeralStorageLimit=,additionalProperties={}] jobType=sync
2026-02-09 14:23:35,287 [scheduler-executor-thread-1]	�[34mINFO�[0;39m	i.a.p.j.DefaultJobPersistence(enqueueJob):107 - enqueuing pending job for scope: 84e61c8a-3ca6-4d9c-927c-44af12142d1a
2026-02-09 14:23:35,323 [scheduler-executor-thread-1]	�[34mINFO�[0;39m	i.a.c.s.h.SchedulerHandler(createJob):589 - New job created, with id: 174632
2026-02-09 14:23:36,728 [io-executor-thread-5]	�[34mINFO�[0;39m	i.a.s.s.CommandService(createCommand):443 - The workload a38322bf-1082-4f4a-8901-a2f1d57f4d50_1770595200000_discover already exists for command discover_174632_0_a38322bf-1082-4f4a-8901-a2f1d57f4d50, continuing
2026-02-09 14:23:37,264 [io-executor-thread-9]	�[34mINFO�[0;39m	i.a.c.s.h.ConnectionsHandler(applySchemaChange):2010 - Applying schema change for connection '84e61c8a-3ca6-4d9c-927c-44af12142d1a' only
2026-02-09 14:23:37,452 [io-executor-thread-9]	�[34mINFO�[0;39m	i.a.c.s.h.ConnectionsHandler(applySchemaChange):2051 - Propagating changes for connectionId: '84e61c8a-3ca6-4d9c-927c-44af12142d1a', new catalogId '07e999b4-933e-45e7-9520-9863a344a1d5'
2026-02-09 14:23:37,452 [io-executor-thread-9]	�[34mINFO�[0;39m	i.a.c.s.h.h.ConnectionTimelineEventHelper(logSchemaChangeAutoPropagationEventInConnectionTimeline):287 - Diff is empty. Bypassing logging an event.
2026-02-09 14:23:37,454 [io-executor-thread-9]	�[34mINFO�[0;39m	i.a.c.s.h.ConnectionsHandler(applySchemaChange):2055 - Sending notification of schema auto propagation for connectionId: 'class ConnectionRead {
    connectionId: 84e61c8a-3ca6-4d9c-927c-44af12142d1a
    name: Airtable → Snowflake
    namespaceDefinition: customformat
    namespaceFormat: airtable
    prefix:
    sourceId: a38322bf-1082-4f4a-8901-a2f1d57f4d50
    destinationId: abf552d4-f88d-4d33-aeac-7ef57829f768
    operationIds: []
    syncCatalog: class AirbyteCatalog {
        streams: [class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/creative_base/tblPwNHX0JEopVWxH
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"font":{"type":["null","array"],"items":{"type":["null","string"]}},"music":{"type":["null","array"],"items":{"type":["null","string"]}},"topic":{"type":["null","string"]},"origid":{"type":["null","string"]},"stream":{"type":["null","string"]},"ad_sets":{"type":["null","array"],"items":{"type":["null","string"]}},"comment":{"type":["null","string"]},"fb_page":{"type":["null","array"],"items":{"type":["null","string"]}},"message":{"type":["null","string"]},"preview":{"type":["null","string"]},"scripts":{"type":["null","array"],"items":{"type":["null","string"]}},"cta_grid":{"type":["null","array"],"items":{"type":["null","string"]}},"deadline":{"type":["null","string"],"format":"date"},"designer":{"type":["null","string"]},"platform":{"type":["null","array"],"items":{"type":["null","string"]}},"priority":{"type":["null","string"]},"subtopic":{"type":["null","string"]},"adconcept":{"type":["null","string"]},"body_grid":{"type":["null","array"],"items":{"type":["null","string"]}},"headlines":{"type":["null","array"],"items":{"type":["null","string"]}},"hook_grid":{"type":["null","array"],"items":{"type":["null","string"]}},"mediatype":{"type":["null","string"]},"voiceover":{"type":["null","array"],"items":{"type":["null","string"]}},"complexity":{"type":["null","string"]},"figma_link":{"type":["null","string"]},"hypothesis":{"type":["null","string"]},"to_do_date":{"type":["null","string"],"format":"date-time"},"topic(new)":{"type":["null","string"]},"aspectratio":{"type":["null","string"]},"attachments":{"type":["null","string"]},"attribution":{"type":["null","array"],"items":{"type":["null","string"]}},"creative_id":{"type":["null","string"]},"fb_accounts":{"type":["null","array"],"items":{"type":["null","string"]}},"launch_date":{"type":["null","string"],"format":"date"},"prime_color":{"type":["null","array"],"items":{"type":["null","string"]}},"test_status":{"type":["null","string"]},"_airtable_id":{"type":["null","string"]},"current_week":{"type":["null","string"]},"designpoints":{"type":["null","number"]},"localization":{"type":["null","string"]},"statusdesign":{"type":["null","string"]},"taskcategory":{"type":["null","string"]},"test_results":{"type":["null","string"]},"video_length":{"type":["null","string"]},"visual_style":{"type":["null","array"],"items":{"type":["null","string"]}},"creative_name":{"type":["null","string"]},"creative_text":{"type":["null","array"],"items":{"type":["null","string"]}},"error_message":{"type":["null","string"]},"finished_week":{"type":["null","string"]},"test_end_date":{"type":["null","string"],"format":"date"},"upload_status":{"type":["null","string"]},"launch_details":{"type":["null","string"]},"link_to_folder":{"type":["null","string"]},"visual_concept":{"type":["null","string"]},"audience_gender":{"type":["null","string"]},"background_link":{"type":["null","string"]},"competitorbrand":{"type":["null","array"],"items":{"type":["null","string"]}},"inna_variations":{"type":["null","boolean"]},"iterationinpack":{"type":["null","string"]},"status_snapshot":{"type":["null","string"]},"variationnumber":{"type":["null","string"]},"visual_template":{"type":["null","array"],"items":{"type":["null","string"]}},"packrelationtype":{"type":["null","string"]},"task_description":{"type":["null","string"]},"test_status_(tt)":{"type":["null","string"]},"design_time_(min)":{"type":["null","string"]},"designpoints_todo":{"type":["null","number"]},"google_drive_link":{"type":["null","string"]},"is_partnership_ad":{"type":["null","boolean"]},"naming_convention":{"type":["null","string"]},"task_created_date":{"type":["null","string"],"format":"date"},"type_of_iteration":{"type":["null","array"],"items":{"type":["null","string"]}},"available_capacity":{"type":["null","array"],"items":{"type":["null","number"]}},"creative_character":{"type":["null","array"],"items":{"type":["null","string"]}},"creativespecialist":{"type":["null","string"]},"id_variation_combo":{"type":["null","string"]},"inna_localizations":{"type":["null","boolean"]},"what_have_changed?":{"type":["null","string"]},"design_started_date":{"type":["null","string"],"format":"date"},"optional_hypothesis":{"type":["null","array"],"items":{"type":["null","string"]}},"variationnumberorig":{"type":["null","string"]},"video_thumbnail_url":{"type":["null","string"]},"_airtable_table_name":{"type":["null","string"]},"design_finished_date":{"type":["null","string"],"format":"date"},"facebook_account_ids":{"type":["null","array"],"items":{"type":["null","string"]}},"launch_date_(demgen)":{"type":["null","string"],"format":"date"},"ready_for_test_(y/n)":{"type":["null","string"]},"test_status_(demgen)":{"type":["null","string"]},"designpoints_lastweek":{"type":["null","number"]},"designpoints_thisweek":{"type":["null","number"]},"launch_date_(display)":{"type":["null","string"],"format":"date"},"template_match_status":{"type":["null","string"]},"test_status_(display)":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]},"designer_capacity_link":{"type":["null","array"],"items":{"type":["null","string"]}},"is_minimal_variations?":{"type":["null","boolean"]},"narrativeconcept_(new)":{"type":["null","string"]},"development_only_record":{"type":["null","boolean"]},"designerlink_updateneeded":{"type":["null","boolean"]},"designername_(don't_touch)":{"type":["null","string"]},"uploaded_facebook_asset_ids":{"type":["null","string"]},"creative_primary_text_lookup":{"type":["null","array"],"items":{"type":["null","string"]}},"font_(from_visual_templates)":{"type":["null","array"],"items":{"type":["null","array"],"items":{"type":["null","string"]}}},"creative_headline_text_lookup":{"type":["null","array"],"items":{"type":["null","string"]}},"cta_grid_(from_visual_templates)":{"type":["null","array"],"items":{"type":["null","array"],"items":{"type":["null","string"]}}},"body_grid_(from_visual_templates)":{"type":["null","array"],"items":{"type":["null","array"],"items":{"type":["null","string"]}}},"hook_grid_(from_visual_templates)":{"type":["null","array"],"items":{"type":["null","array"],"items":{"type":["null","string"]}}},"points_in_to_do_(from_designer_capacity_link)":{"type":["null","array"],"items":{"type":["null","number"]}},"points_done_(_this_week)_(from_designer_capacity_link)":{"type":["null","array"],"items":{"type":["null","number"]}}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: [[_airtable_id]]
                aliasName: creative_hub_creative_base_tblPwNHX0JEopVWxH
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }, class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/fb_pages/tbl5YkFfrpq4XbdK5
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","number"]},"title":{"type":["null","string"]},"ad_sets":{"type":["null","array"],"items":{"type":["null","string"]}},"platform":{"type":["null","string"]},"ad_sets_2":{"type":["null","array"],"items":{"type":["null","string"]}},"description":{"type":["null","string"]},"_airtable_id":{"type":["null","string"]},"creative_base":{"type":["null","array"],"items":{"type":["null","string"]}},"autopost_configs":{"type":["null","array"],"items":{"type":["null","string"]}},"autopost_configs_2":{"type":["null","array"],"items":{"type":["null","string"]}},"_airtable_table_name":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]},"parent_facebook_page_id":{"type":["null","array"],"items":{"type":["null","string"]}}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: []
                aliasName: creative_hub_fb_pages_tbl5YkFfrpq4XbdK5
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }, class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/headlines/tblG68k9lTL2tkNfx
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"headline":{"type":["null","string"]},"who_added":{"type":["null","string"]},"_airtable_id":{"type":["null","string"]},"translate_de":{"type":["null","string"]},"translate_es":{"type":["null","string"]},"translate_pt":{"type":["null","string"]},"usage_counts":{"type":["null","array"],"items":{"type":["null","number"]}},"creative_base":{"type":["null","array"],"items":{"type":["null","string"]}},"languagedetected":{"type":["null","string"]},"normalizedheadline":{"type":["null","string"]},"_airtable_table_name":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]},"localization_rollup_(from_creative_base)":{"type":["null","array"],"items":{"type":["null","string"]}}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: []
                aliasName: creative_hub_headlines_tblG68k9lTL2tkNfx
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }, class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/scripts/tbl6Q6v6lw8zgAMjv
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"number":{"type":["null","number"]},"who_added":{"type":["null","string"]},"usage_count":{"type":["null","array"],"items":{"type":["null","number"]}},"_airtable_id":{"type":["null","string"]},"translate_de":{"type":["null","string"]},"translate_es":{"type":["null","string"]},"translate_pt":{"type":["null","string"]},"creative_base":{"type":["null","array"],"items":{"type":["null","string"]}},"languagedetect":{"type":["null","string"]},"originid_unique":{"type":["null","array"],"items":{"type":["null","string"]}},"normalizedscript":{"type":["null","string"]},"text_of_the_script":{"type":["null","string"]},"_airtable_table_name":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]},"origid_(from_creative_base)":{"type":["null","array"],"items":{"type":["null","string"]}}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: []
                aliasName: creative_hub_scripts_tbl6Q6v6lw8zgAMjv
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }, class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/creative_characters/tblyKbNchy1lMp2Mv
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"name":{"type":["null","string"]},"full_label":{"type":["null","string"]},"topics_old":{"type":["null","array"],"items":{"type":["null","string"]}},"description":{"type":["null","string"]},"usage_count":{"type":["null","array"],"items":{"type":["null","number"]}},"_airtable_id":{"type":["null","string"]},"character_id":{"type":["null","number"]},"topics_(new)":{"type":["null","array"],"items":{"type":["null","string"]}},"creative_base":{"type":["null","array"],"items":{"type":["null","string"]}},"link_to_folder":{"type":["null","string"]},"_airtable_table_name":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: []
                aliasName: creative_hub_creative_characters_tblyKbNchy1lMp2Mv
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }, class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/creative_texts/tblU6e86kOPnYWRl4
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"headline":{"type":["null","string"]},"_airtable_id":{"type":["null","string"]},"primary_text":{"type":["null","string"]},"creative_base":{"type":["null","array"],"items":{"type":["null","string"]}},"_airtable_table_name":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: []
                aliasName: creative_hub_creative_texts_tblU6e86kOPnYWRl4
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }]
    }
    schedule: class ConnectionSchedule {
        units: 2
        timeUnit: hours
    }
    scheduleType: basic
    scheduleData: class ConnectionScheduleData {
        basicSchedule: class ConnectionScheduleDataBasicSchedule {
            timeUnit: hours
            units: 2
        }
        cron: null
    }
    status: active
    resourceRequirements: class ResourceRequirements {
        cpuRequest: 0.5
        cpuLimit: null
        memoryRequest: 1024Mi
        memoryLimit: 2048Mi
        ephemeralStorageRequest: null
        ephemeralStorageLimit: null
    }
    sourceCatalogId: 07e999b4-933e-45e7-9520-9863a344a1d5
    destinationCatalogId: null
    breakingChange: false
    notifySchemaChanges: false
    notifySchemaChangesByEmail: false
    nonBreakingChangesPreference: propagate_columns
    createdAt: 1748013541
    backfillPreference: disabled
    workspaceId: null
    dataplaneGroupId: null
    tags: []
}.connectionId'
2026-02-09 14:23:37,459 [io-executor-thread-9]	�[34mINFO�[0;39m	i.a.c.s.h.h.NotificationHelper(getSchemaUpdateNotification):47 - No diff to report for connection: 'class ConnectionRead {
    connectionId: 84e61c8a-3ca6-4d9c-927c-44af12142d1a
    name: Airtable → Snowflake
    namespaceDefinition: customformat
    namespaceFormat: airtable
    prefix:
    sourceId: a38322bf-1082-4f4a-8901-a2f1d57f4d50
    destinationId: abf552d4-f88d-4d33-aeac-7ef57829f768
    operationIds: []
    syncCatalog: class AirbyteCatalog {
        streams: [class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/creative_base/tblPwNHX0JEopVWxH
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"font":{"type":["null","array"],"items":{"type":["null","string"]}},"music":{"type":["null","array"],"items":{"type":["null","string"]}},"topic":{"type":["null","string"]},"origid":{"type":["null","string"]},"stream":{"type":["null","string"]},"ad_sets":{"type":["null","array"],"items":{"type":["null","string"]}},"comment":{"type":["null","string"]},"fb_page":{"type":["null","array"],"items":{"type":["null","string"]}},"message":{"type":["null","string"]},"preview":{"type":["null","string"]},"scripts":{"type":["null","array"],"items":{"type":["null","string"]}},"cta_grid":{"type":["null","array"],"items":{"type":["null","string"]}},"deadline":{"type":["null","string"],"format":"date"},"designer":{"type":["null","string"]},"platform":{"type":["null","array"],"items":{"type":["null","string"]}},"priority":{"type":["null","string"]},"subtopic":{"type":["null","string"]},"adconcept":{"type":["null","string"]},"body_grid":{"type":["null","array"],"items":{"type":["null","string"]}},"headlines":{"type":["null","array"],"items":{"type":["null","string"]}},"hook_grid":{"type":["null","array"],"items":{"type":["null","string"]}},"mediatype":{"type":["null","string"]},"voiceover":{"type":["null","array"],"items":{"type":["null","string"]}},"complexity":{"type":["null","string"]},"figma_link":{"type":["null","string"]},"hypothesis":{"type":["null","string"]},"to_do_date":{"type":["null","string"],"format":"date-time"},"topic(new)":{"type":["null","string"]},"aspectratio":{"type":["null","string"]},"attachments":{"type":["null","string"]},"attribution":{"type":["null","array"],"items":{"type":["null","string"]}},"creative_id":{"type":["null","string"]},"fb_accounts":{"type":["null","array"],"items":{"type":["null","string"]}},"launch_date":{"type":["null","string"],"format":"date"},"prime_color":{"type":["null","array"],"items":{"type":["null","string"]}},"test_status":{"type":["null","string"]},"_airtable_id":{"type":["null","string"]},"current_week":{"type":["null","string"]},"designpoints":{"type":["null","number"]},"localization":{"type":["null","string"]},"statusdesign":{"type":["null","string"]},"taskcategory":{"type":["null","string"]},"test_results":{"type":["null","string"]},"video_length":{"type":["null","string"]},"visual_style":{"type":["null","array"],"items":{"type":["null","string"]}},"creative_name":{"type":["null","string"]},"creative_text":{"type":["null","array"],"items":{"type":["null","string"]}},"error_message":{"type":["null","string"]},"finished_week":{"type":["null","string"]},"test_end_date":{"type":["null","string"],"format":"date"},"upload_status":{"type":["null","string"]},"launch_details":{"type":["null","string"]},"link_to_folder":{"type":["null","string"]},"visual_concept":{"type":["null","string"]},"audience_gender":{"type":["null","string"]},"background_link":{"type":["null","string"]},"competitorbrand":{"type":["null","array"],"items":{"type":["null","string"]}},"inna_variations":{"type":["null","boolean"]},"iterationinpack":{"type":["null","string"]},"status_snapshot":{"type":["null","string"]},"variationnumber":{"type":["null","string"]},"visual_template":{"type":["null","array"],"items":{"type":["null","string"]}},"packrelationtype":{"type":["null","string"]},"task_description":{"type":["null","string"]},"test_status_(tt)":{"type":["null","string"]},"design_time_(min)":{"type":["null","string"]},"designpoints_todo":{"type":["null","number"]},"google_drive_link":{"type":["null","string"]},"is_partnership_ad":{"type":["null","boolean"]},"naming_convention":{"type":["null","string"]},"task_created_date":{"type":["null","string"],"format":"date"},"type_of_iteration":{"type":["null","array"],"items":{"type":["null","string"]}},"available_capacity":{"type":["null","array"],"items":{"type":["null","number"]}},"creative_character":{"type":["null","array"],"items":{"type":["null","string"]}},"creativespecialist":{"type":["null","string"]},"id_variation_combo":{"type":["null","string"]},"inna_localizations":{"type":["null","boolean"]},"what_have_changed?":{"type":["null","string"]},"design_started_date":{"type":["null","string"],"format":"date"},"optional_hypothesis":{"type":["null","array"],"items":{"type":["null","string"]}},"variationnumberorig":{"type":["null","string"]},"video_thumbnail_url":{"type":["null","string"]},"_airtable_table_name":{"type":["null","string"]},"design_finished_date":{"type":["null","string"],"format":"date"},"facebook_account_ids":{"type":["null","array"],"items":{"type":["null","string"]}},"launch_date_(demgen)":{"type":["null","string"],"format":"date"},"ready_for_test_(y/n)":{"type":["null","string"]},"test_status_(demgen)":{"type":["null","string"]},"designpoints_lastweek":{"type":["null","number"]},"designpoints_thisweek":{"type":["null","number"]},"launch_date_(display)":{"type":["null","string"],"format":"date"},"template_match_status":{"type":["null","string"]},"test_status_(display)":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]},"designer_capacity_link":{"type":["null","array"],"items":{"type":["null","string"]}},"is_minimal_variations?":{"type":["null","boolean"]},"narrativeconcept_(new)":{"type":["null","string"]},"development_only_record":{"type":["null","boolean"]},"designerlink_updateneeded":{"type":["null","boolean"]},"designername_(don't_touch)":{"type":["null","string"]},"uploaded_facebook_asset_ids":{"type":["null","string"]},"creative_primary_text_lookup":{"type":["null","array"],"items":{"type":["null","string"]}},"font_(from_visual_templates)":{"type":["null","array"],"items":{"type":["null","array"],"items":{"type":["null","string"]}}},"creative_headline_text_lookup":{"type":["null","array"],"items":{"type":["null","string"]}},"cta_grid_(from_visual_templates)":{"type":["null","array"],"items":{"type":["null","array"],"items":{"type":["null","string"]}}},"body_grid_(from_visual_templates)":{"type":["null","array"],"items":{"type":["null","array"],"items":{"type":["null","string"]}}},"hook_grid_(from_visual_templates)":{"type":["null","array"],"items":{"type":["null","array"],"items":{"type":["null","string"]}}},"points_in_to_do_(from_designer_capacity_link)":{"type":["null","array"],"items":{"type":["null","number"]}},"points_done_(_this_week)_(from_designer_capacity_link)":{"type":["null","array"],"items":{"type":["null","number"]}}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: [[_airtable_id]]
                aliasName: creative_hub_creative_base_tblPwNHX0JEopVWxH
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }, class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/fb_pages/tbl5YkFfrpq4XbdK5
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"id":{"type":["null","number"]},"title":{"type":["null","string"]},"ad_sets":{"type":["null","array"],"items":{"type":["null","string"]}},"platform":{"type":["null","string"]},"ad_sets_2":{"type":["null","array"],"items":{"type":["null","string"]}},"description":{"type":["null","string"]},"_airtable_id":{"type":["null","string"]},"creative_base":{"type":["null","array"],"items":{"type":["null","string"]}},"autopost_configs":{"type":["null","array"],"items":{"type":["null","string"]}},"autopost_configs_2":{"type":["null","array"],"items":{"type":["null","string"]}},"_airtable_table_name":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]},"parent_facebook_page_id":{"type":["null","array"],"items":{"type":["null","string"]}}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: []
                aliasName: creative_hub_fb_pages_tbl5YkFfrpq4XbdK5
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }, class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/headlines/tblG68k9lTL2tkNfx
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"headline":{"type":["null","string"]},"who_added":{"type":["null","string"]},"_airtable_id":{"type":["null","string"]},"translate_de":{"type":["null","string"]},"translate_es":{"type":["null","string"]},"translate_pt":{"type":["null","string"]},"usage_counts":{"type":["null","array"],"items":{"type":["null","number"]}},"creative_base":{"type":["null","array"],"items":{"type":["null","string"]}},"languagedetected":{"type":["null","string"]},"normalizedheadline":{"type":["null","string"]},"_airtable_table_name":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]},"localization_rollup_(from_creative_base)":{"type":["null","array"],"items":{"type":["null","string"]}}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: []
                aliasName: creative_hub_headlines_tblG68k9lTL2tkNfx
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }, class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/scripts/tbl6Q6v6lw8zgAMjv
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"number":{"type":["null","number"]},"who_added":{"type":["null","string"]},"usage_count":{"type":["null","array"],"items":{"type":["null","number"]}},"_airtable_id":{"type":["null","string"]},"translate_de":{"type":["null","string"]},"translate_es":{"type":["null","string"]},"translate_pt":{"type":["null","string"]},"creative_base":{"type":["null","array"],"items":{"type":["null","string"]}},"languagedetect":{"type":["null","string"]},"originid_unique":{"type":["null","array"],"items":{"type":["null","string"]}},"normalizedscript":{"type":["null","string"]},"text_of_the_script":{"type":["null","string"]},"_airtable_table_name":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]},"origid_(from_creative_base)":{"type":["null","array"],"items":{"type":["null","string"]}}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: []
                aliasName: creative_hub_scripts_tbl6Q6v6lw8zgAMjv
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }, class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/creative_characters/tblyKbNchy1lMp2Mv
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"name":{"type":["null","string"]},"full_label":{"type":["null","string"]},"topics_old":{"type":["null","array"],"items":{"type":["null","string"]}},"description":{"type":["null","string"]},"usage_count":{"type":["null","array"],"items":{"type":["null","number"]}},"_airtable_id":{"type":["null","string"]},"character_id":{"type":["null","number"]},"topics_(new)":{"type":["null","array"],"items":{"type":["null","string"]}},"creative_base":{"type":["null","array"],"items":{"type":["null","string"]}},"link_to_folder":{"type":["null","string"]},"_airtable_table_name":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: []
                aliasName: creative_hub_creative_characters_tblyKbNchy1lMp2Mv
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }, class AirbyteStreamAndConfiguration {
            stream: class AirbyteStream {
                name: creative_hub/creative_texts/tblU6e86kOPnYWRl4
                jsonSchema: {"type":"object","$schema":"https://json-schema.org/draft-07/schema#","properties":{"headline":{"type":["null","string"]},"_airtable_id":{"type":["null","string"]},"primary_text":{"type":["null","string"]},"creative_base":{"type":["null","array"],"items":{"type":["null","string"]}},"_airtable_table_name":{"type":["null","string"]},"_airtable_created_time":{"type":["null","string"]}},"additionalProperties":true}
                supportedSyncModes: [full_refresh]
                sourceDefinedCursor: false
                defaultCursorField: []
                sourceDefinedPrimaryKey: []
                namespace: null
                isResumable: false
                isFileBased: false
            }
            config: class AirbyteStreamConfiguration {
                syncMode: full_refresh
                cursorField: []
                destinationSyncMode: overwrite
                namespace: null
                primaryKey: []
                aliasName: creative_hub_creative_texts_tblU6e86kOPnYWRl4
                selected: true
                suggested: false
                destinationObjectName: null
                includeFiles: false
                fieldSelectionEnabled: false
                selectedFields: []
                hashedFields: []
                mappers: []
                minimumGenerationId: null
                generationId: null
                syncId: null
            }
        }]
    }
    schedule: class ConnectionSchedule {
        units: 2
        timeUnit: hours
    }
    scheduleType: basic
    scheduleData: class ConnectionScheduleData {
        basicSchedule: class ConnectionScheduleDataBasicSchedule {
            timeUnit: hours
            units: 2
        }
        cron: null
    }
    status: active
    resourceRequirements: class ResourceRequirements {
        cpuRequest: 0.5
        cpuLimit: null
        memoryRequest: 1024Mi
        memoryLimit: 2048Mi
        ephemeralStorageRequest: null
        ephemeralStorageLimit: null
    }
    sourceCatalogId: 07e999b4-933e-45e7-9520-9863a344a1d5
    destinationCatalogId: null
    breakingChange: false
    notifySchemaChanges: false
    notifySchemaChangesByEmail: false
    nonBreakingChangesPreference: propagate_columns
    createdAt: 1748013541
    backfillPreference: disabled
    workspaceId: null
    dataplaneGroupId: null
    tags: []
}.connectionId'; skipping notification.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions