Closed MikeCarlo closed 1 month ago
Describe the bug The current function for lakehouse.get_lakehouse_tables supports reading tables from lakehouses with no schema enabled.
If there is a schema on the lakehouse the api /workspaces/GUID/lakehouse/GUID/tables fails with the following message
/workspaces/GUID/lakehouse/GUID/tables
api-error-code = 'UnsupportedOperationForSchemasEnabledLakehouse'
A 400 error is returned.
See issue #173.
Describe the bug The current function for lakehouse.get_lakehouse_tables supports reading tables from lakehouses with no schema enabled.
If there is a schema on the lakehouse the api
/workspaces/GUID/lakehouse/GUID/tables
fails with the following messageapi-error-code = 'UnsupportedOperationForSchemasEnabledLakehouse'
A 400 error is returned.