apache-airflow-providers-postgres 6.5.0__py3-none-any.whl → 6.5.1rc1__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 +1 -1
- airflow/providers/postgres/hooks/postgres.py +2 -5
- {apache_airflow_providers_postgres-6.5.0.dist-info → apache_airflow_providers_postgres-6.5.1rc1.dist-info}/METADATA +12 -12
- apache_airflow_providers_postgres-6.5.1rc1.dist-info/RECORD +14 -0
- apache_airflow_providers_postgres-6.5.0.dist-info/RECORD +0 -14
- {apache_airflow_providers_postgres-6.5.0.dist-info → apache_airflow_providers_postgres-6.5.1rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_postgres-6.5.0.dist-info → apache_airflow_providers_postgres-6.5.1rc1.dist-info}/entry_points.txt +0 -0
- {apache_airflow_providers_postgres-6.5.0.dist-info → apache_airflow_providers_postgres-6.5.1rc1.dist-info}/licenses/LICENSE +0 -0
- {apache_airflow_providers_postgres-6.5.0.dist-info → apache_airflow_providers_postgres-6.5.1rc1.dist-info}/licenses/NOTICE +0 -0
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "6.5.
|
|
32
|
+
__version__ = "6.5.1"
|
|
33
33
|
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
|
35
35
|
"2.11.0"
|
|
@@ -30,11 +30,8 @@ from psycopg2.extras import DictCursor, NamedTupleCursor, RealDictCursor, execut
|
|
|
30
30
|
from sqlalchemy.engine import URL
|
|
31
31
|
|
|
32
32
|
from airflow.configuration import conf
|
|
33
|
-
from airflow.exceptions import
|
|
34
|
-
|
|
35
|
-
AirflowOptionalProviderFeatureException,
|
|
36
|
-
)
|
|
37
|
-
from airflow.providers.common.compat.sdk import Connection
|
|
33
|
+
from airflow.exceptions import AirflowOptionalProviderFeatureException
|
|
34
|
+
from airflow.providers.common.compat.sdk import AirflowException, Connection
|
|
38
35
|
from airflow.providers.common.sql.hooks.sql import DbApiHook
|
|
39
36
|
from airflow.providers.postgres.dialects.postgres import PostgresDialect
|
|
40
37
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apache-airflow-providers-postgres
|
|
3
|
-
Version: 6.5.
|
|
3
|
+
Version: 6.5.1rc1
|
|
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.11.
|
|
26
|
-
Requires-Dist: apache-airflow-providers-common-compat>=1.
|
|
27
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.23.
|
|
25
|
+
Requires-Dist: apache-airflow>=2.11.0rc1
|
|
26
|
+
Requires-Dist: apache-airflow-providers-common-compat>=1.10.1rc1
|
|
27
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.23.0rc1
|
|
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.0rc1 ; extra == "amazon"
|
|
32
|
+
Requires-Dist: apache-airflow-providers-microsoft-azure>=12.8.0rc1 ; 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.apache.org/docs/apache-airflow-providers-postgres/6.5.
|
|
40
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.5.
|
|
39
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-postgres/6.5.1/changelog.html
|
|
40
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-postgres/6.5.1
|
|
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.5.
|
|
77
|
+
Release: ``6.5.1``
|
|
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.5.
|
|
90
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.5.1/>`_.
|
|
91
91
|
|
|
92
92
|
Installation
|
|
93
93
|
------------
|
|
@@ -105,7 +105,7 @@ Requirements
|
|
|
105
105
|
PIP package Version required
|
|
106
106
|
========================================== ======================================
|
|
107
107
|
``apache-airflow`` ``>=2.11.0``
|
|
108
|
-
``apache-airflow-providers-common-compat`` ``>=1.
|
|
108
|
+
``apache-airflow-providers-common-compat`` ``>=1.10.1``
|
|
109
109
|
``apache-airflow-providers-common-sql`` ``>=1.23.0``
|
|
110
110
|
``psycopg2-binary`` ``>=2.9.9; python_version < "3.13"``
|
|
111
111
|
``psycopg2-binary`` ``>=2.9.10; 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.5.
|
|
153
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.5.1/changelog.html>`_.
|
|
154
154
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
airflow/providers/postgres/__init__.py,sha256=VAGwXqafhE1aU5SeilEOnapww5TR9aJ35PsISggKWqw,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=W2ZVK63OMIErSop750WLLjo2eOWe8K0pdFgYw-D2LxA,28787
|
|
9
|
+
apache_airflow_providers_postgres-6.5.1rc1.dist-info/entry_points.txt,sha256=dhtJi6PTWHd6BwKhmI4OtSPvQVI_p0yYWI0eba83HqY,104
|
|
10
|
+
apache_airflow_providers_postgres-6.5.1rc1.dist-info/licenses/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
|
11
|
+
apache_airflow_providers_postgres-6.5.1rc1.dist-info/licenses/NOTICE,sha256=E3-_E02gwwSEFzeeWPKmnIjOoos3hW28CLISV6sYrbQ,168
|
|
12
|
+
apache_airflow_providers_postgres-6.5.1rc1.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
|
13
|
+
apache_airflow_providers_postgres-6.5.1rc1.dist-info/METADATA,sha256=pqUPSIbCMNNSWevMmSbKh_NimXkSdDEFxV-r_T6mPt0,7740
|
|
14
|
+
apache_airflow_providers_postgres-6.5.1rc1.dist-info/RECORD,,
|
|
@@ -1,14 +0,0 @@
|
|
|
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,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|