Skip to content

Commit

Permalink
Updating setup.cfg with RC provider packages on apache/airflow#32568
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 13, 2023
1 parent 01aa262 commit 727c199
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ zip_safe = false

[options.extras_require]
amazon =
apache-airflow-providers-amazon>=3.0.0
apache-airflow-providers-amazon==8.3.1rc1
aiobotocore>=2.1.1
apache.hive =
apache-airflow-providers-apache-hive
Expand All @@ -53,27 +53,27 @@ apache.livy =
apache-airflow-providers-apache-livy
paramiko
cncf.kubernetes =
apache-airflow-providers-cncf-kubernetes>=4
apache-airflow-providers-cncf-kubernetes @https://files.pythonhosted.org/packages/fb/3d/085308e549b28839bc72c093eed2eff45340b6d3d546647aa89361f95e2c/apache-airflow-providers-cncf-kubernetes-7.3.0rc1.tar.gz
kubernetes_asyncio
databricks =
apache-airflow-providers-databricks>=2.2.0
databricks-sql-connector>=2.0.4;python_version>='3.10'
dbt.cloud =
apache-airflow-providers-dbt-cloud>=2.1.0
google =
apache-airflow-providers-google>=8.1.0
apache-airflow-providers-google==10.4.0rc1
gcloud-aio-storage
gcloud-aio-bigquery
http =
apache-airflow-providers-http
apache-airflow-providers-http==4.5.0rc1
microsoft.azure =
apache-airflow-providers-microsoft-azure
apache-airflow-providers-microsoft-azure==6.2.1rc1
sftp =
apache-airflow-providers-sftp
apache-airflow-providers-sftp==4.4.0rc1
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.1rc1
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.1rc1
# 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,16 +117,16 @@ 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-amazon==8.3.1rc1
apache-airflow-providers-apache-hive
apache-airflow-providers-apache-livy
apache-airflow-providers-cncf-kubernetes>=4
apache-airflow-providers-cncf-kubernetes @https://files.pythonhosted.org/packages/fb/3d/085308e549b28839bc72c093eed2eff45340b6d3d546647aa89361f95e2c/apache-airflow-providers-cncf-kubernetes-7.3.0rc1.tar.gz
apache-airflow-providers-databricks>=2.2.0
apache-airflow-providers-google>=8.1.0
apache-airflow-providers-http
apache-airflow-providers-snowflake
apache-airflow-providers-sftp
apache-airflow-providers-microsoft-azure
apache-airflow-providers-google==10.4.0rc1
apache-airflow-providers-http==4.5.0rc1
apache-airflow-providers-snowflake==4.3.1rc1
apache-airflow-providers-sftp==4.4.0rc1
apache-airflow-providers-microsoft-azure==6.2.1rc1
asyncssh>=2.12.0
databricks-sql-connector>=2.0.4;python_version>='3.10'
apache-airflow-providers-dbt-cloud>=2.1.0
Expand All @@ -136,7 +136,7 @@ all =
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.1rc1

[options.packages.find]
include =
Expand Down

0 comments on commit 727c199

Please sign in to comment.