odd-platform
odd-platform copied to clipboard
First open-source data discovery and observability platform. We make a life for data practitioners easy so you can focus on your business.
We have `created_at` and `updated_at` fields in data_entity table, which are holding values, which came from collectors. However, in all other tables these fields are system fields and holding info...
## Motivation As `odd-platform` supports redshift and so on, it would be awesome to support BigQuery integration.
Currently we don't have any logic on entity deletions. Need to decide what to do when we delete namespace, tag, owner, role etc.
Nowadays we don't handle situations when tag or owner was removed, e.g. we don't update search vectors for affected data entities. 1. Use soft delete for all relation tables (e.g....
### User Story As a user I'd like to be able to load downstream of entities that are in the upstream of the target entity
### User story As a user I'd like to see what was changed between DataSet versions (e.g. new/removed fields, types changes, etc)
### Motivation The change of host setting in host-based adapters/collector plugins (e.g DNS -> IP or DNS -> DNS looking to the same IP address) leads to the change of...
Cover backend code with at least unit tests. Integration / e2e tests are welcome but not mandatory and will be covered in another issue
As of now it's almost impossible to understand from a user's standpoint whether a certain collector or a data source is in the working state. Collectors must send alerts if...