blob: eb54c5634e65ee085122e27d124b09348c349257 [file] [log] [blame] [view]
# TaskInstanceReference
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dag_id** | **str** | The DAG ID. | [optional] [readonly]
**dag_run_id** | **str** | The DAG run ID. | [optional] [readonly]
**execution_date** | **str** | | [optional] [readonly]
**task_id** | **str** | The task ID. | [optional] [readonly]
**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)