We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b63a3 commit 92895a1Copy full SHA for 92895a1
airflow-core/src/airflow/serialization/enums.py
@@ -62,16 +62,10 @@ class DagAttributeTypes(str, Enum):
62
ASSET_REF = "asset_ref"
63
ASSET_UNIQUE_KEY = "asset_unique_key"
64
ASSET_ALIAS_UNIQUE_KEY = "asset_alias_unique_key"
65
- BASE_JOB = "Job"
66
- TASK_INSTANCE = "task_instance"
67
- DAG_RUN = "dag_run"
68
- DAG_MODEL = "dag_model"
69
- LOG_TEMPLATE = "log_template"
70
CONNECTION = "connection"
71
TASK_CONTEXT = "task_context"
72
ARG_NOT_SET = "arg_not_set"
73
TASK_CALLBACK_REQUEST = "task_callback_request"
74
DAG_CALLBACK_REQUEST = "dag_callback_request"
75
TASK_INSTANCE_KEY = "task_instance_key"
76
- TRIGGER = "trigger"
77
DEADLINE_ALERT = "deadline_alert"
0 commit comments