pyegeria 5.4.0.22__py3-none-any.whl → 5.4.0.23__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.
Files changed (120) hide show
  1. commands/cat/.DS_Store +0 -0
  2. commands/cat/.env +8 -0
  3. commands/cat/debug_log.log +0 -0
  4. commands/cat/list_collections.py +15 -6
  5. commands/cat/list_format_set.py +90 -85
  6. commands/cat/logs/pyegeria.log +136 -0
  7. commands/cli/debug_log.log +0 -0
  8. commands/ops/logs/pyegeria.log +0 -0
  9. md_processing/.DS_Store +0 -0
  10. md_processing/dr-egeria-outbox/Collections-2025-08-12-13-30-37.md +163 -0
  11. md_processing/dr-egeria-outbox/Collections-2025-08-12-13-35-58.md +474 -0
  12. md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
  13. md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
  14. md_processing/dr_egeria_inbox/arch_test.md +57 -0
  15. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
  16. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
  17. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
  18. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
  19. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
  20. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
  21. md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
  22. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
  23. md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
  24. md_processing/dr_egeria_inbox/cat_test.md +100 -0
  25. md_processing/dr_egeria_inbox/collections.md +39 -0
  26. md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
  27. md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
  28. md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
  29. md_processing/dr_egeria_inbox/data_field.md +54 -0
  30. md_processing/dr_egeria_inbox/data_spec.md +77 -0
  31. md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
  32. md_processing/dr_egeria_inbox/data_test.md +179 -0
  33. md_processing/dr_egeria_inbox/data_test2.md +429 -0
  34. md_processing/dr_egeria_inbox/data_test3.md +462 -0
  35. md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
  36. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
  37. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
  38. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
  39. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
  40. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
  41. md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
  42. md_processing/dr_egeria_inbox/glossary_list.md +5 -0
  43. md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
  44. md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
  45. md_processing/dr_egeria_inbox/gov_def.md +424 -0
  46. md_processing/dr_egeria_inbox/gov_def2.md +447 -0
  47. md_processing/dr_egeria_inbox/product.md +50 -0
  48. md_processing/dr_egeria_inbox/rel.md +8 -0
  49. md_processing/dr_egeria_inbox/sb.md +119 -0
  50. md_processing/dr_egeria_inbox/solution-components.md +136 -0
  51. md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
  52. md_processing/dr_egeria_inbox/synonym_test.md +42 -0
  53. md_processing/dr_egeria_inbox/t2.md +268 -0
  54. md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
  55. md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
  56. md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +6 -0
  57. md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +31 -0
  58. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
  59. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
  60. md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
  61. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
  62. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
  63. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
  64. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
  65. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
  66. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
  67. md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
  68. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
  69. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
  70. md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
  71. md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
  72. md_processing/dr_egeria_outbox/.obsidian/workspace.json +220 -0
  73. md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
  74. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:00-product.md +62 -0
  75. md_processing/dr_egeria_outbox/friday/processed-2025-07-18 15:13-product.md +62 -0
  76. md_processing/dr_egeria_outbox/friday/processed-2025-07-20 13:23-product.md +47 -0
  77. md_processing/dr_egeria_outbox/friday/processed-2025-08-01 11:55-data_test3.md +503 -0
  78. md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  79. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +2744 -0
  80. md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +62 -0
  81. md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +444 -0
  82. md_processing/dr_egeria_outbox/processed-2025-08-03 16:05-glossary_list.md +37 -0
  83. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md +77 -0
  84. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md +75 -0
  85. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md +74 -0
  86. md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md +49 -0
  87. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  88. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  89. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  90. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  91. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
  92. md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
  93. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
  94. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
  95. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
  96. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
  97. md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
  98. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  99. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  100. md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md +485 -0
  101. md_processing/md_processing_utils/debug_log.log +0 -0
  102. md_processing/md_processing_utils/solution_architect_log.log +0 -0
  103. pyegeria/.DS_Store +0 -0
  104. pyegeria/__init__.py +2 -2
  105. pyegeria/_client_new.py +45 -49
  106. pyegeria/_output_format_models.py +22 -17
  107. pyegeria/_output_formats.py +105 -32
  108. pyegeria/collection_manager.py +154 -50
  109. pyegeria/collection_manager_omvs.py +47 -18
  110. pyegeria/egeria_cat_client.py +1 -1
  111. pyegeria/egeria_client.py +6 -0
  112. pyegeria/egeria_tech_client.py +6 -1
  113. pyegeria/governance_officer.py +2515 -0
  114. pyegeria/models.py +22 -6
  115. pyegeria/output_formatter.py +298 -79
  116. {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.23.dist-info}/METADATA +1 -1
  117. {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.23.dist-info}/RECORD +120 -18
  118. {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.23.dist-info}/LICENSE +0 -0
  119. {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.23.dist-info}/WHEEL +0 -0
  120. {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.23.dist-info}/entry_points.txt +0 -0
