pyegeria 5.4.0.25__py3-none-any.whl → 5.4.0.26__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 CHANGED
@@ -50,15 +50,15 @@ from .egeria_my_client import EgeriaMy
50
50
  from .egeria_tech_client import EgeriaTech
51
51
  from .feedback_manager_omvs import FeedbackManager
52
52
  from .full_omag_server_config import FullServerConfig
53
- from .glossary_browser_omvs import GlossaryBrowser
54
- from .glossary_manager_omvs import GlossaryManager
53
+ from .glossary_browser import GlossaryBrowser
54
+ from .glossary_manager import GlossaryManager
55
55
  from .governance_officer import GovernanceOfficer
56
56
  from .mermaid_utilities import (construct_mermaid_web, construct_mermaid_jup, generate_process_graph, load_mermaid,
57
57
  parse_mermaid_code, render_mermaid, save_mermaid_graph, save_mermaid_html, )
58
58
  from .metadata_explorer_omvs import MetadataExplorer
59
59
  from .my_profile_omvs import MyProfile
60
60
  from .platform_services import Platform
61
- from .project_manager_omvs import ProjectManager
61
+ from .project_manager import ProjectManager
62
62
  from .registered_info import RegisteredInfo
63
63
  from .runtime_manager_omvs import RuntimeManager
64
64
  from .server_operations import ServerOps
@@ -67,304 +67,8 @@ from .utils import body_slimmer, print_response, to_pascal_case, to_camel_case,
67
67
  from .valid_metadata_omvs import ValidMetadataManager
68
68
  from .x_action_author_omvs import ActionAuthor
69
69
  from .template_manager_omvs import TemplateManager
70
- # from .md_processing_utils import (extract_command, process_glossary_upsert_command, process_term_upsert_command,
71
- # process_category_upsert_command, get_current_datetime_string,
72
- # process_per_proj_upsert_command, command_list, render_markdown,
73
- # process_provenance_command, process_blueprint_upsert_command,
74
- # process_solution_component_upsert_command, process_term_list_command,
75
- # process_glossary_list_command, process_category_list_command,
76
- # process_term_history_command, process_glossary_structure_command,
77
- # process_term_revision_history_command, process_create_term_term_relationship_command,
78
- # process_term_details_command,)
79
-
80
- #
81
- # The following assignments were generated by the `create_tech_guid_lists.py` utility that uses the pyegeria functions
82
- # to interrogate Egeria (and the Core Content Pack) for the GUIDS associates with integration connectors and templates.
83
- # While these GUIDS rarely change, they will evolve as new connectors are built and integrated. This could impact some
84
- # of the pyegeria methods that, as a convenience, use pre-assigned GUIDS to create new elements and such.
85
- #
86
- # This list may also be augmented (and of use) to those wishing to extend the pyegeria methods to automate or simplify
87
- # the use of custom connectors and templates.
70
+ from .data_designer import DataDesigner
88
71
  #
89
- #
90
- # global template_guids, integration_guids
91
- # TEMPLATE_GUIDS["CSV Data File"] = "13770f93-13c8-42be-9bb8-e0b1b1e52b1f"
92
- # TEMPLATE_GUIDS["Keystore File"] = "fbcfcc0c-1652-421f-b49b-c3e1c108768f"
93
- # TEMPLATE_GUIDS["Unity Catalog Server"] = "dcca9788-b30f-4007-b1ac-ec634aff6879"
94
- # INTEGRATION_GUIDS["UnityCatalogInsideCatalog"] = "74dde22f-2249-4ea3-af2b-b39e73f79b81"
95
- # INTEGRATION_GUIDS["UnityCatalogServer"] = "06d068d9-9e08-4e67-8c59-073bbf1013af"
96
- # INTEGRATION_GUIDS["JDBC"] = "70dcd0b7-9f06-48ad-ad44-ae4d7a7762aa"
97
- # TEMPLATE_GUIDS["Data File"] = "66d8dda9-00cf-4e59-938c-4b0583596b1e"
98
- # TEMPLATE_GUIDS["View Server"] = "fd61ca01-390d-4aa2-a55d-426826aa4e1b"
99
- # TEMPLATE_GUIDS["Archive File"] = "7578e504-d00f-406d-a194-3fc0a351cdf9"
100
- # TEMPLATE_GUIDS["Unity Catalog Catalog"] = "5ee006aa-a6d6-411b-9b8d-5f720c079cae"
101
- # TEMPLATE_GUIDS[
102
- # "PostgreSQL Relational Database"
103
- # ] = "3d398b3f-7ae6-4713-952a-409f3dea8520"
104
- # INTEGRATION_GUIDS["JDBC"] = "70dcd0b7-9f06-48ad-ad44-ae4d7a7762aa"
105
- # TEMPLATE_GUIDS["Program File"] = "32d27e9c-1fdf-455a-ad2a-42b4d7d99108"
106
- # TEMPLATE_GUIDS["FileFolder"] = "fbdd8efd-1b69-474c-bb6d-0a304b394146"
107
- # INTEGRATION_GUIDS["ContentPacksMonitor"] = "6bb2181e-7724-4515-ba3c-877cded55980"
108
- # INTEGRATION_GUIDS["GeneralFilesMonitor"] = "1b98cdac-dd0a-4621-93db-99ef5a1098bc"
109
- # INTEGRATION_GUIDS["SampleDataFilesMonitor"] = "cd6479e1-2fe7-4426-b358-8a0cf70be117"
110
- # INTEGRATION_GUIDS["OpenLineageFilePublisher"] = "6271b678-7d22-4cdf-87b1-45b366beaf4e"
111
- # TEMPLATE_GUIDS["JDBC Endpoint"] = "3d79ce50-1887-4627-ad71-ba4649aba2bc"
112
- # TEMPLATE_GUIDS["PostgreSQL Server"] = "542134e6-b9ce-4dce-8aef-22e8daf34fdb"
113
- # INTEGRATION_GUIDS["PostgreSQLServer"] = "36f69fd0-54ba-4f59-8a44-11ccf2687a34"
114
- # TEMPLATE_GUIDS["Audio Data File"] = "39b4b670-7f15-4744-a5ba-62e8edafbcee"
115
- # TEMPLATE_GUIDS["Document File"] = "eb6f728d-fa54-4350-9807-1199cbf96851"
116
- # TEMPLATE_GUIDS["Integration Daemon"] = "6b3516f0-dd13-4786-9601-07215f995197"
117
- # TEMPLATE_GUIDS["XML Data File"] = "ea67ae71-c674-473e-b38b-689879d2a7d9"
118
- # TEMPLATE_GUIDS["REST API Endpoint"] = "9ea4bff4-d193-492f-bcad-6e68c07c6f9e"
119
- # TEMPLATE_GUIDS["Unity Catalog Schema"] = "5bf92b0f-3970-41ea-b0a3-aacfbf6fd92e"
120
- # TEMPLATE_GUIDS["Parquet Data File"] = "7f6cd744-79c3-4d25-a056-eeb1a91574c3"
121
- # TEMPLATE_GUIDS["3D Image Data File"] = "0059ea2b-6292-4cac-aa6f-a80a605f1114"
122
- # TEMPLATE_GUIDS["YAML File"] = "2221855b-2b64-4b45-a2ee-c40adc5e2a64"
123
- # TEMPLATE_GUIDS["Metadata Access Server"] = "bd8de890-fa79-4c24-aab8-20b41b5893dd"
124
- # TEMPLATE_GUIDS["Properties File"] = "3b281111-a0ef-4fc4-99e7-9a0ef84a7636"
125
- # TEMPLATE_GUIDS["Vector Data File"] = "db1bec7f-55a9-40d3-91c0-a57b76d422e2"
126
- # TEMPLATE_GUIDS["Apache Kafka Server"] = "5e1ff810-5418-43f7-b7c4-e6e062f9aff7"
127
- # INTEGRATION_GUIDS["KafkaTopic"] = "fa1f711c-0b34-4b57-8e6e-16162b132b0c"
128
- # TEMPLATE_GUIDS["Executable File"] = "3d99a163-7a13-4576-a212-784010a8302a"
129
- # INTEGRATION_GUIDS["OpenLineageAPIPublisher"] = "2156bc98-973a-4859-908d-4ccc96f53cc5"
130
- # TEMPLATE_GUIDS["Unity Catalog Table"] = "6cc1e5f5-4c1e-4290-a80e-e06643ffb13d"
131
- # TEMPLATE_GUIDS["JSON Data File"] = "c4836635-7e9e-446a-83b5-15e206b1aff3"
132
- # TEMPLATE_GUIDS["File System"] = "522f228c-097c-4f90-9efc-26c1f2696f87"
133
- # TEMPLATE_GUIDS["Source Code File"] = "9c7013ef-f29b-4b01-a8ea-5ea14f64c67a"
134
- # TEMPLATE_GUIDS["Apple MacBook Pro"] = "32a9fd56-85c9-47fe-a211-9da3871bf4da"
135
- # TEMPLATE_GUIDS["Build Instruction File"] = "fbb2fa2e-8bcb-402e-9be7-5c6db9f2c504"
136
- # TEMPLATE_GUIDS["Spreadsheet Data File"] = "e4fabff5-2ba9-4050-9076-6ed917970b4c"
137
- # TEMPLATE_GUIDS["UNIX File System"] = "27117270-8667-41d0-a99a-9118f9b60199"
138
- # TEMPLATE_GUIDS["Video Data File"] = "93b2b722-ec0f-4da4-960a-b8d4922f8bf5"
139
- # TEMPLATE_GUIDS["Unity Catalog Function"] = "a490ba65-6104-4213-9be9-524e16fed8aa"
140
- # TEMPLATE_GUIDS[
141
- # "PostgreSQL Relational Database Schema"
142
- # ] = "82a5417c-d882-4271-8444-4c6a996a8bfc"
143
- # TEMPLATE_GUIDS["Engine Host"] = "1764a891-4234-45f1-8cc3-536af40c790d"
144
- # TEMPLATE_GUIDS["Avro Data File"] = "9f5be428-058e-41dd-b506-3a222283b579"
145
- # TEMPLATE_GUIDS["Unity Catalog Volume"] = "92d2d2dc-0798-41f0-9512-b10548d312b7"
146
- # TEMPLATE_GUIDS["File"] = "ae3067c7-cc72-4a18-88e1-746803c2c86f"
147
- # TEMPLATE_GUIDS["Apache Kafka Topic"] = "ea8f81c9-c59c-47de-9525-7cc59d1251e5"
148
- # TEMPLATE_GUIDS["Script File"] = "dbd5e6bb-1ff8-46f4-a007-fb0485f68c92"
149
- # TEMPLATE_GUIDS["Apache Atlas Server"] = "fe6dce45-a978-4417-ab55-17f05b8bcea7"
150
- # TEMPLATE_GUIDS["Raster Data File"] = "47211156-f03f-4881-8526-015e695a3dac"
151
- # TEMPLATE_GUIDS["Data Folder"] = "372a0379-7060-4c9d-8d84-bc709b31794c"
152
- # INTEGRATION_GUIDS[
153
- # "MaintainDataFolderLastUpdateDate"
154
- # ] = "fd26f07c-ae44-4bc5-b457-37b43112224f"
155
- # INTEGRATION_GUIDS["OpenLineageFilePublisher"] = "6271b678-7d22-4cdf-87b1-45b366beaf4e"
156
- # TEMPLATE_GUIDS["OMAG Server Platform"] = "9b06c4dc-ddc8-47ae-b56b-28775d3a96f0"
157
- # INTEGRATION_GUIDS["OpenAPI"] = "b89d9a5a-2ea6-49bc-a4fc-e7df9f3ca93e"
158
- # INTEGRATION_GUIDS["OMAGServerPlatform"] = "dee84e6e-7a96-4975-86c1-152fb3ab759b"
159
- # INTEGRATION_GUIDS["PostgreSQLServerCataloguer"] = "36f69fd0-54ba-4f59-8a44-11ccf2687a34"
160
- # INTEGRATION_GUIDS[
161
- # "UnityCatalogInsideCatalogSynchronizer"
162
- # ] = "74dde22f-2249-4ea3-af2b-b39e73f79b81"
163
- # INTEGRATION_GUIDS["OpenLineageAPIPublisher"] = "2156bc98-973a-4859-908d-4ccc96f53cc5"
164
- # INTEGRATION_GUIDS["JDBCDatabaseCataloguer"] = "70dcd0b7-9f06-48ad-ad44-ae4d7a7762aa"
165
- # INTEGRATION_GUIDS["FilesCataloguer"] = "1b98cdac-dd0a-4621-93db-99ef5a1098bc"
166
- # INTEGRATION_GUIDS["SampleDataCataloguer"] = "cd6479e1-2fe7-4426-b358-8a0cf70be117"
167
- # INTEGRATION_GUIDS[
168
- # "OpenLineageGovernanceActionPublisher"
169
- # ] = "206f8faf-04da-4b6f-8280-eeee3943afeb"
170
- # INTEGRATION_GUIDS["OpenAPICataloguer"] = "b89d9a5a-2ea6-49bc-a4fc-e7df9f3ca93e"
171
- # INTEGRATION_GUIDS[
172
- # "OMAGServerPlatformCataloguer"
173
- # ] = "dee84e6e-7a96-4975-86c1-152fb3ab759b"
174
- # INTEGRATION_GUIDS["ApacheKafkaCataloguer"] = "fa1f711c-0b34-4b57-8e6e-16162b132b0c"
175
- # INTEGRATION_GUIDS[
176
- # "UnityCatalogServerSynchronizer"
177
- # ] = "06d068d9-9e08-4e67-8c59-073bbf1013af"
178
- # INTEGRATION_GUIDS["MaintainLastUpdateDate"] = "fd26f07c-ae44-4bc5-b457-37b43112224f"
179
- # INTEGRATION_GUIDS["OpenLineageKafkaListener"] = "980b989c-de78-4e6a-a58d-51049d7381bf"
180
- # INTEGRATION_GUIDS["OpenLineageFilePublisher"] = "6271b678-7d22-4cdf-87b1-45b366beaf4e"
181
- # INTEGRATION_GUIDS["ContentPacksCataloguer"] = "6bb2181e-7724-4515-ba3c-877cded55980"
182
- # INTEGRATION_GUIDS["OpenLineageCataloguer"] = "3347ac71-8dd2-403a-bc16-75a71be64bd7"
183
- # global template_guids, integration_guids
184
- # TEMPLATE_GUIDS["CSV Data File"] = "13770f93-13c8-42be-9bb8-e0b1b1e52b1f"
185
- # TEMPLATE_GUIDS["File System Directory"] = "c353fd5d-9523-4a5e-a5e2-723ae490fe54"
186
- # INTEGRATION_GUIDS["GeneralFilesMonitor"] = "1b98cdac-dd0a-4621-93db-99ef5a1098bc"
187
- # INTEGRATION_GUIDS["OpenLineageFilePublisher"] = "6271b678-7d22-4cdf-87b1-45b366beaf4e"
188
- # INTEGRATION_GUIDS["ContentPacksMonitor"] = "6bb2181e-7724-4515-ba3c-877cded55980"
189
- # INTEGRATION_GUIDS["SampleDataFilesMonitor"] = "cd6479e1-2fe7-4426-b358-8a0cf70be117"
190
- # TEMPLATE_GUIDS["Keystore File"] = "fbcfcc0c-1652-421f-b49b-c3e1c108768f"
191
- # TEMPLATE_GUIDS["Unity Catalog Server"] = "dcca9788-b30f-4007-b1ac-ec634aff6879"
192
- # INTEGRATION_GUIDS["UnityCatalogInsideCatalog"] = "74dde22f-2249-4ea3-af2b-b39e73f79b81"
193
- # INTEGRATION_GUIDS["UnityCatalogServer"] = "06d068d9-9e08-4e67-8c59-073bbf1013af"
194
- # INTEGRATION_GUIDS["JDBC"] = "70dcd0b7-9f06-48ad-ad44-ae4d7a7762aa"
195
- # TEMPLATE_GUIDS["Data File"] = "66d8dda9-00cf-4e59-938c-4b0583596b1e"
196
- # TEMPLATE_GUIDS["View Server"] = "fd61ca01-390d-4aa2-a55d-426826aa4e1b"
197
- # TEMPLATE_GUIDS["Archive File"] = "7578e504-d00f-406d-a194-3fc0a351cdf9"
198
- # TEMPLATE_GUIDS["Unity Catalog Catalog"] = "5ee006aa-a6d6-411b-9b8d-5f720c079cae"
199
- # TEMPLATE_GUIDS[
200
- # "PostgreSQL Relational Database"
201
- # ] = "3d398b3f-7ae6-4713-952a-409f3dea8520"
202
- # INTEGRATION_GUIDS["PostgreSQLDatabase"] = "ef301220-7dfe-4c6c-bb9d-8f92d9f63823"
203
- # TEMPLATE_GUIDS["Program File"] = "32d27e9c-1fdf-455a-ad2a-42b4d7d99108"
204
- # TEMPLATE_GUIDS["JDBC Endpoint"] = "3d79ce50-1887-4627-ad71-ba4649aba2bc"
205
- # TEMPLATE_GUIDS["PostgreSQL Server"] = "542134e6-b9ce-4dce-8aef-22e8daf34fdb"
206
- # INTEGRATION_GUIDS["PostgreSQLServer"] = "36f69fd0-54ba-4f59-8a44-11ccf2687a34"
207
- # TEMPLATE_GUIDS["Audio Data File"] = "39b4b670-7f15-4744-a5ba-62e8edafbcee"
208
- # TEMPLATE_GUIDS["Document File"] = "eb6f728d-fa54-4350-9807-1199cbf96851"
209
- # TEMPLATE_GUIDS["Integration Daemon"] = "6b3516f0-dd13-4786-9601-07215f995197"
210
- # TEMPLATE_GUIDS["XML Data File"] = "ea67ae71-c674-473e-b38b-689879d2a7d9"
211
- # TEMPLATE_GUIDS["REST API Endpoint"] = "9ea4bff4-d193-492f-bcad-6e68c07c6f9e"
212
- # TEMPLATE_GUIDS["Unity Catalog Schema"] = "5bf92b0f-3970-41ea-b0a3-aacfbf6fd92e"
213
- # TEMPLATE_GUIDS["Parquet Data File"] = "7f6cd744-79c3-4d25-a056-eeb1a91574c3"
214
- # TEMPLATE_GUIDS["3D Image Data File"] = "0059ea2b-6292-4cac-aa6f-a80a605f1114"
215
- # TEMPLATE_GUIDS["YAML File"] = "2221855b-2b64-4b45-a2ee-c40adc5e2a64"
216
- # TEMPLATE_GUIDS["Metadata Access Server"] = "bd8de890-fa79-4c24-aab8-20b41b5893dd"
217
- # TEMPLATE_GUIDS["Properties File"] = "3b281111-a0ef-4fc4-99e7-9a0ef84a7636"
218
- # TEMPLATE_GUIDS["Vector Data File"] = "db1bec7f-55a9-40d3-91c0-a57b76d422e2"
219
- # TEMPLATE_GUIDS["Executable File"] = "3d99a163-7a13-4576-a212-784010a8302a"
220
- # INTEGRATION_GUIDS["OpenLineageAPIPublisher"] = "2156bc98-973a-4859-908d-4ccc96f53cc5"
221
- # TEMPLATE_GUIDS["Unity Catalog Table"] = "6cc1e5f5-4c1e-4290-a80e-e06643ffb13d"
222
- # TEMPLATE_GUIDS["JSON Data File"] = "c4836635-7e9e-446a-83b5-15e206b1aff3"
223
- # TEMPLATE_GUIDS["File System"] = "522f228c-097c-4f90-9efc-26c1f2696f87"
224
- # TEMPLATE_GUIDS["Source Code File"] = "9c7013ef-f29b-4b01-a8ea-5ea14f64c67a"
225
- # TEMPLATE_GUIDS["Apple MacBook Pro"] = "32a9fd56-85c9-47fe-a211-9da3871bf4da"
226
- # TEMPLATE_GUIDS["Build Instruction File"] = "fbb2fa2e-8bcb-402e-9be7-5c6db9f2c504"
227
- # TEMPLATE_GUIDS["Spreadsheet Data File"] = "e4fabff5-2ba9-4050-9076-6ed917970b4c"
228
- # TEMPLATE_GUIDS["UNIX File System"] = "27117270-8667-41d0-a99a-9118f9b60199"
229
- # TEMPLATE_GUIDS["Video Data File"] = "93b2b722-ec0f-4da4-960a-b8d4922f8bf5"
230
- # TEMPLATE_GUIDS["Unity Catalog Function"] = "a490ba65-6104-4213-9be9-524e16fed8aa"
231
- # TEMPLATE_GUIDS[
232
- # "PostgreSQL Relational Database Schema"
233
- # ] = "82a5417c-d882-4271-8444-4c6a996a8bfc"
234
- # TEMPLATE_GUIDS["Engine Host"] = "1764a891-4234-45f1-8cc3-536af40c790d"
235
- # TEMPLATE_GUIDS["Avro Data File"] = "9f5be428-058e-41dd-b506-3a222283b579"
236
- # TEMPLATE_GUIDS["Unity Catalog Volume"] = "92d2d2dc-0798-41f0-9512-b10548d312b7"
237
- # TEMPLATE_GUIDS["File"] = "ae3067c7-cc72-4a18-88e1-746803c2c86f"
238
- # TEMPLATE_GUIDS["Apache Kafka Topic"] = "ea8f81c9-c59c-47de-9525-7cc59d1251e5"
239
- # INTEGRATION_GUIDS["OpenLineageKafkaListener"] = "980b989c-de78-4e6a-a58d-51049d7381bf"
240
- # TEMPLATE_GUIDS["Script File"] = "dbd5e6bb-1ff8-46f4-a007-fb0485f68c92"
241
- # TEMPLATE_GUIDS["Raster Data File"] = "47211156-f03f-4881-8526-015e695a3dac"
242
- # TEMPLATE_GUIDS["Data Folder"] = "372a0379-7060-4c9d-8d84-bc709b31794c"
243
- # INTEGRATION_GUIDS[
244
- # "MaintainDataFolderLastUpdateDate"
245
- # ] = "fd26f07c-ae44-4bc5-b457-37b43112224f"
246
- # INTEGRATION_GUIDS["OpenLineageFilePublisher"] = "6271b678-7d22-4cdf-87b1-45b366beaf4e"
247
- # TEMPLATE_GUIDS["OMAG Server Platform"] = "9b06c4dc-ddc8-47ae-b56b-28775d3a96f0"
248
- # INTEGRATION_GUIDS["OMAGServerPlatform"] = "dee84e6e-7a96-4975-86c1-152fb3ab759b"
249
- # INTEGRATION_GUIDS["PostgreSQLServerCataloguer"] = "36f69fd0-54ba-4f59-8a44-11ccf2687a34"
250
- # INTEGRATION_GUIDS[
251
- # "UnityCatalogInsideCatalogSynchronizer"
252
- # ] = "74dde22f-2249-4ea3-af2b-b39e73f79b81"
253
- # INTEGRATION_GUIDS["OpenLineageAPIPublisher"] = "2156bc98-973a-4859-908d-4ccc96f53cc5"
254
- # INTEGRATION_GUIDS[
255
- # "PostgreSQLDatabaseCataloguer"
256
- # ] = "ef301220-7dfe-4c6c-bb9d-8f92d9f63823"
257
- # INTEGRATION_GUIDS["JDBCDatabaseCataloguer"] = "70dcd0b7-9f06-48ad-ad44-ae4d7a7762aa"
258
- # INTEGRATION_GUIDS["FilesCataloguer"] = "1b98cdac-dd0a-4621-93db-99ef5a1098bc"
259
- # INTEGRATION_GUIDS["SampleDataCataloguer"] = "cd6479e1-2fe7-4426-b358-8a0cf70be117"
260
- # INTEGRATION_GUIDS[
261
- # "OpenLineageGovernanceActionPublisher"
262
- # ] = "206f8faf-04da-4b6f-8280-eeee3943afeb"
263
- # INTEGRATION_GUIDS[
264
- # "OMAGServerPlatformCataloguer"
265
- # ] = "dee84e6e-7a96-4975-86c1-152fb3ab759b"
266
- # INTEGRATION_GUIDS[
267
- # "UnityCatalogServerSynchronizer"
268
- # ] = "06d068d9-9e08-4e67-8c59-073bbf1013af"
269
- # INTEGRATION_GUIDS["MaintainLastUpdateDate"] = "fd26f07c-ae44-4bc5-b457-37b43112224f"
270
- # INTEGRATION_GUIDS["OpenLineageKafkaListener"] = "980b989c-de78-4e6a-a58d-51049d7381bf"
271
- # INTEGRATION_GUIDS["OpenLineageFilePublisher"] = "6271b678-7d22-4cdf-87b1-45b366beaf4e"
272
- # INTEGRATION_GUIDS["ContentPacksCataloguer"] = "6bb2181e-7724-4515-ba3c-877cded55980"
273
- # INTEGRATION_GUIDS["OpenLineageCataloguer"] = "3347ac71-8dd2-403a-bc16-75a71be64bd7"
274
-
275
- # TEMPLATE_GUIDS["CSV Data File"] = "13770f93-13c8-42be-9bb8-e0b1b1e52b1f"
276
- # TEMPLATE_GUIDS["File System Directory"] = "c353fd5d-9523-4a5e-a5e2-723ae490fe54"
277
- # INTEGRATION_GUIDS["GeneralFilesMonitor"] = "1b98cdac-dd0a-4621-93db-99ef5a1098bc"
278
- # INTEGRATION_GUIDS["OpenLineageFilePublisher"] = "6271b678-7d22-4cdf-87b1-45b366beaf4e"
279
- # INTEGRATION_GUIDS["ContentPacksMonitor"] = "6bb2181e-7724-4515-ba3c-877cded55980"
280
- # INTEGRATION_GUIDS["SampleDataFilesMonitor"] = "cd6479e1-2fe7-4426-b358-8a0cf70be117"
281
- # TEMPLATE_GUIDS["Keystore File"] = "fbcfcc0c-1652-421f-b49b-c3e1c108768f"
282
- # TEMPLATE_GUIDS["Unity Catalog Server"] = "dcca9788-b30f-4007-b1ac-ec634aff6879"
283
- # INTEGRATION_GUIDS["UnityCatalogInsideCatalog"] = "74dde22f-2249-4ea3-af2b-b39e73f79b81"
284
- # INTEGRATION_GUIDS["UnityCatalogServer"] = "06d068d9-9e08-4e67-8c59-073bbf1013af"
285
- # INTEGRATION_GUIDS["JDBC"] = "70dcd0b7-9f06-48ad-ad44-ae4d7a7762aa"
286
- # TEMPLATE_GUIDS["Data File"] = "66d8dda9-00cf-4e59-938c-4b0583596b1e"
287
- # TEMPLATE_GUIDS["View Server"] = "fd61ca01-390d-4aa2-a55d-426826aa4e1b"
288
- # TEMPLATE_GUIDS["Archive File"] = "7578e504-d00f-406d-a194-3fc0a351cdf9"
289
- # TEMPLATE_GUIDS["Unity Catalog Catalog"] = "5ee006aa-a6d6-411b-9b8d-5f720c079cae"
290
- # TEMPLATE_GUIDS["PostgreSQL Relational Database"] = (
291
- # "3d398b3f-7ae6-4713-952a-409f3dea8520"
292
- # )
293
- # INTEGRATION_GUIDS["PostgreSQLDatabase"] = "ef301220-7dfe-4c6c-bb9d-8f92d9f63823"
294
- # TEMPLATE_GUIDS["Program File"] = "32d27e9c-1fdf-455a-ad2a-42b4d7d99108"
295
- # TEMPLATE_GUIDS["JDBC Endpoint"] = "3d79ce50-1887-4627-ad71-ba4649aba2bc"
296
- # TEMPLATE_GUIDS["PostgreSQL Server"] = "542134e6-b9ce-4dce-8aef-22e8daf34fdb"
297
- # INTEGRATION_GUIDS["PostgreSQLServer"] = "36f69fd0-54ba-4f59-8a44-11ccf2687a34"
298
- # TEMPLATE_GUIDS["Audio Data File"] = "39b4b670-7f15-4744-a5ba-62e8edafbcee"
299
- # TEMPLATE_GUIDS["Document File"] = "eb6f728d-fa54-4350-9807-1199cbf96851"
300
- # TEMPLATE_GUIDS["Integration Daemon"] = "6b3516f0-dd13-4786-9601-07215f995197"
301
- # TEMPLATE_GUIDS["XML Data File"] = "ea67ae71-c674-473e-b38b-689879d2a7d9"
302
- # TEMPLATE_GUIDS["REST API Endpoint"] = "9ea4bff4-d193-492f-bcad-6e68c07c6f9e"
303
- # TEMPLATE_GUIDS["Unity Catalog Schema"] = "5bf92b0f-3970-41ea-b0a3-aacfbf6fd92e"
304
- # TEMPLATE_GUIDS["Parquet Data File"] = "7f6cd744-79c3-4d25-a056-eeb1a91574c3"
305
- # TEMPLATE_GUIDS["3D Image Data File"] = "0059ea2b-6292-4cac-aa6f-a80a605f1114"
306
- # TEMPLATE_GUIDS["YAML File"] = "2221855b-2b64-4b45-a2ee-c40adc5e2a64"
307
- # TEMPLATE_GUIDS["Metadata Access Server"] = "bd8de890-fa79-4c24-aab8-20b41b5893dd"
308
- # TEMPLATE_GUIDS["Properties File"] = "3b281111-a0ef-4fc4-99e7-9a0ef84a7636"
309
- # TEMPLATE_GUIDS["Vector Data File"] = "db1bec7f-55a9-40d3-91c0-a57b76d422e2"
310
- # TEMPLATE_GUIDS["Databricks Unity Catalog Server"] = (
311
- # "3f7f62f6-4abc-424e-9f92-523306e7d5d5"
312
- # )
313
- # TEMPLATE_GUIDS["Executable File"] = "3d99a163-7a13-4576-a212-784010a8302a"
314
- # INTEGRATION_GUIDS["OpenLineageAPIPublisher"] = "2156bc98-973a-4859-908d-4ccc96f53cc5"
315
- # TEMPLATE_GUIDS["Unity Catalog Table"] = "6cc1e5f5-4c1e-4290-a80e-e06643ffb13d"
316
- # TEMPLATE_GUIDS["JSON Data File"] = "c4836635-7e9e-446a-83b5-15e206b1aff3"
317
- # TEMPLATE_GUIDS["File System"] = "522f228c-097c-4f90-9efc-26c1f2696f87"
318
- # TEMPLATE_GUIDS["Source Code File"] = "9c7013ef-f29b-4b01-a8ea-5ea14f64c67a"
319
- # TEMPLATE_GUIDS["Apple MacBook Pro"] = "32a9fd56-85c9-47fe-a211-9da3871bf4da"
320
- # TEMPLATE_GUIDS["Build Instruction File"] = "fbb2fa2e-8bcb-402e-9be7-5c6db9f2c504"
321
- # TEMPLATE_GUIDS["Spreadsheet Data File"] = "e4fabff5-2ba9-4050-9076-6ed917970b4c"
322
- # TEMPLATE_GUIDS["UNIX File System"] = "27117270-8667-41d0-a99a-9118f9b60199"
323
- # TEMPLATE_GUIDS["Video Data File"] = "93b2b722-ec0f-4da4-960a-b8d4922f8bf5"
324
- # TEMPLATE_GUIDS["Unity Catalog Function"] = "a490ba65-6104-4213-9be9-524e16fed8aa"
325
- # TEMPLATE_GUIDS["PostgreSQL Relational Database Schema"] = (
326
- # "82a5417c-d882-4271-8444-4c6a996a8bfc"
327
- # )
328
- # TEMPLATE_GUIDS["Engine Host"] = "1764a891-4234-45f1-8cc3-536af40c790d"
329
- # TEMPLATE_GUIDS["Avro Data File"] = "9f5be428-058e-41dd-b506-3a222283b579"
330
- # TEMPLATE_GUIDS["Unity Catalog Volume"] = "92d2d2dc-0798-41f0-9512-b10548d312b7"
331
- # TEMPLATE_GUIDS["File"] = "ae3067c7-cc72-4a18-88e1-746803c2c86f"
332
- # TEMPLATE_GUIDS["Apache Kafka Topic"] = "ea8f81c9-c59c-47de-9525-7cc59d1251e5"
333
- # INTEGRATION_GUIDS["OpenLineageKafkaListener"] = "980b989c-de78-4e6a-a58d-51049d7381bf"
334
- # TEMPLATE_GUIDS["Script File"] = "dbd5e6bb-1ff8-46f4-a007-fb0485f68c92"
335
- # TEMPLATE_GUIDS["Raster Data File"] = "47211156-f03f-4881-8526-015e695a3dac"
336
- # TEMPLATE_GUIDS["Data Folder"] = "372a0379-7060-4c9d-8d84-bc709b31794c"
337
- # INTEGRATION_GUIDS["MaintainDataFolderLastUpdateDate"] = (
338
- # "fd26f07c-ae44-4bc5-b457-37b43112224f"
339
- # )
340
- # INTEGRATION_GUIDS["OpenLineageFilePublisher"] = "6271b678-7d22-4cdf-87b1-45b366beaf4e"
341
- # TEMPLATE_GUIDS["OMAG Server Platform"] = "9b06c4dc-ddc8-47ae-b56b-28775d3a96f0"
342
- # INTEGRATION_GUIDS["OMAGServerPlatform"] = "dee84e6e-7a96-4975-86c1-152fb3ab759b"
343
- # INTEGRATION_GUIDS["OpenLineageAPIPublisher"] = "2156bc98-973a-4859-908d-4ccc96f53cc5"
344
- # INTEGRATION_GUIDS["UnityCatalogInsideCatalogSynchronizer"] = (
345
- # "74dde22f-2249-4ea3-af2b-b39e73f79b81"
346
- # )
347
- # INTEGRATION_GUIDS["PostgreSQLServerCataloguer"] = "36f69fd0-54ba-4f59-8a44-11ccf2687a34"
348
- # INTEGRATION_GUIDS["PostgreSQLDatabaseCataloguer"] = (
349
- # "ef301220-7dfe-4c6c-bb9d-8f92d9f63823"
350
- # )
351
- # INTEGRATION_GUIDS["JDBCDatabaseCataloguer"] = "70dcd0b7-9f06-48ad-ad44-ae4d7a7762aa"
352
- # INTEGRATION_GUIDS["FilesCataloguer"] = "1b98cdac-dd0a-4621-93db-99ef5a1098bc"
353
- # INTEGRATION_GUIDS["SampleDataCataloguer"] = "cd6479e1-2fe7-4426-b358-8a0cf70be117"
354
- # INTEGRATION_GUIDS["OpenLineageGovernanceActionPublisher"] = (
355
- # "206f8faf-04da-4b6f-8280-eeee3943afeb"
356
- # )
357
- # INTEGRATION_GUIDS["OMAGServerPlatformCataloguer"] = (
358
- # "dee84e6e-7a96-4975-86c1-152fb3ab759b"
359
- # )
360
- # INTEGRATION_GUIDS["UnityCatalogServerSynchronizer"] = (
361
- # "06d068d9-9e08-4e67-8c59-073bbf1013af"
362
- # )
363
- # INTEGRATION_GUIDS["MaintainLastUpdateDate"] = "fd26f07c-ae44-4bc5-b457-37b43112224f"
364
- # INTEGRATION_GUIDS["OpenLineageKafkaListener"] = "980b989c-de78-4e6a-a58d-51049d7381bf"
365
- # INTEGRATION_GUIDS["OpenLineageFilePublisher"] = "6271b678-7d22-4cdf-87b1-45b366beaf4e"
366
- # INTEGRATION_GUIDS["ContentPacksCataloguer"] = "6bb2181e-7724-4515-ba3c-877cded55980"
367
- # INTEGRATION_GUIDS["OpenLineageCataloguer"] = "3347ac71-8dd2-403a-bc16-75a71be64bd7"
368
72
  global template_guids, integration_guids
