databricksazure-databricksdatabricks-dbxdatabricks-asset-bundle

dbx to databricks assets bundles


We have been using dbx to manage and deploy databricks jobs. In dbx the command dbx execute is very useful during development when we can change stuff quickly and execute to check results. The execute command create a sort of sandbox to run the job.

Now that dbx is deprecated we want to use databricks assets bundles. Do we have anything similar? There seems to be just deploy option and it does have a dev mode but it actually creates a job in Workflow and then runs it.

Also using dbx we can execute and test individual task within a job and I don't seem to find anything similar in databricks assets bundles. Is there any workaround for this?


Solution

  • We can use Databricks connect - Databricks Connect combined with Asset Bundles is a game-changing combination.

    If you are using Visual studio code - The Databricks extension for Visual Studio Code already has built-in support for Databricks Connect for Databricks Runtime 13.3 LTS and above

    Refer to the Databricks documenation - They have explained it well, with screenshots, to guide you through the process.