rainbo 0.1.2 → 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 "lineage_graph:migration:1001"
103
- rainbo lineage graph --view-mode TABLE_GRAPH --graph-key "lineage_graph:migration:1001"
104
- rainbo lineage upstream "lakehouse.dwd.user" --graph-key "lineage_graph:migration:1001" --side TARGET --depth 1
105
- rainbo lineage downstream "lakehouse.ods.user" --graph-key "lineage_graph:migration:1001" --side TARGET --depth 1
106
- rainbo lineage graph delete "lineage_graph:migration:1001"
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rainbo",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "Rainbo command line tools for data migration workflows",
5
5
  "bin": {
6
6
  "rainbo": "packaging/npm/run.js"