Skip to content

Commit 7169891

Browse files
committed
dlineage readme
1 parent 0da36a3 commit 7169891

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/demos/dlineage/readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ You can also export the meatadata from database and analzye the metadata in two
116116
java -jar data_flow_analyzer.jar /fromdb "-dbVendor dbvoracle -host 127.0.0.1 -port 1521 -db orcl -user scott -pwd tiger" /exportonly /metadataoutput metadata.json
117117
```
118118

119+
the metadata.json exported in this step can also be used with `/env` paramter to resolve the ambiguous columns problem in SQL query.
120+
119121
- analyze the metadta that generated in the previous step
120122

121123
```

0 commit comments

Comments
 (0)