daniel_willen's avatar
daniel_willen
New Member
2 years ago
Status:
Completed

Support shemas for Copy pipelines

Copy data into Lakehouse doesn't support schemas. Right now when you copy data from one SQL server to another (Suppose you want to copy myschma.mytable) , the pipeline just renames your table myschema_mytable , and so in the destination you end up with dbo.myschema_mytable when you really want the same schema and table name as in your source.


3 Comments

  • Copy activity now supports to read schema info from Lakehouse table and write into specified schema in Lakehouse table.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Copy Data activity doesn't work properly with Lakehouses under schema structures.

    When configuring the destination with the schema and table name, it ignores the schema name and creates a new schema with the name of the table.

    The table is unreadable

Recent ideas