Skip to content

Releases: makenotion/datahub-tools

datahub_tools v1.0.2

03 Mar 22:44
864bf97
Compare
Choose a tag to compare

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

21 Feb 21:10
618a777
Compare
Choose a tag to compare

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

09 Feb 23:19
143b97f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

datahub_tools v0.3.0

08 Feb 02:12
a1a5e1e
Compare
Choose a tag to compare

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

01 Feb 19:17
7db267a
Compare
Choose a tag to compare

Deprecations

  • client.update_description has been deprecated in favor of client.update_field_descriptions
    or client.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 in v1.0.0

datahub_tools v0.1.2

25 Jan 23:43
62f16d2
Compare
Choose a tag to compare

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

25 Jan 22:32
71473a4
Compare
Choose a tag to compare

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

25 Jan 20:59
6928b19
Compare
Choose a tag to compare
initial commit of code (#1)