odd-platform

First open-source data discovery and observability platform. We make a life for data practitioners easy so you can focus on your business.

APACHE-2.0 License

Stars
1.1K
Committers
34

Bot releases are hidden (Show)

odd-platform - Version 0.20.0

Published by AndreyNenashev 11 months ago

Release Summary - Version 0.20.0

What's Changed

  • Fix Readme: change reference from master to main branch for odd charts by @RamanDamayeu in #1508
  • 1503 - Support new DataEntityType - VECTOR_STORE and new DatasetField… by @Vladysl in #1507
  • 1513 - Implementation of unit test for Data Quality Dashboard by @Vladysl in #1514

New Contributors

  • @RamanDamayeu made their first contribution in #1508
odd-platform - Version 0.18.0

Published by AndreyNenashev 12 months ago

Release Summary - Version 0.18.0

Dependencies

  • Upgraded react-query from version 4 to 5 (Issue #1488) - @AndreyNenashev

New Features

  • Implemented email alert notifications (Issue #1442) - @Vladysl
  • Created Swagger UI for OpenAPI Specifications (Issue #1446) - @Vladysl

Chore

  • Proper tags fetching on the main overview page. Prepared useQuery hooks for an upgrade to version 5 (Issue #1486) - @AndreyNenashev
  • Resolved serialization console errors and added data source logo into lineage (Issue #1483) - @AndreyNenashev
odd-platform - Version 0.17.0

Published by AndreyNenashev about 1 year ago

Release Summary - Version 0.17.0

New Features:

  1. Implemented an improvement to the tag search engine, making it easier to find tags when clicking on them. (Contributor: @Vladysl , Issue #1447, #1449)
    Note: Search by tags showing and count only tags that are used under data_entiy only.

Bug Fixes:

  1. Fixed a bug related to the correct rendering of terms’ markdown on the dataset structure page. (Contributor: @AndreyNenashev, Issue #1465)

Enhancements:

  1. Improved the user interface by making lists scroll more smoothly on the management page. (Contributor: @Leshe4ka, Issue #1448)
  2. Replaced the “labels” functionality with “tags” for better usability. (Contributor: @AndreyNenashev, Issue #1440)
    Note: !!!Not Backward compatable!!! The table that is responsible for Labels will be removed. All Labels will be migrated into Tags. Make db backup in case of rollback.
  3. Refactored the input component for improved performance and maintainability. (Contributor: @Leshe4ka, Issue #1441)
  4. Added a warning message to inform the user before closing modal windows, preventing accidental data loss. (Contributor: @Leshe4ka, Issue #1427)
odd-platform - v0.5.0

Published by DementevNikita over 2 years ago

ODD Platform v0.5 adds new features to the mix:

  • Domains — a new entity that enables and makes it easier for users to logically group their entities
  • Terms and Dictionary — two new entities for providing additional context to metadata. The entities help users to create terms, assign owners and namespaces, and provide necessary descriptions, to easily create a comprehensive dictionary describing data.
  • Custom OAuth login page — applied if there are two or more OAuth providers registered in the system

Some of the platform’s API entities were rewritten from scratch, to enable users to take advantage of a fully reactive approach. We also added R2DBC jOOQ support. The enhancements were completed as a part of reactive refactoring procedures, to improve stabilization. The Provectus team will continue to integrate a soft-delete approach in future releases.

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

The First Open-Source Data Discovery (ODD) and Observability Platform is a work in progress. We invite the data community to contribute to the project, to help us realize our vision.

Contributors

@Chismur, @DementevNikita, @Leshe4ka and @damirabdul