apache-airflow-providers-postgres 5.11.3rc1__py3-none-any.whl → 5.12.0rc1__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
- airflow/providers/postgres/get_provider_info.py +3 -2
- {apache_airflow_providers_postgres-5.11.3rc1.dist-info → apache_airflow_providers_postgres-5.12.0rc1.dist-info}/METADATA +8 -8
- {apache_airflow_providers_postgres-5.11.3rc1.dist-info → apache_airflow_providers_postgres-5.12.0rc1.dist-info}/RECORD +6 -6
- {apache_airflow_providers_postgres-5.11.3rc1.dist-info → apache_airflow_providers_postgres-5.12.0rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_postgres-5.11.3rc1.dist-info → apache_airflow_providers_postgres-5.12.0rc1.dist-info}/entry_points.txt +0 -0
@@ -29,11 +29,11 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "5.
|
32
|
+
__version__ = "5.12.0"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
|
-
"2.
|
35
|
+
"2.8.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.8.0+"
|
39
39
|
)
|
@@ -28,8 +28,9 @@ def get_provider_info():
|
|
28
28
|
"name": "PostgreSQL",
|
29
29
|
"description": "`PostgreSQL <https://www.postgresql.org/>`__\n",
|
30
30
|
"state": "ready",
|
31
|
-
"source-date-epoch":
|
31
|
+
"source-date-epoch": 1723970520,
|
32
32
|
"versions": [
|
33
|
+
"5.12.0",
|
33
34
|
"5.11.3",
|
34
35
|
"5.11.2",
|
35
36
|
"5.11.1",
|
@@ -68,7 +69,7 @@ def get_provider_info():
|
|
68
69
|
"1.0.0",
|
69
70
|
],
|
70
71
|
"dependencies": [
|
71
|
-
"apache-airflow>=2.
|
72
|
+
"apache-airflow>=2.8.0",
|
72
73
|
"apache-airflow-providers-common-sql>=1.14.1",
|
73
74
|
"psycopg2-binary>=2.9.4",
|
74
75
|
],
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-postgres
|
3
|
-
Version: 5.
|
3
|
+
Version: 5.12.0rc1
|
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,14 +22,14 @@ Classifier: Programming Language :: Python :: 3.11
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
23
23
|
Classifier: Topic :: System :: Monitoring
|
24
24
|
Requires-Dist: apache-airflow-providers-common-sql>=1.14.1rc0
|
25
|
-
Requires-Dist: apache-airflow>=2.
|
25
|
+
Requires-Dist: apache-airflow>=2.8.0rc0
|
26
26
|
Requires-Dist: psycopg2-binary>=2.9.4
|
27
27
|
Requires-Dist: apache-airflow-providers-amazon>=2.6.0rc0 ; extra == "amazon"
|
28
28
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
29
29
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
30
30
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
31
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.
|
32
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.
|
31
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/changelog.html
|
32
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0
|
33
33
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
34
34
|
Project-URL: Source Code, https://github.com/apache/airflow
|
35
35
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -82,7 +82,7 @@ Provides-Extra: openlineage
|
|
82
82
|
|
83
83
|
Package ``apache-airflow-providers-postgres``
|
84
84
|
|
85
|
-
Release: ``5.
|
85
|
+
Release: ``5.12.0.rc1``
|
86
86
|
|
87
87
|
|
88
88
|
`PostgreSQL <https://www.postgresql.org/>`__
|
@@ -95,7 +95,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
|
|
95
95
|
are in ``airflow.providers.postgres`` python package.
|
96
96
|
|
97
97
|
You can find package information and changelog for the provider
|
98
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.
|
98
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/>`_.
|
99
99
|
|
100
100
|
Installation
|
101
101
|
------------
|
@@ -112,7 +112,7 @@ Requirements
|
|
112
112
|
======================================= ==================
|
113
113
|
PIP package Version required
|
114
114
|
======================================= ==================
|
115
|
-
``apache-airflow`` ``>=2.
|
115
|
+
``apache-airflow`` ``>=2.8.0``
|
116
116
|
``apache-airflow-providers-common-sql`` ``>=1.14.1``
|
117
117
|
``psycopg2-binary`` ``>=2.9.4``
|
118
118
|
======================================= ==================
|
@@ -139,4 +139,4 @@ Dependent package
|
|
139
139
|
============================================================================================================== ===============
|
140
140
|
|
141
141
|
The changelog for the provider package can be found in the
|
142
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.
|
142
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.12.0/changelog.html>`_.
|
@@ -1,13 +1,13 @@
|
|
1
1
|
airflow/providers/postgres/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
|
2
|
-
airflow/providers/postgres/__init__.py,sha256=
|
3
|
-
airflow/providers/postgres/get_provider_info.py,sha256=
|
2
|
+
airflow/providers/postgres/__init__.py,sha256=lj-POpzj1cbE1WVR_t4sNEhRpI1Naw5UBJ0OPyaO0tk,1496
|
3
|
+
airflow/providers/postgres/get_provider_info.py,sha256=GCMEmJ1WJY11gr_wfT1Ikz9aLXJiMH36aIvVRLBYJWU,3677
|
4
4
|
airflow/providers/postgres/datasets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
5
5
|
airflow/providers/postgres/datasets/postgres.py,sha256=XNhOJCbOA_soaaiS73JjULMqAM_7PBryhToe8FJREA0,1522
|
6
6
|
airflow/providers/postgres/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
7
7
|
airflow/providers/postgres/hooks/postgres.py,sha256=-NZ70d2TScMERPqj5tSlgkdi5DPcSILu3pUpiuwhEwI,16122
|
8
8
|
airflow/providers/postgres/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
9
9
|
airflow/providers/postgres/operators/postgres.py,sha256=M8qx8FBf97HRwJMn_zg_EqCPGqsx-iZ0aRzMQuG3lJg,3509
|
10
|
-
apache_airflow_providers_postgres-5.
|
11
|
-
apache_airflow_providers_postgres-5.
|
12
|
-
apache_airflow_providers_postgres-5.
|
13
|
-
apache_airflow_providers_postgres-5.
|
10
|
+
apache_airflow_providers_postgres-5.12.0rc1.dist-info/entry_points.txt,sha256=dhtJi6PTWHd6BwKhmI4OtSPvQVI_p0yYWI0eba83HqY,104
|
11
|
+
apache_airflow_providers_postgres-5.12.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
12
|
+
apache_airflow_providers_postgres-5.12.0rc1.dist-info/METADATA,sha256=6Id9kmfLobV3zm5VFkOhXgU5wSe7DOxcrN0XNALrU2U,6629
|
13
|
+
apache_airflow_providers_postgres-5.12.0rc1.dist-info/RECORD,,
|
File without changes
|