apache-airflow-providers-postgres 6.1.0rc1__tar.gz → 6.1.1__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.0rc1 → apache_airflow_providers_postgres-6.1.1}/PKG-INFO +26 -27
- {apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/README.rst +20 -21
- {apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/pyproject.toml +30 -10
- {apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/src/airflow/providers/postgres/__init__.py +1 -1
- {apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/src/airflow/providers/postgres/get_provider_info.py +3 -1
- {apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/src/airflow/providers/postgres/LICENSE +0 -0
- {apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/src/airflow/providers/postgres/assets/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/src/airflow/providers/postgres/assets/postgres.py +0 -0
- {apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/src/airflow/providers/postgres/dialects/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/src/airflow/providers/postgres/dialects/postgres.py +0 -0
- {apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/src/airflow/providers/postgres/hooks/__init__.py +0 -0
- {apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/src/airflow/providers/postgres/hooks/postgres.py +0 -0
{apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: apache-airflow-providers-postgres
|
3
|
-
Version: 6.1.
|
3
|
+
Version: 6.1.1
|
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.9.
|
24
|
-
Requires-Dist: apache-airflow-providers-common-sql>=1.20.
|
23
|
+
Requires-Dist: apache-airflow>=2.9.0
|
24
|
+
Requires-Dist: apache-airflow-providers-common-sql>=1.20.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.1/changelog.html
|
31
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.1
|
32
32
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
33
33
|
Project-URL: Source Code, https://github.com/apache/airflow
|
34
34
|
Project-URL: Twitter, https://x.com/ApacheAirflow
|
@@ -37,32 +37,31 @@ Provides-Extra: amazon
|
|
37
37
|
Provides-Extra: openlineage
|
38
38
|
|
39
39
|
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
40
|
+
.. Licensed to the Apache Software Foundation (ASF) under one
|
41
|
+
or more contributor license agreements. See the NOTICE file
|
42
|
+
distributed with this work for additional information
|
43
|
+
regarding copyright ownership. The ASF licenses this file
|
44
|
+
to you under the Apache License, Version 2.0 (the
|
45
|
+
"License"); you may not use this file except in compliance
|
46
|
+
with the License. You may obtain a copy of the License at
|
47
47
|
|
48
|
-
|
48
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
49
49
|
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
50
|
+
.. Unless required by applicable law or agreed to in writing,
|
51
|
+
software distributed under the License is distributed on an
|
52
|
+
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
53
|
+
KIND, either express or implied. See the License for the
|
54
|
+
specific language governing permissions and limitations
|
55
|
+
under the License.
|
56
56
|
|
57
|
-
|
58
|
-
|
59
|
-
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
60
|
-
`PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
57
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
61
58
|
|
59
|
+
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
60
|
+
``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
|
62
61
|
|
63
62
|
Package ``apache-airflow-providers-postgres``
|
64
63
|
|
65
|
-
Release: ``6.1.
|
64
|
+
Release: ``6.1.1``
|
66
65
|
|
67
66
|
|
68
67
|
`PostgreSQL <https://www.postgresql.org/>`__
|
@@ -75,7 +74,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
|
|
75
74
|
are in ``airflow.providers.postgres`` python package.
|
76
75
|
|
77
76
|
You can find package information and changelog for the provider
|
78
|
-
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.1/>`_.
|
79
78
|
|
80
79
|
Installation
|
81
80
|
------------
|
@@ -120,5 +119,5 @@ Dependent package
|
|
120
119
|
============================================================================================================== ===============
|
121
120
|
|
122
121
|
The changelog for the provider package can be found in the
|
123
|
-
`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.1/changelog.html>`_.
|
124
123
|
|
{apache_airflow_providers_postgres-6.1.0rc1 → apache_airflow_providers_postgres-6.1.1}/README.rst
RENAMED
@@ -1,30 +1,29 @@
|
|
1
1
|
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
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
9
|
|
10
|
-
|
10
|
+
.. http://www.apache.org/licenses/LICENSE-2.0
|
11
11
|
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
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
18
|
|
19
|
-
|
20
|
-
|
21
|
-
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
|
-
`PROVIDER_README_TEMPLATE.rst.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY
|
19
|
+
.. NOTE! THIS FILE IS AUTOMATICALLY GENERATED AND WILL BE OVERWRITTEN!
|
23
20
|
|
21
|
+
.. IF YOU WANT TO MODIFY TEMPLATE FOR THIS FILE, YOU SHOULD MODIFY THE TEMPLATE
|
22
|
+
``PROVIDER_README_TEMPLATE.rst.jinja2`` IN the ``dev/breeze/src/airflow_breeze/templates`` DIRECTORY
|
24
23
|
|
25
24
|
Package ``apache-airflow-providers-postgres``
|
26
25
|
|
27
|
-
Release: ``6.1.
|
26
|
+
Release: ``6.1.1``
|
28
27
|
|
29
28
|
|
30
29
|
`PostgreSQL <https://www.postgresql.org/>`__
|
@@ -37,7 +36,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
|
|
37
36
|
are in ``airflow.providers.postgres`` python package.
|
38
37
|
|
39
38
|
You can find package information and changelog for the provider
|
40
|
-
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.1/>`_.
|
41
40
|
|
42
41
|
Installation
|
43
42
|
------------
|
@@ -82,4 +81,4 @@ Dependent package
|
|
82
81
|
============================================================================================================== ===============
|
83
82
|
|
84
83
|
The changelog for the provider package can be found in the
|
85
|
-
`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.1/changelog.html>`_.
|
@@ -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.11.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.1"
|
29
29
|
description = "Provider package apache-airflow-providers-postgres for Apache Airflow"
|
30
30
|
readme = "README.rst"
|
31
31
|
authors = [
|
@@ -52,11 +52,13 @@ classifiers = [
|
|
52
52
|
]
|
53
53
|
requires-python = "~=3.9"
|
54
54
|
|
55
|
-
# The dependencies should be modified in place in the generated file
|
55
|
+
# The dependencies should be modified in place in the generated file.
|
56
56
|
# Any change in the dependencies is preserved when the file is regenerated
|
57
|
+
# Make sure to run ``breeze static-checks --type update-providers-dependencies --all-files``
|
58
|
+
# After you modify the dependencies, and rebuild your Breeze CI image with ``breeze ci-image build``
|
57
59
|
dependencies = [
|
58
|
-
"apache-airflow>=2.9.
|
59
|
-
"apache-airflow-providers-common-sql>=1.20.
|
60
|
+
"apache-airflow>=2.9.0",
|
61
|
+
"apache-airflow-providers-common-sql>=1.20.0",
|
60
62
|
"psycopg2-binary>=2.9.9",
|
61
63
|
"asyncpg>=0.30.0",
|
62
64
|
]
|
@@ -71,9 +73,30 @@ dependencies = [
|
|
71
73
|
"apache-airflow-providers-openlineage"
|
72
74
|
]
|
73
75
|
|
76
|
+
[dependency-groups]
|
77
|
+
dev = [
|
78
|
+
"apache-airflow",
|
79
|
+
"apache-airflow-task-sdk",
|
80
|
+
"apache-airflow-devel-common",
|
81
|
+
"apache-airflow-providers-amazon",
|
82
|
+
"apache-airflow-providers-common-sql",
|
83
|
+
"apache-airflow-providers-openlineage",
|
84
|
+
# Additional devel dependencies (do not remove this line and add extra development dependencies)
|
85
|
+
]
|
86
|
+
|
87
|
+
[tool.uv.sources]
|
88
|
+
# These names must match the names as defined in the pyproject.toml of the workspace items,
|
89
|
+
# *not* the workspace folder paths
|
90
|
+
apache-airflow = {workspace = true}
|
91
|
+
apache-airflow-devel-common = {workspace = true}
|
92
|
+
apache-airflow-task-sdk = {workspace = true}
|
93
|
+
apache-airflow-providers-common-sql = {workspace = true}
|
94
|
+
apache-airflow-providers-fab = {workspace = true}
|
95
|
+
apache-airflow-providers-standard = {workspace = true}
|
96
|
+
|
74
97
|
[project.urls]
|
75
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.
|
76
|
-
"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.1"
|
99
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/6.1.1/changelog.html"
|
77
100
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
78
101
|
"Source Code" = "https://github.com/apache/airflow"
|
79
102
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
@@ -85,6 +108,3 @@ provider_info = "airflow.providers.postgres.get_provider_info:get_provider_info"
|
|
85
108
|
|
86
109
|
[tool.flit.module]
|
87
110
|
name = "airflow.providers.postgres"
|
88
|
-
|
89
|
-
[tool.pytest.ini_options]
|
90
|
-
ignore = "tests/system/"
|
@@ -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.1"
|
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": 1741509454,
|
31
31
|
"versions": [
|
32
|
+
"6.1.1",
|
32
33
|
"6.1.0",
|
33
34
|
"6.0.0",
|
34
35
|
"5.14.0",
|
@@ -121,4 +122,5 @@ def get_provider_info():
|
|
121
122
|
"amazon": ["apache-airflow-providers-amazon>=2.6.0"],
|
122
123
|
"openlineage": ["apache-airflow-providers-openlineage"],
|
123
124
|
},
|
125
|
+
"devel-dependencies": [],
|
124
126
|
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|