[Feature]Open source AirflowFlyteOperator (@Lyft) for better integration with airflow #544
Closed
1 of 13 tasks
Labels
enhancement
New feature or request
flytekit
FlyteKit Python related issue
plugins
Plugins related labels (backend or frontend)
Motivation: Why do you think this is important?
As many of the OSS users are on Airflow, it would really help the community to have AirflowFlyteOperator available in Open Source. This would make it possible to use Flyte when some existing workflows are leveraging Airflow.
Goal: What should the final outcome look like, ideally?
Users using Airflow should be able to leverage Flyte when possible and it should be possible to add a new step in the Airflow DAG, which runs the execution on Flyte
Describe alternatives you've considered
This is possible to do by install flytekit and writing an operator themselves or using the PythonOperator, but this has a higher learning curve and needs more work on the user.
Flyte component
[Optional] Propose: Link/Inline
Operator interface:
(Project: str, Domain:str , LaunchPlanName:str, version: str=None, flyte_kwargs: Dict[str, Any]=None)
Steps
inputs=flyte_kwargs
and generate a deterministic name for the run with the attempt numberIs this a blocker for you to adopt Flyte
NA
The text was updated successfully, but these errors were encountered: