-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Description
if databricks sdk version == 0.69.0 it throws below error
Traceback (most recent call last):
File "/Users/Documents/repo/databricks-devops/dlt-meta/src/cli.py", line 804, in <module>
main(*sys.argv[1:])
File "/Users/Documents/repo/databricks-devops/dlt-meta/src/cli.py", line 800, in main
MAPPING[command](dltmeta)
File "/Users/Documents/repo/databricks-devops/dlt-meta/src/cli.py", line 754, in onboard
dltmeta.onboard(cmd)
File "/Users/Documents/repo/databricks-devops/dlt-meta/src/cli.py", line 220, in onboard
self.copy_to_uc_volume(cmd.onboarding_files_dir_path, cmd.uc_volume_path + "/dltmeta_conf/")
File "/Users/Documents/repo/databricks-devops/dlt-meta/src/cli.py", line 175, in copy_to_uc_volume
self._ws.files.upload(file_path=uc_volume_path, contents=contents, overwrite=True)
TypeError: FilesExt.upload() got an unexpected keyword argument 'contents'
Error: exit status 1
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working