You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.
It rejoins the file based on the OS line ending, so like you suggested this is a Windows only issue. When I run that function in a container it behaves. The problem is the AzDevOps tasks will only work on Windows PowerShell, I'm not sure why this is because our module is fully Core complaint.
Just to be clear, you are saying that the "native PowerShell module" can run your custom export/import commands? I wasn't aware that I had access to those outside of a datathirst task. I'm fairly new to devops (and to azure in general)
One challenge for me is that our agent pool is windows-only. It is a private agent pool using VM scalesets and is running within our VNET. I don't currently have access to a Linux agent and I think it would be frowned on if I used a normal devops hosted agent that runs outside of our VNET.
Thanks for clearing this up. I'm still confused why this is treated as a notebook, when I'm using a generic (DBFS) files operations. Perhaps it is too smart and is trying to distinguish all of our ASCII files from other types of files, and then treating the ASCII ones as notebooks...
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using this in Azure devops.
https://marketplace.visualstudio.com/items?itemName=DataThirstLtd.databricksDeployScriptsTasks&ssr=false#qna
The task is:
DataThirstLtd.databricksDeployScriptsTasks.databricksDeployDBFSFilesTask
When running on a windows agent (we have a large windows -based agent pool) it swaps line delimiters from UNIX to Windows style.
Is this the intention? It is breaking our shell scripts that are being deployed to Azure Databricks.
The workaround for now is to use Az.Databricks in PowerShell for deploying the bash shell scripts, and use the DataThirstLtd for everything else.
The text was updated successfully, but these errors were encountered: