Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support schema-enabled lakehouses #19

Open
1 of 3 tasks
mrjsj opened this issue Dec 3, 2024 · 0 comments
Open
1 of 3 tasks

Support schema-enabled lakehouses #19

mrjsj opened this issue Dec 3, 2024 · 0 comments

Comments

@mrjsj
Copy link
Owner

mrjsj commented Dec 3, 2024

  • FIgure out if we can alter duckdb default schema to the lakehouse's default schema (which by default is dbo in Fabric) We can not.
  • Await tables endpoint to support schema enabled lakehouses. https://learn.microsoft.com/en-us/rest/api/fabric/lakehouse/tables/list-tables { "errorCode": "UnsupportedOperationForSchemasEnabledLakehouse", "message": "The operation is not supported for Lakehouse with schemas enabled." }
  • Create the tables correctly in it's defined schema

Ref: https://learn.microsoft.com/en-us/fabric/data-engineering/lakehouse-schemas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant