You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

dataflow.yml 364 B

12345678910111213141516
  1. nodes:
  2. - id: pyarrow-sender
  3. build: pip install -e ../../node-hub/pyarrow-sender
  4. path: pyarrow-sender
  5. outputs:
  6. - data
  7. env:
  8. DATA: "[1, 2, 3, 4, 5]"
  9. - id: pyarrow-assert
  10. build: pip install -e ../../node-hub/pyarrow-assert
  11. path: pyarrow-assert
  12. inputs:
  13. data: pyarrow-sender/data
  14. env:
  15. DATA: "[1, 2, 3, 4, 5]"