blob: ef3f8c8823e9bc3867ae3a6e9ad7f36501aaaa4c [file] [log] [blame] [view]
# TaskOutletDatasetReference
A datasets reference to an upstream task. *New in version 2.4.0*
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | **str** | The dataset creation time | [optional]
**dag_id** | **str, none_type** | The DAG ID that updates the dataset. | [optional]
**task_id** | **str, none_type** | The task ID that updates the dataset. | [optional]
**updated_at** | **str** | The dataset update time | [optional]
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)