How to pass parameters from Data Factory to Delta Live Table pipeline?

Manjula Ganesapandian 0 Reputation points
2023-08-22T18:58:44.1866667+00:00

Can i pass variables from data factory to change the configuration of the delta live table pipeline?

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,174 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,677 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Chand, Anupam SBOBNG-ITA/RX 461 Reputation points
    2024-04-05T05:37:43.45+00:00

    @Manjula Ganesapandian I have a workaround to this. Instead of calling the post to run the delta live pipeline, call the edit pipeline rest API - https://learn.microsoft.com/en-us/azure/databricks/delta-live-tables/api-guide#--edit-a-pipeline and update the pipeline with your new config. This will be a synchronous update. Then call the Start pipeline api https://learn.microsoft.com/en-us/azure/databricks/delta-live-tables/api-guide#--start-a-pipeline-update. This should fine for your scenario as only 1 instance of the pipeline can be running at a time.

    0 comments No comments

Your answer

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