I tried to deploy the init project with the asset bundles on windows (databricks bundle init than deploy), however I got an error message:
Error: INFO: Could not find files for the given pattern(s)
After updating from v0.205.0 to v0.206.0, I got a more clear message, with the info, that the cli tries to use the python3 command. In windows the basic python command is python and not python3. Can you please update it to use python instead of python3 on windows?
I tried to deploy the init project with the asset bundles on windows (
databricks bundle initthandeploy), however I got an error message:Error: INFO: Could not find files for the given pattern(s)After updating from v0.205.0 to v0.206.0, I got a more clear message, with the info, that the cli tries to use the
python3command. In windows the basic python command ispythonand notpython3. Can you please update it to usepythoninstead ofpython3on windows?