qubole / afctl

afctl helps to manage and deploy Apache Airflow projects faster and smoother.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing requirements.txt not affect the all airflow containers.

AASunasara opened this issue · comments

Ex. I want to use boto3 but when i run "pip install boto3" or after adding in requirements.txt and doing "pip install -r requirements.txt",
Then still logs says boto3 import error.

So i have to install this in all containers (worker, web server, scheduler, etc) manually to use boto3 in airflow.