Skip to content

Commit

Permalink
fix: change get_status docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ividito committed Feb 28, 2024
1 parent 125a8cc commit cfe7ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows_api/runtime/src/airflow_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def list_dags() -> str:

def get_status(dag_run_id: str) -> Dict:
"""
Get the status of a workflow execution.
Get the status of a veda_discover workflow execution by dag_id
"""
if not (MWAA_ENV := os.environ.get("MWAA_ENV")):
raise HTTPException(status_code=400, detail="MWAA environment not set")
Expand Down

0 comments on commit cfe7ef0

Please sign in to comment.