commands/cat/.DS_Store ADDED
Binary file
commands/cat/.env ADDED
@@ -0,0 +1,8 @@
1
+ #
2
+ # This file contains default Environment variable settings
3
+
4
+ PYEGERIA_ROOT_PATH=/Users/dwolfson/localGit/egeria-v5-3/egeria-python
5
+ PYEGERIA_CONFIG_FILE=config.json
6
+ #PYEGERIA_CONSOLE_WIDTH=200
7
+ EGERIA_USER_NAME=peterprofile
8
+ EGERIA_USER_PASSWORD=secret
File without changes
@@ -10,6 +10,7 @@ import json
10
10
  import os
11
11
  import time
12
12
 
13
+ from jsonschema import ValidationError
13
14
  from rich import box
14
15
  from rich.console import Console
15
16
  from rich.markdown import Markdown
@@ -21,6 +22,8 @@ from pyegeria import (
21
22
  CollectionManager,
22
23
  NO_ELEMENTS_FOUND, config_logging, load_app_config, get_app_config, init_logging, config_logging, PyegeriaException,
23
24
  print_basic_exception,PyegeriaException, )
25
+ from pyegeria._exceptions_new import print_validation_error
26
+
24
27
  # from pyegeria._exceptions_new import PyegeriaException, print_exception_response
25
28
 
26
29
  EGERIA_USER = os.environ.get("EGERIA_USER", "erinoverview")
