Debayan
Databricks Employee
Databricks Employee

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!