extract_dbt_resources
has moved from a soft to a hard deprecation. Instead, usedatahub_tools.dbt.extract_dbt_resources
client.update_descriptions
has moved from a soft to a hard deprecation. Instead, useupdate_field_descriptions
orupdate_dataset_description
- DataHub posts are are now logged with fewer linebreaks and repeated spaces
client.get_datahub_entities
no longer returns schema data, by default. You can turn this feature back on with thewith_schema
argument. This change was made for performance reasons.
- Added new
get_owners
to the client module
- Added a example on how to use transformers
- New DBT module for fetching DBT dependency lineage
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