apache-airflow-providers-postgres 6.1.1rc1__py3-none-any.whl → 6.1.2rc1__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/get_provider_info.py +3 -2
- {apache_airflow_providers_postgres-6.1.1rc1.dist-info → apache_airflow_providers_postgres-6.1.2rc1.dist-info}/METADATA +10 -10
- {apache_airflow_providers_postgres-6.1.1rc1.dist-info → apache_airflow_providers_postgres-6.1.2rc1.dist-info}/RECORD +6 -6
- {apache_airflow_providers_postgres-6.1.1rc1.dist-info → apache_airflow_providers_postgres-6.1.2rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_postgres-6.1.1rc1.dist-info → apache_airflow_providers_postgres-6.1.2rc1.dist-info}/entry_points.txt +0 -0
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "6.1.
|
32
|
+
__version__ = "6.1.2"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.9.0"
|
@@ -27,8 +27,9 @@ def get_provider_info():
|
|
27
27
|
"name": "PostgreSQL",
|
28
28
|
"description": "`PostgreSQL <https://www.postgresql.org/>`__\n",
|
29
29
|
"state": "ready",
|
30
|
-
"source-date-epoch":
|
30
|
+
"source-date-epoch": 1743836610,
|
31
31
|
"versions": [
|
32
|
+
"6.1.2",
|
32
33
|
"6.1.1",
|
33
34
|
"6.1.0",
|
34
35
|
"6.0.0",
|
@@ -114,7 +115,7 @@ def get_provider_info():
|
|
114
115
|
],
|
115
116
|
"dependencies": [
|
116
117
|
"apache-airflow>=2.9.0",
|
117
|
-
"apache-airflow-providers-common-sql>=1.
|
118
|
+
"apache-airflow-providers-common-sql>=1.23.0",
|
118
119
|
"psycopg2-binary>=2.9.9",
|
119
120
|
"asyncpg>=0.30.0",
|
120
121
|
],
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-postgres
|
3
|
-
Version: 6.1.
|
3
|
+
Version: 6.1.2rc1
|
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>
|
@@ -21,17 +21,17 @@ Classifier: Programming Language :: Python :: 3.11
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
23
23
|
Requires-Dist: apache-airflow>=2.9.0rc0
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.23.0rc0
|
25
25
|
Requires-Dist: psycopg2-binary>=2.9.9
|
26
26
|
Requires-Dist: asyncpg>=0.30.0
|
27
27
|
Requires-Dist: apache-airflow-providers-amazon>=2.6.0 ; extra == "amazon"
|
28
28
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
29
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
30
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.
|
31
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.
|
30
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.2/changelog.html
|
31
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.2
|
32
|
+
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
32
33
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
33
34
|
Project-URL: Source Code, https://github.com/apache/airflow
|
34
|
-
Project-URL: Twitter, https://x.com/ApacheAirflow
|
35
35
|
Project-URL: YouTube, https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/
|
36
36
|
Provides-Extra: amazon
|
37
37
|
Provides-Extra: openlineage
|
@@ -61,7 +61,7 @@ Provides-Extra: openlineage
|
|
61
61
|
|
62
62
|
Package ``apache-airflow-providers-postgres``
|
63
63
|
|
64
|
-
Release: ``6.1.
|
64
|
+
Release: ``6.1.2``
|
65
65
|
|
66
66
|
|
67
67
|
`PostgreSQL <https://www.postgresql.org/>`__
|
@@ -74,7 +74,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
|
|
74
74
|
are in ``airflow.providers.postgres`` python package.
|
75
75
|
|
76
76
|
You can find package information and changelog for the provider
|
77
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.
|
77
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.2/>`_.
|
78
78
|
|
79
79
|
Installation
|
80
80
|
------------
|
@@ -92,7 +92,7 @@ Requirements
|
|
92
92
|
PIP package Version required
|
93
93
|
======================================= ==================
|
94
94
|
``apache-airflow`` ``>=2.9.0``
|
95
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
95
|
+
``apache-airflow-providers-common-sql`` ``>=1.23.0``
|
96
96
|
``psycopg2-binary`` ``>=2.9.9``
|
97
97
|
``asyncpg`` ``>=0.30.0``
|
98
98
|
======================================= ==================
|
@@ -101,7 +101,7 @@ Cross provider package dependencies
|
|
101
101
|
-----------------------------------
|
102
102
|
|
103
103
|
Those are dependencies that might be needed in order to use all the features of the package.
|
104
|
-
You need to install the specified
|
104
|
+
You need to install the specified providers in order to use them.
|
105
105
|
|
106
106
|
You can install such cross-provider dependencies when installing from PyPI. For example:
|
107
107
|
|
@@ -119,5 +119,5 @@ Dependent package
|
|
119
119
|
============================================================================================================== ===============
|
120
120
|
|
121
121
|
The changelog for the provider package can be found in the
|
122
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.
|
122
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.2/changelog.html>`_.
|
123
123
|
|
@@ -1,13 +1,13 @@
|
|
1
1
|
airflow/providers/postgres/LICENSE,sha256=gXPVwptPlW1TJ4HSuG5OMPg-a3h43OGMkZRR1rpwfJA,10850
|
2
|
-
airflow/providers/postgres/__init__.py,sha256=
|
3
|
-
airflow/providers/postgres/get_provider_info.py,sha256=
|
2
|
+
airflow/providers/postgres/__init__.py,sha256=SL2DmRQ-bzSeQBrazcZL3xlQgZk6StfJmybpfcAPTCY,1495
|
3
|
+
airflow/providers/postgres/get_provider_info.py,sha256=zsRkZly8LQWWBnJo1tV_fiszij_3TlBnwqDb4CJGGkw,4078
|
4
4
|
airflow/providers/postgres/assets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
5
5
|
airflow/providers/postgres/assets/postgres.py,sha256=XNhOJCbOA_soaaiS73JjULMqAM_7PBryhToe8FJREA0,1522
|
6
6
|
airflow/providers/postgres/dialects/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
|
7
7
|
airflow/providers/postgres/dialects/postgres.py,sha256=8ygA2Jq2WBPhNOISU8YyitLmahxWnPGYNt8OaU_CBFI,3764
|
8
8
|
airflow/providers/postgres/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
|
9
9
|
airflow/providers/postgres/hooks/postgres.py,sha256=icb_MSQ1BXWcE9vaa-hUPWyykpTmqQKdLsxVB-jvHBk,15238
|
10
|
-
apache_airflow_providers_postgres-6.1.
|
11
|
-
apache_airflow_providers_postgres-6.1.
|
12
|
-
apache_airflow_providers_postgres-6.1.
|
13
|
-
apache_airflow_providers_postgres-6.1.
|
10
|
+
apache_airflow_providers_postgres-6.1.2rc1.dist-info/entry_points.txt,sha256=dhtJi6PTWHd6BwKhmI4OtSPvQVI_p0yYWI0eba83HqY,104
|
11
|
+
apache_airflow_providers_postgres-6.1.2rc1.dist-info/WHEEL,sha256=_2ozNFCLWc93bK4WKHCO-eDUENDlo-dgc9cU3qokYO4,82
|
12
|
+
apache_airflow_providers_postgres-6.1.2rc1.dist-info/METADATA,sha256=5Kk1vm0pwHCmhVGk70UQtmvD2x8dAfDX3Skll6cl_tQ,5696
|
13
|
+
apache_airflow_providers_postgres-6.1.2rc1.dist-info/RECORD,,
|
File without changes
|