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"