369
73
  # 2/12/25
370
74
  #
pyegeria/_client_new.py CHANGED
@@ -917,7 +917,7 @@ class Client2:
917
917
  logger.info(NO_ELEMENTS_FOUND)
918
918
  return NO_ELEMENTS_FOUND
919
919
 
920
- if output_format != 'JSON': # return a simplified markdown representation
920
+ if output_format.upper() != 'JSON': # return a simplified markdown representation
921
921
  # logger.info(f"Found elements, output format: {output_format} and output_format_set: {output_format_set}")
922
922
  return _gen_output(elements, search_string, _type,
923
923
  output_format, output_format_set)
@@ -121,7 +121,14 @@ COMMON_FORMATS_ALL = Format(
121
121
  columns=COMMON_COLUMNS,
122
122
  )
123
123
 
124
+ PROJECT_COLUMNS = COMMON_COLUMNS + [
125
+ Column(name='Priority', key='priority'),
126
+ Column(name='Project Status', key='project_status'),
127
+ Column(name='Start Date', key='start_date'),
128
+ Column(name='Assigned Actors', key='assigned_actors'),
129
+ Column(name='Resources', key='resource_list'),
124
130
 
131
+ ]
125
132
  COLLECTIONS_COLUMNS = COMMON_COLUMNS + [
126
133
  Column(name='Type Name', key='type_name'),
127
134
  Column(name='Classifications', key='classifications'),
@@ -228,6 +235,17 @@ output_format_sets = FormatSetDict({
228
235
  )
229
236
  ],
230
237
  ),
