Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Scott_Powell
Advocate III
Advocate III

Dataflow Gen2 writing to Warehouse - how to change schema?

Hi, I'm writing a Gen2 dataflow to load some data into a Fabric Warehouse. When I create the "destination", the dialogs don't seem to have a place to enter what schema I want the tables created in - it defaults to dbo and I don't see a way to change that. Is it possible to write to schemas other than dbo - and if so how do I specify the proper schema?

 

Thanks!

Scott

1 ACCEPTED SOLUTION
miquelladeboer
Microsoft Employee
Microsoft Employee

Hi Scott, 

 

You are correct, currently we only support dbo schema. It is in our current plan to add support for specifying a different schema by Q12024.

 

 

View solution in original post

11 REPLIES 11
adana
Regular Visitor

its a pain but i create them in dbo and then move them using a create as to the schema i want.  then go back in and change dataflow and you can do existing table and pick the one with the correct schema and it will work.

frithjof_v
Community Champion
Community Champion

BiJoe
Helper II
Helper II

@Anonymous is it safe to ALTER SCHEMA in Fabric? For transferring tables to a different schema than DBO after loading it to Warehouse

miquelladeboer
Microsoft Employee
Microsoft Employee

Hi Scott, 

 

You are correct, currently we only support dbo schema. It is in our current plan to add support for specifying a different schema by Q12024.

 

 

Hi,

 

I was facing this issue while moving the schema from development to production workspaces in fabric through deployment pipeline. I have many schemas in development workspace apart from dbo schema. But while deployment , only moving the dbo schema objects but not other schemas. Is there any other option we can achieve that ? since not possible to move manually individual objects to production

Hi Miquel,

Im doing an applied skills on Implement a datawarehouse: https://learn.microsoft.com/en-us/credentials/applied-skills/work-with-data-warehouses-using-microso...

And there is a question on loading a table from Azure Storage Account into the staging schema.
My approach is using data flow gen 2 to ingest to dbo schema. Because I cant find the option to load into the staging schema. After that, I use SQL to create table as.... to copy the table from dbo schema to staging schema. Yet this is not efficient. Could you provide tips on this?

khoirockfeather_0-1716282416005.png

 

Hi @miquelladeboer , haven't seen any updates on this and didn't hear anything at the Fabric conference - any idea how far away supporting schemas in Warehouses is?

 

Thanks!

Scott

Hi @Scott_Powell, we currently do not have an exact timeline to share, but it is in our plans to support in the future.

Any update on this functionality?  The idea link above does not work either.

Thank you for confirming @miquelladeboer !

Scott

Anonymous
Not applicable

Hi @Scott_Powell ,

It was great to know that you were able to get to a resolution . We expect you to keep using this forum and also motivate others to do that same . You can always help other community members by answering to their queries

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.

Top Solution Authors