compass
compass copied to clipboard
Compass is an enterprise data catalog that makes it easy to find, understand, and govern data.
**Is your feature request related to a problem? Please describe.** In our setup, we have [Meteor](https://github.com/odpf/meteor) jobs that are running every 10 mins. On failure sending metadata to Compass, the...
**Is your feature request related to a problem? Please describe.** Compass panics on graceful shutdown with below stacktrace ``` panic: Drain() is not implemented goroutine 56 [running]: google.golang.org/grpc/internal/transport.(*serverHandlerTransport).Drain(0xc000e340a0?) /home/runner/go/pkg/mod/google.golang.org/[email protected]/internal/transport/handler_server.go:439 +0x27...
#### Added new fields on Asset to accomodate the new model from Meteor 1. `url: string` 2. `attributes: map[string]interface{}`
**Is your feature request related to a problem? Please describe.** As part of [UpdatePatchAsset](https://github.com/odpf/compass/blob/main/internal/server/v1beta1/asset.go#L215), we [patch](https://github.com/odpf/compass/blob/main/internal/server/v1beta1/asset.go#L237) and merge the asset before writing into DB. For the asset field `data` which...
**Is your feature request related to a problem? Please describe.** We could aim for higher code coverage of 95% for the compass. **Describe the solution you'd like** To achieve it...
Below are few areas where we can improve compass documentation (especially on [compass gitbook](https://odpf.gitbook.io/compass/)): 1. Documentation sections structure. 2. Improving user's journey. (e.g. have a quick start section with super...
**Is your feature request related to a problem? Please describe.** We are currently having a bunch of API and we might have more in the future. For each feature there...
**Is your feature request related to a problem? Please describe.** I want compass to be able to send notification for each events in itself. **Describe the solution you'd like** Compass...