- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2021 11:40 AM
I have a function within a module in my git-repo. I want to import that to my DB notebook - how can I do that?
- Labels:
-
DB Notebook
-
Function
-
Github
-
Python Function
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2021 05:00 AM
Databricks Repos allows you to sync your work in Databricks with a remote Git repository. This makes it easier to implement development best practices. Databricks supports integrations with GitHub, Bitbucket, and GitLab. Using Repos you can bring your Python function into your databricks workspace and use that in a notebook either using Notebook Workflows (via %run) or creating a library and installing it on to your cluster
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2021 05:00 AM
Databricks Repos allows you to sync your work in Databricks with a remote Git repository. This makes it easier to implement development best practices. Databricks supports integrations with GitHub, Bitbucket, and GitLab. Using Repos you can bring your Python function into your databricks workspace and use that in a notebook either using Notebook Workflows (via %run) or creating a library and installing it on to your cluster

