pyegeria 5.3.4.23__py3-none-any.whl → 5.3.4.24__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.
- pyegeria/__init__.py +22 -0
- pyegeria/automated_curation_omvs.py +3 -3
- pyegeria/commands/cat/exp_list_glossaries.py +1 -1
- pyegeria/commands/cat/get_asset_graph.py +1 -1
- pyegeria/commands/cat/get_collection.py +1 -1
- pyegeria/commands/cat/get_project_dependencies.py +1 -1
- pyegeria/commands/cat/get_project_structure.py +1 -1
- pyegeria/commands/cat/get_tech_type_elements.py +1 -1
- pyegeria/commands/cat/glossary_actions.py +1 -1
- pyegeria/commands/cat/list_assets.py +1 -1
- pyegeria/commands/cat/list_cert_types.py +1 -1
- pyegeria/commands/cat/list_collections.py +1 -1
- pyegeria/commands/cat/list_deployed_catalogs.py +1 -1
- pyegeria/commands/cat/list_deployed_database_schemas.py +2 -2
- pyegeria/commands/cat/list_deployed_databases.py +1 -1
- pyegeria/commands/cat/list_deployed_servers.py +1 -1
- pyegeria/commands/cat/list_glossaries.py +1 -1
- pyegeria/commands/cat/list_projects.py +1 -1
- pyegeria/commands/cat/list_tech_type_elements.py +1 -1
- pyegeria/commands/cat/list_tech_types.py +1 -1
- pyegeria/commands/cat/list_terms.py +1 -1
- pyegeria/commands/cat/list_todos.py +1 -1
- pyegeria/commands/cat/list_user_ids.py +1 -1
- pyegeria/commands/cli/egeria_login_tui.py +1 -1
- pyegeria/commands/my/list_my_profile.py +1 -1
- pyegeria/commands/my/list_my_roles.py +1 -1
- pyegeria/commands/my/monitor_my_todos.py +1 -1
- pyegeria/commands/my/monitor_open_todos.py +1 -1
- pyegeria/commands/my/todo_actions.py +1 -1
- pyegeria/commands/ops/list_archives.py +1 -1
- pyegeria/commands/ops/list_catalog_targets.py +1 -1
- pyegeria/commands/ops/load_archive.py +1 -1
- pyegeria/commands/ops/monitor_asset_events.py +1 -1
- pyegeria/commands/ops/monitor_engine_activity.py +1 -1
- pyegeria/commands/ops/monitor_gov_eng_status.py +1 -0
- pyegeria/commands/ops/monitor_integ_daemon_status.py +2 -0
- pyegeria/commands/ops/monitor_platform_status.py +1 -1
- pyegeria/commands/ops/monitor_server_startup.py +1 -1
- pyegeria/commands/ops/monitor_server_status.py +1 -1
- pyegeria/commands/ops/orig_monitor_server_list.py +1 -1
- pyegeria/commands/ops/orig_monitor_server_status.py +1 -1
- pyegeria/commands/ops/refresh_integration_daemon.py +1 -1
- pyegeria/commands/ops/restart_integration_daemon.py +1 -1
- pyegeria/commands/ops/table_integ_daemon_status.py +1 -1
- pyegeria/commands/tech/get_element_info.py +1 -1
- pyegeria/commands/tech/get_guid_info.py +1 -1
- pyegeria/commands/tech/get_tech_details.py +1 -1
- pyegeria/commands/tech/get_tech_type_template.py +1 -1
- pyegeria/commands/tech/list_all_om_type_elements.py +1 -1
- pyegeria/commands/tech/list_all_om_type_elements_x.py +1 -1
- pyegeria/commands/tech/list_all_related_elements.py +1 -1
- pyegeria/commands/tech/list_anchored_elements.py +1 -1
- pyegeria/commands/tech/list_asset_types.py +1 -1
- pyegeria/commands/tech/list_elements_by_classification_by_property_value.py +1 -1
- pyegeria/commands/tech/list_elements_by_property_value.py +1 -1
- pyegeria/commands/tech/list_elements_by_property_value_x.py +1 -1
- pyegeria/commands/tech/list_elements_for_classification.py +1 -1
- pyegeria/commands/tech/list_gov_action_processes.py +1 -1
- pyegeria/commands/tech/list_information_supply_chains.py +1 -1
- pyegeria/commands/tech/list_registered_services.py +1 -1
- pyegeria/commands/tech/list_related_elements_with_prop_value.py +1 -1
- pyegeria/commands/tech/list_related_specification.py +1 -1
- pyegeria/commands/tech/list_relationship_types.py +1 -1
- pyegeria/commands/tech/list_relationships.py +1 -1
- pyegeria/commands/tech/list_solution_blueprints.py +1 -1
- pyegeria/commands/tech/list_solution_components.py +1 -1
- pyegeria/commands/tech/list_solution_roles.py +1 -1
- pyegeria/commands/tech/list_tech_templates.py +1 -1
- pyegeria/commands/tech/list_valid_metadata_values.py +1 -1
- pyegeria/commands/tech/table_tech_templates.py +1 -1
- pyegeria/commands/tech/x_list_related_elements.py +1 -1
- pyegeria/create_tech_guid_lists.py +8 -7
- {pyegeria-5.3.4.23.dist-info → pyegeria-5.3.4.24.dist-info}/METADATA +1 -1
- {pyegeria-5.3.4.23.dist-info → pyegeria-5.3.4.24.dist-info}/RECORD +77 -78
- pyegeria/tech_guids_12-02-2025 13:28.py +0 -72
- {pyegeria-5.3.4.23.dist-info → pyegeria-5.3.4.24.dist-info}/LICENSE +0 -0
- {pyegeria-5.3.4.23.dist-info → pyegeria-5.3.4.24.dist-info}/WHEEL +0 -0
- {pyegeria-5.3.4.23.dist-info → pyegeria-5.3.4.24.dist-info}/entry_points.txt +0 -0
@@ -27,7 +27,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
27
27
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
28
28
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
29
29
|
)
|
30
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
30
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
31
31
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
32
32
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
33
33
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -27,7 +27,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
27
27
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
28
28
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
29
29
|
)
|
30
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
30
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
31
31
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
32
32
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
33
33
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -27,7 +27,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
27
27
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
28
28
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
29
29
|
)
|
30
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
30
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
31
31
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
32
32
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
33
33
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -28,7 +28,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
28
28
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
29
29
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
30
30
|
)
|
31
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
31
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
32
32
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
33
33
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
34
34
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -33,7 +33,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
33
33
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
34
34
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
35
35
|
)
|
36
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
36
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
37
37
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
38
38
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
39
39
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -38,7 +38,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "qs-view-server")
|
|
38
38
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
39
39
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
40
40
|
)
|
41
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
41
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
42
42
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
43
43
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
44
44
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -31,7 +31,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
31
31
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
32
32
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
33
33
|
)
|
34
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
34
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
35
35
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
36
36
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
37
37
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -29,7 +29,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
29
29
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
30
30
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
31
31
|
)
|
32
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
32
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
33
33
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
34
34
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
35
35
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -34,7 +34,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
34
34
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
35
35
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
36
36
|
)
|
37
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
37
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
38
38
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
39
39
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
40
40
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -32,7 +32,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
32
32
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
33
33
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
34
34
|
)
|
35
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
35
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
36
36
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
37
37
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
38
38
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -34,7 +34,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
34
34
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
35
35
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
36
36
|
)
|
37
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
37
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
38
38
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
39
39
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
40
40
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -39,7 +39,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "qs-view-server")
|
|
39
39
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
40
40
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
41
41
|
)
|
42
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
42
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
43
43
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
44
44
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
45
45
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -39,7 +39,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "qs-view-server")
|
|
39
39
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
40
40
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
41
41
|
)
|
42
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
42
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
43
43
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
44
44
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
45
45
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -39,7 +39,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "qs-view-server")
|
|
39
39
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
40
40
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
41
41
|
)
|
42
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
42
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
43
43
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
44
44
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
45
45
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -29,7 +29,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
29
29
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
30
30
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
31
31
|
)
|
32
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
32
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
33
33
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
34
34
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
35
35
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -34,7 +34,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
34
34
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
35
35
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
36
36
|
)
|
37
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
37
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
38
38
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
39
39
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
40
40
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -34,7 +34,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
34
34
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
35
35
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
36
36
|
)
|
37
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
37
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
38
38
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
39
39
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
40
40
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -34,7 +34,7 @@ EGERIA_VIEW_SERVER = os.environ.get("EGERIA_VIEW_SERVER", "view-server")
|
|
34
34
|
EGERIA_VIEW_SERVER_URL = os.environ.get(
|
35
35
|
"EGERIA_VIEW_SERVER_URL", "https://localhost:9443"
|
36
36
|
)
|
37
|
-
EGERIA_INTEGRATION_DAEMON = os.environ.get("
|
37
|
+
EGERIA_INTEGRATION_DAEMON = os.environ.get("EGERIA_INTEGRATION_DAEMON", "integration-daemon")
|
38
38
|
EGERIA_ADMIN_USER = os.environ.get("ADMIN_USER", "garygeeke")
|
39
39
|
EGERIA_ADMIN_PASSWORD = os.environ.get("ADMIN_PASSWORD", "secret")
|
40
40
|
EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
|
@@ -13,9 +13,10 @@ from rich.console import Console
|
|
13
13
|
|
14
14
|
from pyegeria.server_operations import ServerOps
|
15
15
|
from pyegeria.automated_curation_omvs import AutomatedCuration
|
16
|
+
from pyegeria.egeria_tech_client import EgeriaTech
|
16
17
|
from pyegeria._globals import NO_ELEMENTS_FOUND
|
17
18
|
console = Console(width=200)
|
18
|
-
|
19
|
+
integration_server = "qs-integration-daemon"
|
19
20
|
|
20
21
|
def build_global_guid_lists(
|
21
22
|
server: str = "qs-view-server",
|
@@ -27,7 +28,7 @@ def build_global_guid_lists(
|
|
27
28
|
|
28
29
|
cur_time = datetime.now().strftime("%d-%m-%Y %H:%M")
|
29
30
|
file_name = f"./tech_guids_{cur_time}.py"
|
30
|
-
a_client =
|
31
|
+
a_client = EgeriaTech(server, url, user_id=user_id, user_pwd=user_pwd)
|
31
32
|
token = a_client.create_egeria_bearer_token()
|
32
33
|
# get all technology types
|
33
34
|
|
@@ -86,11 +87,11 @@ def build_global_guid_lists(
|
|
86
87
|
# Ok - now lets harvest integration connectors using get_integration_daemon_status from ServerOps
|
87
88
|
# Assume that integration daemon called integration_daemon
|
88
89
|
#
|
89
|
-
s_client = ServerOps(
|
90
|
-
|
91
|
-
)
|
92
|
-
integ_status = s_client.get_integration_daemon_status()
|
93
|
-
|
90
|
+
# s_client = ServerOps(
|
91
|
+
# "integration_daemon", url, user_id=user_id, user_pwd=user_pwd
|
92
|
+
# )
|
93
|
+
# integ_status = s_client.get_integration_daemon_status()
|
94
|
+
integ_status = a_client.get_server_report(None, integration_server)
|
94
95
|
if type(integ_status) is dict:
|
95
96
|
connections = integ_status["integrationConnectorReports"]
|
96
97
|
for connection in connections:
|
@@ -1,43 +1,43 @@
|
|
1
1
|
pyegeria/README.md,sha256=PwX5OC7-YSZUCIsoyHh1O-WBM2hE84sm3Bd4O353NOk,1464
|
2
|
-
pyegeria/__init__.py,sha256=
|
2
|
+
pyegeria/__init__.py,sha256=XwjE-iGvextqOG-HhS78AWyGWENL0q36GAnfED3MHPo,29876
|
3
3
|
pyegeria/_client.py,sha256=bijHmo21ZooY0KeWCSRvTIxp1fztM4up0Q6xDYYIg1k,30935
|
4
4
|
pyegeria/_deprecated_gov_engine.py,sha256=dWNcwVsE5__dF2u4QiIyQrssozzzOjBbLld8MdpmVCQ,17264
|
5
5
|
pyegeria/_exceptions.py,sha256=1SrnV194V4_YJNnNAU0myTHQ3dhLn4GF2B2gZcj1u90,18153
|
6
6
|
pyegeria/_globals.py,sha256=3eH8Rf27HQg2fOub1HD7p4NFyyhZoO50iBLd7TLaSrU,951
|
7
7
|
pyegeria/_validators.py,sha256=vP9nuZwucnCo_LrPU7hkitpWzaych5bTZEKE58TaTnQ,12726
|
8
8
|
pyegeria/asset_catalog_omvs.py,sha256=MOg_s12ve0yT7tPd1M87YN70nKdkP-JAxgtYeU5qh-c,25688
|
9
|
-
pyegeria/automated_curation_omvs.py,sha256=
|
9
|
+
pyegeria/automated_curation_omvs.py,sha256=tzwCyXL0Hx8UjryBBWcPoEuBRajXZpLuwPQ1vuOg2yc,130349
|
10
10
|
pyegeria/classification_manager_omvs.py,sha256=n55-62Mby-_5pxPGaz3nkjM9NWlY4PzSl3tP0WSnGJU,187212
|
11
11
|
pyegeria/collection_manager_omvs.py,sha256=xNuF3Ki6Rg-TehdbFGS8exSOUXpkQ3X63__OdXuCkc8,101746
|
12
12
|
pyegeria/commands/README.md,sha256=hJdOWhZ5eCfwTkY4Tx6De6Y1XVo7cbaddQEvjqppvls,2036
|
13
13
|
pyegeria/commands/__init__.py,sha256=R2o66ctVicTZ8B5VSPtc7EDRKNiNclzFbYX0o2Zg2dQ,1120
|
14
14
|
pyegeria/commands/cat/README.md,sha256=-aaAnIT2fcfU63vajgB-RzQk4l4yFdhkyVfSaTPiqRY,967
|
15
15
|
pyegeria/commands/cat/__init__.py,sha256=5OCy4m_yZsnSxdy_gvkCyP_OkjvuWKimqUGHYCJc_qA,450
|
16
|
-
pyegeria/commands/cat/exp_list_glossaries.py,sha256=
|
17
|
-
pyegeria/commands/cat/get_asset_graph.py,sha256=
|
18
|
-
pyegeria/commands/cat/get_collection.py,sha256=
|
19
|
-
pyegeria/commands/cat/get_project_dependencies.py,sha256=
|
20
|
-
pyegeria/commands/cat/get_project_structure.py,sha256=
|
21
|
-
pyegeria/commands/cat/get_tech_type_elements.py,sha256=
|
22
|
-
pyegeria/commands/cat/glossary_actions.py,sha256=
|
23
|
-
pyegeria/commands/cat/list_assets.py,sha256=
|
24
|
-
pyegeria/commands/cat/list_cert_types.py,sha256=
|
25
|
-
pyegeria/commands/cat/list_collections.py,sha256=
|
26
|
-
pyegeria/commands/cat/list_deployed_catalogs.py,sha256=
|
27
|
-
pyegeria/commands/cat/list_deployed_database_schemas.py,sha256=
|
28
|
-
pyegeria/commands/cat/list_deployed_databases.py,sha256=
|
29
|
-
pyegeria/commands/cat/list_deployed_servers.py,sha256=
|
30
|
-
pyegeria/commands/cat/list_glossaries.py,sha256=
|
31
|
-
pyegeria/commands/cat/list_projects.py,sha256=
|
32
|
-
pyegeria/commands/cat/list_tech_type_elements.py,sha256
|
33
|
-
pyegeria/commands/cat/list_tech_types.py,sha256=
|
34
|
-
pyegeria/commands/cat/list_terms.py,sha256=
|
35
|
-
pyegeria/commands/cat/list_todos.py,sha256=
|
36
|
-
pyegeria/commands/cat/list_user_ids.py,sha256=
|
16
|
+
pyegeria/commands/cat/exp_list_glossaries.py,sha256=dC6Bnfm3YSMTKPP146qeslIFRiZnGu5b7iDYE07p4iU,5817
|
17
|
+
pyegeria/commands/cat/get_asset_graph.py,sha256=xnXJfpDTVH1TJ2TwE3dtjaXU36Di6-N6JAyhothzz2o,12461
|
18
|
+
pyegeria/commands/cat/get_collection.py,sha256=KbSFoGZeK30_bMCa0BpIuCwBF5ywCX0g4hgDPnI0lEo,5356
|
19
|
+
pyegeria/commands/cat/get_project_dependencies.py,sha256=wDK_lAfR6p4VxYRV6MZE9XgU3OfIRcWKKYn0Xf64w6o,5986
|
20
|
+
pyegeria/commands/cat/get_project_structure.py,sha256=4Jo3F9f7auTnTt_xElsrQ4eA8k8xMge0C5xE-Rjkjcw,5974
|
21
|
+
pyegeria/commands/cat/get_tech_type_elements.py,sha256=IznytHXwDOFriGM6mypV9wuEeM-vT2s66cUzf-IROog,6147
|
22
|
+
pyegeria/commands/cat/glossary_actions.py,sha256=I97JSXWUXsNUq8R82Vqbt1JTGHKHeJrq9-L-8II6R30,12684
|
23
|
+
pyegeria/commands/cat/list_assets.py,sha256=CdJ2coKvvQv2VwJO0Sp9Eg9Fu_uvpC21tgjrdtT9Yz4,6315
|
24
|
+
pyegeria/commands/cat/list_cert_types.py,sha256=HmrTks0SSYgSMsYz3LqfX5kwDQ6D9KMcynoR_xlWtnE,7137
|
25
|
+
pyegeria/commands/cat/list_collections.py,sha256=kCxl5OuBAGtctHNVmttOe4aJ6r37cGdCFnK1i7A90ls,5996
|
26
|
+
pyegeria/commands/cat/list_deployed_catalogs.py,sha256=VdN6R9kRVWX-fGIgubOigvMVPzhF-hKQepHHlS-w-D8,8258
|
27
|
+
pyegeria/commands/cat/list_deployed_database_schemas.py,sha256=1Qicke1R2_7Xi3Qf5sp8KJ3_reAIt0z1iaz2sG8Z0Qs,9458
|
28
|
+
pyegeria/commands/cat/list_deployed_databases.py,sha256=ryrBW1CxJRfOeLP978qQwxb5oImqhIsHghtcpWeBIrw,7587
|
29
|
+
pyegeria/commands/cat/list_deployed_servers.py,sha256=_xR7EaaCsxIjTphxmoCZlARoja_vQqZ881pFiEuhw-8,5719
|
30
|
+
pyegeria/commands/cat/list_glossaries.py,sha256=GLg1-6Wgj4hHDP83E4Zb6AbE3WjeBuUBM0P5UU92R-Y,5606
|
31
|
+
pyegeria/commands/cat/list_projects.py,sha256=NzWTuepTGUEyxK-eWvuUxtBgCtNWubVwmz2eqm2UN1c,7997
|
32
|
+
pyegeria/commands/cat/list_tech_type_elements.py,sha256=-9omj5en9dSP1xMSljYVHyfXsuhuE1bO2IFj_bZPhAs,6873
|
33
|
+
pyegeria/commands/cat/list_tech_types.py,sha256=uqZcXHCzAznhEG6WWeM5j-spwUh8ycygFqpVDeXOG-0,4653
|
34
|
+
pyegeria/commands/cat/list_terms.py,sha256=wve4BaQ2zbnL484p_3RZ4LwnTlM18ps1yCOJmIuL3XM,9721
|
35
|
+
pyegeria/commands/cat/list_todos.py,sha256=NitCw0uyVVjmN1hxb1W-I4FbOsa8wQxW2ICyOElHyc8,6556
|
36
|
+
pyegeria/commands/cat/list_user_ids.py,sha256=X5Q-YNEp38saPYDuy9VwdQC5Qpa4HyC3WvAdbyp_P6M,5108
|
37
37
|
pyegeria/commands/cli/__init__.py,sha256=hpTVSMP2gnPRhcAZPdeUEsQ-eaDySlXlk239dNWYmng,292
|
38
38
|
pyegeria/commands/cli/egeria.py,sha256=IXZPZEM-NOLtup2OcQJ8I0wx1FYAjD7iAhfmPpEgz9s,51629
|
39
39
|
pyegeria/commands/cli/egeria_cat.py,sha256=Vt7DpbIE20mO80MmXm8BoPHd-VXbp0YoYQ07sas_WMI,16003
|
40
|
-
pyegeria/commands/cli/egeria_login_tui.py,sha256=
|
40
|
+
pyegeria/commands/cli/egeria_login_tui.py,sha256=W5ouG3nlN7z2Waa-wzYFS7yyoGfOrK-lNB0FMt2JdOk,9492
|
41
41
|
pyegeria/commands/cli/egeria_my.py,sha256=0KTH7OIeKyp16ZeN7zK5uhadbPfAQsq38GMzJNWYG8g,6386
|
42
42
|
pyegeria/commands/cli/egeria_ops.py,sha256=8W4t2jFGn22OOOtyUAapQH8yyOl1wo09CVNTojRQKvo,12817
|
43
43
|
pyegeria/commands/cli/egeria_tech.py,sha256=HaTP1tzymvj4bhKl5O37JdCPTsACssqPQ-vkYeeeJXE,21140
|
@@ -156,59 +156,59 @@ pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-s
|
|
156
156
|
pyegeria/commands/doc/hey_egeria: a pyegeria command line interface/images/tui-status-paging 2024-11-12 at 16.26.14@2x.png,sha256=EzuCQpKK-udRwnBv0Gj5LlCGVa0zLMWPmH1_uWpgnHk,917561
|
157
157
|
pyegeria/commands/my/README.md,sha256=ZheFhj_VoPMhcWjW3pGchHB0vH_A9PklSmrSkzKdrcQ,844
|
158
158
|
pyegeria/commands/my/__init__.py,sha256=0O3kDAlDfx7ohSg_5tZt55B4B3UItgE0noROQLCIUxs,449
|
159
|
-
pyegeria/commands/my/list_my_profile.py,sha256=
|
160
|
-
pyegeria/commands/my/list_my_roles.py,sha256=
|
161
|
-
pyegeria/commands/my/monitor_my_todos.py,sha256=
|
162
|
-
pyegeria/commands/my/monitor_open_todos.py,sha256=
|
163
|
-
pyegeria/commands/my/todo_actions.py,sha256=
|
159
|
+
pyegeria/commands/my/list_my_profile.py,sha256=eoWBNNnxUsVFTJOYufs9QsG6BNrra3-Fc9TbrCl-CGE,5731
|
160
|
+
pyegeria/commands/my/list_my_roles.py,sha256=jXkIcA71GRBrx556GROML4QrE3JGt-IPuGzVodDhPx0,5190
|
161
|
+
pyegeria/commands/my/monitor_my_todos.py,sha256=mM68RH1DJzf38BqmIZZXJrQgpGyAQDO4VimlPYE4osU,7104
|
162
|
+
pyegeria/commands/my/monitor_open_todos.py,sha256=Vi6VOcxdHe_94de_ICTHoIOA94KCcTxDCTRb9-4oKRs,5975
|
163
|
+
pyegeria/commands/my/todo_actions.py,sha256=daio-D1dVDkAXIcz15bVogJ-nWA_bMGKrpvkK7tc3cQ,8153
|
164
164
|
pyegeria/commands/ops/README.md,sha256=PJsSDcvMv6E6og6y-cwvxFX5lhCII0UCwgKiM1T17MQ,1595
|
165
165
|
pyegeria/commands/ops/__init__.py,sha256=v7u-zC3gr8soVbYV0Izc2wuEcGCovO00j5v-IhLg3xs,450
|
166
166
|
pyegeria/commands/ops/gov_server_actions.py,sha256=zDTiTwh8SioxwkqKf9hI2GCMrxr2jDVf8tmCNXBxwaY,5690
|
167
|
-
pyegeria/commands/ops/list_archives.py,sha256=
|
168
|
-
pyegeria/commands/ops/list_catalog_targets.py,sha256=
|
169
|
-
pyegeria/commands/ops/load_archive.py,sha256=
|
170
|
-
pyegeria/commands/ops/monitor_asset_events.py,sha256=
|
171
|
-
pyegeria/commands/ops/monitor_engine_activity.py,sha256=
|
167
|
+
pyegeria/commands/ops/list_archives.py,sha256=jKm_easQUjJNRkuasILvuVpQBFuyyBlBHE-L0i0FGgQ,5456
|
168
|
+
pyegeria/commands/ops/list_catalog_targets.py,sha256=piru83lRLV7O-HZ2gYTJbZy3nHptGuBJ62QsVrYTLE0,7702
|
169
|
+
pyegeria/commands/ops/load_archive.py,sha256=KL9bSqwqPGUPTvB9iLiQCcVH_CzGpdyjG3Mm6NIFt-k,2708
|
170
|
+
pyegeria/commands/ops/monitor_asset_events.py,sha256=5XXWt5yvl9mGq1Lve9gdrWT0dvvTWpFr_lFWO-_WdaU,3883
|
171
|
+
pyegeria/commands/ops/monitor_engine_activity.py,sha256=yMNR0MI4Vm7IzOFc6jz-De9xDuWPPgUU31LnrLkI-3M,9896
|
172
172
|
pyegeria/commands/ops/monitor_engine_activity_c.py,sha256=Jf9Eo-ZtEPminf5gcz4NsT2wDD2AddcbTPJzSYdD5Sc,10773
|
173
|
-
pyegeria/commands/ops/monitor_gov_eng_status.py,sha256=
|
174
|
-
pyegeria/commands/ops/monitor_integ_daemon_status.py,sha256=
|
175
|
-
pyegeria/commands/ops/monitor_platform_status.py,sha256=
|
176
|
-
pyegeria/commands/ops/monitor_server_startup.py,sha256=
|
177
|
-
pyegeria/commands/ops/monitor_server_status.py,sha256=
|
178
|
-
pyegeria/commands/ops/orig_monitor_server_list.py,sha256=
|
179
|
-
pyegeria/commands/ops/orig_monitor_server_status.py,sha256=
|
180
|
-
pyegeria/commands/ops/refresh_integration_daemon.py,sha256=
|
181
|
-
pyegeria/commands/ops/restart_integration_daemon.py,sha256=
|
182
|
-
pyegeria/commands/ops/table_integ_daemon_status.py,sha256=
|
173
|
+
pyegeria/commands/ops/monitor_gov_eng_status.py,sha256=gK5HXewXKnLEjCBRkbEyzbGtWs998P-AoFKaMCAQBLs,9917
|
174
|
+
pyegeria/commands/ops/monitor_integ_daemon_status.py,sha256=N09KaP1eA3OiGfRS4GgbjKxnkheMYK6oQojNbuO6KRo,11828
|
175
|
+
pyegeria/commands/ops/monitor_platform_status.py,sha256=5Vn8C-vDth9qgzEswqwzR2on3Up1mdFp9oVEudMj5PU,7247
|
176
|
+
pyegeria/commands/ops/monitor_server_startup.py,sha256=UNws5paaN0VTVLkJp-8MI07oUMdwCRpKcMNM9oUNCW8,3915
|
177
|
+
pyegeria/commands/ops/monitor_server_status.py,sha256=w7uFLR6BXgPtuC4L5cp8nWsw3W1Z-5JB2nCo1N_zEF4,7144
|
178
|
+
pyegeria/commands/ops/orig_monitor_server_list.py,sha256=EYmvygmrhNmcXORsRHtCniuZ3C9ko8CBRlH34vZRrPg,4651
|
179
|
+
pyegeria/commands/ops/orig_monitor_server_status.py,sha256=QCRi5uxrtZvXnZGcMPvlsLHr6P9v-5m12CqqL691lvc,4033
|
180
|
+
pyegeria/commands/ops/refresh_integration_daemon.py,sha256=m_zSJYEftVQg873WOpK_oi22YXTRJEX8SGlIh6YKSCk,2976
|
181
|
+
pyegeria/commands/ops/restart_integration_daemon.py,sha256=it7TU7CF9KeGVacCEWprd_JK0Et1p-JMFSiOtQo6FDg,2915
|
182
|
+
pyegeria/commands/ops/table_integ_daemon_status.py,sha256=BfkjdkZHt-DzHlV0ApsM3L8jP6eazmbAPjoWul_xy4k,8428
|
183
183
|
pyegeria/commands/ops/x_engine_actions.py,sha256=sjoyDJD2_0xQkE2tSlFdBxD2d9C3Nzcy9qi69dWC4Rw,2284
|
184
184
|
pyegeria/commands/tech/README.md,sha256=nxDnfr3BCiGgW5G1VxWxiwUWJXIe5wreNuUeRyIt_hY,1343
|
185
185
|
pyegeria/commands/tech/__init__.py,sha256=0O3kDAlDfx7ohSg_5tZt55B4B3UItgE0noROQLCIUxs,449
|
186
|
-
pyegeria/commands/tech/get_element_info.py,sha256=
|
187
|
-
pyegeria/commands/tech/get_guid_info.py,sha256=
|
188
|
-
pyegeria/commands/tech/get_tech_details.py,sha256=
|
189
|
-
pyegeria/commands/tech/get_tech_type_template.py,sha256=
|
190
|
-
pyegeria/commands/tech/list_all_om_type_elements.py,sha256=
|
191
|
-
pyegeria/commands/tech/list_all_om_type_elements_x.py,sha256=
|
192
|
-
pyegeria/commands/tech/list_all_related_elements.py,sha256=
|
193
|
-
pyegeria/commands/tech/list_anchored_elements.py,sha256=
|
194
|
-
pyegeria/commands/tech/list_asset_types.py,sha256=
|
195
|
-
pyegeria/commands/tech/list_elements_by_classification_by_property_value.py,sha256=
|
196
|
-
pyegeria/commands/tech/list_elements_by_property_value.py,sha256=
|
197
|
-
pyegeria/commands/tech/list_elements_by_property_value_x.py,sha256=
|
198
|
-
pyegeria/commands/tech/list_elements_for_classification.py,sha256=
|
199
|
-
pyegeria/commands/tech/list_gov_action_processes.py,sha256=
|
200
|
-
pyegeria/commands/tech/list_information_supply_chains.py,sha256=
|
201
|
-
pyegeria/commands/tech/list_registered_services.py,sha256=
|
202
|
-
pyegeria/commands/tech/list_related_elements_with_prop_value.py,sha256=
|
203
|
-
pyegeria/commands/tech/list_related_specification.py,sha256=
|
204
|
-
pyegeria/commands/tech/list_relationship_types.py,sha256=
|
205
|
-
pyegeria/commands/tech/list_relationships.py,sha256=
|
206
|
-
pyegeria/commands/tech/list_solution_blueprints.py,sha256=
|
207
|
-
pyegeria/commands/tech/list_solution_components.py,sha256=
|
208
|
-
pyegeria/commands/tech/list_solution_roles.py,sha256=
|
209
|
-
pyegeria/commands/tech/list_tech_templates.py,sha256=
|
210
|
-
pyegeria/commands/tech/list_valid_metadata_values.py,sha256=
|
211
|
-
pyegeria/commands/tech/table_tech_templates.py,sha256=
|
186
|
+
pyegeria/commands/tech/get_element_info.py,sha256=a1msEwL_kKjO8uslJa-tSgrdW6UgKUY4iyLjZqzeG9M,4761
|
187
|
+
pyegeria/commands/tech/get_guid_info.py,sha256=7QBMteAd8mbJymkJC8AJW8D2TQ8Roc2zDcNb0tI2l-A,4295
|
188
|
+
pyegeria/commands/tech/get_tech_details.py,sha256=m312TXXu5UkJ42g0YopntXWJwSSAil1Udj62erD8cOU,6383
|
189
|
+
pyegeria/commands/tech/get_tech_type_template.py,sha256=kyKaqr5gBsmUyxePXM2hfeHCtzef8mQ_e6_rbf4ssYs,6246
|
190
|
+
pyegeria/commands/tech/list_all_om_type_elements.py,sha256=xJmI7p4eNWSB09NYANz5wGAg2oqKqs4dv9rfSQA7zuA,5999
|
191
|
+
pyegeria/commands/tech/list_all_om_type_elements_x.py,sha256=KkUSWtUWnQEbuK5PwLF5C3whft_V9OOtYD2M-aQfg3c,6570
|
192
|
+
pyegeria/commands/tech/list_all_related_elements.py,sha256=2uAYHEuPEjXGM5I_zVblZFOGoyGP02lhR5tPc0u8zog,7782
|
193
|
+
pyegeria/commands/tech/list_anchored_elements.py,sha256=OJx3U77QCJadheD0RRiRw-4GvheoqL0gdBqBgHzEKho,7589
|
194
|
+
pyegeria/commands/tech/list_asset_types.py,sha256=GbW8Tj9o1wh_qJM6b2oIESyzr9tcYcvjoL-0rnOXViI,4176
|
195
|
+
pyegeria/commands/tech/list_elements_by_classification_by_property_value.py,sha256=aCNSpQgyRn6u-8nU9iLCuYzj4kVBKKCnLuBSGKP_w-8,7132
|
196
|
+
pyegeria/commands/tech/list_elements_by_property_value.py,sha256=ZObsaQ0jXXN88pVoO68_NVsSXN2CnGjLsOhCuYDzINs,6489
|
197
|
+
pyegeria/commands/tech/list_elements_by_property_value_x.py,sha256=rk0cY3fKUE0zEvHe42OYUvXItzl8EqW4euvjbk8vSd0,7011
|
198
|
+
pyegeria/commands/tech/list_elements_for_classification.py,sha256=4Opb_dp-p4jR4jO6ZaA3Lc3bapojT95iLkvLN9ehNK0,6216
|
199
|
+
pyegeria/commands/tech/list_gov_action_processes.py,sha256=2yhfzlBIJCxciT9AQyfik_-Zkfcca95xjRdaJfMWYRM,4562
|
200
|
+
pyegeria/commands/tech/list_information_supply_chains.py,sha256=koHi7HfrqIWSaW7eD-PSTkkMQ6oyb-8BkNFVPP3TQC4,6275
|
201
|
+
pyegeria/commands/tech/list_registered_services.py,sha256=yH0C_ge5ZYylrPhKaT0VWFkBMaLJopTzL2ZhJJcAiSE,6548
|
202
|
+
pyegeria/commands/tech/list_related_elements_with_prop_value.py,sha256=jNfpfdWmgNsSFKqKfKHTYhrPTu6m0LeOUkmc6DeupdE,8224
|
203
|
+
pyegeria/commands/tech/list_related_specification.py,sha256=m72yh1ayud58_BqWhgEgdgnaWIxUYKLxPSulJmCoZ7o,5932
|
204
|
+
pyegeria/commands/tech/list_relationship_types.py,sha256=QQZLRhAWUTpu3DCqem6og7sm1W95f3oE-gv5RY5bMnY,5766
|
205
|
+
pyegeria/commands/tech/list_relationships.py,sha256=g2Kl6LSvmQ3SCjsaZ3oFk5PuYVVeqRKfEhmD-icJjzo,5940
|
206
|
+
pyegeria/commands/tech/list_solution_blueprints.py,sha256=hIW_Q6ess0OKidCEJ_EOb4FDEq2w6eHkxTlQjRE9TAY,7110
|
207
|
+
pyegeria/commands/tech/list_solution_components.py,sha256=JxOFyCZ4HFHwg9E2Th7cylGsE7LbzEW3nqRFjoPu2rE,6908
|
208
|
+
pyegeria/commands/tech/list_solution_roles.py,sha256=yWjh7_5w2vxFYMycn4kJGKThpQPE8bxnHSp1RwmY2Rk,6680
|
209
|
+
pyegeria/commands/tech/list_tech_templates.py,sha256=5hhDJJjrqGyWDPPcFzFeFs-4rsal1M2Bl7EUuJNz8Ns,14144
|
210
|
+
pyegeria/commands/tech/list_valid_metadata_values.py,sha256=_zgOdq2N6s7GjLd8iEc5xVfplKfOnKZ-ySM-lSdgYn8,6315
|
211
|
+
pyegeria/commands/tech/table_tech_templates.py,sha256=jI1c9YKa3KirArMNXeCRKeaiVdwQSN-ztPqkag6jdZs,9500
|
212
212
|
pyegeria/commands/tech/work/mermaid_graphs/components/Accounting ledgers.html,sha256=nmZd5lUvQwoyToV-ujJnLglv8xVCsE7qX7f7zAeySK8,6644
|
213
213
|
pyegeria/commands/tech/work/mermaid_graphs/components/Analyse Patient Data.html,sha256=FQMmGt6Pmd5n5A0QRWIKJuvVViIlQx9X2g7EEOfJ3U4,7565
|
214
214
|
pyegeria/commands/tech/work/mermaid_graphs/components/Assemble Treatment Assessment Report.html,sha256=YIeTYnGOqzofDsOUy93yChqgW0VnRHKuxV7kUVWIFJI,7296
|
@@ -232,9 +232,9 @@ pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Efficacy Evidenc
|
|
232
232
|
pyegeria/commands/tech/work/mermaid_graphs/components/Treatment Validation Sandbox.html,sha256=q4BwdosqNGKubhCywmf41uyRiSIVcBLmpTkBVLAWePg,7175
|
233
233
|
pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Data Lake Folder.html,sha256=1hDNx7zR-ESE6Rybj9bb2w9lC6_3ITHHkSnJsrReiYY,7505
|
234
234
|
pyegeria/commands/tech/work/mermaid_graphs/components/Weekly Measurements Onboarding Pipeline.html,sha256=ELXPa8QT-ThzoIJv5cs5OYGKj8eNZVnHiYgH4oMedtQ,7834
|
235
|
-
pyegeria/commands/tech/x_list_related_elements.py,sha256=
|
235
|
+
pyegeria/commands/tech/x_list_related_elements.py,sha256=ynaw792VnbMZ9IXBi5mmG7xBfC0kn0esKiFTsjvLGzc,5900
|
236
236
|
pyegeria/core_omag_server_config.py,sha256=pNQpocICkZx8sRsTw5DPUe-TFyxlIo1U88qqgci_f7I,97764
|
237
|
-
pyegeria/create_tech_guid_lists.py,sha256=
|
237
|
+
pyegeria/create_tech_guid_lists.py,sha256=ngd7mOYIOfXmKCnYfIKCVqwdmoxQeEL9bGncxkTTs9Q,4925
|
238
238
|
pyegeria/egeria_cat_client.py,sha256=d8dQNPLzL4efi99OJfH1T-Rt1N0k9Rf9LX8LpuhiFls,2179
|
239
239
|
pyegeria/egeria_client.py,sha256=RxD-iU2SiUcWG-c3I2M4dSDGBgE9oCK40edJ4kKfm3w,4135
|
240
240
|
pyegeria/egeria_config_client.py,sha256=3TZUeXSl1f7SQ2WWYTbgOu1Cu1YqApilErAgjZLzbWY,1391
|
@@ -254,7 +254,6 @@ pyegeria/registered_info.py,sha256=y0-LgDIQXpph0lEWxIOG3_HsqX_Z2iAIb3xu4Aa4B70,6
|
|
254
254
|
pyegeria/runtime_manager_omvs.py,sha256=Z5wY9ignNjil8O6yjihZftxkGoh9A4PQDcXhoIsOIT8,79698
|
255
255
|
pyegeria/server_operations.py,sha256=vmiUDU_Xa0U8pa0Fdb-QKkoeSqs7WfMwIpG_XU3xgeI,16784
|
256
256
|
pyegeria/solution_architect_omvs.py,sha256=x6CfPTyn1l2DFYVEFP0t_rT9uVjoFr596hBBeuVaMRg,22093
|
257
|
-
pyegeria/tech_guids_12-02-2025 13:28.py,sha256=Oc_GiN4U79XNLyUuPzlZnPptXZ6VJFiOr9gOgfU7q_M,5619
|
258
257
|
pyegeria/template_manager_omvs.py,sha256=PfJ9dOfmBvf59DgRdZ9Dl1Kl_UYqjF-JncXVnbCqLZU,42408
|
259
258
|
pyegeria/test_j.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
260
259
|
pyegeria/test_m.html,sha256=q9HCstV2Ar-QiAqswte6hQ8EJuKqr5s99MUuXSxs7a8,11461
|
@@ -264,8 +263,8 @@ pyegeria/test_w.html,sha256=q9HCstV2Ar-QiAqswte6hQ8EJuKqr5s99MUuXSxs7a8,11461
|
|
264
263
|
pyegeria/utils.py,sha256=GCt1C0bp0Xng1ahzbZhzV9qQwH7Dj93IaCt2dvWb-sg,5417
|
265
264
|
pyegeria/valid_metadata_omvs.py,sha256=kL3bEkoBtNCaQKjziFwRAqQyleu-i2ua_REIogfulFw,65031
|
266
265
|
pyegeria/x_action_author_omvs.py,sha256=6b725SPsC52AI7ols7Qq8MsBlZuAXr_BgJ_-ychVRCw,6386
|
267
|
-
pyegeria-5.3.4.
|
268
|
-
pyegeria-5.3.4.
|
269
|
-
pyegeria-5.3.4.
|
270
|
-
pyegeria-5.3.4.
|
271
|
-
pyegeria-5.3.4.
|
266
|
+
pyegeria-5.3.4.24.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
267
|
+
pyegeria-5.3.4.24.dist-info/METADATA,sha256=wm1343H9ftPwSJJOjCy4cvM_Ye_lSufrI0jST3vvajI,2736
|
268
|
+
pyegeria-5.3.4.24.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
269
|
+
pyegeria-5.3.4.24.dist-info/entry_points.txt,sha256=LS9g5JPSBL0whnyAcGhLZCAyUp6PkPU6fjHP9Aso1V4,6176
|
270
|
+
pyegeria-5.3.4.24.dist-info/RECORD,,
|
@@ -1,72 +0,0 @@
|
|
1
|
-
global template_guids, integration_guids
|
2
|
-
TEMPLATE_GUIDS['File System Directory'] = 'c353fd5d-9523-4a5e-a5e2-723ae490fe54'
|
3
|
-
INTEGRATION_GUIDS['GeneralFilesMonitor'] = '1b98cdac-dd0a-4621-93db-99ef5a1098bc'
|
4
|
-
INTEGRATION_GUIDS['OpenLineageFilePublisher'] = '6271b678-7d22-4cdf-87b1-45b366beaf4e'
|
5
|
-
INTEGRATION_GUIDS['ContentPacksMonitor'] = '6bb2181e-7724-4515-ba3c-877cded55980'
|
6
|
-
INTEGRATION_GUIDS['HarvestActivity'] = '856501d9-ec29-4e67-9cd7-120f53710ffa'
|
7
|
-
INTEGRATION_GUIDS['SampleDataFilesMonitor'] = 'cd6479e1-2fe7-4426-b358-8a0cf70be117'
|
8
|
-
TEMPLATE_GUIDS['CSV Data File'] = '13770f93-13c8-42be-9bb8-e0b1b1e52b1f'
|
9
|
-
TEMPLATE_GUIDS['Keystore File'] = 'fbcfcc0c-1652-421f-b49b-c3e1c108768f'
|
10
|
-
TEMPLATE_GUIDS['Unity Catalog Registered Model Version'] = '1364bfe7-8295-4e99-9243-8840aeac4cf1'
|
11
|
-
TEMPLATE_GUIDS['Unity Catalog Server'] = 'dcca9788-b30f-4007-b1ac-ec634aff6879'
|
12
|
-
INTEGRATION_GUIDS['UnityCatalogInsideCatalog'] = '74dde22f-2249-4ea3-af2b-b39e73f79b81'
|
13
|
-
INTEGRATION_GUIDS['UnityCatalogServer'] = '06d068d9-9e08-4e67-8c59-073bbf1013af'
|
14
|
-
TEMPLATE_GUIDS['Databricks Unity Catalog Server'] = '3f7f62f6-4abc-424e-9f92-523306e7d5d5'
|
15
|
-
INTEGRATION_GUIDS['JDBC'] = '70dcd0b7-9f06-48ad-ad44-ae4d7a7762aa'
|
16
|
-
TEMPLATE_GUIDS['Data File'] = '66d8dda9-00cf-4e59-938c-4b0583596b1e'
|
17
|
-
TEMPLATE_GUIDS['Unity Catalog Catalog'] = '5ee006aa-a6d6-411b-9b8d-5f720c079cae'
|
18
|
-
TEMPLATE_GUIDS['View Server'] = 'fd61ca01-390d-4aa2-a55d-426826aa4e1b'
|
19
|
-
TEMPLATE_GUIDS['Archive File'] = '7578e504-d00f-406d-a194-3fc0a351cdf9'
|
20
|
-
TEMPLATE_GUIDS['Executable File'] = '3d99a163-7a13-4576-a212-784010a8302a'
|
21
|
-
INTEGRATION_GUIDS['OpenLineageAPIPublisher'] = '2156bc98-973a-4859-908d-4ccc96f53cc5'
|
22
|
-
TEMPLATE_GUIDS['PostgreSQL Relational Database'] = '3d398b3f-7ae6-4713-952a-409f3dea8520'
|
23
|
-
INTEGRATION_GUIDS['PostgreSQLDatabase'] = 'ef301220-7dfe-4c6c-bb9d-8f92d9f63823'
|
24
|
-
TEMPLATE_GUIDS['Unity Catalog Table'] = '6cc1e5f5-4c1e-4290-a80e-e06643ffb13d'
|
25
|
-
TEMPLATE_GUIDS['JSON Data File'] = 'c4836635-7e9e-446a-83b5-15e206b1aff3'
|
26
|
-
TEMPLATE_GUIDS['File System'] = '522f228c-097c-4f90-9efc-26c1f2696f87'
|
27
|
-
TEMPLATE_GUIDS['Source Code File'] = '9c7013ef-f29b-4b01-a8ea-5ea14f64c67a'
|
28
|
-
TEMPLATE_GUIDS['Program File'] = '32d27e9c-1fdf-455a-ad2a-42b4d7d99108'
|
29
|
-
TEMPLATE_GUIDS['Apple MacBook Pro'] = '32a9fd56-85c9-47fe-a211-9da3871bf4da'
|
30
|
-
TEMPLATE_GUIDS['Build Instruction File'] = 'fbb2fa2e-8bcb-402e-9be7-5c6db9f2c504'
|
31
|
-
TEMPLATE_GUIDS['Spreadsheet Data File'] = 'e4fabff5-2ba9-4050-9076-6ed917970b4c'
|
32
|
-
TEMPLATE_GUIDS['UNIX File System'] = '27117270-8667-41d0-a99a-9118f9b60199'
|
33
|
-
TEMPLATE_GUIDS['Video Data File'] = '93b2b722-ec0f-4da4-960a-b8d4922f8bf5'
|
34
|
-
TEMPLATE_GUIDS['JDBC Endpoint'] = '3d79ce50-1887-4627-ad71-ba4649aba2bc'
|
35
|
-
TEMPLATE_GUIDS['Unity Catalog Function'] = 'a490ba65-6104-4213-9be9-524e16fed8aa'
|
36
|
-
TEMPLATE_GUIDS['Unity Catalog Registered Model'] = '0d762ec5-c1f5-4364-aa64-e7e00d27f837'
|
37
|
-
TEMPLATE_GUIDS['PostgreSQL Relational Database Schema'] = '82a5417c-d882-4271-8444-4c6a996a8bfc'
|
38
|
-
INTEGRATION_GUIDS['HarvestSurveys'] = 'fae162c3-2bfd-467f-9c47-2e3b63a655de'
|
39
|
-
INTEGRATION_GUIDS['HarvestActivity'] = '856501d9-ec29-4e67-9cd7-120f53710ffa'
|
40
|
-
INTEGRATION_GUIDS['HarvestOpenMetadata'] = 'f8bf326b-d613-4ece-a12e-a1423bc272d7'
|
41
|
-
TEMPLATE_GUIDS['PostgreSQL Server'] = '542134e6-b9ce-4dce-8aef-22e8daf34fdb'
|
42
|
-
INTEGRATION_GUIDS['PostgreSQLServer'] = '36f69fd0-54ba-4f59-8a44-11ccf2687a34'
|
43
|
-
TEMPLATE_GUIDS['Audio Data File'] = '39b4b670-7f15-4744-a5ba-62e8edafbcee'
|
44
|
-
TEMPLATE_GUIDS['Document File'] = 'eb6f728d-fa54-4350-9807-1199cbf96851'
|
45
|
-
TEMPLATE_GUIDS['Engine Host'] = '1764a891-4234-45f1-8cc3-536af40c790d'
|
46
|
-
TEMPLATE_GUIDS['Integration Daemon'] = '6b3516f0-dd13-4786-9601-07215f995197'
|
47
|
-
TEMPLATE_GUIDS['XML Data File'] = 'ea67ae71-c674-473e-b38b-689879d2a7d9'
|
48
|
-
TEMPLATE_GUIDS['Avro Data File'] = '9f5be428-058e-41dd-b506-3a222283b579'
|
49
|
-
TEMPLATE_GUIDS['REST API Endpoint'] = '9ea4bff4-d193-492f-bcad-6e68c07c6f9e'
|
50
|
-
TEMPLATE_GUIDS['Unity Catalog Schema'] = '5bf92b0f-3970-41ea-b0a3-aacfbf6fd92e'
|
51
|
-
TEMPLATE_GUIDS['Unity Catalog Volume'] = '92d2d2dc-0798-41f0-9512-b10548d312b7'
|
52
|
-
TEMPLATE_GUIDS['Parquet Data File'] = '7f6cd744-79c3-4d25-a056-eeb1a91574c3'
|
53
|
-
TEMPLATE_GUIDS['File'] = 'ae3067c7-cc72-4a18-88e1-746803c2c86f'
|
54
|
-
TEMPLATE_GUIDS['3D Image Data File'] = '0059ea2b-6292-4cac-aa6f-a80a605f1114'
|
55
|
-
TEMPLATE_GUIDS['YAML File'] = '2221855b-2b64-4b45-a2ee-c40adc5e2a64'
|
56
|
-
TEMPLATE_GUIDS['Apache Kafka Topic'] = 'ea8f81c9-c59c-47de-9525-7cc59d1251e5'
|
57
|
-
INTEGRATION_GUIDS['OpenLineageKafkaListener'] = '980b989c-de78-4e6a-a58d-51049d7381bf'
|
58
|
-
TEMPLATE_GUIDS['Script File'] = 'dbd5e6bb-1ff8-46f4-a007-fb0485f68c92'
|
59
|
-
TEMPLATE_GUIDS['Apache Atlas Server'] = 'fe6dce45-a978-4417-ab55-17f05b8bcea7'
|
60
|
-
INTEGRATION_GUIDS['ApacheAtlasServer'] = '5721627a-2dd4-4f95-a274-6cfb128edb97'
|
61
|
-
TEMPLATE_GUIDS['Raster Data File'] = '47211156-f03f-4881-8526-015e695a3dac'
|
62
|
-
TEMPLATE_GUIDS['Metadata Access Server'] = 'bd8de890-fa79-4c24-aab8-20b41b5893dd'
|
63
|
-
TEMPLATE_GUIDS['Data Folder'] = '372a0379-7060-4c9d-8d84-bc709b31794c'
|
64
|
-
INTEGRATION_GUIDS['MaintainDataFolderLastUpdateDate'] = 'fd26f07c-ae44-4bc5-b457-37b43112224f'
|
65
|
-
INTEGRATION_GUIDS['OpenLineageFilePublisher'] = '6271b678-7d22-4cdf-87b1-45b366beaf4e'
|
66
|
-
TEMPLATE_GUIDS['Properties File'] = '3b281111-a0ef-4fc4-99e7-9a0ef84a7636'
|
67
|
-
TEMPLATE_GUIDS['Vector Data File'] = 'db1bec7f-55a9-40d3-91c0-a57b76d422e2'
|
68
|
-
TEMPLATE_GUIDS['OMAG Server Platform'] = '9b06c4dc-ddc8-47ae-b56b-28775d3a96f0'
|
69
|
-
INTEGRATION_GUIDS['OpenAPI'] = 'b89d9a5a-2ea6-49bc-a4fc-e7df9f3ca93e'
|
70
|
-
INTEGRATION_GUIDS['OMAGServerPlatform'] = 'dee84e6e-7a96-4975-86c1-152fb3ab759b'
|
71
|
-
TEMPLATE_GUIDS['Apache Kafka Server'] = '5e1ff810-5418-43f7-b7c4-e6e062f9aff7'
|
72
|
-
INTEGRATION_GUIDS['KafkaTopic'] = 'fa1f711c-0b34-4b57-8e6e-16162b132b0c'
|
File without changes
|
File without changes
|
File without changes
|