acryl-datahub-airflow-plugin 1.3.1.8rc1__py3-none-any.whl → 1.3.1.8rc2__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-1.3.1.8rc1.dist-info → acryl_datahub_airflow_plugin-1.3.1.8rc2.dist-info}/METADATA +33 -33
- {acryl_datahub_airflow_plugin-1.3.1.8rc1.dist-info → acryl_datahub_airflow_plugin-1.3.1.8rc2.dist-info}/RECORD +6 -6
- datahub_airflow_plugin/_version.py +1 -1
- {acryl_datahub_airflow_plugin-1.3.1.8rc1.dist-info → acryl_datahub_airflow_plugin-1.3.1.8rc2.dist-info}/WHEEL +0 -0
- {acryl_datahub_airflow_plugin-1.3.1.8rc1.dist-info → acryl_datahub_airflow_plugin-1.3.1.8rc2.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_airflow_plugin-1.3.1.8rc1.dist-info → acryl_datahub_airflow_plugin-1.3.1.8rc2.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: acryl-datahub-airflow-plugin
|
|
3
|
-
Version: 1.3.1.
|
|
3
|
+
Version: 1.3.1.8rc2
|
|
4
4
|
Summary: Datahub Airflow plugin to capture executions and send to Datahub
|
|
5
5
|
Home-page: https://docs.datahub.com/
|
|
6
6
|
License: Apache-2.0
|
|
@@ -21,58 +21,58 @@ Classifier: Environment :: MacOS X
|
|
|
21
21
|
Classifier: Topic :: Software Development
|
|
22
22
|
Requires-Python: >=3.10
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
|
-
Requires-Dist:
|
|
25
|
-
Requires-Dist: acryl-datahub[datahub-rest,sql-parser]==1.3.1.8rc1
|
|
26
|
-
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.8rc1
|
|
24
|
+
Requires-Dist: acryl-datahub[datahub-rest,sql-parser]==1.3.1.8rc2
|
|
27
25
|
Requires-Dist: apache-airflow<4.0.0,>=2.5.0
|
|
26
|
+
Requires-Dist: pydantic>=2.4.0
|
|
27
|
+
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.8rc2
|
|
28
28
|
Provides-Extra: ignore
|
|
29
29
|
Provides-Extra: datahub-rest
|
|
30
|
-
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.
|
|
30
|
+
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.8rc2; extra == "datahub-rest"
|
|
31
31
|
Provides-Extra: datahub-kafka
|
|
32
|
-
Requires-Dist: acryl-datahub[datahub-kafka]==1.3.1.
|
|
32
|
+
Requires-Dist: acryl-datahub[datahub-kafka]==1.3.1.8rc2; extra == "datahub-kafka"
|
|
33
33
|
Provides-Extra: datahub-file
|
|
34
|
-
Requires-Dist: acryl-datahub[sync-file-emitter]==1.3.1.
|
|
34
|
+
Requires-Dist: acryl-datahub[sync-file-emitter]==1.3.1.8rc2; extra == "datahub-file"
|
|
35
35
|
Provides-Extra: airflow2
|
|
36
36
|
Requires-Dist: openlineage-airflow>=1.2.0; extra == "airflow2"
|
|
37
37
|
Provides-Extra: airflow3
|
|
38
38
|
Requires-Dist: apache-airflow-providers-openlineage>=1.0.0; extra == "airflow3"
|
|
39
39
|
Provides-Extra: dev
|
|
40
|
-
Requires-Dist: build; extra == "dev"
|
|
41
|
-
Requires-Dist: sqlalchemy-stubs; extra == "dev"
|
|
42
|
-
Requires-Dist: packaging; extra == "dev"
|
|
43
40
|
Requires-Dist: types-click==0.1.12; extra == "dev"
|
|
44
|
-
Requires-Dist:
|
|
45
|
-
Requires-Dist: types-
|
|
46
|
-
Requires-Dist: types-requests; extra == "dev"
|
|
47
|
-
Requires-Dist: tox-uv; extra == "dev"
|
|
48
|
-
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.8rc1; extra == "dev"
|
|
49
|
-
Requires-Dist: types-tabulate; extra == "dev"
|
|
41
|
+
Requires-Dist: mypy==1.17.1; extra == "dev"
|
|
42
|
+
Requires-Dist: types-six; extra == "dev"
|
|
50
43
|
Requires-Dist: types-dataclasses; extra == "dev"
|
|
51
|
-
Requires-Dist:
|
|
52
|
-
Requires-Dist: types-PyYAML; extra == "dev"
|
|
44
|
+
Requires-Dist: deepdiff!=8.0.0; extra == "dev"
|
|
53
45
|
Requires-Dist: types-python-dateutil; extra == "dev"
|
|
54
|
-
Requires-Dist:
|
|
55
|
-
Requires-Dist: coverage>=5.1; extra == "dev"
|
|
56
|
-
Requires-Dist: apache-airflow<4.0.0,>=2.5.0; extra == "dev"
|
|
57
|
-
Requires-Dist: mypy==1.17.1; extra == "dev"
|
|
58
|
-
Requires-Dist: types-cachetools; extra == "dev"
|
|
59
|
-
Requires-Dist: types-setuptools; extra == "dev"
|
|
60
|
-
Requires-Dist: acryl-datahub[datahub-rest,sql-parser]==1.3.1.8rc1; extra == "dev"
|
|
61
|
-
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
|
|
46
|
+
Requires-Dist: pydantic>=2.4.0; extra == "dev"
|
|
62
47
|
Requires-Dist: pytest>=6.2.2; extra == "dev"
|
|
63
|
-
Requires-Dist:
|
|
48
|
+
Requires-Dist: acryl-datahub[datahub-rest,sql-parser]==1.3.1.8rc2; extra == "dev"
|
|
64
49
|
Requires-Dist: twine; extra == "dev"
|
|
65
|
-
Requires-Dist:
|
|
50
|
+
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.8rc2; extra == "dev"
|
|
51
|
+
Requires-Dist: types-tabulate; extra == "dev"
|
|
52
|
+
Requires-Dist: tox-uv; extra == "dev"
|
|
53
|
+
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
|
|
54
|
+
Requires-Dist: build; extra == "dev"
|
|
55
|
+
Requires-Dist: packaging; extra == "dev"
|
|
56
|
+
Requires-Dist: apache-airflow<4.0.0,>=2.5.0; extra == "dev"
|
|
57
|
+
Requires-Dist: ruff==0.11.7; extra == "dev"
|
|
58
|
+
Requires-Dist: tox; extra == "dev"
|
|
59
|
+
Requires-Dist: types-setuptools; extra == "dev"
|
|
60
|
+
Requires-Dist: sqlalchemy-stubs; extra == "dev"
|
|
66
61
|
Requires-Dist: tenacity; extra == "dev"
|
|
62
|
+
Requires-Dist: types-cachetools; extra == "dev"
|
|
63
|
+
Requires-Dist: types-PyYAML; extra == "dev"
|
|
64
|
+
Requires-Dist: coverage>=5.1; extra == "dev"
|
|
65
|
+
Requires-Dist: types-requests; extra == "dev"
|
|
66
|
+
Requires-Dist: types-toml; extra == "dev"
|
|
67
67
|
Provides-Extra: integration-tests
|
|
68
|
-
Requires-Dist: acryl-datahub[testing-utils]==1.3.1.8rc1; extra == "integration-tests"
|
|
69
|
-
Requires-Dist: apache-airflow-providers-teradata; extra == "integration-tests"
|
|
70
68
|
Requires-Dist: apache-airflow[amazon,google,snowflake]>=2.0.2; extra == "integration-tests"
|
|
71
|
-
Requires-Dist: acryl-datahub[
|
|
69
|
+
Requires-Dist: acryl-datahub[sync-file-emitter]==1.3.1.8rc2; extra == "integration-tests"
|
|
70
|
+
Requires-Dist: apache-airflow-providers-teradata; extra == "integration-tests"
|
|
71
|
+
Requires-Dist: acryl-datahub[testing-utils]==1.3.1.8rc2; extra == "integration-tests"
|
|
72
|
+
Requires-Dist: acryl-datahub[datahub-kafka]==1.3.1.8rc2; extra == "integration-tests"
|
|
72
73
|
Requires-Dist: virtualenv; extra == "integration-tests"
|
|
73
|
-
Requires-Dist: apache-airflow-providers-sqlite; extra == "integration-tests"
|
|
74
|
-
Requires-Dist: acryl-datahub[sync-file-emitter]==1.3.1.8rc1; extra == "integration-tests"
|
|
75
74
|
Requires-Dist: snowflake-connector-python>=2.7.10; extra == "integration-tests"
|
|
75
|
+
Requires-Dist: apache-airflow-providers-sqlite; extra == "integration-tests"
|
|
76
76
|
Dynamic: classifier
|
|
77
77
|
Dynamic: description
|
|
78
78
|
Dynamic: description-content-type
|
|
@@ -6,7 +6,7 @@ datahub_airflow_plugin/_airflow_version_specific.py,sha256=q4iNyScNQTNZnoC9n_8wY
|
|
|
6
6
|
datahub_airflow_plugin/_config.py,sha256=FmnsbWXXV1asYp3_uIDXohQolL-JALtx46ROfdKi_SY,9451
|
|
7
7
|
datahub_airflow_plugin/_constants.py,sha256=HBrUztUwspK1mQ3iM9_Pdiu18pn-lPK3xhjmubqn_kI,627
|
|
8
8
|
datahub_airflow_plugin/_datahub_ol_adapter.py,sha256=2YIhJDyLhzZGK3MMra4NGSIfG-az8sKt6ZXcbQGs2Yg,951
|
|
9
|
-
datahub_airflow_plugin/_version.py,sha256=
|
|
9
|
+
datahub_airflow_plugin/_version.py,sha256=BpeJC_DldmNJuY8FlFODi3GkJKxZXmPKwYYymX2FLlc,148
|
|
10
10
|
datahub_airflow_plugin/datahub_listener.py,sha256=9g-MBf14zFs-cQP0Jr_9gnCbzQVqIe_x6ZjgQs0onzE,881
|
|
11
11
|
datahub_airflow_plugin/datahub_plugin.py,sha256=rbZhs7s5O3_MlkQw5aZToC2W5mMic_EpI3oybHB0ofw,1224
|
|
12
12
|
datahub_airflow_plugin/entities.py,sha256=xDZ-mZH7hjUkZbatWYUwI43_9B40wGiotlyQhiO8rEM,1987
|
|
@@ -59,8 +59,8 @@ datahub_airflow_plugin/operators/datahub_assertion_operator.py,sha256=j_P9M1a5qM
|
|
|
59
59
|
datahub_airflow_plugin/operators/datahub_assertion_sensor.py,sha256=QJIZZYQhqscj3bhBN5Sei-ABMRRAl2KiQxXTXcZQ51Q,2917
|
|
60
60
|
datahub_airflow_plugin/operators/datahub_operation_operator.py,sha256=KJ8M8jJ7UWW6kNbiS-rELc-kqCPkZ3ck7z51oAXGPSI,3351
|
|
61
61
|
datahub_airflow_plugin/operators/datahub_operation_sensor.py,sha256=U19fi5DpjBRWm_1ljXcjnspUzfa3mqYfOQZHjLk-ufI,3618
|
|
62
|
-
acryl_datahub_airflow_plugin-1.3.1.
|
|
63
|
-
acryl_datahub_airflow_plugin-1.3.1.
|
|
64
|
-
acryl_datahub_airflow_plugin-1.3.1.
|
|
65
|
-
acryl_datahub_airflow_plugin-1.3.1.
|
|
66
|
-
acryl_datahub_airflow_plugin-1.3.1.
|
|
62
|
+
acryl_datahub_airflow_plugin-1.3.1.8rc2.dist-info/METADATA,sha256=j9ZlFMfkOHoQCtvuaUehWiTLsqH5bL36487najEtfNM,12334
|
|
63
|
+
acryl_datahub_airflow_plugin-1.3.1.8rc2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
64
|
+
acryl_datahub_airflow_plugin-1.3.1.8rc2.dist-info/entry_points.txt,sha256=HqmajDHtrsz0b5Lswe1-eeuObxdtucd9YoxH77jJBA8,179
|
|
65
|
+
acryl_datahub_airflow_plugin-1.3.1.8rc2.dist-info/top_level.txt,sha256=VBzisOQfzqL1WRbNyItaruf3kTigXltjzgqzbheaFp0,23
|
|
66
|
+
acryl_datahub_airflow_plugin-1.3.1.8rc2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|