Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbrull committed Dec 29, 2023
1 parent 56a761e commit 00dab68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class AirflowTaskStatus(Enum):
AirflowTaskStatus.SUCCESS.value: StatusType.Successful.value,
AirflowTaskStatus.FAILED.value: StatusType.Failed.value,
AirflowTaskStatus.QUEUED.value: StatusType.Pending.value,
AirflowTaskStatus.SKIPPED.value: StatusType.Skipped.value
AirflowTaskStatus.SKIPPED.value: StatusType.Skipped.value,
}


Expand Down

0 comments on commit 00dab68

Please sign in to comment.