Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.1.0
-
None
-
None
Description
https://issues.apache.org/jira/browse/ATLAS-2708 introduced support for s3 type.
From the comments in the jira, there are some external steps needed to import object tags. This Jira is about creating the E2E functionality within Atlas. ie functionality in UI or an API that when supplied with argument of an s3 bucket/slice then Atlas automatically imports all the object names/tags recursively from under that s3 bucket/slice.
"It doesn't do it automatically through a listener like the hive hook. We do it via lambda functions, triggered, say, on the creation of S3 object or pseudodirectory or bucket. We package up the info into AtlasEntities and then publish to the ATLAS_HOOK kafka topic.
You have to create your own Lambda code that creates AtlasEntities on the fly as trigerred by Lambda Function(on changes made to s3 object) and then push to Kafka Queue. This particular functionality is not part of Atlas tool as of now."
cc: barbara ayushmnnit
Attachments
Issue Links
- is related to
-
ATLAS-2708 AWS S3 data lake typedefs for Atlas
- Resolved