apache-airflow-providers-common-compat 1.7.3__tar.gz → 1.7.4rc1__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.

Potentially problematic release.


This version of apache-airflow-providers-common-compat might be problematic. Click here for more details.

Files changed (54) hide show
  1. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/PKG-INFO +18 -9
  2. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/README.rst +14 -5
  3. apache_airflow_providers_common_compat-1.7.4rc1/docs/.latest-doc-only-change.txt +1 -0
  4. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/docs/changelog.rst +17 -0
  5. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/docs/index.rst +4 -6
  6. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/provider.yaml +2 -1
  7. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/pyproject.toml +5 -5
  8. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/__init__.py +1 -1
  9. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/lineage/entities.py +1 -1
  10. apache_airflow_providers_common_compat-1.7.3/docs/.latest-doc-only-change.txt +0 -1
  11. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/docs/commits.rst +0 -0
  12. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/docs/conf.py +0 -0
  13. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/docs/installing-providers-from-sources.rst +0 -0
  14. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/docs/security.rst +0 -0
  15. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/__init__.py +0 -0
  16. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/__init__.py +0 -0
  17. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/__init__.py +0 -0
  18. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/LICENSE +0 -0
  19. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/assets/__init__.py +0 -0
  20. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/check.py +0 -0
  21. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/get_provider_info.py +0 -0
  22. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/lineage/__init__.py +0 -0
  23. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/lineage/hook.py +0 -0
  24. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/notifier/__init__.py +0 -0
  25. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/openlineage/__init__.py +0 -0
  26. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/openlineage/check.py +0 -0
  27. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/openlineage/facet.py +0 -0
  28. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/openlineage/utils/__init__.py +0 -0
  29. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/openlineage/utils/spark.py +0 -0
  30. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/openlineage/utils/sql.py +0 -0
  31. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/openlineage/utils/utils.py +0 -0
  32. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/security/__init__.py +0 -0
  33. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/security/permissions.py +0 -0
  34. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/standard/__init__.py +0 -0
  35. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/standard/operators.py +0 -0
  36. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/standard/triggers.py +0 -0
  37. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/standard/utils.py +0 -0
  38. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/src/airflow/providers/common/compat/version_compat.py +0 -0
  39. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/conftest.py +0 -0
  40. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/__init__.py +0 -0
  41. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/__init__.py +0 -0
  42. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/__init__.py +0 -0
  43. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/lineage/__init__.py +0 -0
  44. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/lineage/test_hook.py +0 -0
  45. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/openlineage/__init__.py +0 -0
  46. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/openlineage/test_check.py +0 -0
  47. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/openlineage/test_facet.py +0 -0
  48. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/openlineage/utils/__init__.py +0 -0
  49. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/openlineage/utils/test_spark.py +0 -0
  50. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/openlineage/utils/test_sql.py +0 -0
  51. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/openlineage/utils/test_utils.py +0 -0
  52. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/security/__init__.py +0 -0
  53. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/security/test_permissions.py +0 -0
  54. {apache_airflow_providers_common_compat-1.7.3 → apache_airflow_providers_common_compat-1.7.4rc1}/tests/unit/common/compat/test_check.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: apache-airflow-providers-common-compat
3
- Version: 1.7.3
3
+ Version: 1.7.4rc1
4
4
  Summary: Provider package apache-airflow-providers-common-compat for Apache Airflow
5
5
  Keywords: airflow-provider,common.compat,airflow,integration
6
6
  Author-email: Apache Software Foundation <dev@airflow.apache.org>
@@ -20,12 +20,12 @@ Classifier: Programming Language :: Python :: 3.11
20
20
  Classifier: Programming Language :: Python :: 3.12
21
21
  Classifier: Programming Language :: Python :: 3.13
22
22
  Classifier: Topic :: System :: Monitoring
23
- Requires-Dist: apache-airflow>=2.10.0
23
+ Requires-Dist: apache-airflow>=2.10.0rc1
24
24
  Requires-Dist: apache-airflow-providers-openlineage ; extra == "openlineage"
25
25
  Requires-Dist: apache-airflow-providers-standard ; extra == "standard"
26
26
  Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
27
- Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3/changelog.html
28
- Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3
27
+ Project-URL: Changelog, https://airflow.staged.apache.org/docs/apache-airflow-providers-common-compat/1.7.4/changelog.html
28
+ Project-URL: Documentation, https://airflow.staged.apache.org/docs/apache-airflow-providers-common-compat/1.7.4
29
29
  Project-URL: Mastodon, https://fosstodon.org/@airflow
30
30
  Project-URL: Slack Chat, https://s.apache.org/airflow-slack
