apache-airflow-providers-docker · PyPI
https://pypi.org/project/apache-airflow-providers-docker04.11.2021 · Bug Fixes [FIX] Docker provider - retry docker in docker (#17061) fix string encoding when using xcom / json (#13536) if xcom_all is set to False, only the last line of the log (separated by \n) will be included in the XCom value; The DockerOperator in version 2.0.0 did not work for remote Docker Engine or Docker-In-Docker case. That was an unintended side effect of …
python - Airflow: Unable to access the AWS providers ...
https://stackoverflow.com/questions/61275596I'm trying to access the Airflow Providers, specifically the AWS providers, found here. I'm building a docker image and installing Airflow using PIP and including the AWS subpackage in the install command. pip install 'apache-airflow [crypto,aws,celery,postgres,hive,jdbc,mysql,ssh]==1.10.9' \. However, i'm unable to access the Provider from Python.