microsoft / azdo-databricks

A set of Build and Release tasks for Building, Deploying and Testing Databricks notebooks
MIT License
25 stars 31 forks source link

Task "Deploy notebooks to workspace" skips non-notebook files #51

Open bjtho08 opened 2 years ago

bjtho08 commented 2 years ago

We recently enabled files in repos on our Azure Databricks development environment, which has worked well for us so far. Today, I noticed a problem when using the "Deploy notebooks to workspace" task. For one, it converts all python files to notebooks, regardless of whether they actually are notebooks. Moreover, it skips other non-notebook files, such as json files, that are needed for proper functioning on the test environment, that we are deploying to (and the production environment, when it passes test).

Is there a way to work around this issue?