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