Created 03-12-2016 12:44 AM
Is it possible to add custom bridges / hooks to add metadata to Atlas? (Also, how does this interact with lineage tracking)
Created 03-12-2016 04:48 AM
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
Created 03-12-2016 04:48 AM
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
Created 03-15-2016 05:35 PM
@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!