set PYTHONPATH when executing workflows
I set up a workflow using 2 tasks. Just for demo purposes, I'm using an interactive cluster for running the workflow. { "task_key": "prepare", "spark_python_task": { "python_file": "file...
- 20414 Views
- 10 replies
- 7 kudos
Latest Reply
We’re facing the same issue while trying to implement Databricks Asset Bundles (DAB).We’ve checked multiple possibilities, and it looks like packaging the code as a wheel or using `sys.path.append` are the only viable options.It looks like Databricks...
- 7 kudos