diff --git a/docs/python_airflow_operator.md b/docs/python_airflow_operator.md index fae4def2369..c74a464751d 100644 --- a/docs/python_airflow_operator.md +++ b/docs/python_airflow_operator.md @@ -492,9 +492,11 @@ Get a JobServiceAsyncIOClient that has retry configured ## armada.operators.utils module -### _class_ armada.operators.utils.JobState(value, names=None, \*, module=None, qualname=None, type=None, start=1, boundary=None) +### _class_ armada.operators.utils.JobState(value) Bases: `Enum` +An enumeration. + #### CANCELLED(_ = _ )