Skip to content

Releases: acryldata/datahub

Acryl DataHub v0.8.19.0

13 Dec 19:33
facb9c2
Compare
Choose a tag to compare

Release Highlights

  • Add support for definitions in Mode connector
  • Handle long queries in usage connector
  • Fix issue where top users would sometimes have malformed email addresses

What's Changed

Acryl DataHub v0.8.18.1

10 Dec 20:00
1f2de3b
Compare
Choose a tag to compare

DataHub Release 0.8.18 is here! See the full DataHub release notes here.

Release Highlights

  1. Redshift Lineage: Out-of-the-box support for ingesting Dataset->Dataset lineage from Redshift system tables. Includes Tables, Views, and COPY from S3

    1. Video Demo
  2. Apache Nifi Connector (Beta): Integration with Apache Nifi to extract DataJobs and DataFlows! Read the source docs here. This source is currently incubating in beta.

  3. Mode Connector (Beta): Integration with Mode Analytics to extract reports, charts, and more! Read the source docs here. This source is currently incubating in beta.

  4. Glossary Term Transformer: Allows users to add tags or glossary terms to entities based on a regex match filter (Shoutout to community Member ecooklin!)

  5. Bug Fixes:

    1. [bigquery] Fix handling of partitioned & snapshotted tables for lineage usage, and basic table indexing.
    2. Add config to specify ca certificate path for datahub-rest sink
    3. [snowflake] Handling for special characters in snowflake databases and schemas.
    4. [cli] Fix deletes by search cannot accept auth token

What's Changed

Acryl DataHub v0.8.17.7

10 Dec 00:42
0249638
Compare
Choose a tag to compare

Release Highlights

  • Mode analytics ingestion source

Changelog

Acryl DataHub v0.8.17.6

09 Dec 08:18
d412924
Compare
Choose a tag to compare

Release Highlights

  • Add support for lineage in Redshift source
  • (new) Apache Nifi source
  • Fixes for BigQuery source related to partitioned tables

ChangeLog

Full Changelog: v0.8.17.5...v0.8.17.6

Acryl DataHub v0.8.17.5

08 Dec 07:57
192e7eb
Compare
Choose a tag to compare

Highlights

  • Better reporting of performance of data profiling
  • Adds glossary terms transformer
  • Fixes for snowflake
  • Fixes for delete cli using tokens
  • cli usage stats

ChangeLog

Full Changelog: v0.8.17.4...v0.8.17.5

Acryl DataHub v0.8.17.4

02 Dec 18:44
19650d8
Compare
Choose a tag to compare

Highlights

  • Fixes mongodb compatibility with versions <4.4
  • Fixes snowflake lineage for accounts with and without access history
  • Fixes bug in delete command in cli

ChangeLog

Acryl DataHub v0.8.17.3

30 Nov 04:06
3f11abc
Compare
Choose a tag to compare

Highlights

  • Adds support for CA certificates for rest sink
  • Fixes snowflake ingestion with special characters in databases and schemas
  • Works around issues with latest great-expectations versions

Changelog

Full Changelog: v0.8.17.2...v0.8.17.3

Acryl DataHub v0.8.17.2

29 Nov 07:04
23235cb
Compare
Choose a tag to compare

What's Changed

  • Ingestion
    • Fix for kafka-connect source producing invalid platform urn
    • Improvements to BigQuery source
    • Improvements to profiling (dynamically combining queries)

Full ChangeLog

Full Changelog: v0.8.17.1...v0.8.17.2

Acryl DataHub v0.8.17.1

24 Nov 08:34
86f9661
Compare
Choose a tag to compare

Release Highlights (Python)

  • Fixes an issue with BigQuery usage source introduced in 0.8.17.0
  • Adds a new command put to the datahub cli

What's Changed

Full Changelog: v0.8.17.0...v0.8.17.1

Acryl DataHub v0.8.17.0

19 Nov 08:08
fa6590e
Compare
Choose a tag to compare

What's Changed

  • fix(pypi): fixing package metadata to reflect source and changelog co… by @shirshanka in #3

Full Changelog: v0.8.16.12...v0.8.17.0

Known Issues

  • The bigquery-usage ingestion plugin will fail to retrieve the log entries if there are no allow/deny patterns specified for the table_pattern config parameter. Fix will be available in the next release.