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

Commit a21feac

Browse files
author
Sung Won Chung
committed
revert change
1 parent e36a778 commit a21feac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_diff/databases/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1162,7 +1162,7 @@ def _refine_coltypes(
11621162
def _normalize_table_path(self, path: DbPath) -> DbPath:
11631163
if len(path) == 1:
11641164
return self.default_schema, path[0]
1165-
else:
1165+
elif len(path) == 2:
11661166
return path
11671167

11681168
raise ValueError(f"{self.name}: Bad table path for {self}: '{'.'.join(path)}'. Expected form: schema.table")

0 commit comments

Comments
 (0)