We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da36a3 commit 7169891Copy full SHA for 7169891
src/main/java/demos/dlineage/readme.md
@@ -116,6 +116,8 @@ You can also export the meatadata from database and analzye the metadata in two
116
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
117
```
118
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
+
121
- analyze the metadta that generated in the previous step
122
123
0 commit comments