Created 03-29-2021 02:44 AM
Hi,
Is it possible to import metadata into Atlas from a file?
For example :
- To populate a business glossary?
- To populate a catalog, e.g. populating hdfs model?
Thanks
Created 04-19-2021 01:18 AM
Hello @Christ ,
Yes, it is possible. You can write a custom script or java code(atlas-client) that would extract the metadata from your source file and use the below REST APIs to insert it into Atlas.
http://atlas.incubator.apache.org/api/v2/index.html
For eg here, you can see a spark atlas connector -
https://github.com/hortonworks-spark/spark-atlas-connector/blob/master/README.md#to-use-it-in-secure...
Hope these documents help -
https://docs.cloudera.com/runtime/7.2.7/atlas-leveraging-business-metadata/topics/atlas-business-met...
https://docs.cloudera.com/cdp-private-cloud-base/7.1.5/atlas-import-utility/topics/atlas-importing-h...
Thanks,
Nandini
P.S. As always, if you find this post helpful, don't forget to upvote/accept the answer.