-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/72328/
-----------------------------------------------------------
Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Sarath
Subramanian.
Bugs: ATLAS-3719
https://issues.apache.org/jira/browse/ATLAS-3719
Repository: atlas
Description
-------
Changed the condition to add the classification processor in case of
Classification and Type
Diffs
-----
repository/src/main/java/org/apache/atlas/discovery/SearchContext.java
2c2888e16
Diff: https://reviews.apache.org/r/72328/diff/1/
Testing
-------
Manual testing -
curl --location --request POST
'http://sid-cdp-1-1.gce.cloudera.com:31000/api/atlas/v2/search/basic' \
--header 'Content-Type: application/json' \
--data-raw
'{"excludeDeletedEntities":true,"includeSubClassifications":true,"includeSubTypes":true,"includeClassificationAttributes":true,"entityFilters":null,"tagFilters":null,"attributes":[],"limit":100,"offset":0,"typeName":"hive_column","classification":"secu_rgpd_dcpc","termName":null}'
curl --location --request POST
'http://sid-cdp-1-1.gce.cloudera.com:31000/api/atlas/v2/search/basic' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic YWRtaW46YWRtaW4=' \
--data-raw
'{"excludeDeletedEntities":true,"includeSubClassifications":true,"includeSubTypes":true,"includeClassificationAttributes":true,"limit":25,"offset":0,"typeName":null,"classification":"BEFORE_DEMO","termName":null}'
Thanks,
Sidharth Mishra