DatasetEvent

A dataset event. New in version 2.4.0

Properties

NameTypeDescriptionNotes
created_dagruns[BasicDAGRun][optional]
dataset_idintThe dataset id[optional]
dataset_uristrThe URI of the dataset[optional]
extra{str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_typeThe dataset event extra[optional]
source_dag_idstr, none_typeThe DAG ID that updated the dataset.[optional]
source_map_indexint, none_typeThe task map index that updated the dataset.[optional]
source_run_idstr, none_typeThe DAG run ID that updated the dataset.[optional]
source_task_idstr, none_typeThe task ID that updated the dataset.[optional]
timestampstrThe dataset event creation time[optional]
any string namebool, date, datetime, dict, float, int, list, str, none_typeany string name can be used but the value must be the correct type[optional]

[Back to Model list] [Back to API list] [Back to README]