Run parallel databricks in a foreach

Thales Berti 20 Reputation points
2023-04-24T08:40:09.5366667+00:00

Hello The last action in my pipeline is a foreach that invokes another pipeline (execute load files). The pipeline in question is a copy data with databricks. Pipeline

Invoked Pipeline: load files

I'd like to parallelize this action. The result of my look up is a list of databricks path. Even though I have unchecked the sequential from foreach activity but still its running in sequential. I execute this pipeline on trigger mode too. This is my pipeline expression in foreach.

@activity('Get ControlFlow').output.value

Any help would be appriciated.

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
0 comments No comments
{count} votes

Answer accepted by question author
  1. ShaikMaheer-MSFT 38,631 Reputation points Microsoft Employee Moderator
    2023-04-26T11:30:21.3233333+00:00

    Hi Thales Berti, Thank you for posting query in Microsoft Q&A Platform.

    Inside your execute pipeline activity, could you please check if wait for execution complete option is checked?

    If yes, remove that and try. Hope this helps. Please let me know how it goes.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.