Skip to content

Commit

Permalink
load takes an Iterator
Browse files Browse the repository at this point in the history
  • Loading branch information
ximenesuk committed Sep 13, 2023
1 parent 88a45ea commit 76d424e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etlhelper/etl.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def copy_table_rows(
def load(
table: str,
conn: Connection,
rows: list,
rows: Iterator,
transform: Optional[Callable[[Chunk], Chunk]] = None,
on_error: Optional[Callable] = None,
commit_chunks: bool = True,
Expand Down

0 comments on commit 76d424e

Please sign in to comment.