Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Wanted to understand how we can provide the source connection dynamically rather than manually selecting from the dropdown for copy activity, lookup, script, get metadata activity, etc. as we have to deploy the pipeline to other workspaces which uses different connection name (DEV/QA/UAT/PROD).
Solved! Go to Solution.
Unfortunately, that is not possible yet. One workaround is to create a switch on the workspace id and duplicate your activity with the correct connection for that environment. I'm fully aware that that is not maintainable in the long run, but could be a short term workaround until parameters are possible.
I personnaly solved this problem by creating a dummy connection to "https://" (nothing else). This is accepted by Fabric.
I can then set the dynamic url using the relative url part.
Can you please expand with an example? I am looking to do this same thing
Hello.
I answered too fast about this one... Fabric does accept to create a "dummy" connection for url "https://" , and it does accept you to add a dynamic relative url to fill the missing part.... BUT this does NOT work .... configuration is "accepted", but when you run the pipeline with the copy data activity it just fails... with a cryptic error.. so.. non.. no way to do that for now.... (was soooo easy in ADF or synapse... Fabric is a dramatic rollback 5 years ago for us...)
Unfortunately, that is not possible yet. One workaround is to create a switch on the workspace id and duplicate your activity with the correct connection for that environment. I'm fully aware that that is not maintainable in the long run, but could be a short term workaround until parameters are possible.