For details see: airflow.models.baseoperator.BaseOperator
Name | Type | Description | Notes |
---|---|---|---|
class_ref | ClassReference | [optional] | |
task_id | str | [optional] [readonly] | |
owner | str | [optional] [readonly] | |
start_date | datetime | [optional] [readonly] | |
end_date | datetime, none_type | [optional] [readonly] | |
trigger_rule | TriggerRule | [optional] | |
extra_links | [TaskExtraLinks] | [optional] [readonly] | |
depends_on_past | bool | [optional] [readonly] | |
is_mapped | bool | [optional] [readonly] | |
wait_for_downstream | bool | [optional] [readonly] | |
retries | float | [optional] [readonly] | |
queue | str, none_type | [optional] [readonly] | |
pool | str | [optional] [readonly] | |
pool_slots | float | [optional] [readonly] | |
execution_timeout | TimeDelta | [optional] | |
retry_delay | TimeDelta | [optional] | |
retry_exponential_backoff | bool | [optional] [readonly] | |
priority_weight | float | [optional] [readonly] | |
weight_rule | WeightRule | [optional] | |
ui_color | Color | [optional] | |
ui_fgcolor | Color | [optional] | |
template_fields | [str] | [optional] [readonly] | |
sub_dag | DAG | [optional] | |
downstream_task_ids | [str] | [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] |