Skip to content

Commit c1f172e

Browse files
committed
make url_base and incremental_sync not linkable
1 parent d2262a5 commit c1f172e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,6 @@ definitions:
15111511
incremental_sync:
15121512
title: Incremental Sync
15131513
description: Component used to fetch data incrementally based on a time field in the data.
1514-
linkable: true
15151514
anyOf:
15161515
- "$ref": "#/definitions/DatetimeBasedCursor"
15171516
- "$ref": "#/definitions/IncrementingCountCursor"
@@ -2039,7 +2038,6 @@ definitions:
20392038
deprecation_message: "Use `url` field instead."
20402039
title: API Base URL
20412040
description: Deprecated, use the `url` instead. Base URL of the API source. Do not put sensitive information (e.g. API tokens) into this field - Use the Authenticator component for this.
2042-
linkable: true
20432041
type: string
20442042
interpolation_context:
20452043
- config

0 commit comments

Comments
 (0)