Forum Discussion

MattSB's avatar
MattSB
Icon for Helper I rankHelper I
1 year ago
Solved

Lakehouse with Schema Bug - Not generating proper metadata

HI ive ran into a problem while testing the Lakehouse with schema. The issue appears that the creation of the deltatable is not populating the standard meta data correctly    Issue - lakehouse cal...
  • v-nmadadi-msft's avatar
    1 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