1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "data": [
- {
- "file": "examples/data/breast_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "expect",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/breast_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "actual",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/breast_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "expect",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/breast_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "actual",
- "namespace": "experiment",
- "role": "guest_0"
- }
- ],
- "pipeline_tasks": {
- "psi": {
- "script": "./pipeline-psi.py"
- }
- }
- }
|