Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

.dbc file import problem #186

Open
nitingoura opened this issue Nov 9, 2021 · 0 comments
Open

.dbc file import problem #186

nitingoura opened this issue Nov 9, 2021 · 0 comments

Comments

@nitingoura
Copy link

nitingoura commented Nov 9, 2021

function

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant