Releases: elementary-data/run-elementary-action
Releases · elementary-data/run-elementary-action
v1.12
What's Changed
- added snowflake keyfile support by @ofek1weiss in #11
New Contributors
- @ofek1weiss made their first contribution in #11
Full Changelog: v1.11...v1.12
v1.11
What's Changed
Full Changelog: v1.10...v1.11
v1.10
Re-release v1.10
v1.9
v1.8
v1.7
What's Changed
- stager log support by @IDoneShaveIt in #3
New Contributors
- @IDoneShaveIt made their first contribution in #3
Full Changelog: v1.6...v1.7
v1.6
What's Changed
Full Changelog: v1.5...v1.6
v1.5
Added support for passing the project-dir parameter, which will also be the working directory for the EDR command.
v1.4
Full Changelog: v1.3...v1.4
v1.2
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
.