Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.04 KB

Dataset.md

File metadata and controls

19 lines (14 loc) · 1.04 KB

Dataset

A dataset item. New in version 2.4.0

Properties

Name Type Description Notes
consuming_dags [DagScheduleDatasetReference] [optional]
created_at str The dataset creation time [optional]
extra {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type The dataset extra [optional]
id int The dataset id [optional]
producing_tasks [TaskOutletDatasetReference] [optional]
updated_at str The dataset update time [optional]
uri str The dataset uri [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] [Back to API list] [Back to README]