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.
Name - Import-DatabricksFolder.ps1
Link - https://www.powershellgallery.com/packages/azure.databricks.cicd.tools/2.1.3760/Content/Public%5CImport-DatabricksFolder.ps1
Request
line 97 - $Body['overwrite'] = "true" from function (Import-DatabricksFolder.ps1)
if we want to import dbc file extension, overwrite value should be false. otherwise, Import-DatabricksFolder will not work for .dbc files.
can we add $Body['overwrite'] = "true" as parameter to the function (Import-DatabricksFolder.ps1)
more details from the link
Link - https://docs.databricks.com/dev-tools/api/latest/workspace.html
Information - For the DBC format, overwrite is not supported since it may contain a directory.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
function
Request
more details from the link
The text was updated successfully, but these errors were encountered: