Describe the bug
df = lake.get_lakehouse_columns(lakehouse=lakehouse, workspace=workspace)
returns no data when the lakehouse has a schema
To Reproduce
Steps to reproduce the behavior:
- execute the code passing the UUID for a lakehouse with a schema
- display(df) results in "No Data Available"
- execute the code passing the UUID for a lakehouse with NO schema
- display(df) shows expected data
Expected behavior
results should be displayed for lakehouses with schemas