apache-airflow-providers-postgres 6.4.1rc1__py3-none-any.whl → 6.5.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airflow/providers/postgres/__init__.py +3 -3
- {apache_airflow_providers_postgres-6.4.1rc1.dist-info → apache_airflow_providers_postgres-6.5.0.dist-info}/METADATA +12 -12
- apache_airflow_providers_postgres-6.5.0.dist-info/RECORD +14 -0
- apache_airflow_providers_postgres-6.4.1rc1.dist-info/RECORD +0 -14
- {apache_airflow_providers_postgres-6.4.1rc1.dist-info → apache_airflow_providers_postgres-6.5.0.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_postgres-6.4.1rc1.dist-info → apache_airflow_providers_postgres-6.5.0.dist-info}/entry_points.txt +0 -0
- {apache_airflow_providers_postgres-6.4.1rc1.dist-info → apache_airflow_providers_postgres-6.5.0.dist-info}/licenses/LICENSE +0 -0
- {apache_airflow_providers_postgres-6.4.1rc1.dist-info → apache_airflow_providers_postgres-6.5.0.dist-info}/licenses/NOTICE +0 -0
|
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "6.
|
|
32
|
+
__version__ = "6.5.0"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
|
-
"2.
|
|
35
|
+
"2.11.0"
|
|
36
36
|
):
|
|
37
37
|
raise RuntimeError(
|
|
38
|
-
f"The package `apache-airflow-providers-postgres:{__version__}` needs Apache Airflow 2.
|
|
38
|
+
f"The package `apache-airflow-providers-postgres:{__version__}` needs Apache Airflow 2.11.0+"
|
|
39
39
|
)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-postgres
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.5.0
|
|
4
4
|
Summary: Provider package apache-airflow-providers-postgres for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,postgres,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -22,22 +22,22 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
|
23
23
|
License-File: LICENSE
|
|
24
24
|
License-File: NOTICE
|
|
25
|
-
Requires-Dist: apache-airflow>=2.
|
|
26
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.8.
|
|
27
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.23.
|
|
25
|
+
Requires-Dist: apache-airflow>=2.11.0
|
|
26
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.8.0
|
|
27
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.23.0
|
|
28
28
|
Requires-Dist: psycopg2-binary>=2.9.9; python_version < '3.13'
|
|
29
29
|
Requires-Dist: psycopg2-binary>=2.9.10; python_version >= '3.13'
|
|
30
30
|
Requires-Dist: asyncpg>=0.30.0
|
|
31
|
-
Requires-Dist: apache-airflow-providers-amazon>=2.6.
|
|
32
|
-
Requires-Dist: apache-airflow-providers-microsoft-azure>=12.8.
|
|
31
|
+
Requires-Dist: apache-airflow-providers-amazon>=2.6.0 ; extra == "amazon"
|
|
32
|
+
Requires-Dist: apache-airflow-providers-microsoft-azure>=12.8.0 ; extra == "microsoft-azure"
|
|
33
33
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
|
34
34
|
Requires-Dist: pandas>=2.1.2 ; extra == "pandas" and ( python_version <"3.13")
|
|
35
35
|
Requires-Dist: pandas>=2.2.3 ; extra == "pandas" and ( python_version >="3.13")
|
|
36
36
|
Requires-Dist: polars>=1.26.0 ; extra == "polars"
|
|
37
37
|
Requires-Dist: psycopg[binary]>=3.2.9 ; extra == "psycopg"
|
|
38
38
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
39
|
-
Project-URL: Changelog, https://airflow.
|
|
40
|
-
Project-URL: Documentation, https://airflow.
|
|
39
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.5.0/changelog.html
|
|
40
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.5.0
|
|
41
41
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
|
42
42
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
43
43
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
@@ -74,7 +74,7 @@ Provides-Extra: psycopg
|
|
|
74
74
|
|
|
75
75
|
Package ``apache-airflow-providers-postgres``
|
|
76
76
|
|
|
77
|
-
Release: ``6.
|
|
77
|
+
Release: ``6.5.0``
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
`PostgreSQL <https://www.postgresql.org/>`__
|
|
@@ -87,7 +87,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
|
|
|
87
87
|
are in ``airflow.providers.postgres`` python package.
|
|
88
88
|
|
|
89
89
|
You can find package information and changelog for the provider
|
|
90
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.
|
|
90
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.5.0/>`_.
|
|
91
91
|
|
|
92
92
|
Installation
|
|
93
93
|
------------
|
|
@@ -104,7 +104,7 @@ Requirements
|
|
|
104
104
|
========================================== ======================================
|
|
105
105
|
PIP package Version required
|
|
106
106
|
========================================== ======================================
|
|
107
|
-
``apache-airflow`` ``>=2.
|
|
107
|
+
``apache-airflow`` ``>=2.11.0``
|
|
108
108
|
``apache-airflow-providers-common-compat`` ``>=1.8.0``
|
|
109
109
|
``apache-airflow-providers-common-sql`` ``>=1.23.0``
|
|
110
110
|
``psycopg2-binary`` ``>=2.9.9; python_version < "3.13"``
|
|
@@ -150,5 +150,5 @@ Extra Dependencies
|
|
|
150
150
|
=================== =====================================================================================
|
|
151
151
|
|
|
152
152
|
The changelog for the provider package can be found in the
|
|
153
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.
|
|
153
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.5.0/changelog.html>`_.
|
|
154
154
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
airflow/providers/postgres/__init__.py,sha256=5X0B5_o14nPwV4BiPGUX1Rlw1kW0i9VWK6sbcqf2ITk,1497
|
|
2
|
+
airflow/providers/postgres/get_provider_info.py,sha256=tLd8Kw5q9bE0XewMKJ4zzwYQoPh_G-E3mmFxK8QzfB0,3269
|
|
3
|
+
airflow/providers/postgres/assets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
4
|
+
airflow/providers/postgres/assets/postgres.py,sha256=XNhOJCbOA_soaaiS73JjULMqAM_7PBryhToe8FJREA0,1522
|
|
5
|
+
airflow/providers/postgres/dialects/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
6
|
+
airflow/providers/postgres/dialects/postgres.py,sha256=bsliwzooipmgluJsjGHYQHfZNWYxzzZ3WvaBLAy3u3A,5332
|
|
7
|
+
airflow/providers/postgres/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
8
|
+
airflow/providers/postgres/hooks/postgres.py,sha256=zjAJzkhMEae5cJxVl4KHcmdev2YRuTkpWytuH7UgwPY,28800
|
|
9
|
+
apache_airflow_providers_postgres-6.5.0.dist-info/entry_points.txt,sha256=dhtJi6PTWHd6BwKhmI4OtSPvQVI_p0yYWI0eba83HqY,104
|
|
10
|
+
apache_airflow_providers_postgres-6.5.0.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
11
|
+
apache_airflow_providers_postgres-6.5.0.dist-info/licenses/NOTICE,sha256=E3-_E02gwwSEFzeeWPKmnIjOoos3hW28CLISV6sYrbQ,168
|
|
12
|
+
apache_airflow_providers_postgres-6.5.0.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
13
|
+
apache_airflow_providers_postgres-6.5.0.dist-info/METADATA,sha256=wKX-j-e2Q3TJTH4Jq9AP6AtKb_1IXhVl6t67ZcToJUM,7706
|
|
14
|
+
apache_airflow_providers_postgres-6.5.0.dist-info/RECORD,,
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
airflow/providers/postgres/__init__.py,sha256=CbYIEGsVSqkb8BiKTcIUh-DPdfj6HwFI42gQ9bvRcE8,1497
|
|
2
|
-
airflow/providers/postgres/get_provider_info.py,sha256=tLd8Kw5q9bE0XewMKJ4zzwYQoPh_G-E3mmFxK8QzfB0,3269
|
|
3
|
-
airflow/providers/postgres/assets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
4
|
-
airflow/providers/postgres/assets/postgres.py,sha256=XNhOJCbOA_soaaiS73JjULMqAM_7PBryhToe8FJREA0,1522
|
|
5
|
-
airflow/providers/postgres/dialects/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
|
6
|
-
airflow/providers/postgres/dialects/postgres.py,sha256=bsliwzooipmgluJsjGHYQHfZNWYxzzZ3WvaBLAy3u3A,5332
|
|
7
|
-
airflow/providers/postgres/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
|
8
|
-
airflow/providers/postgres/hooks/postgres.py,sha256=zjAJzkhMEae5cJxVl4KHcmdev2YRuTkpWytuH7UgwPY,28800
|
|
9
|
-
apache_airflow_providers_postgres-6.4.1rc1.dist-info/entry_points.txt,sha256=dhtJi6PTWHd6BwKhmI4OtSPvQVI_p0yYWI0eba83HqY,104
|
|
10
|
-
apache_airflow_providers_postgres-6.4.1rc1.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
11
|
-
apache_airflow_providers_postgres-6.4.1rc1.dist-info/licenses/NOTICE,sha256=E3-_E02gwwSEFzeeWPKmnIjOoos3hW28CLISV6sYrbQ,168
|
|
12
|
-
apache_airflow_providers_postgres-6.4.1rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
13
|
-
apache_airflow_providers_postgres-6.4.1rc1.dist-info/METADATA,sha256=_EtjUCijBJbk-tgkMGViVqCzaIpIGEwl4RQrYHx-c24,7738
|
|
14
|
-
apache_airflow_providers_postgres-6.4.1rc1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|