apache-airflow-providers-postgres 6.1.1__tar.gz → 6.1.2__tar.gz
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.
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/PKG-INFO +10 -10
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/README.rst +5 -5
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/pyproject.toml +6 -6
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/src/airflow/providers/postgres/__init__.py +1 -1
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/src/airflow/providers/postgres/get_provider_info.py +3 -2
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/src/airflow/providers/postgres/LICENSE +0 -0
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/src/airflow/providers/postgres/assets/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/src/airflow/providers/postgres/assets/postgres.py +0 -0
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/src/airflow/providers/postgres/dialects/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/src/airflow/providers/postgres/dialects/postgres.py +0 -0
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/src/airflow/providers/postgres/hooks/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/src/airflow/providers/postgres/hooks/postgres.py +0 -0
{apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/PKG-INFO
RENAMED
@@ -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.2
|
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.0
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.23.0
|
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
|
|
{apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/README.rst
RENAMED
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
Package ``apache-airflow-providers-postgres``
|
25
25
|
|
26
|
-
Release: ``6.1.
|
26
|
+
Release: ``6.1.2``
|
27
27
|
|
28
28
|
|
29
29
|
`PostgreSQL <https://www.postgresql.org/>`__
|
@@ -36,7 +36,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
|
|
36
36
|
are in ``airflow.providers.postgres`` python package.
|
37
37
|
|
38
38
|
You can find package information and changelog for the provider
|
39
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.2/>`_.
|
40
40
|
|
41
41
|
Installation
|
42
42
|
------------
|
@@ -54,7 +54,7 @@ Requirements
|
|
54
54
|
PIP package Version required
|
55
55
|
======================================= ==================
|
56
56
|
``apache-airflow`` ``>=2.9.0``
|
57
|
-
``apache-airflow-providers-common-sql`` ``>=1.
|
57
|
+
``apache-airflow-providers-common-sql`` ``>=1.23.0``
|
58
58
|
``psycopg2-binary`` ``>=2.9.9``
|
59
59
|
``asyncpg`` ``>=0.30.0``
|
60
60
|
======================================= ==================
|
@@ -63,7 +63,7 @@ Cross provider package dependencies
|
|
63
63
|
-----------------------------------
|
64
64
|
|
65
65
|
Those are dependencies that might be needed in order to use all the features of the package.
|
66
|
-
You need to install the specified
|
66
|
+
You need to install the specified providers in order to use them.
|
67
67
|
|
68
68
|
You can install such cross-provider dependencies when installing from PyPI. For example:
|
69
69
|
|
@@ -81,4 +81,4 @@ Dependent package
|
|
81
81
|
============================================================================================================== ===============
|
82
82
|
|
83
83
|
The changelog for the provider package can be found in the
|
84
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.
|
84
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.2/changelog.html>`_.
|
{apache_airflow_providers_postgres-6.1.1 → apache_airflow_providers_postgres-6.1.2}/pyproject.toml
RENAMED
@@ -20,12 +20,12 @@
|
|
20
20
|
# IF YOU WANT TO MODIFY THIS FILE EXCEPT DEPENDENCIES, YOU SHOULD MODIFY THE TEMPLATE
|
21
21
|
# `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
22
22
|
[build-system]
|
23
|
-
requires = ["flit_core==3.
|
23
|
+
requires = ["flit_core==3.12.0"]
|
24
24
|
build-backend = "flit_core.buildapi"
|
25
25
|
|
26
26
|
[project]
|
27
27
|
name = "apache-airflow-providers-postgres"
|
28
|
-
version = "6.1.
|
28
|
+
version = "6.1.2"
|
29
29
|
description = "Provider package apache-airflow-providers-postgres for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -58,7 +58,7 @@ requires-python = "~=3.9"
|
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
59
59
|
dependencies = [
|
60
60
|
"apache-airflow>=2.9.0",
|
61
|
-
"apache-airflow-providers-common-sql>=1.
|
61
|
+
"apache-airflow-providers-common-sql>=1.23.0",
|
62
62
|
"psycopg2-binary>=2.9.9",
|
63
63
|
"asyncpg>=0.30.0",
|
64
64
|
]
|
@@ -95,12 +95,12 @@ apache-airflow-providers-fab = {workspace = true}
|
|
95
95
|
apache-airflow-providers-standard = {workspace = true}
|
96
96
|
|
97
97
|
[project.urls]
|
98
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.
|
99
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.
|
98
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.2"
|
99
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.2/changelog.html"
|
100
100
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
101
101
|
"Source Code" = "https://github.com/apache/airflow"
|
102
102
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
103
|
-
"
|
103
|
+
"Mastodon" = "https://fosstodon.org/@airflow"
|
104
104
|
"YouTube" = "https://www.youtube.com/channel/UCSXwxpWZQ7XZ1WL3wqevChA/"
|
105
105
|
|
106
106
|
[project.entry-points."apache_airflow_provider"]
|
@@ -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
|
],
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|