open-metadata / OpenMetadata

OpenMetadata is a unified metadata platform for data discovery, data observability, and data governance powered by a central metadata repository, in-depth column level lineage, and seamless team collaboration.
https://open-metadata.org
Apache License 2.0
4.77k stars 920 forks source link

ADD GREENPLUM & DB2 stored procedure ingestion #16850

Open datapopcorn opened 6 days ago

datapopcorn commented 6 days ago

Is your feature request related to a problem? Please describe. We got plenty of stored procedures in greenplum and db2 database, we want to ingest those procedures to generate lineage.

Describe the solution you'd like Add stored procedure ingestion for greenplum and db2

Describe alternatives you've considered For now, I should manually do a lot of data preprocessing works transform into query log csv file to OM, which takes a lot of time and is not automated.

Additional context Add any other context or screenshots about the feature request here.

ulixius9 commented 4 days ago

hey @datapopcorn, would you like to contribute to this?

you can take this pr as reference where we added support for oracle stored procedures https://github.com/open-metadata/OpenMetadata/pull/14641