Handling non notebook file types in repos
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 12:09 AM
Hi, I have ,py, .txt, .yml, .json files in my repo, when I merging the feature branch to master branch, the file type of these files are getting changed to notebook, which is causing error while importing these files into my different notebooks.
P.S. - I am working on Azure Databricks and using Azure Devops as Git provider.
I can't find option to enable Files in Repo in Azure Databricks.
Any suggesstion, what should I do?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2025 04:17 AM
IPYNB notebooks are the default format when creating a new notebook on Databricks. To change the default to the Databricks source format, log into your Databricks workspace, click your profile in the upper-right of the page, then click Settings and navigate to Developer. Change the notebook format default under the Editor settings heading.

