rainbo 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -99,11 +99,12 @@ rainbo toolbox lineage-spark --data-file lineage-spark.json
|
|
|
99
99
|
rainbo toolbox volume-content --datasource-id 1 --volume public.v --file-path dir/result.json
|
|
100
100
|
|
|
101
101
|
rainbo lineage graph create --data-file lineage-graph.json
|
|
102
|
-
rainbo lineage graph get "
|
|
103
|
-
rainbo lineage graph --view-mode TABLE_GRAPH --graph-key "
|
|
104
|
-
rainbo lineage upstream "lakehouse.dwd.user" --graph-key "
|
|
105
|
-
rainbo lineage downstream "lakehouse.ods.user" --graph-key "
|
|
106
|
-
rainbo lineage graph delete "
|
|
102
|
+
rainbo lineage graph get "lg0624d"
|
|
103
|
+
rainbo lineage graph --view-mode TABLE_GRAPH --graph-key "lg0624d"
|
|
104
|
+
rainbo lineage upstream "lakehouse.dwd.user" --graph-key "lg0624d" --side TARGET --depth 1
|
|
105
|
+
rainbo lineage downstream "lakehouse.ods.user" --graph-key "lg0624d" --side TARGET --depth 1
|
|
106
|
+
rainbo lineage graph delete "lg0624d" --password pengyu
|
|
107
|
+
rainbo lineage graph clear-others --password pengyu
|
|
107
108
|
```
|
|
108
109
|
|
|
109
110
|
## Release
|
package/package.json
CHANGED
|
Binary file
|