Skip to content

Instantly share code, notes, and snippets.

@discdiver
Created August 2, 2022 18:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save discdiver/c063feb73bbadf1ae8802e5a1e28c07d to your computer and use it in GitHub Desktop.
Save discdiver/c063feb73bbadf1ae8802e5a1e28c07d to your computer and use it in GitHub Desktop.
{
"flow_name": "Previously unreliable pipeline",
"import_path": "./basic-flow.py:pipeline4",
"parameter_openapi_schema": {
"title": "Parameters",
"type": "object",
"properties": {
"msg": {
"title": "msg",
"type": "string"
}
},
"required": [
"msg"
],
"definitions": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment