Releases: mwhitaker/dbt-action
v0.1.8
update to dbt version 0.21.0
v0.1.7
This minor release fixes an issue in the Dockerfile where the Spark plugin version was not pinned to the same version of dbt.
This version uses the 0.19.1 dbt Docker image and corresponding dbt-spark plugin
Update dbt to 0.19.1 and add support for databricks
This release adds support for databricks and updates the Docker image from Fishtown Analytics to v0.19.1
Update Fishtown Analytics Docker image to v0.19.0
This release updates the Fishtown Analytics Docker image for DBT. It also fixes an issue with the action exiting for non-BigQuery users
Update Fishtown docker image to 0.18.1
Update to use latest stable Fishtown docker image 0.18.1
Allow better creds
If you use BigQuery, you can use either a plain or base64 encoded service account file
Use exit code for dbt runs
This changes previous behavior where the dbt would always result in a successful run. If you want to trigger subsequent steps after a failed dbt run you can check the status of the job:
- name: Get the result
if: ${{ always() }}
run: echo "${{ steps.dbt-run.outputs.result }}"
shell: bash
Fixed deprecation of set-env
v0.1.1 remove comments
Initial Release
Initial release of dbt action that uses the 0.17.2 tagged official dbt Dockerfile