Skip to content

Commit

Permalink
Minor: Fix airflow empty status (open-metadata#14216)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulixius9 authored and Shiyang Xiao committed Dec 12, 2023
1 parent e1a24f3 commit 6ba5663
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 6ba5663

Please sign in to comment.