pyegeria 0.5.8.9__py3-none-any.whl → 0.5.8.10__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/operational/list_catalog_targets.py +6 -5
- {pyegeria-0.5.8.9.dist-info → pyegeria-0.5.8.10.dist-info}/METADATA +1 -1
- {pyegeria-0.5.8.9.dist-info → pyegeria-0.5.8.10.dist-info}/RECORD +6 -6
- {pyegeria-0.5.8.9.dist-info → pyegeria-0.5.8.10.dist-info}/LICENSE +0 -0
- {pyegeria-0.5.8.9.dist-info → pyegeria-0.5.8.10.dist-info}/WHEEL +0 -0
- {pyegeria-0.5.8.9.dist-info → pyegeria-0.5.8.10.dist-info}/entry_points.txt +0 -0
@@ -56,14 +56,14 @@ def display_catalog_targets(connector:str, server: str, url: str, username: str,
|
|
56
56
|
expand=True,
|
57
57
|
# width = 200
|
58
58
|
)
|
59
|
-
table.add_column("
|
59
|
+
table.add_column("Name of Target")
|
60
60
|
table.add_column("Catalog Target Name")
|
61
61
|
table.add_column('Metadata Source Qualified Name')
|
62
62
|
table.add_column("Relationship GUID", no_wrap=True)
|
63
63
|
table.add_column('Configuration Properties')
|
64
64
|
table.add_column('Template Properties')
|
65
|
-
table.add_column("
|
66
|
-
table.add_column("Delete Method")
|
65
|
+
table.add_column("Operational Instructions")
|
66
|
+
# table.add_column("Delete Method")
|
67
67
|
|
68
68
|
|
69
69
|
if type(cat_targets) is list:
|
@@ -73,6 +73,8 @@ def display_catalog_targets(connector:str, server: str, url: str, username: str,
|
|
73
73
|
target_rel = target.get('relationshipGUID','---')
|
74
74
|
target_sync = target.get('permittedSynchronization')
|
75
75
|
target_delete = target.get('deleteMethod','---')
|
76
|
+
op_instruct = f"* {target_sync}\n* {target_delete}"
|
77
|
+
op_instruct_out = Markdown(op_instruct)
|
76
78
|
# target_guid = target['catalogTargetElement']['guid']
|
77
79
|
connector_unique = target['catalogTargetElement']['uniqueName']
|
78
80
|
|
@@ -92,8 +94,7 @@ def display_catalog_targets(connector:str, server: str, url: str, username: str,
|
|
92
94
|
|
93
95
|
table.add_row(
|
94
96
|
connector_unique, target_name, target_source, target_rel,
|
95
|
-
config_props_out, template_props_out,
|
96
|
-
)
|
97
|
+
config_props_out, template_props_out, op_instruct_out)
|
97
98
|
|
98
99
|
return table
|
99
100
|
|
@@ -25,7 +25,7 @@ examples/widgets/operational/README.md,sha256=PJsSDcvMv6E6og6y-cwvxFX5lhCII0UCwg
|
|
25
25
|
examples/widgets/operational/__init__.py,sha256=SCfzF3-aMx8EpqLWmH7JQf13gTmMAtHRbg69oseLvi8,480
|
26
26
|
examples/widgets/operational/engine_actions.py,sha256=j4OL-Gpo4n8CAqcwdCRI8nnAm0F7NOEpX6Bp6FB-Pmg,3064
|
27
27
|
examples/widgets/operational/integration_daemon_actions.py,sha256=SacZaweJWYIUKgEu2B1y0iQXg0Aj4zeJjX4Jhs93TpM,3942
|
28
|
-
examples/widgets/operational/list_catalog_targets.py,sha256=
|
28
|
+
examples/widgets/operational/list_catalog_targets.py,sha256=QlNfXOxHPahFEK6WGORo_ZGkHsoNe8f2h-Gct1JRMaQ,5722
|
29
29
|
examples/widgets/operational/load_archive.py,sha256=j9K4uPpUzvqEyvsUMZoY0-1NVuljAwqcMg8Lhin_p1E,2280
|
30
30
|
examples/widgets/operational/monitor_asset_events.py,sha256=eERSZaL-F_3OYFfao4qfsLtFLZoLFkxUJHH9XVt5hDM,3731
|
31
31
|
examples/widgets/operational/monitor_coco_status.py,sha256=ERz3OJ0TXImNKHGD4gJvgT3pl2gS23ewAdUuYVLUhEE,3299
|
@@ -69,8 +69,8 @@ pyegeria/runtime_manager_omvs.py,sha256=WekK7Yeyn6Qu9YmbSDo3m57MN0xOsIm9M8kGHfRO
|
|
69
69
|
pyegeria/server_operations.py,sha256=ZX7FlJRrAC7RK4bq4wHWepEsYbbWlqkUZdsJrTplVVU,16534
|
70
70
|
pyegeria/utils.py,sha256=pkVmS3RrbjaS9yz7FtOCwaOfV5FMqz-__Rt5koCnd9c,5374
|
71
71
|
pyegeria/valid_metadata_omvs.py,sha256=aisdRodIwJSkyArAzfm_sEnBELh69xE8k4Nea-vHu8M,36745
|
72
|
-
pyegeria-0.5.8.
|
73
|
-
pyegeria-0.5.8.
|
74
|
-
pyegeria-0.5.8.
|
75
|
-
pyegeria-0.5.8.
|
76
|
-
pyegeria-0.5.8.
|
72
|
+
pyegeria-0.5.8.10.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
73
|
+
pyegeria-0.5.8.10.dist-info/METADATA,sha256=VSWWoFOi9IthDwrQMEEAnNkvxeX6Mwc_EDt1Ce6T9zI,2689
|
74
|
+
pyegeria-0.5.8.10.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
75
|
+
pyegeria-0.5.8.10.dist-info/entry_points.txt,sha256=5aexqWL8P1vQZrEK4bQLfelOnFfZtXFmWYS0pLa4NmE,2772
|
76
|
+
pyegeria-0.5.8.10.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|