Hello @fleetwoodmatt
Thanks for the detailed context.
Recommended Approach: Cluster-Scoped Service Principal via Spark Config
Store secrets in Databricks Secret ScopeInject secrets as cluster env vars in your bundle
spark_env_vars:DATABRICKS_HOST: "...
Hello,
Assuming a few things
The parent job triggers the child job programmaticallyBy "job id" I am assuming you mean the job run ID (the actual execution instance), not the static job definition ID.
Trigger the child job using jobs/runnow. The re...