Skip to content

CLI onboarding cannot upload configuration files to a volume in Databricks (Windows) #251

@prvasilev

Description

@prvasilev

When trying to onboard config files, those are not uploaded as there is a '' prepended to the windows path which makes it invalid.

dlt-meta/src/cli.py:
line 460

Then
Line 167 def copy_to_uc_volume(self, src, dst):
removes only 'file:' which leaves the path in this example state: /C:\projects\dlt-meta\conf\

Onboarding silently completes, here's debug using the CLI

databricks labs dlt-meta onboard -p dbx-workspace --debug

Image

Metadata

Metadata

Labels

bugSomething isn't working

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions