Fixed Issues in Atlas
This section lists the issues that have been fixed since the previous version.
- ATLAS-3806: Atlas notifications to Ranger are missing propagated classifications
- When an entity is updated or created, Atlas correctly propagated
classifications from the parent table or tables to the new entity.
However, when Atlas notified Ranger of the new table, the notification
did not include the propagated classification. If Ranger configuration
included a tag-based access policy that corresponds to the Atlas
classification, the policy was not applied to the new table. For
example, if you marked a table with a classification to indicate that
it had sensitive data (such as "PII"), then used fields from that
table to create another table in a
CTAS
operation, Atlas propagated the PII classification from the parent table to the new table. The data Atlas subsequently sent to Ranger did not have the propagated "PII" classification, and therefore Ranger did not apply the tag-based access policy to the table. This problem is fixed in this release.