You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will implement the @task and @dag decorators from the TaskFlow API into the DAG generated by the kedro-airflow plugin from the Kedro project. This implementation will:
Description
Following the investigation done in #25:
We will implement the
@task
and@dag
decorators from the TaskFlow API into the DAG generated by thekedro-airflow
plugin from the Kedro project. This implementation will:KedroOperator
, simplifying the user experience and addressing Kedro plugins issue Introduce KedroOperator for Airflow #482.Possible Implementation
Modify
airflow_dag_template.j2
accordinglyThe text was updated successfully, but these errors were encountered: