Custom Plugin development #684
Replies: 1 comment 5 replies
-
You may also consider using or implementing a Post Processing Filter. They are more high level, and are able to modify any lineage that Agent captured via Plugins. Even in filter, you still have access to all Spark lineage data via see: https://github.com/AbsaOSS/spline-spark-agent#post-processing-filters |
Beta Was this translation helpful? Give feedback.
-
Hello All,
Thanks for all your inputs earlier and a quick response.
I am having a query related to custom plugin development. I am planning to pass some additional information in the form of params in Map<"table_name", Map<"additional_info",tabledesc>>.
As per the documentation I understand I can write a custom plugin with the implementation I need, in my case there are 2 Plugin's where I am planning to make this changes -
Please suggest.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions