-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper repo workflow #191
Comments
please check Execution modes if you are in offline-mode you can download/sync a whole Repo-folder when referencing a library from your Repo, it will always use the deployed version of the library |
I looked through the execution modes, but they don't seem to be suited to my needs. |
what exactly do you mean by "full repo sync"? |
closed due to inactivity |
Let's assume i have python project git repo locally where i developed a library and have some notebooks to execute said code.
how can i properly sync my code between my local folder and the specific repo user folder on databricks?
The reason i need full sync support is because i want to install the library from within the repo so i can import it into the notebooks.
The original databricks extension lets me sync my code to a folder in the user directory, but a feature to properly sync to the repo folder seems to be missing from both folders.
The text was updated successfully, but these errors were encountered: