How can I get the parent run id of a workflow in azure databricks?

João Bálico 25 Reputation points
2023-05-31T13:25:48.04+00:00

We created a json file with all the specifications of the workflow and then used the release pipeline to deploy the workflow in our Databricks workspace.

The problem is that we are passing a parameter called "parent_run_id" but this parameter is not being passed when we run the workflow.

What we find weird is when we create a workflow manually with the same parameters or clone the workflow manually and run it this parameter is passed.

User's image

The workflow created in an automated way:

User's image

The clone of the workflow(created manually):

User's image

Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,311 questions
{count} votes

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.