Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2023 11:39 PM
Hi @harraz (Customer) , Could you please confirm if files in repos has been enabled? https://docs.databricks.com/files/workspace.html#configure-support-for-files-in-repos.
You can use the command %sh pwd in a notebook inside a repo to check if Files in Repos is enabled.
- If Files in Repos is not enabled, the response is
/databricks/driver
- If Files in Repos is enabled, the response is
/Workspace/Repos/<path to notebook directory>
Also, please tag @Debayan with your next response which will notify me, Thank you!