File path Not recognisable for notebook jobs in DBFS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021 08:26 AM
we are working on IDEs and once code is developed we put the .py file in DBFS
and I am uisng that DBFS path to create a job , but I am getting an error
dbfs:/artifacts/kg/bootstrap.py.
I get the error notebook not found errror
.
what could be the issue here?
Labels:
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2021 08:27 AM
The actual notebooks that you create are not stored in Data plane but it is stored in but in control plane, you can import the notebooks through import in Databricks UI or using API , The notebook placed in DBFS cannot be used to create a job

