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/breast_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "breast_hetero_host",
- "namespace": "experiment",
- "role": "host_1"
- },
- {
- "file": "examples/data/ionosphere_scale_hetero_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "ionosphere_scale_hetero_guest",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/ionosphere_scale_hetero_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "ionosphere_scale_hetero_host",
- "namespace": "experiment",
- "role": "host_0"
- }
- ],
- "pipeline_tasks": {
- "data-statistics-all-columns": {
- "script": "pipeline-data-statistics-all-columns.py"
- },
- "data-statistics-partial-column": {
- "script": "pipeline-data-statistics-partial-column.py"
- },
- "data-statistics-partial-column-name": {
- "script": "pipeline-data-statistics-partial-column-name.py"
- },
- "data-statistics-partial-column-missing": {
- "script": "pipeline-data-statistics-partial-column-missing.py"
- }
- }
- }
|