-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/61794/
-----------------------------------------------------------
Review request for atlas, David Radley, Madhan Neethiraj, and Sarath
Subramanian.
Bugs: ATLAS-2076
https://issues.apache.org/jira/browse/ATLAS-2076
Repository: atlas
Description
-------
Added missing Relationship type support for TypeREST API
Diffs
-----
repository/src/main/java/org/apache/atlas/repository/store/graph/AtlasTypeDefGraphStore.java
7a0bbca1
repository/src/main/java/org/apache/atlas/repository/util/FilterUtil.java
54d6b405
Diff: https://reviews.apache.org/r/61794/diff/1/
Testing
-------
Run the following commands to verify the issues are fixed:
```
curl -X GET -u admin:admin
http://localhost:21000/api/atlas/v2/types/typedefs/headers?type=relationship
curl -X GET -u admin:admin
http://localhost:21000/api/atlas/v2/types/typedef/name/falcon_cluster_feed_creation
```
Thanks,
Richard Ding