data_statistics_pipeline_testsuite.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "data": [
  3. {
  4. "file": "examples/data/breast_hetero_guest.csv",
  5. "head": 1,
  6. "partition": 16,
  7. "table_name": "breast_hetero_guest",
  8. "namespace": "experiment",
  9. "role": "guest_0"
  10. },
  11. {
  12. "file": "examples/data/breast_hetero_host.csv",
  13. "head": 1,
  14. "partition": 16,
  15. "table_name": "breast_hetero_host",
  16. "namespace": "experiment",
  17. "role": "host_0"
  18. },
  19. {
  20. "file": "examples/data/breast_hetero_host.csv",
  21. "head": 1,
  22. "partition": 16,
  23. "table_name": "breast_hetero_host",
  24. "namespace": "experiment",
  25. "role": "host_1"
  26. },
  27. {
  28. "file": "examples/data/ionosphere_scale_hetero_guest.csv",
  29. "head": 1,
  30. "partition": 16,
  31. "table_name": "ionosphere_scale_hetero_guest",
  32. "namespace": "experiment",
  33. "role": "guest_0"
  34. },
  35. {
  36. "file": "examples/data/ionosphere_scale_hetero_host.csv",
  37. "head": 1,
  38. "partition": 16,
  39. "table_name": "ionosphere_scale_hetero_host",
  40. "namespace": "experiment",
  41. "role": "host_0"
  42. }
  43. ],
  44. "pipeline_tasks": {
  45. "data-statistics-all-columns": {
  46. "script": "pipeline-data-statistics-all-columns.py"
  47. },
  48. "data-statistics-partial-column": {
  49. "script": "pipeline-data-statistics-partial-column.py"
  50. },
  51. "data-statistics-partial-column-name": {
  52. "script": "pipeline-data-statistics-partial-column-name.py"
  53. },
  54. "data-statistics-partial-column-missing": {
  55. "script": "pipeline-data-statistics-partial-column-missing.py"
  56. }
  57. }
  58. }