Skip to content

Commit

Permalink
Enhance Airflow Plugin (#2099)
Browse files Browse the repository at this point in the history
Signed-off-by: Future Outlier <[email protected]>
Co-authored-by: Future Outlier <[email protected]>
  • Loading branch information
Future-Outlier and Future Outlier authored Jan 13, 2024
1 parent cc94d33 commit 76f6db2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/flytekit-airflow/flytekitplugins/airflow/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def _get_airflow_instance(
return obj_def(**airflow_obj.parameters)


def _is_deferrable(cls: Type):
def _is_deferrable(cls: Type) -> bool:
"""
This function is used to check if the Airflow operator is deferrable.
"""
Expand Down
1 change: 1 addition & 0 deletions plugins/flytekit-airflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
plugin_requires = [
"apache-airflow",
"flytekit>=1.9.0",
"flyteidl>=1.10.6",
]

__version__ = "0.0.0+develop"
Expand Down

0 comments on commit 76f6db2

Please sign in to comment.