saurabh18cs
Honored Contributor III

Hi @maikel for us databricks extension on vs code to deploy workflow using asset bundles works like a charm. if plugin is not helping out then i suggest you to install databricks CLI separately or point to the one installed together with databricks extension under your environemt variables.

then use cli to deploy your workflows e.g. 

databricks bundle deploy --target test-job

Br