Skip to content

Commit

Permalink
fix: remove ttl_clause from write_rows
Browse files Browse the repository at this point in the history
  • Loading branch information
zabarn committed Nov 6, 2024
1 parent a74bf89 commit b45fa35
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ def unroll_insertion_tuples() -> Iterable[Tuple[str, bytes, str, datetime]]:
project,
table,
unroll_insertion_tuples(),
ttl_clause=ttl_clause,
)
# correction for the last missing call to `progress`:
if progress:
Expand Down

0 comments on commit b45fa35

Please sign in to comment.