Astronomer Certified v1.10.15
AC/Airflow Version | 1.10.15 |
---|---|
Release Notes | Changelog |
Release Date | March 19, 2021 |
End of Maintenance | September 2022 |
Certified Environments |
|
Support |
If you’re interested purchasing a support subscription, reach out to us. |
Install as Python Package
You can download or upgrade the Astronomer Certified wheel for the latest build of AC v1.10.15 using pip:
PIP_EXTRA_INDEX_URL='https://pip.astronomer.io/simple' pip install -U 'astronomer-certified==1.10.15.*'
To install any dependencies with this package, you can run the following:
PIP_EXTRA_INDEX_URL="https://pip.astronomer.io/simple" pip install 'astronomer-certified[DEPENDENCY]==1.10.15.*'
For example, if you would like to install postgres along with the AC package:
PIP_EXTRA_INDEX_URL="https://pip.astronomer.io/simple" pip install 'astronomer-certified[postgres]==1.10.15.*'
Install via Docker Image
All Astronomer Certified images are published to Quay.io.
Debian
docker pull quay.io/astronomer/ap-airflow:1.10.15-1-buster-onbuild