I have a scenario where I need to generate a versioned Wheel file and upload it automatically to a Databricks cluster using VS Code, without creating workflows or jobs like those in Databricks Bundles.
My use case is to later use the Wheel file as an importable package in another notebook.
How can I achieve this using the databricks.yml file?
I can use the Databricks bundle, but it requires some tasks to be created in order to generate the wheel file, and I don't need those tasks to be created.