Astronomer Certified v1.10.7
AC/Airflow Version: | 1.10.7 |
---|---|
Release Notes: | Changelog |
Release Date: | February 21, 2020 |
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.7 using pip:
PIP_EXTRA_INDEX_URL='https://pip.astronomer.io/simple' pip install -U 'astronomer-certified==1.10.7.*'
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.7.*'
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.7.*'
Install via Docker Image
All Astronomer Certified images are published to Quay.io.
Debian
docker pull quay.io/astronomer/ap-airflow:1.10.7-16-buster-onbuild
Alpine
docker pull quay.io/astronomer/ap-airflow:1.10.7-16-alpine3.10-onbuild
Find the Apache Airflow resources you're looking for.
All ResourcesAstro Docs
Learn how to run Astronomer products, integrate services with our platform, install our CLI, and more.
Guides
Find everything you need to know about Apache Airflow, from basic concepts to advanced integrations.
Forum
Visit our community forum to ask questions and get answers from our team and community.