Replies: 1 comment
-
You can install the requirements creating (and starting manually) a dag like the following: from airflow import DAG dag = DAG( pip_install_requirements = BashOperator( if name == "main": |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
Is there a way we could install some dependent packages of the Dags which are hosted on PyPi via code editor. Maybe running requirements.txt file programatically/ button?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions