File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
airbyte_cdk/sources/declarative/transformations Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ def transform(
22
22
config : Optional [Config ] = None ,
23
23
stream_state : Optional [StreamState ] = None ,
24
24
stream_slice : Optional [StreamSlice ] = None ,
25
+ stream_interval : Optional [Dict [str , Any ]] = None ,
25
26
) -> None :
26
27
"""
27
28
Transform a record by adding, deleting, or mutating fields directly from the record reference passed in argument.
@@ -30,6 +31,7 @@ def transform(
30
31
:param config: The user-provided configuration as specified by the source's spec
31
32
:param stream_state: The stream state
32
33
:param stream_slice: The stream slice
34
+ :param stream_interval: The stream interval for incremental sync values
33
35
:return: The transformed record
34
36
"""
35
37
You can’t perform that action at this time.
0 commit comments