Releases: marchinho11/hnhm
Releases · marchinho11/hnhm
v0.0.11
v0.0.10
What's Changed
Improvements iteration by @marchinho11 in #17:
- Update Python libs and dependencies
- Add
BOOLEAN
type - Add
ruff
- Add
mypy
- Add
bumpversion
- Make
comment
first unnamed argument for Attributes and LinkElements - Set default value for
change_type
toChangeType.IGNORE
(useful fro Stage tables) - Expose BKs,
valid_from
, and_loaded_at
columns in entity's view - SK's components(business keys) can be
NULL
able
Full Changelog: v0.0.9...v0.0.10
v0.0.9
Contribute!
All contributions are welcome! Take a look at the Contribute!
section
What's Changed
- Add the
_hash
column. Refactor Jinja sqls by @marchinho11 in #15 - Improve
README.md
. Add new sections. Update libs. by @marchinho11 in #16
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- Add
FQN
for Entites, Attributes, Groups, and Links - Init documentation
- Init a Tutorial
- Update dependencies
- Remove SqlAlchemy dependency
- Simplify interfaces:
migation
andtask
- Refactor tests
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- Create/update a View on top of hNhM tables by @marchinho11 in #11
- Add
id
for Tasks and thedepends_on
attribute by @marchinho11 in #12 - Downgrade SQLAlchemy to
1.4.48
by @marchinho11 in #13
Full Changelog: 0.0.6...v0.0.7
0.0.6
What's Changed
- Refactor the Plan printing functionality by @marchinho11 in #8
- Internal improvements by @marchinho11 in #9
- Check all Group attributes are mapped in a Flow
- Use the
.get
function into_core
functions - Rename "Mutation" to "Migration"
- Remove assertions from the
plan
function
Full Changelog: 0.0.5...0.0.6
0.0.5
Features
- Add/Remove an Attribute from a Group by @marchinho11 in #2
- Add/Remove an Attribute from a Stage table by @marchinho11 in #6
- Add the
_source
and_loaded_at
columns by @marchinho11 in #3
Fixes
- Run the Release Github Action on tag by @marchinho11 in #5
- Check entities and links have unique names by @marchinho11 in #4
Full Changelog: https://github.com/marchinho11/hnhm/commits/0.0.5