Skip to content

Releases: opendatadiscovery/odd-platform

v0.12

24 Apr 14:04
c109c80
Compare
Choose a tag to compare

The v0.12 release of the ODD Platform brings the following cutting-edge enhancements:

  • External enums: Support for the ingestion of external enums via Ingestion API streamlines the integration of metadata from various sources.
  • Dataset schema diff: Users can compare two specific dataset revisions and visualize their differences. ODD Platform also accounts for additional attributes when determining whether a new dataset revision is needed, such as primary keys, nullable attributes, etc.
  • Lineage for DEG entities: Users can now view lineage graphs for entities within the Data Entity Group (DEG), providing a more comprehensive understanding of data relationships.
  • Integration wizard: This proof-of-concept feature brings documentation directly into the ODD Platform, simplifying the onboarding process and facilitating seamless integration with existing data systems.

The v0.12 release also includes various bug fixes and maintenance work that further enhance the performance, reliability, and usability of the ODD Platform.

v0.11.1

22 Mar 15:26
fb7b96d
Compare
Choose a tag to compare

Changes

Contributors

@DementevNikita, @Leshe4ka, @damirabdul and alina

v0.11.0

09 Mar 11:55
e9b39d3
Compare
Choose a tag to compare

The v0.11 release of the ODD Platform introduces the following enhancements:

  • Metrics: With the implementation of Open Metrics Specification, ODD Platform introduces enhanced Metrics support. Users can ingest metrics for their data entities or dataset fields and observe last metric values, right within the platform.
  • Search explanations: It is crucial to understand why a certain entity has appeared in search results. The ODD Platform can now display all user query entries in a specific entity in the Search API.
  • New Dataset Structure UI: The Dataset Structure UI has been reworked and enhanced, to provide a better experience for users in the Data Discovery phase.

As usual, the v0.11 release includes bug fixes and maintenance work that further advance the performance, reliability, and usability of the ODD Platform.

v0.10.5

25 Jan 12:18
dfc8de7
Compare
Choose a tag to compare

Changes

Contributors

@Leshe4ka, @DementevNikita, @adyachenkoprov, @damirabdul and @shilgam

v0.10.4

18 Jan 13:05
f75fd54
Compare
Choose a tag to compare

Changes

Contributors

@DementevNikita and @Vixtir

v0.10.3

11 Jan 11:43
7c63d0a
Compare
Choose a tag to compare

Changes

Contributors

@DementevNikita, @Leshe4ka, @damirabdul, @germanosin and @shilgam

v0.10.2

09 Jan 14:08
e61acbf
Compare
Choose a tag to compare

Changes

Contributors

@DementevNikita and @damirabdul

v0.10.1

03 Jan 16:11
faf6e45
Compare
Choose a tag to compare

Changes

  • Remove javax annotations from Ingestion API @damirabdul (#1204)
  • Remove is_deleted field from API models @damirabdul (#1192)
  • Replace external library 'uuid' on the build-in function 'crypto.rand… @FlySpot (#1200)
  • Fix concurrent modification error in tests and run tests in parallel (4 threads) @shilgam (#1193)
  • Worflow triggering rules @shilgam (#1170)

Contributors

@FlySpot, @damirabdul and @shilgam

v0.10.0

20 Dec 14:36
284318d
Compare
Choose a tag to compare

The ODD Platform v0.10 adds such features to the mix as:

  • Preserving lineage state in query params: This allows users to easily share their lineage graph with other data practitioners, facilitating collaboration and ensuring that everyone has access to the most up-to-date and accurate data.
  • Resending failed messages in Data Collaboration: The ODD Platform now attempts to resend messages in Data Collaboration providers (Slack) several times if an error occurs while sending.
  • Housekeeping: The ODD Platform is now able to delete empty table partitions that are no longer of use, in order to increase its performance and maintain a clean underlying database.

v0.9.1

15 Dec 14:08
cc7483e
Compare
Choose a tag to compare

Changes

Contributors

@DementevNikita and @Leshe4ka