You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ur...@apache.org on 2022/08/24 00:27:24 UTC

[airflow] branch main updated: Fix AIRFLOW_EXTRAS in CI for 2.2 build (#25915)

This is an automated email from the ASF dual-hosted git repository.

uranusjr pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new fe7274c487 Fix AIRFLOW_EXTRAS in CI for 2.2 build (#25915)
fe7274c487 is described below

commit fe7274c4872f7c3f85fddb1ce79adfde7059577f
Author: Josh Fell <48...@users.noreply.github.com>
AuthorDate: Tue Aug 23 20:27:14 2022 -0400

    Fix AIRFLOW_EXTRAS in CI for 2.2 build (#25915)
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d6bbdf09bf..f40b50223f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -841,7 +841,7 @@ ${{ hashFiles('.pre-commit-config.yaml') }}"
           --use-packages-from-dist --package-format wheel --airflow-constraints-reference constraints-2.2.0
         env:
           # The extras below are all extras that should be installed with Airflow 2.2.0
-          AIRFLOW_EXTRAS: "airbyte,alibaba,amazon,apache.atlas.apache.beam,apache.cassandra,apache.drill,\
+          AIRFLOW_EXTRAS: "airbyte,alibaba,amazon,apache.atlas,apache.beam,apache.cassandra,apache.drill,\
             apache.druid,apache.hdfs,apache.hive,apache.kylin,apache.livy,apache.pig,apache.pinot,\
             apache.spark,apache.sqoop,apache.webhdfs,asana,async,\
             celery,cgroups,cloudant,cncf.kubernetes,dask,databricks,datadog,\