Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions airflow/providers/airbyte/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

Expand All @@ -34,9 +34,7 @@
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-airbyte:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/airbyte/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Airbyte <https://airbyte.com/>`__

state: ready
source-date-epoch: 1705911770
source-date-epoch: 1707666226
versions:
- 3.6.0
- 3.5.1
Expand Down
6 changes: 2 additions & 4 deletions airflow/providers/alibaba/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

Expand All @@ -34,9 +34,7 @@
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-alibaba:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/alibaba/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
Alibaba Cloud integration (including `Alibaba Cloud <https://www.alibabacloud.com/>`__).

state: ready
source-date-epoch: 1705911780
source-date-epoch: 1707666227
versions:
- 2.7.2
- 2.7.1
Expand Down
6 changes: 2 additions & 4 deletions airflow/providers/amazon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

Expand All @@ -34,9 +34,7 @@
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-amazon:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/amazon/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
Amazon integration (including `Amazon Web Services (AWS) <https://aws.amazon.com/>`__).

state: ready
source-date-epoch: 1705911803
source-date-epoch: 1707666229
versions:
- 8.17.0
- 8.16.0
Expand Down
6 changes: 2 additions & 4 deletions airflow/providers/apache/beam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

Expand All @@ -34,9 +34,7 @@
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-apache-beam:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/apache/beam/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Beam <https://beam.apache.org/>`__.

state: ready
source-date-epoch: 1705911842
source-date-epoch: 1707666231
versions:
- 5.6.0
- 5.5.0
Expand Down
6 changes: 2 additions & 4 deletions airflow/providers/apache/cassandra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

Expand All @@ -34,9 +34,7 @@
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-apache-cassandra:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/apache/cassandra/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Cassandra <https://cassandra.apache.org/>`__.

state: ready
source-date-epoch: 1703288104
source-date-epoch: 1707666232
versions:
- 3.4.1
- 3.4.0
Expand Down
6 changes: 2 additions & 4 deletions airflow/providers/apache/drill/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

Expand All @@ -34,9 +34,7 @@
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-apache-drill:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/apache/drill/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Drill <https://drill.apache.org/>`__.

state: ready
source-date-epoch: 1703288105
source-date-epoch: 1707666233
versions:
- 2.6.0
- 2.5.0
Expand Down
6 changes: 2 additions & 4 deletions airflow/providers/apache/druid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

Expand All @@ -34,9 +34,7 @@
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-apache-druid:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/apache/druid/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Druid <https://druid.apache.org/>`__.

state: ready
source-date-epoch: 1705911859
source-date-epoch: 1707666234
versions:
- 3.8.0
- 3.7.0
Expand Down
6 changes: 2 additions & 4 deletions airflow/providers/apache/flink/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

Expand All @@ -34,9 +34,7 @@
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-apache-flink:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/apache/flink/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Flink <https://flink.apache.org/>`__

state: ready
source-date-epoch: 1703288107
source-date-epoch: 1707666235
versions:
- 1.3.0
- 1.2.0
Expand Down
8 changes: 3 additions & 5 deletions airflow/providers/apache/hdfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,18 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

__version__ = "4.4.0"
__version__ = "4.3.2"

try:
from airflow import __version__ as airflow_version
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-apache-hdfs:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/apache/hdfs/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ description: |
and `WebHDFS <https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/WebHDFS.html>`__.

state: ready
source-date-epoch: 1705911907
source-date-epoch: 1707666236
versions:
- 4.3.2
- 4.3.1
Expand Down
5 changes: 5 additions & 0 deletions airflow/providers/apache/hive/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ Breaking changes
* Remove the ability of specify a proxy user as an ``owner`` or ``login`` or ``as_param`` in the connection. Now, setting the user in ``Proxy User`` connection parameter or passing ``proxy_user`` to HiveHook will do the job.


.. Review and move the new changes to one of the sections above:
* ``Fix pyhive hive_pure_sasl extra name (#37323)``
* ``D401 Support in Providers (simple) (#37258)``
* `` Simplify hive client connection (#37043)``

6.4.2
.....

Expand Down
8 changes: 3 additions & 5 deletions airflow/providers/apache/hive/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,18 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

__version__ = "6.4.2"
__version__ = "7.0.0"

try:
from airflow import __version__ as airflow_version
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-apache-hive:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/apache/hive/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Hive <https://hive.apache.org/>`__

state: ready
source-date-epoch: 1705911912
source-date-epoch: 1707666238
versions:
- 7.0.0
- 6.4.2
Expand Down
6 changes: 2 additions & 4 deletions airflow/providers/apache/impala/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

Expand All @@ -34,9 +34,7 @@
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-apache-impala:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/apache/impala/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ description: |
`Apache Impala <https://impala.apache.org/>`__.

state: ready
source-date-epoch: 1703288110
source-date-epoch: 1707666239
versions:
- 1.3.0
- 1.2.1
Expand Down
8 changes: 3 additions & 5 deletions airflow/providers/apache/kafka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,18 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

__version__ = "1.4.0"
__version__ = "1.3.1"

try:
from airflow import __version__ as airflow_version
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-apache-kafka:{__version__}` needs Apache Airflow 2.6.0+"
)
2 changes: 1 addition & 1 deletion airflow/providers/apache/kafka/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package-name: apache-airflow-providers-apache-kafka
name: Apache Kafka

state: ready
source-date-epoch: 1705911926
source-date-epoch: 1707666240
description: |
`Apache Kafka <https://kafka.apache.org/>`__
versions:
Expand Down
8 changes: 3 additions & 5 deletions airflow/providers/apache/kylin/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,18 @@
#
from __future__ import annotations

import packaging.version
from packaging.version import Version

__all__ = ["__version__"]

__version__ = "3.6.0"
__version__ = "3.5.0"

try:
from airflow import __version__ as airflow_version
except ImportError:
from airflow.version import version as airflow_version

if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
"2.6.0"
):
if Version(Version(airflow_version).base_version) < Version("2.6.0"):
raise RuntimeError(
f"The package `apache-airflow-providers-apache-kylin:{__version__}` needs Apache Airflow 2.6.0+"
)
Loading