Skip to content

Commit

Permalink
Regenerate Airflow Operator Markdown doc.
Browse files Browse the repository at this point in the history
Signed-off-by: Rich Scott <[email protected]>
  • Loading branch information
richscott committed Sep 8, 2023
1 parent f0f6dfc commit b9489bc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/python_airflow_operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ Runs the trigger. Meant to be called by an airflow triggerer process.


#### serialize()
Returns the information needed to reconstruct this Trigger.
Return the information needed to reconstruct this Trigger.


* **Returns**
Expand Down Expand Up @@ -492,11 +492,9 @@ Get a JobServiceAsyncIOClient that has retry configured
## armada.operators.utils module


### _class_ armada.operators.utils.JobState(value)
### _class_ armada.operators.utils.JobState(value, names=None, \*, module=None, qualname=None, type=None, start=1, boundary=None)
Bases: `Enum`

An enumeration.


#### CANCELLED(_ = _ )

Expand Down

0 comments on commit b9489bc

Please sign in to comment.