Name | Type | Description | Notes |
---|---|---|---|
Flow | List<DAG> | A list of tasks to create a DAG recipe. | |
Type | string | [optional] [readonly] [default to "Recipe"] | |
Annotations | Dictionary<string, string> | An optional dictionary to add annotations to inputs. These annotations will be used by the client side libraries. | [optional] |
ApiVersion | string | [optional] [readonly] [default to "v1beta1"] | |
Metadata | MetaData | Recipe metadata information. | [optional] |
Dependencies | List<Dependency> | A list of plugins and other recipes this recipe depends on. | [optional] |