reata / sqllineage

SQL Lineage Analysis Tool powered by Python
MIT License
1.3k stars 237 forks source link

support Doris or StarRocks #498

Open smlHao opened 10 months ago

smlHao commented 10 months ago

Hello, SqlLineage is very useful for analysing sql lineage,but don`t support Doris or StarRocks , Do you have plan to support

StarRocks sql docs : https://docs.starrocks.io/docs/reference/

Doris sql docs: https://doris.apache.org/docs/get-starting/quick-start

reata commented 10 months ago

Thanks for contributing.

As a lineage analysis library, sqllineage is heavily relying on underlying parser library sqlfluff to parse the SQL into AST before we can analyze it. So the dialect we support is subject to parser support.

Right now, dialect offered by sqlfluff is listed in https://docs.sqlfluff.com/en/stable/dialects.html. You can request Doris support there. And it will not take much effort for sqllineage once sqlfluff supports it.

smlHao commented 10 months ago

StarRocks sql docs : https://docs.starrocks.io/docs/reference/

Doris sql docs: https://doris.apache.org/docs/get-starting/quick-start

Thank you , got it !!!

jensenity commented 9 months ago

I want to use sqlfluff on my starrocks project as well. How can I request it?

smlHao commented 9 months ago

I want to use sqlfluff on my starrocks project as well. How can I request it?

Currently not supported

Level1Accelerator commented 8 months ago

doris +1

zhangweiwhim commented 8 months ago

doris +1

codegit10001 commented 5 months ago

doris +1

codegit10001 commented 5 months ago

急切需要解析doris血缘

fengDianDemaNong commented 3 months ago

期待支持