Justin Donn

Results 7 issues of Justin Donn

## 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...

#### 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...

Saw some downstream errors complaining about namespace mismatch i.e. ``` com.linkedin.schemaregistry.validation.IncompatibleSchemaException: com.linkedin.schemaregistry.AvroSchemaRenameException: (suspected) attempt to rename nested RECORD com.linkedin.common.AuditStamp to com.linkedin.pegasus2avro.common.AuditStamp At :MetadataAuditEvent:auditStamp:union ``` The reason is because the downstream...

### Why do we need to make this change? Any GMS in NEW_SCHEMA_ONLY mode should only read from entity tables. During BaseLocalDAO::add, getLatest is called before saveLatest, since we need...

Testing to see if we can build datahub-gma with Java 11 without issues. ## 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)) -...

## Summary In Model 1.0, when new relationships are ingested, existing relationships are handled (i.e. removed) according to user-defined removal options. There are 4 possible options: 1) REMOVE_NONE 2) REMOVE_ALL_EDGES_FROM_SOURCE...

## Summary Add `@gma.collection.` annotation for supporting collections. There are 3 items to specify: 1) isCollection - should be true for collections. default false. 2) primaryKeys - struct (essentially a...