Skip to content

Releases: datahub-project/datahub

DataHub v0.7.1

23 Apr 07:48
ae4def2
Compare
Choose a tag to compare

Notable Highlights

  • Lineage Visualization
  • Pipelines and Tasks, Flows and Jobs
  • Airflow Lineage
  • Editable Field Descriptions
  • Nested Schema Viz
  • Search Improvements
  • datahub CLI
  • Official PyPi packages
  • Production-quality Helm scripts
  • New Integrations
    • Officially-supported Sources: Airflow, AWS Glue, dbt, Druid, Superset, MongoDB, Oracle

Changelog

Read more

DataHub v0.7.0

19 Mar 03:02
5e91014
Compare
Choose a tag to compare

Notable Highlights

  • New React Application re-written from the ground up
  • Support for GraphQL
  • New Metadata Ingestion Framework (Python)
    • Officially-supported Sources: Kafka, MySQL, SQL Server, Hive, Postgres, Snowflake, BigQuery, AWS Athena, Druid, LDAP
  • New Homepage and Hosted Docs redesign at datahubproject.io
  • Product Features: SSO (OIDC), Tags, Themes, Dashboards
  • Metadata Backend Implementations: MLModel ecosystem, DataFlow ecosystem
  • Move to Elasticsearch 7. Migration guide from 5.x here

Changelog

Read more

DataHub v0.6.1

03 Dec 17:31
5f9d967
Compare
Choose a tag to compare

Added

Changed

DataHub v0.6.0

29 Oct 18:00
0c92a8e
Compare
Choose a tag to compare

Added

Changed

Deleted

DataHub v0.5.0

07 Oct 19:13
273844c
Compare
Choose a tag to compare

Added

  • #1775 feat(dashboard): Dashboard metadata models @ksahin
  • #1818 doc(rfc): Add requirements / non requirements section to RFC. @jplaisted
  • #1805 Start adding java ETL examples, starting with kafka etl. @jplaisted
  • #1812 feat(ML models): RFC for ML models @jywadhwani
  • #1721 feat: add ML models @arunvasudevan
  • #1859 feat(platform): add "postgres" as a supported data platform @mars-lan
  • #1844 feat(frontend): Module consolidation for some test modules and reduces errors from unsupported API calls @catran
  • #1837 feat: add MCE ingestion support for CorpGroup @mars-lan
  • #1821 feat(frontend): Module consolidation - clean up for OS logic - init virtual assistant @catran

Changed

Removed

DataHub v0.5.0-beta

27 Aug 22:42
7299fd5
Compare
Choose a tag to compare
DataHub v0.5.0-beta Pre-release
Pre-release

Changed

  • #1806 Updated the frontend code. The frontend code was very far (> 6 months) behind the internal frontend code. We're not caught up yet, hence the BETA release, but we did go pretty far. Major refactorings were included.

Added

  • #1810 Added open source NOTICE.
  • #1817 Added backend and mid tier support for /dataPlatforms as an end point

DataHub v0.4.3

20 Aug 16:34
236d5e6
Compare
Choose a tag to compare

Added

  • #1782 improve security of k8s / helm charts
  • #1791 Add description of dataset to the search index
  • #1803 Add an example crawler for MS SQL
  • #1811 Sync our internal backend code externally to HEAD (we're caught up now!)
    • Added ESBulkWriterDAO to bulk write to ElasticSearch. Planned usage is for integration tests.
    • Add Strongly Consistent Secondary Index (SCSI) Implementation for MySQL.
    • Start adding code to generate aspect-entity specific metadata events, rather than our current single event approach.
    • Add support in the GMS to ask for no aspects on entities by setting the aspectNames param to null (omitting the param is still considered as asking for all aspects). Useful if checking the existence of an entity to avoid a large response (i.e. performing a search to just get URNs back, and nothing else).

Changed

  • #1777 Add docker files for development

Fixed

  • #1748 Remove unused model
  • #1788 Remove unused model
  • #1789 Remove unused model

Fixed

  • #1808 Clear dataset description from search index when cleared in source

DataHub v0.4.2

30 Jul 21:30
dfb74c6
Compare
Choose a tag to compare

Added

Changed

Removed

  • #1741 build(frontend): Drop unnecessary DB-related dependencies @mars-lan

Fixed

DataHub v0.4.1

26 Jun 04:11
60b7c63
Compare
Choose a tag to compare

Added

Changed

Fixed

DataHub v0.4.0

28 May 15:40
a614c56
Compare
Choose a tag to compare

Added

Changed

Deprecated

  • #1618 refactor: remove unused legacy model & move DatasetSearchConfig @mars-lan

Removed

Fixed