From 36dd2a91316141bd2ac2e48ebf13752a3e69748b Mon Sep 17 00:00:00 2001 From: lmossman Date: Wed, 30 Jul 2025 17:29:47 -0700 Subject: [PATCH] unmark partition router as linkable --- .../sources/declarative/declarative_component_schema.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml index ed4eb0f8b..b182a8ea7 100644 --- a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml +++ b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml @@ -3682,7 +3682,6 @@ definitions: partition_router: title: Partition Router description: Used to iteratively execute requests over a set of values, such as a parent stream's records or a list of constant values. - linkable: true anyOf: - "$ref": "#/definitions/SubstreamPartitionRouter" - "$ref": "#/definitions/ListPartitionRouter"