How can I get the parent run id of a workflow in azure databricks?
João Bálico
25
Reputation points
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.
The workflow created in an automated way:
The clone of the workflow(created manually):
Sign in to answer