Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
0.8.1, 1.0.0
-
None
Description
Fired a basic query with following POST request body with Non Existing tag using curl (because UI only lets user select from existing tags):
{ "entityFilters":null, "tagFilters":null, "attributes":null, "query":null, "excludeDeletedEntities":true, "limit":25, "typeName":"kafka_topic", "classification":"non_existing_tag" }
GET Basic search request with classification parameter also lists all the kakfa_topic entities:
http://localhost:21000/api/atlas/v2/search/basic?typeName=kafka_topic&classification=non_existing_tag&limit=50
Expected 40X Response code saying that tag doesn't exist. But the response listed all the kafka_topic entities. This gives an delusion that all returned kafka_topic entities are tagged with 'non_existing_tag'
Attachments
Attachments
Issue Links
- Blocked
-
ATLAS-1925 Bugfixes
- Resolved
- is part of
-
ATLAS-2026 Basic/DSL Query with invalid typeName/classification name throws 500 Internal server error
- Open
- links to