Skip to content

Releases: mwhitaker/dbt-action

v0.1.8

07 Oct 17:11
b4ba47f
Compare
Choose a tag to compare

update to dbt version 0.21.0

v0.1.7

06 Oct 16:22
d5ce37d
Compare
Choose a tag to compare

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

04 Jun 00:00
Compare
Choose a tag to compare

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

12 Apr 18:15
b4a36c7
Compare
Choose a tag to compare

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

07 Dec 16:41
767c77c
Compare
Choose a tag to compare

Update to use latest stable Fishtown docker image 0.18.1

Allow better creds

27 Oct 23:31
ebbebcf
Compare
Choose a tag to compare

If you use BigQuery, you can use either a plain or base64 encoded service account file

Use exit code for dbt runs

27 Oct 18:38
Compare
Choose a tag to compare

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

07 Oct 17:01
Compare
Choose a tag to compare

Initial Release

24 Sep 20:18
Compare
Choose a tag to compare

Initial release of dbt action that uses the 0.17.2 tagged official dbt Dockerfile