Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2022 07:51 AM
Hi,
i 'm facing similiar issue, when deploying via dbx.
I have an helper notebook, that when executing it via jobs works fine (without any includes)
while i deploy it via dbx (to same cluster), the helper notebook results with
dbutils.fs.ls(path)
NameError: name 'dbutils' is not defined
(for main notebook, that callse the helper function notebook, i have dbutils.widgets, and it doesnt have any issue)
(dbx execute my-task --task=silver --cluster-name="my-multi-cluster": builds a wheel and deploy on the databricks cluster)
adding the includes suggesetd dont resolve the issue.
any advise?
thanks,
Amir