prefect-datahub 15.0.4__py3-none-any.whl → 15.0.5rc2__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.
- prefect_datahub/__init__.py +1 -1
- {prefect_datahub-15.0.4.dist-info → prefect_datahub-15.0.5rc2.dist-info}/METADATA +26 -26
- prefect_datahub-15.0.5rc2.dist-info/RECORD +11 -0
- prefect_datahub-15.0.4.dist-info/RECORD +0 -11
- {prefect_datahub-15.0.4.dist-info → prefect_datahub-15.0.5rc2.dist-info}/WHEEL +0 -0
- {prefect_datahub-15.0.4.dist-info → prefect_datahub-15.0.5rc2.dist-info}/entry_points.txt +0 -0
- {prefect_datahub-15.0.4.dist-info → prefect_datahub-15.0.5rc2.dist-info}/top_level.txt +0 -0
prefect_datahub/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: prefect-datahub
|
|
3
|
-
Version: 15.0.
|
|
3
|
+
Version: 15.0.5rc2
|
|
4
4
|
Summary: Datahub prefect block to capture executions and send to Datahub
|
|
5
5
|
Home-page: https://datahubproject.io/
|
|
6
6
|
License: Apache License 2.0
|
|
@@ -23,45 +23,45 @@ 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: requests
|
|
27
26
|
Requires-Dist: importlib-metadata<5.0.0,>=4.4.0; python_version < "3.8"
|
|
28
|
-
Requires-Dist: acryl-datahub[datahub-rest]
|
|
29
|
-
Requires-Dist: requests_file
|
|
30
27
|
Requires-Dist: prefect<3.0.0,>=2.0.0
|
|
28
|
+
Requires-Dist: requests
|
|
29
|
+
Requires-Dist: requests_file
|
|
30
|
+
Requires-Dist: acryl-datahub[datahub-rest]
|
|
31
31
|
Provides-Extra: dev
|
|
32
|
-
Requires-Dist: types-PyYAML; extra == "dev"
|
|
33
32
|
Requires-Dist: sqlalchemy-stubs; extra == "dev"
|
|
34
|
-
Requires-Dist:
|
|
33
|
+
Requires-Dist: coverage>=5.1; extra == "dev"
|
|
34
|
+
Requires-Dist: pydantic>=1.10; extra == "dev"
|
|
35
|
+
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
|
|
36
|
+
Requires-Dist: prefect<3.0.0,>=2.0.0; extra == "dev"
|
|
37
|
+
Requires-Dist: types-PyYAML; extra == "dev"
|
|
38
|
+
Requires-Dist: types-freezegun; extra == "dev"
|
|
35
39
|
Requires-Dist: mypy>=1.4.0; extra == "dev"
|
|
36
|
-
Requires-Dist: importlib-metadata<5.0.0,>=4.4.0; python_version < "3.8" and extra == "dev"
|
|
37
|
-
Requires-Dist: types-tabulate; extra == "dev"
|
|
38
40
|
Requires-Dist: pytest>=6.2.2; extra == "dev"
|
|
39
|
-
Requires-Dist:
|
|
41
|
+
Requires-Dist: freezegun; extra == "dev"
|
|
42
|
+
Requires-Dist: build; extra == "dev"
|
|
40
43
|
Requires-Dist: types-setuptools; extra == "dev"
|
|
44
|
+
Requires-Dist: requests_file; extra == "dev"
|
|
45
|
+
Requires-Dist: types-python-dateutil; extra == "dev"
|
|
46
|
+
Requires-Dist: twine; extra == "dev"
|
|
41
47
|
Requires-Dist: tox; extra == "dev"
|
|
42
|
-
Requires-Dist:
|
|
48
|
+
Requires-Dist: types-requests; extra == "dev"
|
|
49
|
+
Requires-Dist: types-toml; extra == "dev"
|
|
50
|
+
Requires-Dist: types-six; extra == "dev"
|
|
43
51
|
Requires-Dist: types-cachetools; extra == "dev"
|
|
52
|
+
Requires-Dist: deepdiff; extra == "dev"
|
|
53
|
+
Requires-Dist: packaging; extra == "dev"
|
|
54
|
+
Requires-Dist: types-tabulate; extra == "dev"
|
|
55
|
+
Requires-Dist: importlib-metadata<5.0.0,>=4.4.0; python_version < "3.8" and extra == "dev"
|
|
44
56
|
Requires-Dist: types-pytz; extra == "dev"
|
|
45
|
-
Requires-Dist:
|
|
57
|
+
Requires-Dist: pytest-asyncio>=0.16.0; extra == "dev"
|
|
46
58
|
Requires-Dist: requests-mock; extra == "dev"
|
|
47
|
-
Requires-Dist: types-requests; extra == "dev"
|
|
48
|
-
Requires-Dist: types-click==0.1.12; extra == "dev"
|
|
49
59
|
Requires-Dist: requests; extra == "dev"
|
|
50
|
-
Requires-Dist: types-
|
|
51
|
-
Requires-Dist: types-
|
|
52
|
-
Requires-Dist:
|
|
53
|
-
Requires-Dist: coverage>=5.1; extra == "dev"
|
|
54
|
-
Requires-Dist: pytest-cov>=2.8.1; extra == "dev"
|
|
60
|
+
Requires-Dist: types-dataclasses; extra == "dev"
|
|
61
|
+
Requires-Dist: types-click==0.1.12; extra == "dev"
|
|
62
|
+
Requires-Dist: jsonpickle; extra == "dev"
|
|
55
63
|
Requires-Dist: acryl-datahub[datahub-rest]; extra == "dev"
|
|
56
64
|
Requires-Dist: ruff==0.9.2; extra == "dev"
|
|
57
|
-
Requires-Dist: twine; extra == "dev"
|
|
58
|
-
Requires-Dist: deepdiff; extra == "dev"
|
|
59
|
-
Requires-Dist: requests_file; extra == "dev"
|
|
60
|
-
Requires-Dist: prefect<3.0.0,>=2.0.0; extra == "dev"
|
|
61
|
-
Requires-Dist: types-six; extra == "dev"
|
|
62
|
-
Requires-Dist: packaging; extra == "dev"
|
|
63
|
-
Requires-Dist: jsonpickle; extra == "dev"
|
|
64
|
-
Requires-Dist: types-dataclasses; extra == "dev"
|
|
65
65
|
Dynamic: classifier
|
|
66
66
|
Dynamic: description
|
|
67
67
|
Dynamic: description-content-type
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
prefect_datahub/__init__.py,sha256=D3ySEekjbZz-kbJpkP7VJVIc_dFgUG_EyVWZjEbh7-8,546
|
|
2
|
+
prefect_datahub/datahub_emitter.py,sha256=6BsYI7-f9GLV7j-JnSoqR9w3tP7-Or13x6j6ESKc6yg,22107
|
|
3
|
+
prefect_datahub/entities.py,sha256=n4izmYXGi0AadRQel1zjtQVOTgxxZMGjnsF-0L7Ra8I,1144
|
|
4
|
+
prefect_datahub/example/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
+
prefect_datahub/example/flow.py,sha256=u6cAERvbCQBzfqzFBI8Aws0KvP4jzqlj7Ny0O1O4CnI,1418
|
|
6
|
+
prefect_datahub/example/save_block.py,sha256=lplkwE4OXJnZ_gx_ctqF9jIXoknw6KDzFpUN4pjaplY,354
|
|
7
|
+
prefect_datahub-15.0.5rc2.dist-info/METADATA,sha256=A6Ri8__Ta21L3kTsdAcx5-VbG7SQiBHSjCAmefkwaoU,8197
|
|
8
|
+
prefect_datahub-15.0.5rc2.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
9
|
+
prefect_datahub-15.0.5rc2.dist-info/entry_points.txt,sha256=QOKvv7NySQMsYTMMpgzDS3YA0q7X6jArI3nSwegkcMQ,81
|
|
10
|
+
prefect_datahub-15.0.5rc2.dist-info/top_level.txt,sha256=v8BHn7s1ZYqtHdNsgh6TCZ2g-7ZQ1X9BHdGVlPF_EwA,16
|
|
11
|
+
prefect_datahub-15.0.5rc2.dist-info/RECORD,,
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
prefect_datahub/__init__.py,sha256=uhHjK57dHE5yO00rkUOGqE3fjN7gQ9_4LWOAUCS_CBw,543
|
|
2
|
-
prefect_datahub/datahub_emitter.py,sha256=6BsYI7-f9GLV7j-JnSoqR9w3tP7-Or13x6j6ESKc6yg,22107
|
|
3
|
-
prefect_datahub/entities.py,sha256=n4izmYXGi0AadRQel1zjtQVOTgxxZMGjnsF-0L7Ra8I,1144
|
|
4
|
-
prefect_datahub/example/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
5
|
-
prefect_datahub/example/flow.py,sha256=u6cAERvbCQBzfqzFBI8Aws0KvP4jzqlj7Ny0O1O4CnI,1418
|
|
6
|
-
prefect_datahub/example/save_block.py,sha256=lplkwE4OXJnZ_gx_ctqF9jIXoknw6KDzFpUN4pjaplY,354
|
|
7
|
-
prefect_datahub-15.0.4.dist-info/METADATA,sha256=HKeEPdk85zSufQYJbbJMMwuUfpWKJ6356uaazFEzZZM,8194
|
|
8
|
-
prefect_datahub-15.0.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
9
|
-
prefect_datahub-15.0.4.dist-info/entry_points.txt,sha256=QOKvv7NySQMsYTMMpgzDS3YA0q7X6jArI3nSwegkcMQ,81
|
|
10
|
-
prefect_datahub-15.0.4.dist-info/top_level.txt,sha256=v8BHn7s1ZYqtHdNsgh6TCZ2g-7ZQ1X9BHdGVlPF_EwA,16
|
|
11
|
-
prefect_datahub-15.0.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|