Skip to content

Commit f91c0f3

Browse files
committed
update upstream and downstream parameter
1 parent efa9f64 commit f91c0f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/dlineage/merge_csv.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ source_db, source_schema, source_table, source_column, target_db, target_schema,
117117
### 3.3. Query the data lineage from duckdb
118118

119119
```
120-
/query_dlineage_downstream <job_name> <source_db> <source_schema> <source_table> <source_column> /csv <output_csv_file>
120+
/query_dlineage_downstream <job_name> [source_db.][source_schema.]<source_table>.<source_column> /csv <output_csv_file>
121121
```
122122
This will query the downstream data lineage of the column `[source_db.][source_schema.]<source_table>.<source_column>` in the dlineage job `<job_name>`.
123123
The output is a csv file, each line of which is a downstream data lineage of the column `[source_db.][source_schema.]<source_table>.<source_column>`.
@@ -132,7 +132,7 @@ source_db, source_schema, source_table, source_column, target_db, target_schema,
132132

133133

134134
```
135-
/query_dlineage_upstream <job_name> <target_db> <target_schema> <target_table> <target_column> /csv <output_csv_file>
135+
/query_dlineage_upstream <job_name> [target_db.][target_schema.]<target_table>.<target_column> /csv <output_csv_file>
136136
```
137137
This will query the upstream data lineage of the column `[target_db.][target_schema.]<target_table>.<target_column>` in the dlineage job `<job_name>`.
138138
The output is a csv file, each line of which is a upstream data lineage of the column `[target_db.][target_schema.]<target_table>.<target_column>`.

0 commit comments

Comments
 (0)