@@ -135,7 +138,7 @@ def display_collections(
135
138
  table.add_column("Members")
136
139
 
137
140
  collections = m_client.find_collections(
138
- search_string.strip(), None, True, False, ignore_case=True,
141
+ search_string.strip(), None, ["Collection"],True, False, ignore_case=True,
139
142
  output_format = "DICT", output_format_set=out_struct
140
143
  )
141
144
  if type(collections) is list:
@@ -153,7 +156,7 @@ def display_collections(
153
156
  collection_type = collection.get("collectionType", "---")
154
157
  classifications = collection.get("classifications", "---")
155
158
 
156
- classifications_md = Markdown(classifications)
159
+ classifications_md = Markdown(classifications) if classifications else ""
157
160
  members_struct = m_client.get_member_list(collection_guid=guid)
158
161
  member_list = ""
159
162
  if isinstance(members_struct, list):
@@ -161,7 +164,7 @@ def display_collections(
161
164
  member_list = member_list + f"- {member.get('qualifiedName','---')}\n"
162
165
 
163
166
  # members = "\n* ".join(collection.get("members", []))
164
- members_md = Markdown(member_list)
167
+ members_md = Markdown(member_list) if member_list else ""
165
168
 
166
169
  table.add_row(
167
170
  display_name,
@@ -180,10 +183,12 @@ def display_collections(
180
183
  else:
181
184
  print("==> No collections with that name found")
182
185
 
183
- except (
184
- PyegeriaException
185
- ) as e:
186
+ except (PyegeriaException) as e:
186
187
  print_basic_exception(e)
188
+ except ValidationError as e:
189
+ print_validation_error(e)
190
+ except Exception as e:
191
+ print(f"An unexpected error occurred: {e}")
187
192
  finally:
188
193
  m_client.close_session()
189
194
 
@@ -217,6 +222,10 @@ def main():
217
222
 
218
223
  except PyegeriaException as e:
219
224
  print_basic_exception(e)
225
+ except ValidationError as e:
226
+ print_validation_error(e)
227
+ except Exception as e:
228
+ print(f"An unexpected error occurred: {e}")
220
229
 
221
230
 
222
231
  if __name__ == "__main__":
@@ -50,16 +50,15 @@ import pydevd_pycharm
50
50
 
51
51
  from pyegeria import (
52
52
  EgeriaTech,
53
- NO_ELEMENTS_FOUND,
53
+ CollectionManager,
54
+ NO_ELEMENTS_FOUND, GovernanceOfficer,
54
55
  # config_logging,
55
56
  # get_app_config
56
- )
57
+ )
57
58
  from pyegeria.load_config import get_app_config
58
59
  from pyegeria.logging_configuration import config_logging
59
- from pyegeria._output_formats import select_output_format_set, get_output_format_set_heading, \
60
- get_output_format_set_description
60
+ from pyegeria._output_formats import (select_output_format_set, get_output_format_set_heading, get_output_format_set_description)
61
61
  from pyegeria._exceptions_new import PyegeriaException, print_exception_response
62
- from pyegeria.egeria_tech_client import EgeriaTech
63
62
 
64
63
  # pydevd_pycharm.settrace('host.docker.internal', # Use 'host.docker.internal' to connect to the host machine
65
64
  # port=5678, # Port to communicate with PyCharm
@@ -130,8 +129,8 @@ def execute_format_set_action(
130
129
  print(f"Error: Output format set '{format_set_name}' does not have an action property.")
131
130
  return
132
131
 
133
- # Extract the function and parameters from the action property
134
- action = format_set["action"][0] # Assuming there's only one action
132
+ # Extract the function and parameters from the action property (now a dict)
133
+ action = format_set["action"]
135
134
  func = action.get("function")
136
135
  user_params = action.get("user_params", [])
137
136
  spec_params = action.get("spec_params", {})
@@ -141,6 +140,7 @@ def execute_format_set_action(
141
140
  for param in user_params:
142
141
  if param in kwargs and kwargs[param]:
143
142
  params[param] = kwargs[param]
143
+ # print(f"Found value '{kwargs[param]}' for parameter '{param}'.")
144
144
  elif param not in kwargs and param not in spec_params:
145
145
  print(f"Warning: Required parameter '{param}' not provided for format set '{format_set_name}'.")
146
146
 
@@ -157,10 +157,14 @@ def execute_format_set_action(
157
157
  # If function name is provided as a string, parse it to get class and method
158
158
  if isinstance(func, str) and "." in func:
159
159
  class_name, method_name = func.split(".")
160
- # if class_name == "CollectionManager":
161
- # client_class = CollectionManager
162
- # elif class_name == "EgeriaTech":
163
- client_class = EgeriaTech
160
+ if class_name == "CollectionManager":
161
+ client_class = CollectionManager
162
+ elif class_name == "GovernanceOfficer":
163
+ client_class = GovernanceOfficer
164
+ else:
165
+ client_class = EgeriaTech
166
+
167
+
164
168
  # Add more client classes as needed
165
169
 
166
170
  # # If client_class is still None, determine based on format set name
@@ -217,6 +221,7 @@ def execute_format_set_action(
217
221
  params['output_format'] = output_format
218
222
 
219
223
  # Call the function with the parameters
224
+ print(f"\n==> Calling function: {func} with parameters:{params}")
220
225
  try:
221
226
  if isinstance(func, type(client.find_collections)): # It's a method of the client
222
227
  # Call the function as an instance method of the client
@@ -246,88 +251,88 @@ def execute_format_set_action(
246
251
  if output_format == "HTML":
247
252
  print(f"\n==> Web link: [{file_name}]({app_config.pyegeria_publishing_root}/{file_name}")
248
253
  return
254
+ else:
255
+ # For TABLE output, add output_format to params
256
+ params['output_format'] = "DICT"
257
+ print(f"\n==> Calling function: {func} with parameters:{params}")
258
+ # Call the function and create a table
259
+ try:
260
+ if hasattr(client, method_name): # It's a method of the client
261
+ # Call the function as an instance method of the client
262
+ result = func(**params)
263
+ else:
264
+ # For standalone functions, call with client as first argument
265
+ result = func(client, **params)
266
+ except TypeError as e:
267
+ # Handle parameter mismatch errors
268
+ print(f"Error calling function: {e}")
269
+ print(f"Parameters provided: {params}")
270
+ return
249
271
 
250
- # For TABLE output, add output_format to params
251
- params['output_format'] = "DICT"
252
-
253
- # Call the function and create a table
254
- try:
255
- if isinstance(func, type(client.find_collections)): # It's a method of the client
256
- # Call the function as an instance method of the client
257
- result = func(**params)
258
- else:
259
- # For standalone functions, call with client as first argument
260
- result = func(client, **params)
261
- except TypeError as e:
262
- # Handle parameter mismatch errors
263
- print(f"Error calling function: {e}")
264
- print(f"Parameters provided: {params}")
265
- return
266
-
267
- if not result or result == NO_ELEMENTS_FOUND:
268
- print(f"\n==> No elements found for format set '{format_set_name}'")
269
- return
270
-
271
-
272
- if heading and desc:
273
- console.print(Markdown(preamble))
274
-
275
- # Create a table for the results
276
- table = Table(
277
- title=f"{format_set_name} @ {time.asctime()}",
278
- style="bright_white on black",
279
- header_style="bright_white on dark_blue",
280
- title_style="bold white on black",
281
- caption_style="white on black",
282
- show_lines=True,
283
- box=box.ROUNDED,
284
- caption=f"View Server '{view_server}' @ Platform - {view_url}",
285
- expand=True,
286
- )
287
-
288
- # Handle both list and dictionary results
289
- if isinstance(result, list):
290
- if not result:
272
+ if not result or result == NO_ELEMENTS_FOUND:
291
273
  print(f"\n==> No elements found for format set '{format_set_name}'")
292
274
  return
293
-
294
- # Sort the results by display_name if available
295
- if "display_name" in result[0]:
296
- sorted_results = sorted(result, key=lambda k: k.get("display_name", ""))
297
- elif "Display Name" in result[0]:
298
- sorted_results = sorted(result, key=lambda k: k.get("Display Name", ""))
275
+
276
+
277
+ if heading and desc:
278
+ console.print(Markdown(preamble))
279
+
280
+ # Create a table for the results
281
+ table = Table(
282
+ title=f"{format_set_name} @ {time.asctime()}",
283
+ style="bright_white on black",
284
+ header_style="bright_white on dark_blue",
285
+ title_style="bold white on black",
286
+ caption_style="white on black",
287
+ show_lines=True,
288
+ box=box.ROUNDED,
289
+ caption=f"View Server '{view_server}' @ Platform - {view_url}",
290
+ expand=True,
291
+ )
292
+
293
+ # Handle both list and dictionary results
294
+ if isinstance(result, list):
295
+ if not result:
296
+ print(f"\n==> No elements found for format set '{format_set_name}'")
297
+ return
298
+
299
+ # Sort the results by display_name if available
300
+ if "display_name" in result[0]:
301
+ sorted_results = sorted(result, key=lambda k: k.get("display_name", ""))
302
+ elif "Display Name" in result[0]:
303
+ sorted_results = sorted(result, key=lambda k: k.get("Display Name", ""))
304
+ else:
305
+ sorted_results = result
306
+
307
+ # Add columns dynamically based on the first result
308
+ column_headings = list(sorted_results[0].keys())
309
+ for heading in column_headings:
310
+ table.add_column(heading, justify="left", style="cyan")
311
+
312
+ # Add rows
313
+ for item in sorted_results:
314
+ row_values = []
315
+ for key in column_headings:
316
+ value = item.get(key, "")
317
+ row_values.append(str(value))
318
+
319
+ table.add_row(*row_values)
299
320
  else:
300
- sorted_results = result
301
-
302
- # Add columns dynamically based on the first result
303
- column_headings = list(sorted_results[0].keys())
304
- for heading in column_headings:
305
- table.add_column(heading, justify="left", style="cyan")
306
-
307
- # Add rows
308
- for item in sorted_results:
321
+ # Handle single dictionary result
322
+ column_headings = list(result.keys())
323
+ for heading in column_headings:
324
+ table.add_column(heading, justify="left", style="cyan")
325
+
309
326
  row_values = []
310
327
  for key in column_headings:
311
- value = item.get(key, "")
328
+ value = result.get(key, "")
312
329
  row_values.append(str(value))
313
-
330
+
314
331
  table.add_row(*row_values)
315
- else:
316
- # Handle single dictionary result
317
- column_headings = list(result.keys())
318
- for heading in column_headings:
319
- table.add_column(heading, justify="left", style="cyan")
320
-
321
- row_values = []
322
- for key in column_headings:
323
- value = result.get(key, "")
324
- row_values.append(str(value))
325
-
326
- table.add_row(*row_values)
327
-
328
- # Print the table
329
332
 
330
- console.print(table)
333
+ # Print the table
334
+
335
+ console.print(table)
331
336
 
332
337
  except PyegeriaException as e:
333
338
  print_exception_response(e)
@@ -370,7 +375,7 @@ def main():
370
375
  # Add arguments based on the format set's user_params
371
376
  user_params = []
372
377
  if "action" in format_set:
373
- action = format_set["action"][0] # Assuming there's only one action
378
+ action = format_set["action"]
374
379
  user_params = action.get("user_params", [])
375
380
 
376
381
  for param in user_params:
@@ -0,0 +1,136 @@
1
+ 2025-08-11 14:59:01 | INFO | main:394 - view server @ https://localhost:9443-{}
2
+ 2025-08-11 14:59:06 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
3
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
4
+ 2025-08-11 14:59:06 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
5
+ 2025-08-12 08:30:34 | INFO | main:394 - view server @ https://localhost:9443-{}
6
+ 2025-08-12 08:30:35 | ERROR | select_output_format_set:430 - No matching format found for kind='DigitalProduct' with output type='TABLE'.-{}
7
+ 2025-08-12 08:31:27 | INFO | main:394 - view server @ https://localhost:9443-{}
8
+ 2025-08-12 08:31:28 | ERROR | select_output_format_set:430 - No matching format found for kind='DigitalProducts' with output type='TABLE'.-{}
9
+ 2025-08-12 08:31:43 | INFO | main:394 - view server @ https://localhost:9443-{}
10
+ 2025-08-12 08:31:44 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
11
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
12
+ 2025-08-12 08:31:44 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
13
+ 2025-08-12 08:32:33 | INFO | main:394 - view server @ https://localhost:9443-{}
14
+ 2025-08-12 08:32:34 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
15
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
16
+ 2025-08-12 08:32:34 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
17
+ 2025-08-12 13:30:34 | INFO | main:394 - view server @ https://localhost:9443-{}
18
+ 2025-08-12 13:30:37 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
19
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
20
+ 2025-08-12 13:30:37 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
21
+ 2025-08-12 13:35:57 | INFO | main:394 - view server @ https://localhost:9443-{}
22
+ 2025-08-12 13:35:58 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
23
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
24
+ 2025-08-12 13:35:58 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
25
+ 2025-08-12 16:06:09 | INFO | main:394 - view server @ https://localhost:9443-{}
26
+ 2025-08-12 16:06:11 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
27
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
28
+ 2025-08-12 16:06:11 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
29
+ 2025-08-12 16:29:50 | INFO | main:394 - view server @ https://localhost:9443-{}
30
+ 2025-08-12 16:29:54 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
31
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
32
+ 2025-08-12 16:29:54 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
33
+ 2025-08-12 18:58:27 | INFO | main:394 - view server @ https://localhost:9443-{}
34
+ 2025-08-12 18:58:29 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
35
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
36
+ 2025-08-12 18:58:29 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
37
+ 2025-08-12 18:59:58 | INFO | main:394 - view server @ https://localhost:9443-{}
38
+ 2025-08-12 19:00:00 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
39
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
40
+ 2025-08-12 19:00:00 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
41
+ 2025-08-12 19:08:24 | INFO | main:394 - view server @ https://localhost:9443-{}
42
+ 2025-08-12 19:08:25 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
43
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
44
+ 2025-08-12 19:08:25 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
45
+ 2025-08-12 19:09:39 | INFO | main:394 - view server @ https://localhost:9443-{}
46
+ 2025-08-12 19:09:48 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
47
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
48
+ 2025-08-12 19:09:48 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
49
+ 2025-08-12 19:14:53 | INFO | main:395 - view server @ https://localhost:9443-{}
50
+ 2025-08-12 19:14:58 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
51
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
52
+ 2025-08-12 19:14:58 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
53
+ 2025-08-13 11:11:46 | INFO | main:395 - view server @ https://localhost:9443-{}
54
+ 2025-08-13 11:11:55 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
55
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
56
+ 2025-08-13 11:11:55 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
57
+ 2025-08-13 12:38:33 | INFO | main:395 - view server @ https://localhost:9443-{}
58
+ 2025-08-13 12:38:44 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
59
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
60
+ 2025-08-13 12:38:44 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
61
+ 2025-08-13 13:20:49 | INFO | main:395 - view server @ https://localhost:9443-{}
62
+ 2025-08-13 13:20:50 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
63
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
64
+ 2025-08-13 13:20:50 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
65
+ 2025-08-13 13:21:19 | INFO | main:395 - view server @ https://localhost:9443-{}
66
+ 2025-08-13 13:21:32 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
67
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
68
+ 2025-08-13 13:21:32 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
69
+ 2025-08-13 13:23:28 | INFO | main:395 - view server @ https://localhost:9443-{}
70
+ 2025-08-13 13:23:31 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
71
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
72
+ 2025-08-13 13:23:31 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
73
+ 2025-08-13 13:26:51 | INFO | main:395 - view server @ https://localhost:9443-{}
74
+ 2025-08-13 13:26:53 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
75
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
76
+ 2025-08-13 13:26:53 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
77
+ 2025-08-13 13:39:15 | INFO | main:396 - view server @ https://localhost:9443-{}
78
+ 2025-08-13 13:39:16 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
79
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
80
+ 2025-08-13 13:39:16 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
81
+ 2025-08-13 13:43:22 | INFO | main:396 - view server @ https://localhost:9443-{}
82
+ 2025-08-13 13:43:23 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
83
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
84
+ 2025-08-13 13:43:23 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
85
+ 2025-08-13 14:09:34 | INFO | main:396 - view server @ https://localhost:9443-{}
86
+ 2025-08-13 14:09:35 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
87
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
88
+ 2025-08-13 14:09:35 | INFO | __init__:133 - CollectionManager initialized, platform origin is: True-{}
89
+ 2025-08-13 14:13:06 | INFO | main:395 - view server @ https://localhost:9443-{}
90
+ 2025-08-13 14:13:06 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
91
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
92
+ 2025-08-13 14:13:06 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
93
+ 2025-08-13 14:13:06 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
94
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
95
+ 2025-08-13 14:13:06 | INFO | __init__:133 - CollectionManager initialized, platform origin is: True-{}
96
+ 2025-08-13 14:14:20 | INFO | main:395 - view server @ https://localhost:9443-{}
97
+ 2025-08-13 14:14:52 | INFO | main:395 - view server @ https://localhost:9443-{}
98
+ 2025-08-13 14:14:53 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
99
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
100
+ 2025-08-13 14:14:53 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
101
+ 2025-08-13 14:14:53 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
102
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
103
+ 2025-08-13 14:14:53 | INFO | __init__:133 - CollectionManager initialized, platform origin is: True-{}
104
+ 2025-08-13 14:15:45 | INFO | main:396 - view server @ https://localhost:9443-{}
105
+ 2025-08-13 14:15:46 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
106
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
107
+ 2025-08-13 14:15:46 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
108
+ 2025-08-13 14:16:32 | INFO | main:396 - view server @ https://localhost:9443-{}
109
+ 2025-08-13 14:16:34 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
110
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
111
+ 2025-08-13 14:16:34 | INFO | __init__:133 - CollectionManager initialized, platform origin is: True-{}
112
+ 2025-08-13 14:17:29 | INFO | main:396 - view server @ https://localhost:9443-{}
113
+ 2025-08-13 14:17:30 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
114
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
115
+ 2025-08-13 14:17:30 | INFO | __init__:76 - CollectionManager initialized, platform origin is: True-{}
116
+ 2025-08-13 14:17:30 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
117
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
118
+ 2025-08-13 14:17:30 | INFO | __init__:133 - CollectionManager initialized, platform origin is: True-{}
119
+ 2025-08-13 14:17:53 | INFO | main:396 - view server @ https://localhost:9443-{}
120
+ 2025-08-13 14:17:54 | SUCCESS | get_platform_origin:367 - Got response from https://localhost:9443/open-metadata/platform-services/users/erinoverview/server-platform/origin
121
+ Response: Egeria OMAG Server Platform (version 5.4-SNAPSHOT)-{}
122
+ 2025-08-13 14:17:54 | INFO | __init__:133 - CollectionManager initialized, platform origin is: True-{}
123
+ 2025-08-14 11:00:52 | INFO | main:396 - view server @ https://localhost:9443-{}
124
+ 2025-08-14 11:06:41 | INFO | main:396 - view server @ https://localhost:9443-{}
125
+ 2025-08-14 11:06:51 | INFO | main:396 - view server @ https://localhost:9443-{}
126
+ 2025-08-14 11:08:01 | INFO | main:396 - view server @ https://localhost:9443-{}
127
+ 2025-08-14 11:09:45 | INFO | main:396 - view server @ https://localhost:9443-{}
128
+ 2025-08-14 11:11:03 | ERROR | select_output_format_set:454 - No matching column set found for kind='Governance Definitions --output-format TABLE' and output type='ANY'.-{}
129
+ 2025-08-14 11:12:25 | INFO | main:396 - view server @ https://localhost:9443-{}
130
+ 2025-08-14 11:20:14 | INFO | main:399 - view server @ https://localhost:9443-{}
131
+ 2025-08-14 11:21:19 | INFO | main:399 - view server @ https://localhost:9443-{}
132
+ 2025-08-14 11:24:05 | INFO | main:399 - view server @ https://localhost:9443-{}
133
+ 2025-08-14 11:26:08 | INFO | main:399 - view server @ https://localhost:9443-{}
134
+ 2025-08-14 11:32:24 | INFO | main:399 - view server @ https://localhost:9443-{}
135
+ 2025-08-14 11:35:13 | INFO | main:399 - view server @ https://localhost:9443-{}
136
+ 2025-08-14 11:36:29 | INFO | main:399 - view server @ https://localhost:9443-{}
File without changes
File without changes
Binary file
@@ -0,0 +1,163 @@
1
+ # Common Collection Information
2
+ Attributes generic to all Collections.
3
+
4
+ # Collections Report - created at 2025-08-12 13:30
5
+ Collections found from the search string: `All`
6
+
7
+ <a id="39ad6f57-b830-43c1-b494-dc0fd17e8076"></a>
8
+ # Collections Name: Digital Products MarketPlace
9
+
10
+ ## Display Name
11
+ Digital Products MarketPlace
12
+
13
+ ## Qualified Name
14
+ [Folder::Digital-Products-MarketPlace](#39ad6f57-b830-43c1-b494-dc0fd17e8076)
15
+
16
+ ## Category
17
+ GeoSpatial
18
+
19
+ ## Description
20
+ This is the digital products marketplace
21
+
22
+ [[Commons]]
23
+ ---
24
+
25
+ <a id="339104dd-2ad1-4307-aa9f-d258d31979f9"></a>
26
+ # Collections Name: NDVI - Sentinel 2 derived
27
+
28
+ ## Display Name
29
+ NDVI - Sentinel 2 derived
30
+
31
+ ## Qualified Name
32
+ [DigitalProduct::NDVI---Sentinel-2-derived](#339104dd-2ad1-4307-aa9f-d258d31979f9)
33
+
34
+ ## Category
35
+ GeoSpatial
36
+
37
+ ## Description
38
+ NDVI vegetation index calculated from Sentinel 2 imagery
39
+
40
+ [[Commons]]
41
+ ---
42
+
43
+ <a id="ac371edf-2cb0-4aba-8f23-885b6264fa1e"></a>
44
+ # Collections Name: Raw Satellite Imagery Products
45
+
46
+ ## Display Name
47
+ Raw Satellite Imagery Products
48
+
49
+ ## Qualified Name
50
+ [Folder::Raw-Satellite-Imagery-Products](#ac371edf-2cb0-4aba-8f23-885b6264fa1e)
51
+
52
+ ## Category
53
+ GeoSpatial
54
+
55
+ ## Description
56
+ Raw satellite imagery imported from or referenced from satellite data providers
57
+
58
+ [[Commons]]
59
+ ---
60
+
61
+ <a id="69951b65-2bbc-42ea-bfee-a68594c5a4fe"></a>
62
+ # Collections Name: GeoSpatial Root
63
+
64
+ ## Display Name
65
+ GeoSpatial Root
66
+
67
+ ## Qualified Name
68
+ [myLocal::RootCollection::GeoSpatial-Root](#69951b65-2bbc-42ea-bfee-a68594c5a4fe)
69
+
70
+ ## Category
71
+ GeoSpatial
72
+
73
+ ## Description
74
+ This is the root of the GeoSpatial work
75
+
76
+ [[Commons]]
77
+ ---
78
+
79
+ <a id="f977a2e4-4d9a-485d-9640-88fae71b0f13"></a>
80
+ # Collections Name: Agricultural Products
81
+
82
+ ## Display Name
83
+ Agricultural Products
84
+
85
+ ## Qualified Name
86
+ [Folder::Agricultural-Products](#f977a2e4-4d9a-485d-9640-88fae71b0f13)
87
+
88
+ ## Category
89
+ GeoSpatial
90
+
91
+ ## Description
92
+ Agricultural product offerings
93
+
94
+ [[Commons]]
95
+ ---
96
+
97
+ <a id="866a49cf-0cf6-47c9-9cef-4b8f4870770a"></a>
98
+ # Collections Name: Sentinel-2a
99
+
100
+ ## Display Name
101
+ Sentinel-2a
102
+
103
+ ## Qualified Name
104
+ [DigitalProduct::Sentinel-2a](#866a49cf-0cf6-47c9-9cef-4b8f4870770a)
105
+
106
+ ## Category
107
+ GeoSpatial
108
+
109
+ ## Description
110
+ Level 2a (surface level) imagery
111
+
112
+ [[Commons]]
113
+ ---
114
+
115
+ <a id="c2e4b651-c3e9-44a4-97f9-8ac5b293f6b5"></a>
116
+ # Collections Name: GeoSpatial Products
117
+
118
+ ## Display Name
119
+ GeoSpatial Products
120
+
121
+ ## Qualified Name
122
+ [Folder::GeoSpatial-Products](#c2e4b651-c3e9-44a4-97f9-8ac5b293f6b5)
123
+
124
+ ## Category
125
+ GeoSpatial
126
+
127
+ ## Description
128
+ GeoSpatial product offerings
129
+
130
+ [[Commons]]
131
+ ---
132
+
133
+ <a id="76a2bdf8-03c8-4080-9ead-6348c1641764"></a>
134
+ # Collections Name: Prepared Imagery Products
135
+
136
+ ## Display Name
137
+ Prepared Imagery Products
138
+
139
+ ## Qualified Name
140
+ [Folder::Prepared-Imagery-Products](#76a2bdf8-03c8-4080-9ead-6348c1641764)
141
+
142
+ ## Category
143
+ GeoSpatial
144
+
145
+ ## Description
146
+ Imagery products that are ready for consumption
147
+
148
+ [[Commons]]
149
+ ---
150
+
151
+ <a id="533a0346-b047-485a-82ea-05db671ab485"></a>
152
+ # Collections Name: Open Metadata Connector Type Directory
153
+
154
+ ## Display Name
155
+ Open Metadata Connector Type Directory
156
+
157
+ ## Qualified Name
158
+ OpenMetadataConnectorTypeDirectory_09450b83-20ff-4a8b-a8fb-f9b527bbcba6
159
+
160
+ ## Description
161
+ Open Metadata standard connector categories and connector types.
162
+
163
+ [[Commons]]