From 782d9a1f200a73f48915d7719783220836313038 Mon Sep 17 00:00:00 2001 From: Oleksandr Bazarnov Date: Tue, 11 Mar 2025 15:52:12 +0200 Subject: [PATCH 1/3] fix --- .../sources/declarative/declarative_component_schema.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml index 6cd9998c7..c33e9ffc5 100644 --- a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml +++ b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml @@ -1657,7 +1657,7 @@ definitions: description: List of potentially nested fields describing the full path of the field to extract. Use "*" to extract all values from an array. See more info in the [docs](https://docs.airbyte.com/connector-development/config-based/understanding-the-yaml-file/record-selector). type: array items: - - type: string + type: string interpolation_context: - config examples: From e12445ea4b2c4d16d79a7cc84fb0962a9c9269ae Mon Sep 17 00:00:00 2001 From: Oleksandr Bazarnov Date: Tue, 11 Mar 2025 16:07:57 +0200 Subject: [PATCH 2/3] fix other places --- .../declarative/declarative_component_schema.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml index c33e9ffc5..d5ed35703 100644 --- a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml +++ b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml @@ -2073,7 +2073,7 @@ definitions: type: array default: [] items: - - type: string + type: string interpolation_context: - config key_pointer: @@ -2081,7 +2081,7 @@ definitions: description: List of potentially nested fields describing the full path of the field key to extract. type: array items: - - type: string + type: string interpolation_context: - config type_pointer: @@ -2089,7 +2089,7 @@ definitions: description: List of potentially nested fields describing the full path of the field type to extract. type: array items: - - type: string + type: string interpolation_context: - config types_mapping: @@ -2251,7 +2251,7 @@ definitions: description: A path to field that needs to be flattened. type: array items: - - type: string + type: string examples: - ["data"] - ["data", "*", "field"] @@ -3526,7 +3526,7 @@ definitions: description: A list of potentially nested fields indicating the full path where value will be added or updated. type: array items: - - type: string + type: string interpolation_context: - config - components_values @@ -3602,7 +3602,7 @@ definitions: description: A list of potentially nested fields indicating the full path in source config file where streams configs located. type: array items: - - type: string + type: string interpolation_context: - parameters examples: From 879ceb0b1d9bbb900cc01d80c9f9612571479b0b Mon Sep 17 00:00:00 2001 From: lmossman Date: Tue, 11 Mar 2025 12:59:38 -0700 Subject: [PATCH 3/3] fix occurrences with as well --- .../sources/declarative/declarative_component_schema.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml index d5ed35703..b0eec7d3d 100644 --- a/airbyte_cdk/sources/declarative/declarative_component_schema.yaml +++ b/airbyte_cdk/sources/declarative/declarative_component_schema.yaml @@ -109,7 +109,7 @@ definitions: description: List of transformations (path and corresponding value) that will be added to the record. type: array items: - - "$ref": "#/definitions/AddedFieldDefinition" + "$ref": "#/definitions/AddedFieldDefinition" $parameters: type: object additionalProperties: true @@ -2095,7 +2095,7 @@ definitions: types_mapping: type: array items: - - "$ref": "#/definitions/TypesMap" + "$ref": "#/definitions/TypesMap" $parameters: type: object additionalProperties: true