Skip to content

Commit

Permalink
feat: add stream_interval support to record transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] and natikgadzhi committed Feb 7, 2025
1 parent 71f8db2 commit b9fe92a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def transform(
config: Optional[Config] = None,
stream_state: Optional[StreamState] = None,
stream_slice: Optional[StreamSlice] = None,
stream_interval: Optional[Dict[str, Any]] = None,
) -> None:
"""
Transform a record by adding, deleting, or mutating fields directly from the record reference passed in argument.
Expand All @@ -30,6 +31,7 @@ def transform(
:param config: The user-provided configuration as specified by the source's spec
:param stream_state: The stream state
:param stream_slice: The stream slice
:param stream_interval: The stream interval for incremental sync values
:return: The transformed record
"""

Expand Down

0 comments on commit b9fe92a

Please sign in to comment.