Is there an existing issue for this?
Category of feature request
Transpiler
Problem statement
Currently, the Converter outputs SQL files, which, when uploaded to Databricks, do not open as Databricks Notebooks. Notebooks are more convenient and practical for Data Engineers. We would like to have a CLI option that allows us to change the default output format of the converted code to Databricks Notebook instead of a SQL file (.sql).
Proposed Solution
Add the marker to the output files per https://docs.databricks.com/aws/en/notebooks/notebook-export-import?language=SQL
Additional Context
No response