Skip to content

Commit 64bd4ec

Browse files
committed
update models
1 parent 17bb208 commit 64bd4ec

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

airbyte_cdk/sources/declarative/models/declarative_component_schema.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,11 +1463,9 @@ class ComponentMappingDefinition(BaseModel):
14631463
...,
14641464
description="A list of potentially nested fields indicating the full path where value will be added or updated.",
14651465
examples=[
1466-
["data"],
1467-
["data", "records"],
1468-
["data", 1, "name"],
1469-
["data", "{{ components_values.name }}"],
1470-
["data", "*", "record"],
1466+
["name"],
1467+
["retriever", "requester", "url"],
1468+
["retriever", "requester", "{{ components_values.field }}"],
14711469
["*", "**", "name"],
14721470
],
14731471
title="Field Path",

0 commit comments

Comments
 (0)