31
31
  Project-URL: Source Code, https://github.com/apache/airflow
@@ -58,9 +58,8 @@ Provides-Extra: standard
58
58
 
59
59
  Package ``apache-airflow-providers-common-compat``
60
60
 
61
- Release: ``1.7.3``
61
+ Release: ``1.7.4``
62
62
 
63
- Release Date: ``|PypiReleaseDate|``
64
63
 
65
64
  Common Compatibility Provider - providing compatibility code for previous Airflow versions
66
65
 
@@ -72,12 +71,12 @@ This is a provider package for ``common.compat`` provider. All classes for this
72
71
  are in ``airflow.providers.common.compat`` python package.
73
72
 
74
73
  You can find package information and changelog for the provider
75
- in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3/>`_.
74
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.4/>`_.
76
75
 
77
76
  Installation
78
77
  ------------
79
78
 
80
- You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below
79
+ You can install this package on top of an existing Airflow installation (see ``Requirements`` below
81
80
  for the minimum Airflow version supported) via
82
81
  ``pip install apache-airflow-providers-common-compat``
83
82
 
@@ -112,6 +111,16 @@ Dependent package
112
111
  `apache-airflow-providers-standard <https://airflow.apache.org/docs/apache-airflow-providers-standard>`_ ``standard``
113
112
  ============================================================================================================== ===============
114
113
 
114
+ Optional dependencies
115
+ ----------------------
116
+
117
+ =============== ========================================
118
+ Extra Dependencies
119
+ =============== ========================================
120
+ ``openlineage`` ``apache-airflow-providers-openlineage``
121
+ ``standard`` ``apache-airflow-providers-standard``
122
+ =============== ========================================
123
+
115
124
  The changelog for the provider package can be found in the
116
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3/changelog.html>`_.
125
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.4/changelog.html>`_.
117
126
 
@@ -23,9 +23,8 @@
23
23
 
24
24
  Package ``apache-airflow-providers-common-compat``
25
25
 
26
- Release: ``1.7.3``
26
+ Release: ``1.7.4``
27
27
 
28
- Release Date: ``|PypiReleaseDate|``
29
28
 
30
29
  Common Compatibility Provider - providing compatibility code for previous Airflow versions
31
30
 
@@ -37,12 +36,12 @@ This is a provider package for ``common.compat`` provider. All classes for this
37
36
  are in ``airflow.providers.common.compat`` 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-common-compat/1.7.3/>`_.
39
+ in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.4/>`_.
41
40
 
42
41
  Installation
43
42
  ------------
44
43
 
