Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit b3e9b22

Browse files
committed
Small fix
1 parent c1e5206 commit b3e9b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_diff/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def diff_tables(
4545
# Name of updated column, which signals that rows changed (usually updated_at or last_update)
4646
update_column: str = None,
4747
# Extra columns to compare
48-
extra_columns: Tuple[str, ...] = (),
48+
extra_columns: Tuple[str, ...] = None,
4949
# Start/end key_column values, used to restrict the segment
5050
min_key: DbKey = None,
5151
max_key: DbKey = None,

0 commit comments

Comments
 (0)