acryl-datahub-airflow-plugin 0.15.0.5rc4__py3-none-any.whl → 15.0.4__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.
- {acryl_datahub_airflow_plugin-0.15.0.5rc4.dist-info → acryl_datahub_airflow_plugin-15.0.4.dist-info}/METADATA +36 -36
- {acryl_datahub_airflow_plugin-0.15.0.5rc4.dist-info → acryl_datahub_airflow_plugin-15.0.4.dist-info}/RECORD +7 -8
- datahub_airflow_plugin/__init__.py +15 -4
- datahub_airflow_plugin/datahub_plugin.py +1 -1
- datahub_airflow_plugin/_version.py +0 -3
- {acryl_datahub_airflow_plugin-0.15.0.5rc4.dist-info → acryl_datahub_airflow_plugin-15.0.4.dist-info}/WHEEL +0 -0
- {acryl_datahub_airflow_plugin-0.15.0.5rc4.dist-info → acryl_datahub_airflow_plugin-15.0.4.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_airflow_plugin-0.15.0.5rc4.dist-info → acryl_datahub_airflow_plugin-15.0.4.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: acryl-datahub-airflow-plugin
|
|
3
|
-
Version:
|
|
3
|
+
Version: 15.0.4
|
|
4
4
|
Summary: Datahub Airflow plugin to capture executions and send to Datahub
|
|
5
5
|
Home-page: https://datahubproject.io/
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -23,67 +23,67 @@ Classifier: Environment :: MacOS X
|
|
|
23
23
|
Classifier: Topic :: Software Development
|
|
24
24
|
Requires-Python: >=3.8
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
|
+
Requires-Dist: acryl-datahub[datahub-rest]==15.0.4
|
|
26
27
|
Requires-Dist: apache-airflow>=2.3.0
|
|
27
28
|
Requires-Dist: openlineage-airflow<=1.25.0,>=1.2.0
|
|
28
|
-
Requires-Dist: acryl-datahub[
|
|
29
|
-
Requires-Dist: acryl-datahub[sql-parser]==0.15.0.5rc4
|
|
29
|
+
Requires-Dist: acryl-datahub[sql-parser]==15.0.4
|
|
30
30
|
Provides-Extra: ignore
|
|
31
31
|
Provides-Extra: datahub-rest
|
|
32
|
-
Requires-Dist: acryl-datahub[datahub-rest]==
|
|
32
|
+
Requires-Dist: acryl-datahub[datahub-rest]==15.0.4; extra == "datahub-rest"
|
|
33
33
|
Provides-Extra: datahub-kafka
|
|
34
|
-
Requires-Dist: acryl-datahub[datahub-kafka]==
|
|
34
|
+
Requires-Dist: acryl-datahub[datahub-kafka]==15.0.4; extra == "datahub-kafka"
|
|
35
35
|
Provides-Extra: datahub-file
|
|
36
|
-
Requires-Dist: acryl-datahub[sync-file-emitter]==
|
|
36
|
+
Requires-Dist: acryl-datahub[sync-file-emitter]==15.0.4; extra == "datahub-file"
|
|
37
37
|
Provides-Extra: plugin-v1
|
|
38
38
|
Provides-Extra: plugin-v2
|
|
39
|
+
Requires-Dist: acryl-datahub[sql-parser]==15.0.4; extra == "plugin-v2"
|
|
39
40
|
Requires-Dist: openlineage-airflow<=1.25.0,>=1.2.0; extra == "plugin-v2"
|
|
40
|
-
Requires-Dist: acryl-datahub[sql-parser]==0.15.0.5rc4; extra == "plugin-v2"
|
|
41
41
|
Provides-Extra: dev
|
|
42
|
-
Requires-Dist:
|
|
43
|
-
Requires-Dist: types-
|
|
44
|
-
Requires-Dist: types-setuptools; extra == "dev"
|
|
45
|
-
Requires-Dist: types-cachetools; extra == "dev"
|
|
46
|
-
Requires-Dist: coverage>=5.1; extra == "dev"
|
|
47
|
-
Requires-Dist: pytest>=6.2.2; extra == "dev"
|
|
48
|
-
Requires-Dist: types-toml; extra == "dev"
|
|
49
|
-
Requires-Dist: tox; extra == "dev"
|
|
50
|
-
Requires-Dist: acryl-datahub[datahub-rest]==0.15.0.5rc4; extra == "dev"
|
|
42
|
+
Requires-Dist: types-python-dateutil; extra == "dev"
|
|
43
|
+
Requires-Dist: types-requests; extra == "dev"
|
|
51
44
|
Requires-Dist: sqlalchemy-stubs; extra == "dev"
|
|
45
|
+
Requires-Dist: acryl-datahub[sql-parser]==15.0.4; extra == "dev"
|
|
46
|
+
Requires-Dist: mypy==1.10.1; extra == "dev"
|
|
47
|
+
Requires-Dist: types-setuptools; extra == "dev"
|
|
48
|
+
Requires-Dist: types-click==0.1.12; extra == "dev"
|
|
52
49
|
Requires-Dist: deepdiff!=8.0.0; extra == "dev"
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
50
|
+
Requires-Dist: types-PyYAML; extra == "dev"
|
|
51
|
+
Requires-Dist: types-toml; extra == "dev"
|
|
55
52
|
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
|
|
56
|
-
Requires-Dist:
|
|
57
|
-
Requires-Dist:
|
|
53
|
+
Requires-Dist: build; extra == "dev"
|
|
54
|
+
Requires-Dist: types-cachetools; extra == "dev"
|
|
58
55
|
Requires-Dist: pydantic>=1.10; extra == "dev"
|
|
59
|
-
Requires-Dist:
|
|
56
|
+
Requires-Dist: coverage>=5.1; extra == "dev"
|
|
57
|
+
Requires-Dist: tox; extra == "dev"
|
|
58
|
+
Requires-Dist: pytest>=6.2.2; extra == "dev"
|
|
59
|
+
Requires-Dist: tox-uv; extra == "dev"
|
|
60
|
+
Requires-Dist: types-dataclasses; extra == "dev"
|
|
61
|
+
Requires-Dist: types-six; extra == "dev"
|
|
60
62
|
Requires-Dist: types-tabulate; extra == "dev"
|
|
61
|
-
Requires-Dist:
|
|
62
|
-
Requires-Dist: ruff==0.9.2; extra == "dev"
|
|
63
|
-
Requires-Dist: types-click==0.1.12; extra == "dev"
|
|
63
|
+
Requires-Dist: acryl-datahub[datahub-rest]==15.0.4; extra == "dev"
|
|
64
64
|
Requires-Dist: twine; extra == "dev"
|
|
65
|
-
Requires-Dist:
|
|
66
|
-
Requires-Dist:
|
|
67
|
-
Requires-Dist: types-python-dateutil; extra == "dev"
|
|
65
|
+
Requires-Dist: openlineage-airflow<=1.25.0,>=1.2.0; extra == "dev"
|
|
66
|
+
Requires-Dist: tenacity; extra == "dev"
|
|
68
67
|
Requires-Dist: packaging; extra == "dev"
|
|
69
|
-
Requires-Dist:
|
|
68
|
+
Requires-Dist: apache-airflow>=2.3.0; extra == "dev"
|
|
69
|
+
Requires-Dist: ruff==0.9.2; extra == "dev"
|
|
70
70
|
Provides-Extra: integration-tests
|
|
71
|
-
Requires-Dist:
|
|
72
|
-
Requires-Dist: acryl-datahub[sync-file-emitter]==0.15.0.5rc4; extra == "integration-tests"
|
|
73
|
-
Requires-Dist: virtualenv; extra == "integration-tests"
|
|
74
|
-
Requires-Dist: acryl-datahub[datahub-kafka]==0.15.0.5rc4; extra == "integration-tests"
|
|
71
|
+
Requires-Dist: apache-airflow[amazon,snowflake]>=2.0.2; extra == "integration-tests"
|
|
75
72
|
Requires-Dist: snowflake-connector-python>=2.7.10; extra == "integration-tests"
|
|
73
|
+
Requires-Dist: acryl-datahub[sync-file-emitter]==15.0.4; extra == "integration-tests"
|
|
76
74
|
Requires-Dist: apache-airflow-providers-sqlite; extra == "integration-tests"
|
|
77
|
-
Requires-Dist:
|
|
75
|
+
Requires-Dist: acryl-datahub[datahub-kafka]==15.0.4; extra == "integration-tests"
|
|
76
|
+
Requires-Dist: acryl-datahub[testing-utils]==15.0.4; extra == "integration-tests"
|
|
77
|
+
Requires-Dist: virtualenv; extra == "integration-tests"
|
|
78
78
|
Provides-Extra: test-airflow23
|
|
79
|
+
Requires-Dist: pendulum<3.0; extra == "test-airflow23"
|
|
79
80
|
Requires-Dist: Flask-Session<0.6.0; extra == "test-airflow23"
|
|
80
81
|
Requires-Dist: connexion<3.0; extra == "test-airflow23"
|
|
81
|
-
Requires-Dist: pendulum<3.0; extra == "test-airflow23"
|
|
82
82
|
Provides-Extra: test-airflow24
|
|
83
|
+
Requires-Dist: pendulum<3.0; extra == "test-airflow24"
|
|
84
|
+
Requires-Dist: marshmallow<3.24.0; extra == "test-airflow24"
|
|
83
85
|
Requires-Dist: Flask-Session<0.6.0; extra == "test-airflow24"
|
|
84
86
|
Requires-Dist: connexion<3.0; extra == "test-airflow24"
|
|
85
|
-
Requires-Dist: marshmallow<3.24.0; extra == "test-airflow24"
|
|
86
|
-
Requires-Dist: pendulum<3.0; extra == "test-airflow24"
|
|
87
87
|
Dynamic: classifier
|
|
88
88
|
Dynamic: description
|
|
89
89
|
Dynamic: description-content-type
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
datahub_airflow_plugin/__init__.py,sha256=
|
|
1
|
+
datahub_airflow_plugin/__init__.py,sha256=AcfkwTEdEFk-PY8E8INe8IQVYDvmHaqumdsW0OVIbmE,1222
|
|
2
2
|
datahub_airflow_plugin/_airflow_compat.py,sha256=wcIO7mkpHL9ihyoR9eLnBe_fIrHPq50Kr1C6SWNeFCA,291
|
|
3
3
|
datahub_airflow_plugin/_airflow_shims.py,sha256=XnBUxPVxbFFht_9nBYc890lzDzazwtP30wlnWvINILE,2810
|
|
4
4
|
datahub_airflow_plugin/_config.py,sha256=dEfMEq-WsKARrhL-ERe6B1xxfUi4XJqEeDjauvNkAqA,4708
|
|
5
5
|
datahub_airflow_plugin/_datahub_listener_module.py,sha256=G8Ev993QXI3lWdX4YpqaxU-vF3tkAaIzh1gWLIR8W-4,1300
|
|
6
6
|
datahub_airflow_plugin/_datahub_ol_adapter.py,sha256=RuzMyWZo7MeJzAFoBfkT4cdDw5g1iWshB_nXG7jLnR0,545
|
|
7
7
|
datahub_airflow_plugin/_extractors.py,sha256=TcTxsgRieElUISSvPff3vu5G-9CiX9rJtMdv2GcNeBQ,10897
|
|
8
|
-
datahub_airflow_plugin/_version.py,sha256=GzZYiBTbUoBR25thfgxboC3kEj-jzFG73mn4qZ5Bgp4,149
|
|
9
8
|
datahub_airflow_plugin/datahub_listener.py,sha256=fnniHjxNfzdJzz0dLo9HnBFNMsS4Gg8LACl0u__kNV0,29533
|
|
10
|
-
datahub_airflow_plugin/datahub_plugin.py,sha256=
|
|
9
|
+
datahub_airflow_plugin/datahub_plugin.py,sha256=6WrwIYknDZ715h5Vet8f5YZMHEa0xAYICKTSJo0PGtY,2997
|
|
11
10
|
datahub_airflow_plugin/datahub_plugin_v22.py,sha256=van1up6uNqjwsMVtzjx5RbytVl3CDSrLeS_zUz4zqZ4,12964
|
|
12
11
|
datahub_airflow_plugin/entities.py,sha256=xDZ-mZH7hjUkZbatWYUwI43_9B40wGiotlyQhiO8rEM,1987
|
|
13
12
|
datahub_airflow_plugin/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -32,8 +31,8 @@ datahub_airflow_plugin/operators/datahub_assertion_operator.py,sha256=j_P9M1a5qM
|
|
|
32
31
|
datahub_airflow_plugin/operators/datahub_assertion_sensor.py,sha256=QJIZZYQhqscj3bhBN5Sei-ABMRRAl2KiQxXTXcZQ51Q,2917
|
|
33
32
|
datahub_airflow_plugin/operators/datahub_operation_operator.py,sha256=iyqFCePB_LXYKikdJeqFa6eqQ83GYK4Yxi00OAkrDtk,3352
|
|
34
33
|
datahub_airflow_plugin/operators/datahub_operation_sensor.py,sha256=vpaaJfhgPowiwytTvqT_zHIoVOotr09hCLTFFaElY_Q,3620
|
|
35
|
-
acryl_datahub_airflow_plugin-
|
|
36
|
-
acryl_datahub_airflow_plugin-
|
|
37
|
-
acryl_datahub_airflow_plugin-
|
|
38
|
-
acryl_datahub_airflow_plugin-
|
|
39
|
-
acryl_datahub_airflow_plugin-
|
|
34
|
+
acryl_datahub_airflow_plugin-15.0.4.dist-info/METADATA,sha256=9RJZYzncSYqY615fHJWDGd2_PM866lIY-vwnPfrGs0Y,4668
|
|
35
|
+
acryl_datahub_airflow_plugin-15.0.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
36
|
+
acryl_datahub_airflow_plugin-15.0.4.dist-info/entry_points.txt,sha256=HqmajDHtrsz0b5Lswe1-eeuObxdtucd9YoxH77jJBA8,179
|
|
37
|
+
acryl_datahub_airflow_plugin-15.0.4.dist-info/top_level.txt,sha256=VBzisOQfzqL1WRbNyItaruf3kTigXltjzgqzbheaFp0,23
|
|
38
|
+
acryl_datahub_airflow_plugin-15.0.4.dist-info/RECORD,,
|
|
@@ -1,12 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
# Published at https://pypi.org/project/acryl-datahub/.
|
|
2
|
+
__package_name__ = "acryl-datahub-airflow-plugin"
|
|
3
|
+
__version__ = "15.0.4"
|
|
2
4
|
|
|
3
5
|
|
|
4
|
-
def
|
|
5
|
-
|
|
6
|
+
def is_dev_mode() -> bool:
|
|
7
|
+
return __version__.endswith("dev0")
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def nice_version_name() -> str:
|
|
11
|
+
if is_dev_mode():
|
|
12
|
+
return "unavailable (installed in develop mode)"
|
|
13
|
+
return __version__
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
def get_provider_info():
|
|
6
17
|
return {
|
|
7
18
|
"package-name": f"{__package_name__}",
|
|
8
19
|
"name": f"{__package_name__}",
|
|
9
|
-
"description": "
|
|
20
|
+
"description": "Datahub metadata collector plugin",
|
|
10
21
|
"connection-types": [
|
|
11
22
|
{
|
|
12
23
|
"hook-class-name": "datahub_airflow_plugin.hooks.datahub.DatahubRestHook",
|
|
@@ -4,12 +4,12 @@ import os
|
|
|
4
4
|
|
|
5
5
|
from airflow.plugins_manager import AirflowPlugin
|
|
6
6
|
|
|
7
|
+
from datahub_airflow_plugin import __package_name__
|
|
7
8
|
from datahub_airflow_plugin._airflow_compat import AIRFLOW_PATCHED
|
|
8
9
|
from datahub_airflow_plugin._airflow_shims import (
|
|
9
10
|
HAS_AIRFLOW_LISTENER_API,
|
|
10
11
|
NEEDS_AIRFLOW_LISTENER_MODULE,
|
|
11
12
|
)
|
|
12
|
-
from datahub_airflow_plugin._version import __package_name__
|
|
13
13
|
|
|
14
14
|
assert AIRFLOW_PATCHED
|
|
15
15
|
logger = logging.getLogger(__name__)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|