Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a pipeline which runs a Dataflow Gen 2. After this finishes, I need to run an SQL query that updates the Lakehouse table.
What Action do I use to run it?
Solved! Go to Solution.
You can use the script activity within your pipeline 🙂
Transform data by using the Script activity - Azure Data Factory & Azure Synapse | Microsoft Learn
Hi @iBusinessBI
Glad that your query got resolved.
Please continue using Fabric Community for any help regarding your queries.
You can use the script activity within your pipeline 🙂
Transform data by using the Script activity - Azure Data Factory & Azure Synapse | Microsoft Learn
That isn't a solution. Lakhouse linked service connections are not an option when adding a script activity in Azure Data Factory. This isn't solved and shouldn't be marked as solved.
It does not say that you can use the script activity for a lake house in your workspace.
If i want to query the delta tables that are in my Lake House how can i do it?