apache-airflow-providers-postgres 5.13.0rc1__tar.gz → 5.13.1rc1__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-5.13.0rc1 → apache_airflow_providers_postgres-5.13.1rc1}/PKG-INFO +8 -9
- {apache_airflow_providers_postgres-5.13.0rc1 → apache_airflow_providers_postgres-5.13.1rc1}/README.rst +4 -4
- {apache_airflow_providers_postgres-5.13.0rc1 → apache_airflow_providers_postgres-5.13.1rc1}/airflow/providers/postgres/__init__.py +1 -1
- {apache_airflow_providers_postgres-5.13.0rc1 → apache_airflow_providers_postgres-5.13.1rc1}/airflow/providers/postgres/get_provider_info.py +9 -2
- {apache_airflow_providers_postgres-5.13.0rc1 → apache_airflow_providers_postgres-5.13.1rc1}/pyproject.toml +4 -5
- {apache_airflow_providers_postgres-5.13.0rc1 → apache_airflow_providers_postgres-5.13.1rc1}/airflow/providers/postgres/LICENSE +0 -0
- {apache_airflow_providers_postgres-5.13.0rc1/airflow/providers/postgres/datasets → apache_airflow_providers_postgres-5.13.1rc1/airflow/providers/postgres/assets}/__init__.py +0 -0
- {apache_airflow_providers_postgres-5.13.0rc1/airflow/providers/postgres/datasets → apache_airflow_providers_postgres-5.13.1rc1/airflow/providers/postgres/assets}/postgres.py +0 -0
- {apache_airflow_providers_postgres-5.13.0rc1 → apache_airflow_providers_postgres-5.13.1rc1}/airflow/providers/postgres/hooks/__init__.py +0 -0
- {apache_airflow_providers_postgres-5.13.0rc1 → apache_airflow_providers_postgres-5.13.1rc1}/airflow/providers/postgres/hooks/postgres.py +0 -0
- {apache_airflow_providers_postgres-5.13.0rc1 → apache_airflow_providers_postgres-5.13.1rc1}/airflow/providers/postgres/operators/__init__.py +0 -0
- {apache_airflow_providers_postgres-5.13.0rc1 → apache_airflow_providers_postgres-5.13.1rc1}/airflow/providers/postgres/operators/postgres.py +0 -0
{apache_airflow_providers_postgres-5.13.0rc1 → apache_airflow_providers_postgres-5.13.1rc1}/PKG-INFO
RENAMED
@@ -1,11 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: apache-airflow-providers-postgres
|
3
|
-
Version: 5.13.
|
3
|
+
Version: 5.13.1rc1
|
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>
|
7
7
|
Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
|
8
|
-
Requires-Python: ~=3.
|
8
|
+
Requires-Python: ~=3.9
|
9
9
|
Description-Content-Type: text/x-rst
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
11
11
|
Classifier: Environment :: Console
|
@@ -15,7 +15,6 @@ Classifier: Intended Audience :: System Administrators
|
|
15
15
|
Classifier: Framework :: Apache Airflow
|
16
16
|
Classifier: Framework :: Apache Airflow :: Provider
|
17
17
|
Classifier: License :: OSI Approved :: Apache Software License
|
18
|
-
Classifier: Programming Language :: Python :: 3.8
|
19
18
|
Classifier: Programming Language :: Python :: 3.9
|
20
19
|
Classifier: Programming Language :: Python :: 3.10
|
21
20
|
Classifier: Programming Language :: Python :: 3.11
|
@@ -28,8 +27,8 @@ Requires-Dist: apache-airflow-providers-amazon>=2.6.0rc0 ; extra == "amazon"
|
|
28
27
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
29
28
|
Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
|
30
29
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
31
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.
|
32
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.
|
30
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.1/changelog.html
|
31
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.1
|
33
32
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
34
33
|
Project-URL: Source Code, https://github.com/apache/airflow
|
35
34
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
@@ -82,7 +81,7 @@ Provides-Extra: openlineage
|
|
82
81
|
|
83
82
|
Package ``apache-airflow-providers-postgres``
|
84
83
|
|
85
|
-
Release: ``5.13.
|
84
|
+
Release: ``5.13.1.rc1``
|
86
85
|
|
87
86
|
|
88
87
|
`PostgreSQL <https://www.postgresql.org/>`__
|
@@ -95,7 +94,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
|
|
95
94
|
are in ``airflow.providers.postgres`` python package.
|
96
95
|
|
97
96
|
You can find package information and changelog for the provider
|
98
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.
|
97
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.1/>`_.
|
99
98
|
|
100
99
|
Installation
|
101
100
|
------------
|
@@ -104,7 +103,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
104
103
|
for the minimum Airflow version supported) via
|
105
104
|
``pip install apache-airflow-providers-postgres``
|
106
105
|
|
107
|
-
The package supports the following python versions: 3.
|
106
|
+
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
108
107
|
|
109
108
|
Requirements
|
110
109
|
------------
|
@@ -139,4 +138,4 @@ Dependent package
|
|
139
138
|
============================================================================================================== ===============
|
140
139
|
|
141
140
|
The changelog for the provider package can be found in the
|
142
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.
|
141
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.1/changelog.html>`_.
|
@@ -42,7 +42,7 @@
|
|
42
42
|
|
43
43
|
Package ``apache-airflow-providers-postgres``
|
44
44
|
|
45
|
-
Release: ``5.13.
|
45
|
+
Release: ``5.13.1.rc1``
|
46
46
|
|
47
47
|
|
48
48
|
`PostgreSQL <https://www.postgresql.org/>`__
|
@@ -55,7 +55,7 @@ This is a provider package for ``postgres`` provider. All classes for this provi
|
|
55
55
|
are in ``airflow.providers.postgres`` python package.
|
56
56
|
|
57
57
|
You can find package information and changelog for the provider
|
58
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.1/>`_.
|
59
59
|
|
60
60
|
Installation
|
61
61
|
------------
|
@@ -64,7 +64,7 @@ You can install this package on top of an existing Airflow 2 installation (see `
|
|
64
64
|
for the minimum Airflow version supported) via
|
65
65
|
``pip install apache-airflow-providers-postgres``
|
66
66
|
|
67
|
-
The package supports the following python versions: 3.
|
67
|
+
The package supports the following python versions: 3.9,3.10,3.11,3.12
|
68
68
|
|
69
69
|
Requirements
|
70
70
|
------------
|
@@ -99,4 +99,4 @@ Dependent package
|
|
99
99
|
============================================================================================================== ===============
|
100
100
|
|
101
101
|
The changelog for the provider package can be found in the
|
102
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.
|
102
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.1/changelog.html>`_.
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
29
29
|
|
30
30
|
__all__ = ["__version__"]
|
31
31
|
|
32
|
-
__version__ = "5.13.
|
32
|
+
__version__ = "5.13.1"
|
33
33
|
|
34
34
|
if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
|
35
35
|
"2.8.0"
|
@@ -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": 1728485329,
|
32
32
|
"versions": [
|
33
|
+
"5.13.1",
|
33
34
|
"5.13.0",
|
34
35
|
"5.12.0",
|
35
36
|
"5.11.3",
|
@@ -104,10 +105,16 @@ def get_provider_info():
|
|
104
105
|
"connection-type": "postgres",
|
105
106
|
}
|
106
107
|
],
|
108
|
+
"asset-uris": [
|
109
|
+
{
|
110
|
+
"schemes": ["postgres", "postgresql"],
|
111
|
+
"handler": "airflow.providers.postgres.assets.postgres.sanitize_uri",
|
112
|
+
}
|
113
|
+
],
|
107
114
|
"dataset-uris": [
|
108
115
|
{
|
109
116
|
"schemes": ["postgres", "postgresql"],
|
110
|
-
"handler": "airflow.providers.postgres.
|
117
|
+
"handler": "airflow.providers.postgres.assets.postgres.sanitize_uri",
|
111
118
|
}
|
112
119
|
],
|
113
120
|
}
|
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
28
28
|
|
29
29
|
[project]
|
30
30
|
name = "apache-airflow-providers-postgres"
|
31
|
-
version = "5.13.
|
31
|
+
version = "5.13.1.rc1"
|
32
32
|
description = "Provider package apache-airflow-providers-postgres for Apache Airflow"
|
33
33
|
readme = "README.rst"
|
34
34
|
authors = [
|
@@ -47,14 +47,13 @@ classifiers = [
|
|
47
47
|
"Framework :: Apache Airflow",
|
48
48
|
"Framework :: Apache Airflow :: Provider",
|
49
49
|
"License :: OSI Approved :: Apache Software License",
|
50
|
-
"Programming Language :: Python :: 3.8",
|
51
50
|
"Programming Language :: Python :: 3.9",
|
52
51
|
"Programming Language :: Python :: 3.10",
|
53
52
|
"Programming Language :: Python :: 3.11",
|
54
53
|
"Programming Language :: Python :: 3.12",
|
55
54
|
"Topic :: System :: Monitoring",
|
56
55
|
]
|
57
|
-
requires-python = "~=3.
|
56
|
+
requires-python = "~=3.9"
|
58
57
|
dependencies = [
|
59
58
|
"apache-airflow-providers-common-sql>=1.17.0rc0",
|
60
59
|
"apache-airflow>=2.8.0rc0",
|
@@ -62,8 +61,8 @@ dependencies = [
|
|
62
61
|
]
|
63
62
|
|
64
63
|
[project.urls]
|
65
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.
|
66
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.
|
64
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.1"
|
65
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.1/changelog.html"
|
67
66
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
68
67
|
"Source Code" = "https://github.com/apache/airflow"
|
69
68
|
"Slack Chat" = "https://s.apache.org/airflow-slack"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|