Forum Discussion
Connect to Data Source bug or change?
Hi, just since yesterday, I'm now being asked to create a new connection to artifacts within my OneLake.
Where as previously, you'd just select the artifact.
both screenshots are copy activities with the source as the same datawarehouse. They look differet now 🤔
Is this a recent change? And now we are required to create a connection to artifacts even in our OneLake? Or is this a bug?
Hi caseybks,
I believe this is a recent service change. I very much like this change as it allows us to create a connection using a service account or service principal, meaning that it is not tied to an individual's credentials, and won't break if that individual leaves the org.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
6 Replies
- tayloramySuper User
Hi caseybks,
I believe this is a recent service change. I very much like this change as it allows us to create a connection using a service account or service principal, meaning that it is not tied to an individual's credentials, and won't break if that individual leaves the org.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
- caseybksAdvocate III
Did you have to go through all your activities to update the connections to OneLake artifacts?
- spaceman127Super User
Hi,
Same thing happened to me.
Best regards
- caseybksAdvocate III
I think it's as tayloramy said, with the recent introduction of being able to use service account OAuth authentication or service principals in connections to OneLake artifacts. Which I did see in the updates, but I either missed or it wasn't explained enough what the impact or change would be to how we connect to OneLake artifacts in pipeline activities.
I went through every pipeline/ activity last night and updated them to use a connection authenticated by a service account 😅
In the long run this has actually helped when using git integration, and branching from develop branch. We were having rendering issues in branched workspaces, with OneLake Artifacts not being found errors, but now that seems to have sorted it out.
- v-kpoloju-msftCommunity Support
Hi caseybks,
Thank you for reaching out to the Microsoft Fabric Community Forum and for sharing those screenshots that really helps clarify what’s happening. Also, thanks to spaceman127, tayloramy, for those inputs on this thread.
From what you have described, it looks like the connection experience for One Lake and Data Warehouse artifacts in Fabric pipelines has slightly changed. Previously, you could select the artifact directly, but now you’re being prompted to create or select a connection (linked service) first even for items that live inside your One Lake workspace.
This isn’t an issue with your setup it is part of a recent update in Fabric where data pipeline activities now require an explicit connection reference for all data sources, including internal Fabric artifacts. The change helps improve connection reusability, manage permissions consistently, and simplify deployment across workspaces.
To fix or proceed: Open the pipeline and select the Source tab. In the Connection dropdown, either choose your existing linked service (e.g., uk_da_datawarehouse) or create a new one pointing to your Fabric Warehouse. Once connected, you can continue to select your table or use a query as before.
Refer these links:
1. https://learn.microsoft.com/en-us/fabric/data-factory/copy-data-activity
2. https://learn.microsoft.com/en-us/fabric/data-warehouse/ingest-data-pipelinesHope that clarifies. Let us know if you have any doubts regarding this. We will be happy to help.
Thank you for using the Microsoft Fabric Community Forum.