2 Answers
- Newest
- Most votes
- Most comments
0
Hi!
The import apache-airflow[all] is not supported, which will block the subsequent import of apache-airflow-backport-providers-amazon. The line boto3==1.14.44 is not required as boto3 is included by default. As such, if you just use a requirements.txt with the single line
apache-airflow-backport-providers-amazon
then you should be all set.
Thanks!
answered 5 years ago
Relevant content
- asked a year ago
- asked 4 years ago
- AWS OFFICIALUpdated 11 days ago
- AWS OFFICIALUpdated 2 years ago
