Releases: makenotion/datahub-tools
Releases · makenotion/datahub-tools
datahub_tools v2.2.0
What's Changed
- Add assign role to multiple users - this is a useful function to set up in a periodic script as datahub does not currently support automatic SCIM role assignment
- linter version updates
datahub_tools v1.0.2
What's Changed
- add support for chunking get_entities by @ADraginda in #9
- [bug] stop quering for entities once zero are returned by @ADraginda in #10
Full Changelog: v1.0.0...v1.0.2
datahub_tools v1.0.0
What's Changed
- improve the format of logged calls by @ADraginda in #7
- do not return schema data by default by @ADraginda in #8
- hard deprecate all soft deprecated functions (see the change log)
Full Changelog: v0.4.0...v1.0.0
datahub_tools v0.4.0
datahub_tools v0.3.0
What's Changed
- add transforming example along with dbt dependencies fn by @ADraginda in #5
Full Changelog: v0.2.0...v0.3.0
datahub_tools v0.2.0
Deprecations
client.update_description
has been deprecated in favor ofclient.update_field_descriptions
orclient.update_dataset_description
as the original function does not work with datasets (only fields).
The new functions have also been changed to operate on editable descriptions instead of descriptions. The
deprecated function will be removed inv1.0.0
datahub_tools v0.1.2
What's Changed
- add example and clean up extract_dbt_resources by @ADraginda in #3
Full Changelog: v0.1.1...v0.1.2
datahub_tools v0.1.1
What's Changed
- fix for dictionary sorting during emit_metadata by @ADraginda in #2
Full Changelog: v0.1.0...v0.1.1
datahub_tools v0.1.0
initial commit of code (#1)