Skip to content

Commit

Permalink
Minor: Fix airflow empty status (#14216)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulixius9 authored Dec 4, 2023
1 parent 4843d85 commit 5965d4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class OMTaskInstance(BaseModel):
"""

task_id: str
state: str
state: Optional[str]
start_date: Optional[datetime]
end_date: Optional[datetime]

Expand Down

0 comments on commit 5965d4c

Please sign in to comment.