Skip to content

Commit

Permalink
Merge pull request #154 from AstraZeneca/argo_fail_fast
Browse files Browse the repository at this point in the history
Argo fail fast
  • Loading branch information
vijayvammi authored May 17, 2024
2 parents 6f184e3 + c8a957c commit 5e4215f
Show file tree
Hide file tree
Showing 10 changed files with 108 additions and 1,349 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Below table summarizes the input/output types of different task types.
For ex: notebooks can only take JSON serializable parameters as input
but can return json/pydantic/objects.

| | Input | Output |
| Task | Input | Output |
| -------- | :---------------------: | :----------------------: |
| python | json, pydantic, object via function arguments | json, pydantic, object as ```returns``` |
| notebook | json via cell tagged with ```parameters``` | json, pydantic, object as ```returns``` |
Expand Down
Loading

0 comments on commit 5e4215f

Please sign in to comment.