Update aml-pipelines-use-databricks-as-compute-target.ipynb

This commit is contained in:
Sharmeelee Bijlani
2021-09-10 13:20:03 -07:00
parent 89f23e6d50
commit 8233533dcd

View File

@@ -857,6 +857,7 @@
"Users are used to being able to use Run.get_context() to retrieve the parent_run_id for a given run_id. In DatabricksStep, however, a little more work is required to achieve this.\r\n",
"\r\n",
"The solution is to parse the script arguments and set corresponding environment variables to access the run context from within Databricks.\r\n",
"Note that this workaround is not required for job clusters. \r\n",
"\r\n",
"Here is a code sample:"
],