Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Atlas metadata hooks

avatar
New Member

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 Member

@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!