123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "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"
- }
- ],
- "tasks": {
- "union-data-transform": {
- "conf": "./test_union_data_transform_job_conf.json",
- "dsl": "./test_union_data_transform_job_dsl.json"
- },
- "union-validate": {
- "conf": "./test_union_validate_job_conf.json",
- "dsl": "./test_union_validate_job_dsl.json",
- "data_deps": {
- "union-data-transform": {
- "guest_0": {
- "reader_0": "union_0",
- "reader_1": "union_1"
- },
- "host_0": {
- "reader_0": "union_0",
- "reader_1": "union_1"
- }
- }
- }
- }
- }
- }
|