entralliance / entr_runtime

ENTR Alliance is an owner-operator led initiative to create open data stack within the clean energy sector. ENTR is a distribution of existing open-source tools, frameworks, and standards, packaged together to accelerate the transition to clean energy. Join us!
http://www.entralliance.com
MIT License
6 stars 3 forks source link

Fix/pin entr warehouse version #79

Closed lewisarmistead closed 1 year ago

lewisarmistead commented 1 year ago

This PR pins a tagged release of entr_warehouse used in the build of this Docker image.

I encountered a Spark out-of-memory issue when building this with the new table materializations in the entr_warehouse dbt project, which I resolved by separating out the dbt run step from the other dbt commands.

I also commented out the apt-get upgrade step to make the builds leaner - it was taking ~10 minutes to execute this step for me locally, and I don't think it provides much value to the functionality of the image, but I'm open to differing opinions.