@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.
How to pass parameters from Data Factory to Delta Live Table pipeline?
Manjula Ganesapandian
0
Reputation points
Can i pass variables from data factory to change the configuration of the delta live table pipeline?