Reputation: 1332
Is there any way to:
using (Azure) Databricks notebook (programatically)?
I tried Databricks Repos, however it works only for notebooks and only via UI and git clone
did not work in a notebook.
Upvotes: 2
Views: 1501
Reputation: 365
I know databricks repos is quite limited in what git commands you can do (which should be improved in my humble opinion).
Anyway, by default, databricks only 'recognizes' notebook files in your repos. You can allow repos to detect other files as well. Under Settings
-> Admin console
enable the option Files in Repos
. I think you'd need Admin Rights to be allowed to change this setting.
More info: https://databricks.com/blog/2021/10/07/databricks-repos-is-now-generally-available.html
Upvotes: 1
Reputation: 1332
What I did is:
Upvotes: 0