Skip to content

Commit 2a16fe0

Browse files
authored
fix: unmark partition router as linkable (#683)
1 parent e4cbaaf commit 2a16fe0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3682,7 +3682,6 @@ definitions:
36823682
partition_router:
36833683
title: Partition Router
36843684
description: Used to iteratively execute requests over a set of values, such as a parent stream's records or a list of constant values.
3685-
linkable: true
36863685
anyOf:
36873686
- "$ref": "#/definitions/SubstreamPartitionRouter"
36883687
- "$ref": "#/definitions/ListPartitionRouter"

0 commit comments

Comments
 (0)