acryl-datahub-airflow-plugin 1.3.1.5rc1__py3-none-any.whl → 1.3.1.5rc3__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.5rc1.dist-info → acryl_datahub_airflow_plugin-1.3.1.5rc3.dist-info}/METADATA +31 -31
- {acryl_datahub_airflow_plugin-1.3.1.5rc1.dist-info → acryl_datahub_airflow_plugin-1.3.1.5rc3.dist-info}/RECORD +6 -6
- datahub_airflow_plugin/_version.py +1 -1
- {acryl_datahub_airflow_plugin-1.3.1.5rc1.dist-info → acryl_datahub_airflow_plugin-1.3.1.5rc3.dist-info}/WHEEL +0 -0
- {acryl_datahub_airflow_plugin-1.3.1.5rc1.dist-info → acryl_datahub_airflow_plugin-1.3.1.5rc3.dist-info}/entry_points.txt +0 -0
- {acryl_datahub_airflow_plugin-1.3.1.5rc1.dist-info → acryl_datahub_airflow_plugin-1.3.1.5rc3.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.5rc3
|
|
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,56 +21,56 @@ Classifier: Environment :: MacOS X
|
|
|
21
21
|
Classifier: Topic :: Software Development
|
|
22
22
|
Requires-Python: >=3.9
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
|
+
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.5rc3
|
|
24
25
|
Requires-Dist: openlineage-airflow<=1.30.1,>=1.2.0
|
|
25
|
-
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.5rc1
|
|
26
|
-
Requires-Dist: pydantic>=2.4.0
|
|
27
26
|
Requires-Dist: apache-airflow<3,>=2.7.0
|
|
28
|
-
Requires-Dist: acryl-datahub[datahub-rest,sql-parser]==1.3.1.
|
|
27
|
+
Requires-Dist: acryl-datahub[datahub-rest,sql-parser]==1.3.1.5rc3
|
|
28
|
+
Requires-Dist: pydantic>=2.4.0
|
|
29
29
|
Provides-Extra: ignore
|
|
30
30
|
Provides-Extra: datahub-rest
|
|
31
|
-
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.
|
|
31
|
+
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.5rc3; extra == "datahub-rest"
|
|
32
32
|
Provides-Extra: datahub-kafka
|
|
33
|
-
Requires-Dist: acryl-datahub[datahub-kafka]==1.3.1.
|
|
33
|
+
Requires-Dist: acryl-datahub[datahub-kafka]==1.3.1.5rc3; extra == "datahub-kafka"
|
|
34
34
|
Provides-Extra: datahub-file
|
|
35
|
-
Requires-Dist: acryl-datahub[sync-file-emitter]==1.3.1.
|
|
35
|
+
Requires-Dist: acryl-datahub[sync-file-emitter]==1.3.1.5rc3; extra == "datahub-file"
|
|
36
36
|
Provides-Extra: dev
|
|
37
|
+
Requires-Dist: types-toml; extra == "dev"
|
|
37
38
|
Requires-Dist: openlineage-airflow<=1.30.1,>=1.2.0; extra == "dev"
|
|
38
|
-
Requires-Dist: types-
|
|
39
|
-
Requires-Dist:
|
|
40
|
-
Requires-Dist:
|
|
41
|
-
Requires-Dist: tox-uv; extra == "dev"
|
|
39
|
+
Requires-Dist: types-requests; extra == "dev"
|
|
40
|
+
Requires-Dist: acryl-datahub[datahub-rest,sql-parser]==1.3.1.5rc3; extra == "dev"
|
|
41
|
+
Requires-Dist: twine; extra == "dev"
|
|
42
42
|
Requires-Dist: packaging; extra == "dev"
|
|
43
|
-
Requires-Dist:
|
|
44
|
-
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.5rc1; extra == "dev"
|
|
45
|
-
Requires-Dist: types-cachetools; extra == "dev"
|
|
43
|
+
Requires-Dist: types-dataclasses; extra == "dev"
|
|
46
44
|
Requires-Dist: coverage>=5.1; extra == "dev"
|
|
45
|
+
Requires-Dist: mypy==1.17.1; extra == "dev"
|
|
47
46
|
Requires-Dist: types-six; extra == "dev"
|
|
48
|
-
Requires-Dist: types-
|
|
49
|
-
Requires-Dist: types-
|
|
50
|
-
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
|
|
51
|
-
Requires-Dist: pytest>=6.2.2; extra == "dev"
|
|
47
|
+
Requires-Dist: types-click==0.1.12; extra == "dev"
|
|
48
|
+
Requires-Dist: types-tabulate; extra == "dev"
|
|
52
49
|
Requires-Dist: tenacity; extra == "dev"
|
|
53
|
-
Requires-Dist:
|
|
54
|
-
Requires-Dist:
|
|
50
|
+
Requires-Dist: pytest>=6.2.2; extra == "dev"
|
|
51
|
+
Requires-Dist: acryl-datahub[datahub-rest]==1.3.1.5rc3; extra == "dev"
|
|
55
52
|
Requires-Dist: deepdiff!=8.0.0; extra == "dev"
|
|
56
|
-
Requires-Dist: types-click==0.1.12; extra == "dev"
|
|
57
|
-
Requires-Dist: types-dataclasses; extra == "dev"
|
|
58
53
|
Requires-Dist: ruff==0.11.7; extra == "dev"
|
|
59
|
-
Requires-Dist:
|
|
54
|
+
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
|
|
55
|
+
Requires-Dist: types-cachetools; extra == "dev"
|
|
56
|
+
Requires-Dist: sqlalchemy-stubs; extra == "dev"
|
|
57
|
+
Requires-Dist: build; extra == "dev"
|
|
58
|
+
Requires-Dist: types-PyYAML; extra == "dev"
|
|
60
59
|
Requires-Dist: apache-airflow<3,>=2.7.0; extra == "dev"
|
|
61
|
-
Requires-Dist: types-
|
|
60
|
+
Requires-Dist: types-setuptools; extra == "dev"
|
|
61
|
+
Requires-Dist: tox; extra == "dev"
|
|
62
|
+
Requires-Dist: tox-uv; extra == "dev"
|
|
63
|
+
Requires-Dist: pydantic>=2.4.0; extra == "dev"
|
|
62
64
|
Requires-Dist: types-python-dateutil; extra == "dev"
|
|
63
|
-
Requires-Dist: twine; extra == "dev"
|
|
64
|
-
Requires-Dist: acryl-datahub[datahub-rest,sql-parser]==1.3.1.5rc1; extra == "dev"
|
|
65
65
|
Provides-Extra: integration-tests
|
|
66
|
+
Requires-Dist: acryl-datahub[datahub-kafka]==1.3.1.5rc3; extra == "integration-tests"
|
|
66
67
|
Requires-Dist: apache-airflow-providers-teradata; extra == "integration-tests"
|
|
67
|
-
Requires-Dist: snowflake-connector-python>=2.7.10; extra == "integration-tests"
|
|
68
|
-
Requires-Dist: acryl-datahub[testing-utils]==1.3.1.5rc1; extra == "integration-tests"
|
|
69
|
-
Requires-Dist: apache-airflow[amazon,google,snowflake]>=2.0.2; extra == "integration-tests"
|
|
70
|
-
Requires-Dist: acryl-datahub[datahub-kafka]==1.3.1.5rc1; extra == "integration-tests"
|
|
71
|
-
Requires-Dist: acryl-datahub[sync-file-emitter]==1.3.1.5rc1; extra == "integration-tests"
|
|
72
68
|
Requires-Dist: apache-airflow-providers-sqlite; extra == "integration-tests"
|
|
69
|
+
Requires-Dist: acryl-datahub[sync-file-emitter]==1.3.1.5rc3; extra == "integration-tests"
|
|
73
70
|
Requires-Dist: virtualenv; extra == "integration-tests"
|
|
71
|
+
Requires-Dist: apache-airflow[amazon,google,snowflake]>=2.0.2; extra == "integration-tests"
|
|
72
|
+
Requires-Dist: snowflake-connector-python>=2.7.10; extra == "integration-tests"
|
|
73
|
+
Requires-Dist: acryl-datahub[testing-utils]==1.3.1.5rc3; extra == "integration-tests"
|
|
74
74
|
Dynamic: classifier
|
|
75
75
|
Dynamic: description
|
|
76
76
|
Dynamic: description-content-type
|
|
@@ -3,7 +3,7 @@ datahub_airflow_plugin/_airflow_shims.py,sha256=hLMTkANJzmH9sEcaiwNb0EZgD11vh-Xn
|
|
|
3
3
|
datahub_airflow_plugin/_config.py,sha256=qNbNC6YUGHf06RfOMsU7jpeNeE2ttxjUQIMEpxIhvyM,5221
|
|
4
4
|
datahub_airflow_plugin/_datahub_ol_adapter.py,sha256=RuzMyWZo7MeJzAFoBfkT4cdDw5g1iWshB_nXG7jLnR0,545
|
|
5
5
|
datahub_airflow_plugin/_extractors.py,sha256=o2amnv1ram58zYNiWpleQcpSREthin33LQ4yRLwoGxA,12759
|
|
6
|
-
datahub_airflow_plugin/_version.py,sha256=
|
|
6
|
+
datahub_airflow_plugin/_version.py,sha256=fyA44zEGqueA9txWiQV64o-BCXsqneMMZ-_y8eFjZyI,148
|
|
7
7
|
datahub_airflow_plugin/datahub_listener.py,sha256=plAU-DZ7EQmC1Ec4gzOaksqHnJLxaCYHkm2jEPTkgvc,31100
|
|
8
8
|
datahub_airflow_plugin/datahub_plugin.py,sha256=rbZhs7s5O3_MlkQw5aZToC2W5mMic_EpI3oybHB0ofw,1224
|
|
9
9
|
datahub_airflow_plugin/entities.py,sha256=xDZ-mZH7hjUkZbatWYUwI43_9B40wGiotlyQhiO8rEM,1987
|
|
@@ -26,8 +26,8 @@ datahub_airflow_plugin/operators/datahub_assertion_operator.py,sha256=j_P9M1a5qM
|
|
|
26
26
|
datahub_airflow_plugin/operators/datahub_assertion_sensor.py,sha256=QJIZZYQhqscj3bhBN5Sei-ABMRRAl2KiQxXTXcZQ51Q,2917
|
|
27
27
|
datahub_airflow_plugin/operators/datahub_operation_operator.py,sha256=KJ8M8jJ7UWW6kNbiS-rELc-kqCPkZ3ck7z51oAXGPSI,3351
|
|
28
28
|
datahub_airflow_plugin/operators/datahub_operation_sensor.py,sha256=U19fi5DpjBRWm_1ljXcjnspUzfa3mqYfOQZHjLk-ufI,3618
|
|
29
|
-
acryl_datahub_airflow_plugin-1.3.1.
|
|
30
|
-
acryl_datahub_airflow_plugin-1.3.1.
|
|
31
|
-
acryl_datahub_airflow_plugin-1.3.1.
|
|
32
|
-
acryl_datahub_airflow_plugin-1.3.1.
|
|
33
|
-
acryl_datahub_airflow_plugin-1.3.1.
|
|
29
|
+
acryl_datahub_airflow_plugin-1.3.1.5rc3.dist-info/METADATA,sha256=OGAgYTFr9sqFwvKf0g_9OMdBl37khh_iJ12-JDEMf6s,4088
|
|
30
|
+
acryl_datahub_airflow_plugin-1.3.1.5rc3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
acryl_datahub_airflow_plugin-1.3.1.5rc3.dist-info/entry_points.txt,sha256=HqmajDHtrsz0b5Lswe1-eeuObxdtucd9YoxH77jJBA8,179
|
|
32
|
+
acryl_datahub_airflow_plugin-1.3.1.5rc3.dist-info/top_level.txt,sha256=VBzisOQfzqL1WRbNyItaruf3kTigXltjzgqzbheaFp0,23
|
|
33
|
+
acryl_datahub_airflow_plugin-1.3.1.5rc3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|