-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Use enum for task_states/dag_states #9387
Copy link
Copy link
Closed
Labels
area:coregood first issuekind:taskA task that needs to be completed as part of a larger issueA task that needs to be completed as part of a larger issue
Description
Hello,
We use Python 3+, so we should consider using an enumerated type for objects that are buckets for contents This will give us better type hints.
https://github.com/apache/airflow/blob/master/airflow/utils/state.py
Best regards,
Kamil Breguła
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area:coregood first issuekind:taskA task that needs to be completed as part of a larger issueA task that needs to be completed as part of a larger issue