Advertisement
Guest User

Untitled

a guest
Oct 24th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. {
  2. "name": "Create dataset",
  3. "kind": "script",
  4. "description": "Create a dataset from a source into a project",
  5. "source_code": "script.whizzml",
  6. "imports":[
  7. ],
  8. "inputs": [
  9. {
  10. "name": "source",
  11. "type": "source-id",
  12. "description": "Source"
  13. },
  14. {
  15. "name": "project",
  16. "type": "project-id",
  17. "description": "Destination project for the dataset"
  18. },
  19. {
  20. "name": "dataset_name",
  21. "type": "string",
  22. "description": "Dataset name"
  23. }
  24. ],
  25. "outputs": [
  26. {
  27. "name": "dataset",
  28. "type": "dataset-id",
  29. "description": "New dataset"
  30. }
  31. ]
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement