reata / sqllineage

SQL Lineage Analysis Tool powered by Python
MIT License
1.19k stars 215 forks source link

Will the informix database be supported in the future? #611

Open leesen934 opened 1 month ago

leesen934 commented 1 month ago

I am doing SQL analysis recently, using this package, but this package does not support informix database yet. Will there be any support plan in the future?

reata commented 1 month ago

This is similar to the Doris requests https://github.com/reata/sqllineage/issues/498

In short, please raise a feature request on https://github.com/sqlfluff/sqlfluff

We don't directly control what dialect we support. That's parser's job and we decide to build upon sqlfluff parsers. If sqlfluff supports it, it won't take much effort for sqllineage to support it.