Skip to main content
All articles
devops
1 min read

How to install dbt Docker for databricks

In this article I will explain you how did I create a docker image for databricks. As of Aug 2023, I have not found a recipe to build dbt-databricks image.

devopsautomationci-cd
How to install dbt Docker for databricks

In this article I will explain you how did I create a docker image for databricks. As of Aug 2023, I have not found a recipe to build dbt-databricks image.

Softwares Required to run Docker

If all you want to run is Docker containers, then just the Docker engine and its supporting packages which can be found in the ‘installation’ section in the Docker documentation will suffice:


This article was originally published at https://medium.com/@aradsouza/how-to-install-dbt-docker-for-databricks-d820bbe186b3