Astronomer Certified v2.1.0
AC/Airflow Version | 2.1.0 |
---|---|
Release Notes | Changelog |
Release Date | May 21, 2021 |
End of Maintenance | November 2022 |
Certified Environments |
|
Support |
If you’re interested in purchasing a support subscription, reach out to us. |
Install as Python Package
You can download or upgrade the latest build of AC v2.1.0 using pip:
PIP_EXTRA_INDEX_URL='https://pip.astronomer.io/simple' pip install -U 'astronomer-certified==2.1.0.*'
To install dependencies for this package, run the following:
PIP_EXTRA_INDEX_URL="https://pip.astronomer.io/simple" pip install 'astronomer-certified[DEPENDENCY]==2.1.0.*'
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]==2.1.0.*'
Install via Docker Image
All Astronomer Certified images are published to Quay.io.
Debian
docker pull quay.io/astronomer/ap-airflow:2.1.0-buster-onbuild