microsoft / semantic-link-labs

Early access to new features for Microsoft Fabric's Semantic Link.
MIT License
178 stars 37 forks source link

Get Lakehouse tables API not working when using Lakehouses with Schema #214

Closed MikeCarlo closed 1 month ago

MikeCarlo commented 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

api-error-code = 'UnsupportedOperationForSchemasEnabledLakehouse'

A 400 error is returned.

Image

m-kovalsky commented 1 month ago

See issue #173.