Added new 'AUTO' format to workspace CLI to allow importing extra files types#643
Added new 'AUTO' format to workspace CLI to allow importing extra files types#643osuleiman wants to merge 11 commits intodatabricks:mainfrom
Conversation
|
Man, great PR! |
|
+1 This PR is needed ! |
|
Thanks ! |
|
Yep I need this as well. |
|
This is really important. |
|
hello @infarejf any chances to have this PR reviewed ? :) |
Hi, I see that I approved the changes on July 6th, but that was not intentional and I was not aware of this. Can you please defer the review to someone else? Thanks. Br Jesper |
|
@pietern Would you be able to help with the reviewal of this PR? |
|
Hello! I see the PR is still opened, will this change be merged and brought to prod ? I also need this :) |
|
please use databricks/cli project - this is the old, unmaintained implementation... |
This is a minimalistic update to allow the new format 'AUTO' to be used which is available on the [REST API](https://learn.microsoft.com/en-us/azure/databricks/dev-tools/api/latest/workspace#notebookexportformat:~:text=Description-,AUTO,-(Public%20Preview) as part of the release of workspace files.
This update will allow the importing of all file formats and not only the initial list of files (SOURCE, HTML, JUPYTER, DBC).
Introduced the addition of the flag "are_workspace_files" or "wf" for import_dir command to help switch between current functionality, and the importing files within a directory using their original extension.