reata / sqllineage

SQL Lineage Analysis Tool powered by Python
MIT License
1.35k stars 240 forks source link

add del something about temporary table‘s lineage #631

Open gyafdxis-k opened 5 months ago

gyafdxis-k commented 5 months ago

Whether we try to delete some intermediate tables. Deletion using regular matching, such as tables starting with ^tmp can be deleted in the blood relationship. The upstream and downstream of tables starting with ^tmp can be directly connected according to the Cartesian product.

1234