apache-airflow-providers-postgres 5.13.0rc1__py3-none-any.whl → 5.13.1__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.
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "5.13.0"
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": 1726861120,
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.datasets.postgres.sanitize_uri",
117
+ "handler": "airflow.providers.postgres.assets.postgres.sanitize_uri",
111
118
  }
112
119
  ],
113
120
  }
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: apache-airflow-providers-postgres
3
- Version: 5.13.0rc1
3
+ Version: 5.13.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>
7
7
  Maintainer-email: Apache Software Foundation <dev@airflow.apache.org>
8
- Requires-Python: ~=3.8
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,21 +15,20 @@ 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
22
21
  Classifier: Programming Language :: Python :: 3.12
23
22
  Classifier: Topic :: System :: Monitoring
24
- Requires-Dist: apache-airflow-providers-common-sql>=1.17.0rc0
25
- Requires-Dist: apache-airflow>=2.8.0rc0
23
+ Requires-Dist: apache-airflow-providers-common-sql>=1.17.0
24
+ Requires-Dist: apache-airflow>=2.8.0
26
25
  Requires-Dist: psycopg2-binary>=2.9.4
27
- Requires-Dist: apache-airflow-providers-amazon>=2.6.0rc0 ; extra == "amazon"
26
+ Requires-Dist: apache-airflow-providers-amazon>=2.6.0 ; 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.0/changelog.html
32
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.0
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.0.rc1``
84
+ Release: ``5.13.1``
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.0/>`_.
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.8,3.9,3.10,3.11,3.12
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.0/changelog.html>`_.
141
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-postgres/5.13.1/changelog.html>`_.
@@ -0,0 +1,13 @@
1
+ airflow/providers/postgres/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
+ airflow/providers/postgres/__init__.py,sha256=_lebFA9TQjPxjEZvHBEM-0ugjpNBGApqcmewvIc6nDY,1496
3
+ airflow/providers/postgres/get_provider_info.py,sha256=4juIGYKo-06GIqC1GJny6srL1aHijGMEnHY3Wof5-BA,3923
4
+ airflow/providers/postgres/assets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
5
+ airflow/providers/postgres/assets/postgres.py,sha256=XNhOJCbOA_soaaiS73JjULMqAM_7PBryhToe8FJREA0,1522
6
+ airflow/providers/postgres/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
+ airflow/providers/postgres/hooks/postgres.py,sha256=MQwBq8js4vW7MVbocJMW_rPZzhea5UhmdySPqkPK0Fw,16738
8
+ airflow/providers/postgres/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
9
+ airflow/providers/postgres/operators/postgres.py,sha256=M8qx8FBf97HRwJMn_zg_EqCPGqsx-iZ0aRzMQuG3lJg,3509
10
+ apache_airflow_providers_postgres-5.13.1.dist-info/entry_points.txt,sha256=dhtJi6PTWHd6BwKhmI4OtSPvQVI_p0yYWI0eba83HqY,104
11
+ apache_airflow_providers_postgres-5.13.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
12
+ apache_airflow_providers_postgres-5.13.1.dist-info/METADATA,sha256=1hR_mXYyBzBfRHANzMUJtA4eelkJXpyKb9y_MW-NlPc,6559
13
+ apache_airflow_providers_postgres-5.13.1.dist-info/RECORD,,
@@ -1,13 +0,0 @@
1
- airflow/providers/postgres/LICENSE,sha256=FFb4jd2AXnOOf7XLP04pQW6jbdhG49TxlGY6fFpCV1Y,13609
2
- airflow/providers/postgres/__init__.py,sha256=-6YNvc4h1schz3yhaCaQHcReXTlEuhn2AVh-gCfWF78,1496
3
- airflow/providers/postgres/get_provider_info.py,sha256=rll4pzr-lilEdZlXt_bD9dfhFe2RKZV3V_WwlAZSK98,3699
4
- airflow/providers/postgres/datasets/__init__.py,sha256=9hdXHABrVpkbpjZgUft39kOFL2xSGeG4GEua0Hmelus,785
5
- airflow/providers/postgres/datasets/postgres.py,sha256=XNhOJCbOA_soaaiS73JjULMqAM_7PBryhToe8FJREA0,1522
6
- airflow/providers/postgres/hooks/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
7
- airflow/providers/postgres/hooks/postgres.py,sha256=MQwBq8js4vW7MVbocJMW_rPZzhea5UhmdySPqkPK0Fw,16738
8
- airflow/providers/postgres/operators/__init__.py,sha256=mlJxuZLkd5x-iq2SBwD3mvRQpt3YR7wjz_nceyF1IaI,787
9
- airflow/providers/postgres/operators/postgres.py,sha256=M8qx8FBf97HRwJMn_zg_EqCPGqsx-iZ0aRzMQuG3lJg,3509
10
- apache_airflow_providers_postgres-5.13.0rc1.dist-info/entry_points.txt,sha256=dhtJi6PTWHd6BwKhmI4OtSPvQVI_p0yYWI0eba83HqY,104
11
- apache_airflow_providers_postgres-5.13.0rc1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
12
- apache_airflow_providers_postgres-5.13.0rc1.dist-info/METADATA,sha256=VjJ1TfKAR4_DWosdgEJ5mMCBHYOH5xPGaarhs_R06CQ,6629
13
- apache_airflow_providers_postgres-5.13.0rc1.dist-info/RECORD,,