Skip to content

Commit

Permalink
type incremental cursor_path as str
Browse files Browse the repository at this point in the history
  • Loading branch information
willi-mueller committed Aug 28, 2024
1 parent d47cf64 commit 5c36ef4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/extract/incremental/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class IncrementalColumnState(TypedDict):


class IncrementalArgs(TypedDict, Generic[TCursorValue], total=False):
cursor_path: TCursorValue
cursor_path: str
initial_value: Optional[TCursorValue]
last_value_func: Optional[LastValueFunc[TCursorValue]]
primary_key: Optional[TTableHintTemplate[TColumnNames]]
Expand Down

0 comments on commit 5c36ef4

Please sign in to comment.