pyegeria 0.5.8.10__py3-none-any.whl → 0.5.8.11__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 +4 -4
- {pyegeria-0.5.8.10.dist-info → pyegeria-0.5.8.11.dist-info}/METADATA +1 -1
- {pyegeria-0.5.8.10.dist-info → pyegeria-0.5.8.11.dist-info}/RECORD +6 -6
- {pyegeria-0.5.8.10.dist-info → pyegeria-0.5.8.11.dist-info}/LICENSE +0 -0
- {pyegeria-0.5.8.10.dist-info → pyegeria-0.5.8.11.dist-info}/WHEEL +0 -0
- {pyegeria-0.5.8.10.dist-info → pyegeria-0.5.8.11.dist-info}/entry_points.txt +0 -0
@@ -56,13 +56,13 @@ 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("Name of Target")
|
60
|
-
table.add_column("Catalog Target Name")
|
59
|
+
table.add_column("Name of Target", max_width=15)
|
60
|
+
table.add_column("Catalog Target Name", max_width=15)
|
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("Operational Instructions")
|
65
|
+
table.add_column("Operational Instructions", max_width=15)
|
66
66
|
# table.add_column("Delete Method")
|
67
67
|
|
68
68
|
|
@@ -106,7 +106,7 @@ def display_catalog_targets(connector:str, server: str, url: str, username: str,
|
|
106
106
|
|
107
107
|
connector_guid = INTEGRATION_GUIDS[connector]
|
108
108
|
cat_targets = a_client.get_catalog_targets(connector_guid)
|
109
|
-
console = Console()
|
109
|
+
console = Console(force_jupyter=True, width=250)
|
110
110
|
with console.pager(styles=True):
|
111
111
|
console.print(generate_table())
|
112
112
|
|
@@ -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=jokwScFDltrPltTxX2TIUq05xNMpaCxMmfWO_8vKJXM,5793
|
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.11.dist-info/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
73
|
+
pyegeria-0.5.8.11.dist-info/METADATA,sha256=IvYyifQChxCtxKM8ze0PXerCOMvMetSlxgqTX7VCfcE,2689
|
74
|
+
pyegeria-0.5.8.11.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
75
|
+
pyegeria-0.5.8.11.dist-info/entry_points.txt,sha256=5aexqWL8P1vQZrEK4bQLfelOnFfZtXFmWYS0pLa4NmE,2772
|
76
|
+
pyegeria-0.5.8.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|