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).
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?