Forum Discussion
Lakehouse with Schema Bug - Not generating proper metadata
- Anonymous1 year ago
Hi MattSB ,
Thanks for reaching out to the Microsoft fabric community forum.Currently as the lakehouse schemas is still in public preview some of the features are not yet supported. One of them is adding a delta table in our desired schema. Currently we can load df into the default schema.
But we can then move the delta table to the schema we want.
Once the delta table is created in default schema we can just drag and drop it from default schema to the one we want
Alterantively you can also use DDL commands (Alter tables) in SQL endpoint to move the delta table
Did I answer your question? Mark my post as a solution, this will help others!If my response(s) assisted you in any way, don't forget to give "Kudos"
Thanks and Regards
Hi MattSB ,
Thanks for reaching out to the Microsoft fabric community forum.
Currently as the lakehouse schemas is still in public preview some of the features are not yet supported. One of them is adding a delta table in our desired schema. Currently we can load df into the default schema.
But we can then move the delta table to the schema we want.
Once the delta table is created in default schema we can just drag and drop it from default schema to the one we want
Alterantively you can also use DDL commands (Alter tables) in SQL endpoint to move the delta table
Did I answer your question? Mark my post as a solution, this will help others!
If my response(s) assisted you in any way, don't forget to give "Kudos"
Thanks and Regards
Hi MattSB
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.