12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "data": [
- {
- "file": "examples/data/breast_hetero_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/breast_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/tag_value_1000_140.csv",
- "head": 0,
- "partition": 16,
- "table_name": "tag_value_1",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/tag_value_1000_140.csv",
- "head": 0,
- "partition": 16,
- "table_name": "tag_value_2",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/tag_value_1000_140.csv",
- "head": 0,
- "partition": 16,
- "table_name": "tag_value_3",
- "namespace": "experiment",
- "role": "guest_0"
- }
- ],
- "pipeline_tasks": {
- "union": {
- "script": "./pipeline-union.py"
- },
- "union-basic": {
- "script": "./pipeline-union-basic.py"
- },
- "union-data-transform": {
- "script": "./pipeline-union-data-transform.py"
- },
- "union-tag": {
- "script": "./pipeline-union-tag-value.py"
- }
- }
- }
|