Containerized dbt module
The requirements for running the PACE dbt module inside a container are:
JVM Runtime (Java 17 or later)
The PACE dbt module jar file (can be retrieved from a release's Assets on the PACE Releases page on GitHub)
Therefore, you can easily add PACE dbt to your container image, by ensuring that these prerequisites are met. You can modify your Dockerfile, in order to initiate a multi-stage build process, where a JVM container image will be used as a base to copy the JVM from.
An example of what a Dockerfile could look like is shown below:
Last updated