Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Atlas metadata hooks

avatar
New Contributor

Is it possible to add custom bridges / hooks to add metadata to Atlas? (Also, how does this interact with lineage tracking)

1 ACCEPTED SOLUTION

avatar

@Madhu V

You can add custom Metadata.

I had written a CLI that uses the Atlas API to do this.

The best code sample is with QuickStart.java which is part of the Atlas Code base.

Take a look at that.

There is also support for REST Calls

View solution in original post

2 REPLIES 2

avatar

@Madhu V

You can add custom Metadata.

I had written a CLI that uses the Atlas API to do this.

The best code sample is with QuickStart.java which is part of the Atlas Code base.

Take a look at that.

There is also support for REST Calls

avatar
New Contributor

@Shivaji - thanks for the answer. Can you also shed a little light on part 2 (how does this interact with lineage tracking?) Also - is there any documentation on how lineage is tracked in Atlas? Thanks!