Skip to content

Commit

Permalink
Updating setup.cfg with RC provider packages on apache/airflow#32389
Browse files Browse the repository at this point in the history
  • Loading branch information
airflow-oss-bot committed Aug 11, 2023
1 parent baa7164 commit 7c65b99
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,36 +44,36 @@ zip_safe = false

[options.extras_require]
amazon =
apache-airflow-providers-amazon>=3.0.0
apache-airflow-providers-amazon==8.3.0rc2
aiobotocore>=2.1.1
apache.hive =
apache-airflow-providers-apache-hive
apache-airflow-providers-apache-hive==6.1.2rc2
impyla
apache.livy =
apache-airflow-providers-apache-livy
apache-airflow-providers-apache-livy==3.5.2rc2
paramiko
cncf.kubernetes =
apache-airflow-providers-cncf-kubernetes>=4
apache-airflow-providers-cncf-kubernetes @https://files.pythonhosted.org/packages/c2/c7/36093025684fadc31899784bb0f276ee24a440fba0047ece9d2208229430/apache-airflow-providers-cncf-kubernetes-7.2.0rc2.tar.gz
kubernetes_asyncio
databricks =
apache-airflow-providers-databricks>=2.2.0
apache-airflow-providers-databricks==4.3.1rc2
databricks-sql-connector>=2.0.4;python_version>='3.10'
dbt.cloud =
apache-airflow-providers-dbt-cloud>=2.1.0
apache-airflow-providers-dbt-cloud==3.2.2rc2
google =
apache-airflow-providers-google>=8.1.0
apache-airflow-providers-google==10.3.0rc2
gcloud-aio-storage
gcloud-aio-bigquery
http =
apache-airflow-providers-http
microsoft.azure =
apache-airflow-providers-microsoft-azure
apache-airflow-providers-microsoft-azure==6.2.0rc2
sftp =
apache-airflow-providers-sftp
asyncssh>=2.12.0
snowflake =
apache-airflow-providers-snowflake
snowflake-sqlalchemy>=1.4.4 # Temporary solution for https://github.com/astronomer/astronomer-providers/issues/958, we should pin apache-airflow-providers-snowflake version after it pins this package to great than or equal to 1.4.4.
apache-airflow-providers-snowflake==4.3.0rc2
snowflake-sqlalchemy>=1.4.4 # Temporary solution for https://github.com/astronomer/astronomer-providers/issues/958, we should pin apache-airflow-providers-snowflake==4.3.0rc2
# If in future we move Openlineage extractors out of the repo, this dependency should be removed
openlineage =
openlineage-airflow>=0.12.0
Expand Down Expand Up @@ -117,47 +117,47 @@ mypy =
# All extras from above except 'mypy', 'docs' and 'tests'
all =
aiobotocore>=2.1.1
apache-airflow-providers-amazon>=3.0.0
apache-airflow-providers-apache-hive
apache-airflow-providers-apache-livy
apache-airflow-providers-cncf-kubernetes>=4
apache-airflow-providers-databricks>=2.2.0
apache-airflow-providers-google>=8.1.0
apache-airflow-providers-amazon==8.3.0rc2
apache-airflow-providers-apache-hive==6.1.2rc2
apache-airflow-providers-apache-livy==3.5.2rc2
apache-airflow-providers-cncf-kubernetes @https://files.pythonhosted.org/packages/c2/c7/36093025684fadc31899784bb0f276ee24a440fba0047ece9d2208229430/apache-airflow-providers-cncf-kubernetes-7.2.0rc2.tar.gz
apache-airflow-providers-databricks==4.3.1rc2
apache-airflow-providers-google==10.3.0rc2
apache-airflow-providers-http
apache-airflow-providers-snowflake
apache-airflow-providers-snowflake==4.3.0rc2
apache-airflow-providers-sftp
apache-airflow-providers-microsoft-azure
apache-airflow-providers-microsoft-azure==6.2.0rc2
asyncssh>=2.12.0
databricks-sql-connector>=2.0.4;python_version>='3.10'
apache-airflow-providers-dbt-cloud>=2.1.0
apache-airflow-providers-dbt-cloud==3.2.2rc2
gcloud-aio-bigquery
gcloud-aio-storage
kubernetes_asyncio
impyla
openlineage-airflow>=0.12.0
paramiko
snowflake-sqlalchemy>=1.4.4 # Temporary solution for https://github.com/astronomer/astronomer-providers/issues/958, we should pin apache-airflow-providers-snowflake version after it pins this package to great than or equal to 1.4.4.
snowflake-sqlalchemy>=1.4.4 # Temporary solution for https://github.com/astronomer/astronomer-providers/issues/958, we should pin apache-airflow-providers-snowflake==4.3.0rc2

test_python_3_11 =
aiobotocore>=2.1.1
apache-airflow-providers-amazon>=3.0.0
apache-airflow-providers-apache-livy
apache-airflow-providers-cncf-kubernetes>=4
apache-airflow-providers-databricks>=2.2.0
apache-airflow-providers-google>=8.1.0
apache-airflow-providers-amazon==8.3.0rc2
apache-airflow-providers-apache-livy==3.5.2rc2
apache-airflow-providers-cncf-kubernetes @https://files.pythonhosted.org/packages/c2/c7/36093025684fadc31899784bb0f276ee24a440fba0047ece9d2208229430/apache-airflow-providers-cncf-kubernetes-7.2.0rc2.tar.gz
apache-airflow-providers-databricks==4.3.1rc2
apache-airflow-providers-google==10.3.0rc2
apache-airflow-providers-http
apache-airflow-providers-snowflake
apache-airflow-providers-snowflake==4.3.0rc2
apache-airflow-providers-sftp
apache-airflow-providers-microsoft-azure
apache-airflow-providers-microsoft-azure==6.2.0rc2
asyncssh>=2.12.0
databricks-sql-connector>=2.0.4;python_version>='3.10'
apache-airflow-providers-dbt-cloud>=2.1.0
apache-airflow-providers-dbt-cloud==3.2.2rc2
gcloud-aio-bigquery
gcloud-aio-storage
kubernetes_asyncio
openlineage-airflow>=0.12.0
paramiko
snowflake-sqlalchemy>=1.4.4 # Temporary solution for https://github.com/astronomer/astronomer-providers/issues/958, we should pin apache-airflow-providers-snowflake version after it pins this package to great than or equal to 1.4.4.
snowflake-sqlalchemy>=1.4.4 # Temporary solution for https://github.com/astronomer/astronomer-providers/issues/958, we should pin apache-airflow-providers-snowflake==4.3.0rc2

[options.packages.find]
include =
Expand Down

0 comments on commit 7c65b99

Please sign in to comment.