Airflow: Use enum for task_states/dag_states

Created on 18 Jun 2020  路  4Comments  路  Source: apache/airflow

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

feature

Most helpful comment

@muyajil I assigned you to this ticket. I look forward to your contributions 馃樆

@turbaszek I think we can assign people without confirmation. The assignment of people is important because it is visible on the ticket list. This makes finding free tickets easier.

All 4 comments

CC: @turbaszek

Hi,
I'd like to help out with this issue.

@muyajil should I assign you?

@muyajil I assigned you to this ticket. I look forward to your contributions 馃樆

@turbaszek I think we can assign people without confirmation. The assignment of people is important because it is visible on the ticket list. This makes finding free tickets easier.

Was this page helpful?
0 / 5 - 0 ratings