There was an error while loading. Please reload this page.
1 parent 7329c43 commit 2c3a305Copy full SHA for 2c3a305
data_diff/schema.py
@@ -9,7 +9,7 @@
9
10
11
def create_schema(db_name: str, table_path: DbPath, schema: dict, case_sensitive: bool) -> CaseAwareMapping:
12
- logger.debug(f"[{db_name}] Schema = {schema}")
+ logger.info(f"[{db_name}] Schema = {schema}")
13
14
if case_sensitive:
15
return CaseSensitiveDict(schema)
0 commit comments