dbt-labs / dbt-spark

dbt-spark contains all of the code enabling dbt to work with Apache Spark and Databricks
https://getdbt.com
Apache License 2.0
400 stars 227 forks source link

[ADAP-480] Make the local docker container work reliably #734

Open emmyoop opened 1 year ago

emmyoop commented 1 year ago

High Level Task

There is currently a docker-compose file in dbt-spark. It's finicky and doesn't always work. If it did work, local development would be a lot easier.

Acceptance Criteria

Details

dbt-core uses a local docker container to run postgres. This could possibly work similarly. Update the Makefile appropriately to reflect it if the docker container can be fixed.

Some report that if you just restart the container a few times it will start working. But all the integration tests don't run, it fails out early.

Unknowns

Why doesn't it work?

Additional Notes

Relates to: #386