8000 fix bugs · sqlparser/python_data_lineage@29a3a6f · GitHub
[go: up one dir, main page]

Skip to content

Commit 29a3a6f

Browse files
author
grq
committed
fix bugs
1 parent b242b31 commit 29a3a6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ And visualize it as:
6868

6969
### Oracle PL/SQL Data Lineage
7070
```
71-
python dlineage.py /t oracle /f samlples/oracle_plsql.sql /graph
71+
python dlineage.py /t oracle /f samples/oracle_plsql.sql /graph
7272
```
7373

7474
![Oracle PL/SQL data lineage sample](samples/images/oracle_plsql_data_lineage.png)
@@ -93,7 +93,7 @@ $function$
9393

9494
### Nested CTE with star columns (Snowflake SQL sample)
9595
```
96-
python dlineage.py /t snowflake /f samlples/snowflake_nested_cte.sql /graph
96+
python dlineage.py /t snowflake /f samples/snowflake_nested_cte.sql /graph
9797
```
9898

9999
![Snowflake nested CTE data lineage sample](samples/images/snowflake_nested_cte_data_lineage.png)

README_cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ You only need a JDK and a python interpreter to run the Gudu SQLFlow lite versio
198198
/t: 必选, 指定数据库类型.
199199
支持 access,bigquery,couchbase,dax,db2,greenplum, gaussdb, hana,hive,impala,informix,mdx,mssql,
200200
sqlserver,mysql,netezza,odbc,openedge,oracle,postgresql,postgres,redshift,snowflake,
201-
sybase,teradata,soql,vertica the default value is oracle
201+
sybase,teradata,soql,vertica 默认是 oracle
202202
203203
/env: 可选, 指定一个 metadata.json 来获取数据库元数据信息.
204204

0 commit comments

Comments
 (0)
0