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
The CLI will use verbatim the name of the pipeline as a filename when downloading and claim success, even if the pipeline has a character (eg ':' on Windows) that is incompatible with the file-system it's saving to.
Steps to reproduce the behavior
Create a pieline, and in DLT task put a ':' in the name. EG: 'Test DLT: First Test'
Use the CLI on Windows:
databricks bundle generate pipline --existing-pipline-id [ref]
Expected Behavior
Either;
The downloaded workbook is renamed using a FS compatible replacement character - eg 'Test DLT_ First Test'
or the download fails and moans about an incompatible character (less desirable)
Actual Behavior
The CLI claims success:
File successfully saved to src\Test DLT: First Test.sql