apache-airflow-providers-postgres 6.1.3__tar.gz → 6.2.0rc1__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.3 → apache_airflow_providers_postgres-6.2.0rc1}/PKG-INFO +10 -10
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/README.rst +4 -4
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/docs/changelog.rst +17 -0
- apache_airflow_providers_postgres-6.2.0rc1/docs/commits.rst +35 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/docs/index.rst +5 -5
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/provider.yaml +6 -2
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/pyproject.toml +6 -6
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/src/airflow/providers/postgres/__init__.py +3 -3
- apache_airflow_providers_postgres-6.1.3/docs/commits.rst +0 -773
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/docs/.latest-doc-only-change.txt +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/docs/conf.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/docs/connections/postgres.rst +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/docs/dialects.rst +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/docs/installing-providers-from-sources.rst +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/docs/integration-logos/Postgres.png +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/docs/operators.rst +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/docs/redirects.txt +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/docs/security.rst +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/src/airflow/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/src/airflow/providers/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/src/airflow/providers/postgres/LICENSE +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/src/airflow/providers/postgres/assets/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/src/airflow/providers/postgres/assets/postgres.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/src/airflow/providers/postgres/dialects/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/src/airflow/providers/postgres/dialects/postgres.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/src/airflow/providers/postgres/get_provider_info.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/src/airflow/providers/postgres/hooks/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/src/airflow/providers/postgres/hooks/postgres.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/conftest.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/system/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/system/postgres/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/system/postgres/example_postgres.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/unit/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/unit/postgres/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/unit/postgres/assets/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/unit/postgres/assets/test_postgres.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/unit/postgres/dialects/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/unit/postgres/dialects/test_postgres.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/unit/postgres/hooks/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/tests/unit/postgres/hooks/test_postgres.py +0 -0
{apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-postgres
|
3
|
-
Version: 6.
|
3
|
+
Version: 6.2.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>
|
@@ -20,15 +20,15 @@ Classifier: Programming Language :: Python :: 3.10
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.11
|
21
21
|
Classifier: Programming Language :: Python :: 3.12
|
22
22
|
Classifier: Topic :: System :: Monitoring
|
23
|
-
Requires-Dist: apache-airflow>=2.
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.23.
|
23
|
+
Requires-Dist: apache-airflow>=2.10.0rc1
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.23.0rc1
|
25
25
|
Requires-Dist: psycopg2-binary>=2.9.9
|
26
26
|
Requires-Dist: asyncpg>=0.30.0
|
27
|
-
Requires-Dist: apache-airflow-providers-amazon>=2.6.
|
27
|
+
Requires-Dist: apache-airflow-providers-amazon>=2.6.0rc1 ; 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.
|
31
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.
|
30
|
+
Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-postgres/6.2.0/changelog.html
|
31
|
+
Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-postgres/6.2.0
|
32
32
|
Project-URL: Mastodon, https://fosstodon.org/@airflow
|
33
33
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
34
34
|
Project-URL: Source Code, https://github.com/apache/airflow
|
@@ -61,7 +61,7 @@ Provides-Extra: openlineage
|
|
61
61
|
|
62
62
|
Package ``apache-airflow-providers-postgres``
|
63
63
|
|
64
|
-
Release: ``6.
|
64
|
+
Release: ``6.2.0``
|
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.
|
77
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.0/>`_.
|
78
78
|
|
79
79
|
Installation
|
80
80
|
------------
|
@@ -91,7 +91,7 @@ Requirements
|
|
91
91
|
======================================= ==================
|
92
92
|
PIP package Version required
|
93
93
|
======================================= ==================
|
94
|
-
``apache-airflow`` ``>=2.
|
94
|
+
``apache-airflow`` ``>=2.10.0``
|
95
95
|
``apache-airflow-providers-common-sql`` ``>=1.23.0``
|
96
96
|
``psycopg2-binary`` ``>=2.9.9``
|
97
97
|
``asyncpg`` ``>=0.30.0``
|
@@ -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.
|
122
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.0/changelog.html>`_.
|
123
123
|
|
{apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/README.rst
RENAMED
@@ -23,7 +23,7 @@
|
|
23
23
|
|
24
24
|
Package ``apache-airflow-providers-postgres``
|
25
25
|
|
26
|
-
Release: ``6.
|
26
|
+
Release: ``6.2.0``
|
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.
|
39
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.0/>`_.
|
40
40
|
|
41
41
|
Installation
|
42
42
|
------------
|
@@ -53,7 +53,7 @@ Requirements
|
|
53
53
|
======================================= ==================
|
54
54
|
PIP package Version required
|
55
55
|
======================================= ==================
|
56
|
-
``apache-airflow`` ``>=2.
|
56
|
+
``apache-airflow`` ``>=2.10.0``
|
57
57
|
``apache-airflow-providers-common-sql`` ``>=1.23.0``
|
58
58
|
``psycopg2-binary`` ``>=2.9.9``
|
59
59
|
``asyncpg`` ``>=0.30.0``
|
@@ -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.
|
84
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.2.0/changelog.html>`_.
|
@@ -27,6 +27,23 @@
|
|
27
27
|
Changelog
|
28
28
|
---------
|
29
29
|
|
30
|
+
6.2.0
|
31
|
+
.....
|
32
|
+
|
33
|
+
.. note::
|
34
|
+
This release of provider is only available for Airflow 2.10+ as explained in the
|
35
|
+
Apache Airflow providers support policy <https://github.com/apache/airflow/blob/main/PROVIDERS.rst#minimum-supported-version-of-airflow-for-community-managed-providers>_.
|
36
|
+
|
37
|
+
Misc
|
38
|
+
~~~~
|
39
|
+
|
40
|
+
* ``Bump min Airflow version in providers to 2.10 (#49843)``
|
41
|
+
|
42
|
+
.. Below changes are excluded from the changelog. Move them to
|
43
|
+
appropriate section above if needed. Do not delete the lines(!):
|
44
|
+
* ``Update description of provider.yaml dependencies (#50231)``
|
45
|
+
* ``Avoid committing history for providers (#49907)``
|
46
|
+
|
30
47
|
6.1.3
|
31
48
|
.....
|
32
49
|
|
@@ -0,0 +1,35 @@
|
|
1
|
+
|
2
|
+
.. Licensed to the Apache Software Foundation (ASF) under one
|
3
|
+
or more contributor license agreements. See the NOTICE file
|
4
|
+
distributed with this work for additional information
|
5
|
+
regarding copyright ownership. The ASF licenses this file
|
6
|
+
to you under the Apache License, Version 2.0 (the
|
7
|
+
"License"); you may not use this file except in compliance
|
8
|
+
with the License. You may obtain a copy of the License at
|
9
|
+
|
10
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
11
|
+
|
12
|
+
.. Unless required by applicable law or agreed to in writing,
|
13
|
+
software distributed under the License is distributed on an
|
14
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
15
|
+
KIND, either express or implied. See the License for the
|
16
|
+
specific language governing permissions and limitations
|
17
|
+
under the License.
|
18
|
+
|
19
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
20
|
+
|
21
|
+
.. IF YOU WANT TO MODIFY THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
|
+
`PROVIDER_COMMITS_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
23
|
+
|
24
|
+
.. THE REMAINDER OF THE FILE IS AUTOMATICALLY GENERATED. IT WILL BE OVERWRITTEN!
|
25
|
+
|
26
|
+
Package apache-airflow-providers-postgres
|
27
|
+
------------------------------------------------------
|
28
|
+
|
29
|
+
`PostgreSQL <https://www.postgresql.org/>`__
|
30
|
+
|
31
|
+
|
32
|
+
This is detailed commit list of changes for versions provider package: ``postgres``.
|
33
|
+
For high-level changelog, see :doc:`package information including changelog <index>`.
|
34
|
+
|
35
|
+
.. airflow-providers-commits::
|
@@ -77,7 +77,7 @@ apache-airflow-providers-postgres package
|
|
77
77
|
`PostgreSQL <https://www.postgresql.org/>`__
|
78
78
|
|
79
79
|
|
80
|
-
Release: 6.
|
80
|
+
Release: 6.2.0
|
81
81
|
|
82
82
|
Provider package
|
83
83
|
----------------
|
@@ -95,12 +95,12 @@ For the minimum Airflow version supported, see ``Requirements`` below.
|
|
95
95
|
Requirements
|
96
96
|
------------
|
97
97
|
|
98
|
-
The minimum Apache Airflow version supported by this provider distribution is ``2.
|
98
|
+
The minimum Apache Airflow version supported by this provider distribution is ``2.10.0``.
|
99
99
|
|
100
100
|
======================================= ==================
|
101
101
|
PIP package Version required
|
102
102
|
======================================= ==================
|
103
|
-
``apache-airflow`` ``>=2.
|
103
|
+
``apache-airflow`` ``>=2.10.0``
|
104
104
|
``apache-airflow-providers-common-sql`` ``>=1.23.0``
|
105
105
|
``psycopg2-binary`` ``>=2.9.9``
|
106
106
|
``asyncpg`` ``>=0.30.0``
|
@@ -133,5 +133,5 @@ Downloading official packages
|
|
133
133
|
You can download officially released packages and verify their checksums and signatures from the
|
134
134
|
`Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
|
135
135
|
|
136
|
-
* `The apache-airflow-providers-postgres 6.
|
137
|
-
* `The apache-airflow-providers-postgres 6.
|
136
|
+
* `The apache-airflow-providers-postgres 6.2.0 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.2.0.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.2.0.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.2.0.tar.gz.sha512>`__)
|
137
|
+
* `The apache-airflow-providers-postgres 6.2.0 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.2.0-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.2.0-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_postgres-6.2.0-py3-none-any.whl.sha512>`__)
|
{apache_airflow_providers_postgres-6.1.3 → apache_airflow_providers_postgres-6.2.0rc1}/provider.yaml
RENAMED
@@ -22,9 +22,13 @@ description: |
|
|
22
22
|
`PostgreSQL <https://www.postgresql.org/>`__
|
23
23
|
|
24
24
|
state: ready
|
25
|
-
source-date-epoch:
|
26
|
-
#
|
25
|
+
source-date-epoch: 1747133567
|
26
|
+
# Note that those versions are maintained by release manager - do not update them manually
|
27
|
+
# with the exception of case where other provider in sources has >= new provider version.
|
28
|
+
# In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
|
29
|
+
# to be done in the same PR
|
27
30
|
versions:
|
31
|
+
- 6.2.0
|
28
32
|
- 6.1.3
|
29
33
|
- 6.1.2
|
30
34
|
- 6.1.1
|
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
|
|
25
25
|
|
26
26
|
[project]
|
27
27
|
name = "apache-airflow-providers-postgres"
|
28
|
-
version = "6.
|
28
|
+
version = "6.2.0rc1"
|
29
29
|
description = "Provider package apache-airflow-providers-postgres for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -57,8 +57,8 @@ requires-python = "~=3.9"
|
|
57
57
|
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
58
58
|
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
59
59
|
dependencies = [
|
60
|
-
"apache-airflow>=2.
|
61
|
-
"apache-airflow-providers-common-sql>=1.23.
|
60
|
+
"apache-airflow>=2.10.0rc1",
|
61
|
+
"apache-airflow-providers-common-sql>=1.23.0rc1",
|
62
62
|
"psycopg2-binary>=2.9.9",
|
63
63
|
"asyncpg>=0.30.0",
|
64
64
|
]
|
@@ -67,7 +67,7 @@ dependencies = [
|
|
67
67
|
# Any change in the dependencies is preserved when the file is regenerated
|
68
68
|
[project.optional-dependencies]
|
69
69
|
"amazon" = [
|
70
|
-
"apache-airflow-providers-amazon>=2.6.
|
70
|
+
"apache-airflow-providers-amazon>=2.6.0rc1",
|
71
71
|
]
|
72
72
|
"openlineage" = [
|
73
73
|
"apache-airflow-providers-openlineage"
|
@@ -110,8 +110,8 @@ apache-airflow-providers-common-sql = {workspace = true}
|
|
110
110
|
apache-airflow-providers-standard = {workspace = true}
|
111
111
|
|
112
112
|
[project.urls]
|
113
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.
|
114
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.
|
113
|
+
"Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-postgres/6.2.0"
|
114
|
+
"Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-postgres/6.2.0/changelog.html"
|
115
115
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
116
116
|
"Source Code" = "https://github.com/apache/airflow"
|
117
117
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -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.2.0"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
|
-
"2.
|
35
|
+
"2.10.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.10.0+"
|
39
39
|
)
|