pyegeria 0.5.5.14__py3-none-any.whl → 0.5.5.15__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.
- examples/widgets/developer/get_tech_details.py +4 -1
- pyegeria/automated_curation_omvs.py +2 -2
- {pyegeria-0.5.5.14.dist-info → pyegeria-0.5.5.15.dist-info}/METADATA +1 -1
- {pyegeria-0.5.5.14.dist-info → pyegeria-0.5.5.15.dist-info}/RECORD +7 -7
- {pyegeria-0.5.5.14.dist-info → pyegeria-0.5.5.15.dist-info}/LICENSE +0 -0
- {pyegeria-0.5.5.14.dist-info → pyegeria-0.5.5.15.dist-info}/WHEEL +0 -0
- {pyegeria-0.5.5.14.dist-info → pyegeria-0.5.5.15.dist-info}/entry_points.txt +0 -0
@@ -8,6 +8,8 @@ A simple viewer for collections - provide the root and we display the hierarchy
|
|
8
8
|
"""
|
9
9
|
|
10
10
|
import argparse
|
11
|
+
import asyncio
|
12
|
+
import nest_asyncio
|
11
13
|
|
12
14
|
from rich import print
|
13
15
|
from rich.panel import Panel
|
@@ -21,6 +23,7 @@ from pyegeria._exceptions import (
|
|
21
23
|
print_exception_response,
|
22
24
|
)
|
23
25
|
|
26
|
+
nest_asyncio.apply()
|
24
27
|
console = Console()
|
25
28
|
disable_ssl_warnings = True
|
26
29
|
|
@@ -99,7 +102,7 @@ def main():
|
|
99
102
|
args = parser.parse_args()
|
100
103
|
|
101
104
|
server = args.server if args.server is not None else "view-server"
|
102
|
-
url = args.url if args.url is not None else "https://
|
105
|
+
url = args.url if args.url is not None else "https://127.0.0.1:9443"
|
103
106
|
userid = args.userid if args.userid is not None else 'erinoverview'
|
104
107
|
|
105
108
|
tech = Prompt.ask("Enter the Technology to start from:", default="PostgreSQL Server")
|
@@ -1546,7 +1546,7 @@ class AutomatedCuration(Client):
|
|
1546
1546
|
|
1547
1547
|
async def _async_initiate_file_folder_survey(self, file_folder_guid: str,
|
1548
1548
|
survey_name: str =
|
1549
|
-
"
|
1549
|
+
"AssetSurvey:survey-folder",
|
1550
1550
|
server: str = None) -> str:
|
1551
1551
|
""" Initiate a file folder survey - async version
|
1552
1552
|
|
@@ -1639,7 +1639,7 @@ class AutomatedCuration(Client):
|
|
1639
1639
|
f"initiate")
|
1640
1640
|
|
1641
1641
|
body = {"class": "InitiateGovernanceActionTypeRequestBody",
|
1642
|
-
"governanceActionTypeQualifiedName": "
|
1642
|
+
"governanceActionTypeQualifiedName": "AssetSurvey:survey-data-file",
|
1643
1643
|
"actionTargets": [
|
1644
1644
|
{"class": "NewActionTarget", "actionTargetName": "fileToSurvey", "actionTargetGUID": file_guid}]}
|
1645
1645
|
response = await self._async_make_request("POST", url, body)
|
@@ -9,7 +9,7 @@ examples/widgets/catalog_user/view_glossary.py,sha256=uDAZHJ1WPkkl9S1fzVKJOISjU8
|
|
9
9
|
examples/widgets/developer/README.md,sha256=nxDnfr3BCiGgW5G1VxWxiwUWJXIe5wreNuUeRyIt_hY,1343
|
10
10
|
examples/widgets/developer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
examples/widgets/developer/get_guid_info.py,sha256=-vOlZfC1lka_evpcwnnNmFU1A88x49kwKIJyYIJzQSg,2549
|
12
|
-
examples/widgets/developer/get_tech_details.py,sha256=
|
12
|
+
examples/widgets/developer/get_tech_details.py,sha256=C1pmfgsp8tjR3uvAg60iFnSDw6owjsQ8kJQQbz33Bz0,4528
|
13
13
|
examples/widgets/developer/list_asset_types.py,sha256=iIA0TX9C_W5u_Bh3RzRMX0x2CdEdH7RFCkUOOP2ZzQw,2847
|
14
14
|
examples/widgets/developer/list_registered_services.py,sha256=oIrE3bSG92C107Q_gFoo7CWYy5LBliQWXElFyiVmRzg,5122
|
15
15
|
examples/widgets/developer/list_relationship_types.py,sha256=ruXH_6vIcnCuJvLc-zokvjnbIit1WQ33uRGSpipRuPo,4216
|
@@ -45,7 +45,7 @@ pyegeria/_globals.py,sha256=PK7ulp85ZmtlfGNcffSuUbaJdCS6rvcZUcudM6-pjKc,614
|
|
45
45
|
pyegeria/_validators.py,sha256=DQuMsATRGxGSBtOrVtXlCgWXGhj6Nh-uqPtCsrUGLxk,12703
|
46
46
|
pyegeria/action_author_omvs.py,sha256=m0wsfmyO-VxRDaPpACeIDw8eVAFu3RVbo45RPCUel9M,6340
|
47
47
|
pyegeria/asset_catalog_omvs.py,sha256=Y-Eh0k-zkJNOChVlLbC2bsTSBVLWhk-0-ewCV4YlyDY,25802
|
48
|
-
pyegeria/automated_curation_omvs.py,sha256=
|
48
|
+
pyegeria/automated_curation_omvs.py,sha256=yp5d7D_nNRrx92MU8Z72zw5nloTzBDJVfxvwZrvlVWk,118212
|
49
49
|
pyegeria/collection_manager_omvs.py,sha256=IyGCbqx2Blm0OwCsC2071EeoNWHXyWGl_6pEtacizAs,112642
|
50
50
|
pyegeria/core_guids.py,sha256=JKziCsKhklbWRramQ0orRMNTudJXYB721a32TJegBl4,4320
|
51
51
|
pyegeria/core_omag_server_config.py,sha256=16ld7aBTgO3gGhvFs-_yzwqPsatdCAiKYi005_2evZU,93096
|
@@ -60,8 +60,8 @@ pyegeria/runtime_manager_omvs.py,sha256=WekK7Yeyn6Qu9YmbSDo3m57MN0xOsIm9M8kGHfRO
|
|
60
60
|
pyegeria/server_operations.py,sha256=hEaU6YC0iNEQFvcXYvcE4J6BQKlqMJk33nViCNIEBE4,16349
|
61
61
|
pyegeria/utils.py,sha256=lWd0FrHh7DFR1UeOzk3Y1I_xR_zmlFYWL1Pci-ZuZmw,5342
|
62
62
|
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
63
|
-
pyegeria-0.5.5.
|
64
|
-
pyegeria-0.5.5.
|
65
|
-
pyegeria-0.5.5.
|
66
|
-
pyegeria-0.5.5.
|
67
|
-
pyegeria-0.5.5.
|
63
|
+
pyegeria-0.5.5.15.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
64
|
+
pyegeria-0.5.5.15.dist-info/METADATA,sha256=wrnT-0YKNYdIiMQ6-9SxvflsH2x5tS39SvpG-RI9MHA,2612
|
65
|
+
pyegeria-0.5.5.15.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
66
|
+
pyegeria-0.5.5.15.dist-info/entry_points.txt,sha256=yR22RzRO974vzRMeo7_ysc-_5pxHmgnvyk8FHTZviOw,1950
|
67
|
+
pyegeria-0.5.5.15.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|