You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@
4
4
of various databases to obtain complex [data lineage](https://en.wikipedia.org/wiki/Data_lineage) relationships and visualize them.
5
5
6
6
[Gudu SQLFlow Lite version for python](https://github.com/sqlparser/python_data_lineage) allows Python developers to quickly integrate data lineage analysis and
7
-
visualization capabilities into their own Python applications.
7
+
visualization capabilities into their own Python applications. It can also be used in daily work by data scientists to quickly discover
8
+
data lineage from complex SQL scripts that usually used in ETL jobs do the data transform in a huge data platform.
8
9
9
10
Gudu SQLFlow Lite version for python is free for non-commercial use and can handle any complex SQL statements
10
11
with a length of up to 10k, including support for stored procedures.
@@ -15,7 +16,7 @@ in the Java library, and [a JavaScript library](https://docs.gudusoft.com/4.-sql
15
16
16
17
Gudu SQLFlow Lite version for python can also automatically extract table and column constraints,
17
18
as well as relationships between tables and fields, from [DDL scripts exported from the database](https://docs.gudusoft.com/6.-sqlflow-ingester/introduction)
0 commit comments