238
+ "Project": FormatSet(
239
+ heading="Project Attributes",
240
+ description="Attributes that apply to all Projects.",
241
+ annotations={},
242
+ formats=[
243
+ Format(
244
+ types=["ALL"],
245
+ columns=PROJECT_COLUMNS
246
+ )
247
+ ]
248
+ ),
231
249
  "Basic-Terms": FormatSet(
232
250
  heading="Basic Glossary Term Attributes",
233
251
  description="Attributes that apply to all Basic Glossary Terms.",
@@ -9,8 +9,8 @@ AssetCatalog, CollectionManager, GlossaryManager, and ProjectManager.
9
9
  from pyegeria.egeria_my_client import EgeriaMy
10
10
  from pyegeria.asset_catalog_omvs import AssetCatalog
11
11
  from pyegeria.collection_manager import CollectionManager
12
- from pyegeria.glossary_manager_omvs import GlossaryManager
13
- from pyegeria.project_manager_omvs import ProjectManager
12
+ from pyegeria.glossary_manager import GlossaryManager
13
+ from pyegeria.project_manager import ProjectManager
14
14
 
15
15
 
16
16
  class EgeriaCat(
pyegeria/egeria_client.py CHANGED
@@ -13,10 +13,10 @@ for all use cases..using the more role based clients is often appropriate:
13
13
  """
14
14
  # from pyegeria.x_action_author_omvs import ActionAuthor
15
15
  from pyegeria.asset_catalog_omvs import AssetCatalog
16
- from pyegeria.collection_manager_omvs import CollectionManager
17
- from pyegeria.glossary_manager_omvs import GlossaryManager
16
+ from pyegeria.collection_manager import CollectionManager
17
+ from pyegeria.glossary_manager import GlossaryManager
18
18
  from pyegeria.governance_officer import GovernanceOfficer
19
- from pyegeria.project_manager_omvs import ProjectManager
19
+ from pyegeria.project_manager import ProjectManager
20
20
  from pyegeria.automated_curation_omvs import AutomatedCuration
21
21
  from pyegeria.classification_manager_omvs import ClassificationManager
22
22
  from pyegeria.template_manager_omvs import TemplateManager
@@ -30,7 +30,7 @@ from pyegeria.server_operations import ServerOps
30
30
  from pyegeria.registered_info import RegisteredInfo
31
31
  from pyegeria.valid_metadata_omvs import ValidMetadataManager
32
32
  from pyegeria.egeria_config_client import EgeriaConfig
33
- from pyegeria.data_designer_omvs import DataDesigner
33
+ from pyegeria.data_designer import DataDesigner
34
34
  from pyegeria.governance_officer import GovernanceOfficer
35
35
  # from pyegeria.md_processing_utils import render_markdown
36
36
 
@@ -7,7 +7,7 @@ Runtime manager is a view service that supports user interaction with the runnin
7
7
  """
8
8
  from pyegeria.automated_curation_omvs import AutomatedCuration
9
9
  from pyegeria.classification_manager_omvs import ClassificationManager
10
- from pyegeria.data_designer_omvs import DataDesigner
10
+ from pyegeria.data_designer import DataDesigner
11
11
  from pyegeria.egeria_cat_client import EgeriaCat
12
12
  from pyegeria.metadata_explorer_omvs import MetadataExplorer
13
13
  from pyegeria.registered_info import RegisteredInfo