apache-airflow-providers-openlineage 1.12.0__tar.gz → 1.12.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.
Potentially problematic release.
This version of apache-airflow-providers-openlineage might be problematic. Click here for more details.
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/PKG-INFO +6 -6
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/README.rst +3 -3
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/__init__.py +1 -1
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/get_provider_info.py +2 -1
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/plugins/adapter.py +1 -1
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/plugins/listener.py +0 -1
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/pyproject.toml +3 -3
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/LICENSE +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/conf.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/extractors/__init__.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/extractors/base.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/extractors/bash.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/extractors/manager.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/extractors/python.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/facets/AirflowDagRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/facets/AirflowDebugRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/facets/AirflowJobFacet.json +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/facets/AirflowRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/facets/AirflowStateRunFacet.json +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/facets/__init__.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/plugins/__init__.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/plugins/facets.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/plugins/macros.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/plugins/openlineage.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/sqlparser.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/utils/__init__.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/utils/selective_enable.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/utils/sql.py +0 -0
- {apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/airflow/providers/openlineage/utils/utils.py +0 -0
{apache_airflow_providers_openlineage-1.12.0 → apache_airflow_providers_openlineage-1.12.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: apache-airflow-providers-openlineage
|
|
3
|
-
Version: 1.12.
|
|
3
|
+
Version: 1.12.1
|
|
4
4
|
Summary: Provider package apache-airflow-providers-openlineage for Apache Airflow
|
|
5
5
|
Keywords: airflow-provider,openlineage,airflow,integration
|
|
6
6
|
Author-email: Apache Software Foundation <dev@airflow.apache.org>
|
|
@@ -29,8 +29,8 @@ Requires-Dist: openlineage-integration-common>=1.22.0
|
|
|
29
29
|
Requires-Dist: openlineage-python>=1.22.0
|
|
30
30
|
Requires-Dist: apache-airflow-providers-common-sql ; extra == "common.sql"
|
|
31
31
|
Project-URL: Bug Tracker, https://github.com/apache/airflow/issues
|
|
32
|
-
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.
|
|
33
|
-
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.
|
|
32
|
+
Project-URL: Changelog, https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.1/changelog.html
|
|
33
|
+
Project-URL: Documentation, https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.1
|
|
34
34
|
Project-URL: Slack Chat, https://s.apache.org/airflow-slack
|
|
35
35
|
Project-URL: Source Code, https://github.com/apache/airflow
|
|
36
36
|
Project-URL: Twitter, https://twitter.com/ApacheAirflow
|
|
@@ -81,7 +81,7 @@ Provides-Extra: common.sql
|
|
|
81
81
|
|
|
82
82
|
Package ``apache-airflow-providers-openlineage``
|
|
83
83
|
|
|
84
|
-
Release: ``1.12.
|
|
84
|
+
Release: ``1.12.1``
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
`OpenLineage <https://openlineage.io/>`__
|
|
@@ -94,7 +94,7 @@ This is a provider package for ``openlineage`` provider. All classes for this pr
|
|
|
94
94
|
are in ``airflow.providers.openlineage`` python package.
|
|
95
95
|
|
|
96
96
|
You can find package information and changelog for the provider
|
|
97
|
-
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.
|
|
97
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.1/>`_.
|
|
98
98
|
|
|
99
99
|
Installation
|
|
100
100
|
------------
|
|
@@ -139,4 +139,4 @@ Dependent package
|
|
|
139
139
|
============================================================================================================ ==============
|
|
140
140
|
|
|
141
141
|
The changelog for the provider package can be found in the
|
|
142
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.
|
|
142
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.1/changelog.html>`_.
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
Package ``apache-airflow-providers-openlineage``
|
|
44
44
|
|
|
45
|
-
Release: ``1.12.
|
|
45
|
+
Release: ``1.12.1``
|
|
46
46
|
|
|
47
47
|
|
|
48
48
|
`OpenLineage <https://openlineage.io/>`__
|
|
@@ -55,7 +55,7 @@ This is a provider package for ``openlineage`` provider. All classes for this pr
|
|
|
55
55
|
are in ``airflow.providers.openlineage`` 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-openlineage/1.12.
|
|
58
|
+
in the `documentation <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.1/>`_.
|
|
59
59
|
|
|
60
60
|
Installation
|
|
61
61
|
------------
|
|
@@ -100,4 +100,4 @@ Dependent package
|
|
|
100
100
|
============================================================================================================ ==============
|
|
101
101
|
|
|
102
102
|
The changelog for the provider package can be found in the
|
|
103
|
-
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.
|
|
103
|
+
`changelog <https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.1/changelog.html>`_.
|
|
@@ -29,7 +29,7 @@ from airflow import __version__ as airflow_version
|
|
|
29
29
|
|
|
30
30
|
__all__ = ["__version__"]
|
|
31
31
|
|
|
32
|
-
__version__ = "1.12.
|
|
32
|
+
__version__ = "1.12.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": "OpenLineage Airflow",
|
|
29
29
|
"description": "`OpenLineage <https://openlineage.io/>`__\n",
|
|
30
30
|
"state": "ready",
|
|
31
|
-
"source-date-epoch":
|
|
31
|
+
"source-date-epoch": 1727372276,
|
|
32
32
|
"versions": [
|
|
33
|
+
"1.12.1",
|
|
33
34
|
"1.12.0",
|
|
34
35
|
"1.11.0",
|
|
35
36
|
"1.10.0",
|
|
@@ -311,7 +311,7 @@ class OpenLineageAdapter(LoggingMixin):
|
|
|
311
311
|
if isinstance(error, BaseException) and error.__traceback__:
|
|
312
312
|
import traceback
|
|
313
313
|
|
|
314
|
-
stack_trace = "
|
|
314
|
+
stack_trace = "".join(traceback.format_exception(type(error), error, error.__traceback__))
|
|
315
315
|
run_facets["errorMessage"] = error_message_run.ErrorMessageRunFacet(
|
|
316
316
|
message=str(error), programmingLanguage="python", stackTrace=stack_trace
|
|
317
317
|
)
|
|
@@ -439,7 +439,6 @@ class OpenLineageListener:
|
|
|
439
439
|
self.submit_callable(
|
|
440
440
|
self.adapter.dag_started,
|
|
441
441
|
dag_id=dag_run.dag_id,
|
|
442
|
-
run_id=dag_run.run_id,
|
|
443
442
|
logical_date=dag_run.logical_date,
|
|
444
443
|
start_date=dag_run.start_date,
|
|
445
444
|
nominal_start_time=data_interval_start,
|
|
@@ -28,7 +28,7 @@ build-backend = "flit_core.buildapi"
|
|
|
28
28
|
|
|
29
29
|
[project]
|
|
30
30
|
name = "apache-airflow-providers-openlineage"
|
|
31
|
-
version = "1.12.
|
|
31
|
+
version = "1.12.1"
|
|
32
32
|
description = "Provider package apache-airflow-providers-openlineage for Apache Airflow"
|
|
33
33
|
readme = "README.rst"
|
|
34
34
|
authors = [
|
|
@@ -65,8 +65,8 @@ dependencies = [
|
|
|
65
65
|
]
|
|
66
66
|
|
|
67
67
|
[project.urls]
|
|
68
|
-
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.
|
|
69
|
-
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.
|
|
68
|
+
"Documentation" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.1"
|
|
69
|
+
"Changelog" = "https://airflow.apache.org/docs/apache-airflow-providers-openlineage/1.12.1/changelog.html"
|
|
70
70
|
"Bug Tracker" = "https://github.com/apache/airflow/issues"
|
|
71
71
|
"Source Code" = "https://github.com/apache/airflow"
|
|
72
72
|
"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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|