We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7fcfbb commit d06561dCopy full SHA for d06561d
src/sempy_labs/lakehouse/_schemas.py
@@ -110,7 +110,7 @@ def list_tables(
110
"Lakehouse Name": item_name,
111
"Table Name": t.get("name", {}),
112
"Schema Name": schema_name,
113
- "Format": t.get("data_source_format", {}).capitalize(),
+ "Format": t.get("data_source_format", {}).lower(),
114
"Type": "Managed",
115
"Location": location,
116
}
0 commit comments