datahub-gma
datahub-gma copied to clipboard
General Metadata Architecture
## Checklist - [ ] The PR conforms to DataHub's [Contributing Guideline](https://github.com/linkedin/datahub/blob/master/docs/CONTRIBUTING.md) (particularly [Commit Message Format](https://github.com/linkedin/datahub/blob/master/docs/CONTRIBUTING.md#commit-message-format)) - [ ] Links to related issues (if applicable) - [ ] Tests for...
We add an `emitGeneralAuditEvents` field to BaseLocalDAO which enables the sending of the general all-aspect audit events to be disabled, assuming that aspect-specific events are enabled. ## Checklist - [X]...
Few methods that are not overridden are missing java docs like `getAllWithMetadata`. For other methods that are overridden, it will be good to have appropriate java docs as well.
#### Is your feature request related to a problem? Please describe. [PR#132](https://github.com/linkedin/datahub-gma/pull/132) changes the intended behavior of `get()` when parameter `aspectNames` is empty. Instead of throwing a 404, it will...
#### Describe the bug A clear and concise description of what the bug is. Currently, the "CONTAIN" filter condition is not supported in Search, because the `getQueryBuilderFromCriterion` in `SearchUtils` class...
From linkedin/datahub
Create a roadmap. Ideally we phrase this as the roadmap to a 1.0 (more stable) release.
Medium to long term we'd like to move more code over from linkedin/datahub than was in this initial move. This includes the restli DAO and jobs (or at least very...
We haven't just split our code up, but also our documentation. They need more cleanup than what I've given them initially here. For now, users should probably read the complete...
We should promote warnings to errors, and clean up said errors. There are a few places in our code that are a bit sloppy due to lack of these warnings...