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
If I run databricks workspace export_dir on Windows, I get a NotADirectoryError error when attempting to download directories with invalid Windows names (e.g., all the databricks_automl subdirectories, all of which contain a colon).
Example:
> databricks workspace export_dir /Users/me@example.com .*snip*
Error: NotADirectoryError: [WinError 267] The directory name is invalid: '.\\databricks_automl\\22-01-05-17:00-automl_test_1-deadb33f'
Not only does it fail to download all the folders in /databricks_automl, it also bails out of the loop so none of the other files get downloaded.
If I run
databricks workspace export_diron Windows, I get aNotADirectoryErrorerror when attempting to download directories with invalid Windows names (e.g., all the databricks_automl subdirectories, all of which contain a colon).Example:
Not only does it fail to download all the folders in /databricks_automl, it also bails out of the loop so none of the other files get downloaded.