Skip to content

Commit 23ba89e

Browse files
committed
add interpolation variable description for components_values
1 parent cd48741 commit 23ba89e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4777,6 +4777,12 @@ interpolation:
47774777
- title: stream_slice
47784778
description: This variable is deprecated. Use stream_interval or stream_partition instead.
47794779
type: object
4780+
- title: components_values
4781+
description: The record object produced by the components resolver for which a stream will be generated.
4782+
type: object
4783+
examples:
4784+
- name: "accounts"
4785+
id: 1234
47804786
macros:
47814787
- title: now_utc
47824788
description: Returns the current date and time in the UTC timezone.

0 commit comments

Comments
 (0)