45
- You can install this package on top of an existing Airflow 2 installation (see ``Requirements`` below
44
+ You can install this package on top of an existing Airflow installation (see ``Requirements`` below
46
45
  for the minimum Airflow version supported) via
47
46
  ``pip install apache-airflow-providers-common-compat``
48
47
 
@@ -77,5 +76,15 @@ Dependent package
77
76
  `apache-airflow-providers-standard <https://airflow.apache.org/docs/apache-airflow-providers-standard>`_ ``standard``
78
77
  ============================================================================================================== ===============
79
78
 
79
+ Optional dependencies
80
+ ----------------------
81
+
82
+ =============== ========================================
83
+ Extra Dependencies
84
+ =============== ========================================
85
+ ``openlineage`` ``apache-airflow-providers-openlineage``
86
+ ``standard`` ``apache-airflow-providers-standard``
87
+ =============== ========================================
88
+
80
89
  The changelog for the provider package can be found in the
81
- `changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3/changelog.html>`_.
90
+ `changelog <https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.4/changelog.html>`_.
@@ -0,0 +1 @@
1
+ 3442d811cf693e836a862652c9caf04b7a373af7
@@ -25,6 +25,23 @@
25
25
  Changelog
26
26
  ---------
27
27
 
28
+ 1.7.4
29
+ .....
30
+
31
+
32
+ Release Date: ``|PypiReleaseDate|``
33
+
34
+ Misc
35
+ ~~~~
36
+
37
+ * ``Bump mypy to 1.18.1 (#55596)``
38
+
39
+ .. Below changes are excluded from the changelog. Move them to
40
+ appropriate section above if needed. Do not delete the lines(!):
41
+ * ``Prepare release for Sep 2025 1st wave of providers (#55203)``
42
+ * ``Fix Airflow 2 reference in README/index of providers (#55240)``
43
+ * ``Switch pre-commit to prek (#54258)``
44
+
28
45
  1.7.3
29
46
  .....
30
47
 
@@ -62,9 +62,7 @@ apache-airflow-providers-common-compat package
62
62
  Common Compatibility Provider - providing compatibility code for previous Airflow versions
63
63
 
64
64
 
65
- Release: 1.7.3
66
-
67
- Release Date: ``|PypiReleaseDate|``
65
+ Release: 1.7.4
68
66
 
69
67
  Provider package
70
68
  ----------------
@@ -75,7 +73,7 @@ All classes for this package are included in the ``airflow.providers.common.comp
75
73
  Installation
76
74
  ------------
77
75
 
78
- You can install this package on top of an existing Airflow 2 installation via
76
+ You can install this package on top of an existing Airflow installation via
79
77
  ``pip install apache-airflow-providers-common-compat``.
80
78
  For the minimum Airflow version supported, see ``Requirements`` below.
81
79
 
@@ -116,5 +114,5 @@ Downloading official packages
116
114
  You can download officially released packages and verify their checksums and signatures from the
117
115
  `Official Apache Download site <https://downloads.apache.org/airflow/providers/>`_
118
116
 
119
- * `The apache-airflow-providers-common-compat 1.7.3 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3.tar.gz.sha512>`__)
120
- * `The apache-airflow-providers-common-compat 1.7.3 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.3-py3-none-any.whl.sha512>`__)
117
+ * `The apache-airflow-providers-common-compat 1.7.4 sdist package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.4.tar.gz>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.4.tar.gz.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.4.tar.gz.sha512>`__)
118
+ * `The apache-airflow-providers-common-compat 1.7.4 wheel package <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.4-py3-none-any.whl>`_ (`asc <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.4-py3-none-any.whl.asc>`__, `sha512 <https://downloads.apache.org/airflow/providers/apache_airflow_providers_common_compat-1.7.4-py3-none-any.whl.sha512>`__)
@@ -22,12 +22,13 @@ description: |
22
22
  Common Compatibility Provider - providing compatibility code for previous Airflow versions
23
23
 
24
24
  state: ready
25
- source-date-epoch: 1753690102
25
+ source-date-epoch: 1757950105
26
26
  # Note that those versions are maintained by release manager - do not update them manually
27
27
  # with the exception of case where other provider in sources has >= new provider version.
28
28
  # In such case adding >= NEW_VERSION and bumping to NEW_VERSION in a provider have
29
29
  # to be done in the same PR
30
30
  versions:
31
+ - 1.7.4
31
32
  - 1.7.3
32
33
  - 1.7.2
33
34
  - 1.7.1
@@ -25,7 +25,7 @@ build-backend = "flit_core.buildapi"
25
25
 
26
26
  [project]
27
27
  name = "apache-airflow-providers-common-compat"
28
- version = "1.7.3"
28
+ version = "1.7.4rc1"
29
29
  description = "Provider package apache-airflow-providers-common-compat for Apache Airflow"
30
30
  readme = "README.rst"
31
31
  authors = [
@@ -54,10 +54,10 @@ requires-python = ">=3.10"
54
54
 
55
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``
57
+ # Make sure to run ``prek 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.10.0",
60
+ "apache-airflow>=2.10.0rc1",
61
61
  ]
62
62
 
63
63
  # The optional dependencies should be modified in place in the generated file
@@ -106,8 +106,8 @@ apache-airflow-providers-common-sql = {workspace = true}
106
106
  apache-airflow-providers-standard = {workspace = true}
107
107
 
108
108
  [project.urls]
109
- "Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3"
110
- "Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-common-compat/1.7.3/changelog.html"
109
+ "Documentation" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-common-compat/1.7.4"
110
+ "Changelog" = "https://airflow.staged.apache.org/docs/apache-airflow-providers-common-compat/1.7.4/changelog.html"
111
111
  "Bug Tracker" = "https://github.com/apache/airflow/issues"
112
112
  "Source Code" = "https://github.com/apache/airflow"
113
113
  "Slack Chat" = "https://s.apache.org/airflow-slack"
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
29
29
 
30
30
  __all__ = ["__version__"]
31
31
 
32
- __version__ = "1.7.3"
32
+ __version__ = "1.7.4"
33
33
 
34
34
  if packaging.version.parse(packaging.version.parse(airflow_version).base_version) < packaging.version.parse(
35
35
  "2.10.0"
@@ -28,7 +28,7 @@ import attr
28
28
  class File:
29
29
  """File entity. Refers to a file."""
30
30
 
31
- template_fields: ClassVar = ("url",)
31
+ template_fields: ClassVar[tuple[str, ...]] = ("url",)
32
32
 
33
33
  url: str = attr.ib()
34
34
  type_hint: str | None = None
@@ -1 +0,0 @@
1
- 4a8567b20bdd6555cbdc936d6674bf4fa390b0d5