From c1f172e3e0c590e1f79e6ab61cc70fb9dea55dae Mon Sep 17 00:00:00 2001 From: lmossman Date: Thu, 31 Jul 2025 17:33:30 -0700 Subject: [PATCH 1/2] make url_base and incremental_sync not linkable --- .../sources/declarative/declarative_component_schema.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml index b182a8ea7..3ecab29de 100644 --- a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml +++ b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml @@ -1511,7 +1511,6 @@ definitions: incremental_sync: title: Incremental Sync description: Component used to fetch data incrementally based on a time field in the data. - linkable: true anyOf: - "$ref": "#/definitions/DatetimeBasedCursor" - "$ref": "#/definitions/IncrementingCountCursor" @@ -2039,7 +2038,6 @@ definitions: deprecation_message: "Use `url` field instead." title: API Base URL 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. - linkable: true type: string interpolation_context: - config From 5eef48b96c6c0b696ae7d135b43f850f907de67d Mon Sep 17 00:00:00 2001 From: lmossman Date: Thu, 31 Jul 2025 17:45:19 -0700 Subject: [PATCH 2/2] undo change to url_base --- .../sources/declarative/declarative_component_schema.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml index 3ecab29de..bac932c06 100644 --- a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml +++ b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml @@ -2038,6 +2038,7 @@ definitions: deprecation_message: "Use `url` field instead." title: API Base URL 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. + linkable: true type: string interpolation_context: - config