Description
Background
The classification updater tool released to help users re-tag entities that were present in an Atlas instance does not handle types that are not derived from Referencable.
Steps to Duplicate
- Create a type that that is not derived from the Referencable.
- Execute the prepare step_._
Expected Results: Prepare completes successfully.
Actual Results: Following error is displayed:
```
Processing: db_1000_1@cl1
Processed: 13
Error writing: java.lang.NullPointerException
Done!
```
Attachments
Attachments
Issue Links
- depends upon
-
ATLAS-3048 API: Retrieve Audits for Classification Operations: Add support for Entities Not Derived from Referenceable
- Resolved