Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredJoin us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered
Hi there, I've been struggling to find good documentation on how to read data from a lakehouse in one workspace and after applying some transformations, write it to a different lakehouse in a different workspace. Is this possible? I have the following workspaces:
WORKSPACE_BRONZE that contains LAKEHOUSE_BRONZE
WORKSPACE_SILVER that contains LAKEHOUSE_SILVER
LAKEHOUSE_BRONZE has a CSV file in the files section. I have a notebook and have added both lakehouses to the notebook. I have some code like this to read the file:
Solved! Go to Solution.
You can use the fully qualified path to write to a Lakehouse in another workspace.
Please see this article, it helped me:
So, to write to a table (new or existing) in a Lakehouse in another workspace, I think it is possible to write it like this:
You can use the fully qualified path to write to a Lakehouse in another workspace.
Please see this article, it helped me:
So, to write to a table (new or existing) in a Lakehouse in another workspace, I think it is possible to write it like this:
Hey so when I tried to write to a different lakehouse that's not the default lakehouse that my notebook is connected to, my data is note getting stored properly under Tables.
So my notebook is connected to bronze lakehouse and I'm trying to write data to silver lakehouse and this is how the data is getting written.
#code
The data supposed to go into test-1 table but instead it is going into Undefined space and also the data is not getting written in table format.
Please do assist me on this @frithjof_v
It's looks like it's a schema enabled lakehouse. In that case, you need to specify the schema in the abfss path.
I did tried adding schema but still I am getting the same response
This is the code I've executed
Thank you so much!
Hi @AdamFry ,
Glad to that your issue got resolved. Please continue using Fabric Community on your further queries.
For syntax and stuff, trying asking Copilot or ChatGPT. I usually get pretty good feedback.
Apologies for not using the code block for the code in my post, I tried editing my post to add it but I got an invalid html error so hopefully this is ok posted as is.
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
8 | |
8 | |
8 | |
7 | |
6 |