Astronomer Certified v2.0.0
AC/Airflow Version | 2.0.0 |
---|---|
Release Notes | Changelog |
Release Date | December 17, 2020 |
End of Maintenance | January 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 v2.0.0 using pip:
PIP_EXTRA_INDEX_URL='https://pip.astronomer.io/simple' pip install -U 'astronomer-certified==2.0.0.*'
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]==2.0.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.0.0.*'
Install via Docker Image
All Astronomer Certified images are published to Quay.io.
Debian
docker pull quay.io/astronomer/ap-airflow:2.0.0-buster-onbuild