We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd48741 commit 23ba89eCopy full SHA for 23ba89e
airbyte_cdk/sources/declarative/declarative_component_schema.yaml
@@ -4777,6 +4777,12 @@ interpolation:
4777
- title: stream_slice
4778
description: This variable is deprecated. Use stream_interval or stream_partition instead.
4779
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
4786
macros:
4787
- title: now_utc
4788
description: Returns the current date and time in the UTC timezone.
0 commit comments