Skip to content

Releases: elementary-data/run-elementary-action

v1.12

04 Feb 16:12
f764b45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11...v1.12

v1.11

19 Oct 19:13
Compare
Choose a tag to compare

What's Changed

  • Ele 997 add pre commit to GitHub action by @elongl in #7
  • Pin python version in docker file

Full Changelog: v1.10...v1.11

v1.10

27 May 15:20
Compare
Choose a tag to compare

Re-release v1.10

v1.9

14 Feb 12:26
56849b0
Compare
Choose a tag to compare

What's Changed

  • feat: add possibility to specify target profile that dbt will be run against by @kopackiw in #5

New Contributors

Full Changelog: v1.8...v1.9

v1.8

27 Jan 16:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7...v1.8

v1.7

26 Jan 16:54
70da9d6
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6...v1.7

v1.6

18 Jan 15:29
8d46190
Compare
Choose a tag to compare

What's Changed

  • Optional string values fallback to 'None'. by @elongl in #2

Full Changelog: v1.5...v1.6

v1.5

09 Jan 15:22
Compare
Choose a tag to compare

Added support for passing the project-dir parameter, which will also be the working directory for the EDR command.

v1.4

09 Jan 08:50
Compare
Choose a tag to compare

v1.2

02 Nov 16:08
Compare
Choose a tag to compare

Changes

  • Fixed a potential problem in which edr would fail to install (information below).
  • Action is written in Python.

In case we only release a new dbt version (say 1.2.3), but not a new edr, Doing pip install elementary-data~=1.2.3 where the Python package only has 1.2.2, would fail. The change covers this case by changing the revision (MAJOR.MINOR.REVISION) to be always 0, therefore running pip install elementary-data~=1.2.0.