pyegeria 5.3.9.9.7__py3-none-any.whl → 5.4.0__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 (163) hide show
  1. commands/cat/debug_log +2806 -0
  2. commands/cat/debug_log.2025-07-15_14-28-38_087378.zip +0 -0
  3. commands/cat/debug_log.2025-07-16_15-48-50_037087.zip +0 -0
  4. commands/cat/dr_egeria_command_help.py +273 -0
  5. commands/cat/dr_egeria_md.py +90 -20
  6. commands/cat/glossary_actions.py +2 -2
  7. commands/cat/list_collections.py +24 -10
  8. commands/cat/list_data_designer.py +183 -0
  9. md_processing/__init__.py +28 -5
  10. md_processing/data/commands.json +31474 -1096
  11. md_processing/dr_egeria_outbox-pycharm/.obsidian/app.json +1 -0
  12. md_processing/dr_egeria_outbox-pycharm/.obsidian/appearance.json +1 -0
  13. md_processing/dr_egeria_outbox-pycharm/.obsidian/core-plugins.json +31 -0
  14. md_processing/dr_egeria_outbox-pycharm/.obsidian/workspace.json +177 -0
  15. md_processing/dr_egeria_outbox-pycharm/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
  16. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
  17. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
  18. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
  19. md_processing/dr_egeria_outbox-pycharm/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
  20. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
  21. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
  22. md_processing/dr_egeria_outbox-pycharm/tuesday/processed-2025-07-17 14:27-gov_def2.md +474 -0
  23. md_processing/family_docs/Data Designer/Create_Data_Class.md +164 -0
  24. md_processing/family_docs/Data Designer/Create_Data_Dictionary.md +30 -0
  25. md_processing/family_docs/Data Designer/Create_Data_Field.md +162 -0
  26. md_processing/family_docs/Data Designer/Create_Data_Specification.md +36 -0
  27. md_processing/family_docs/Data Designer/Create_Data_Structure.md +38 -0
  28. md_processing/family_docs/Data Designer/View_Data_Classes.md +78 -0
  29. md_processing/family_docs/Data Designer/View_Data_Dictionaries.md +78 -0
  30. md_processing/family_docs/Data Designer/View_Data_Fields.md +78 -0
  31. md_processing/family_docs/Data Designer/View_Data_Specifications.md +78 -0
  32. md_processing/family_docs/Data Designer/View_Data_Structures.md +78 -0
  33. md_processing/family_docs/Data Designer.md +842 -0
  34. md_processing/family_docs/Digital Product Manager/Add_Member->Collection.md +42 -0
  35. md_processing/family_docs/Digital Product Manager/Attach_Collection->Resource.md +36 -0
  36. md_processing/family_docs/Digital Product Manager/Create_Agreement.md +96 -0
  37. md_processing/family_docs/Digital Product Manager/Create_Data_Sharing_Agreement.md +72 -0
  38. md_processing/family_docs/Digital Product Manager/Create_DigitalSubscription.md +102 -0
  39. md_processing/family_docs/Digital Product Manager/Create_Digital_Product.md +134 -0
  40. md_processing/family_docs/Digital Product Manager/Link_Agreement_Items.md +60 -0
  41. md_processing/family_docs/Digital Product Manager/Link_Contracts.md +26 -0
  42. md_processing/family_docs/Digital Product Manager/Link_Digital_Product_-_Digital_Product.md +30 -0
  43. md_processing/family_docs/Digital Product Manager/Link_Subscribers.md +48 -0
  44. md_processing/family_docs/Digital Product Manager.md +668 -0
  45. md_processing/family_docs/Glossary/Attach_Category_Parent.md +18 -0
  46. md_processing/family_docs/Glossary/Attach_Term-Term_Relationship.md +26 -0
  47. md_processing/family_docs/Glossary/Create_Category.md +38 -0
  48. md_processing/family_docs/Glossary/Create_Glossary.md +42 -0
  49. md_processing/family_docs/Glossary/Create_Term.md +70 -0
  50. md_processing/family_docs/Glossary.md +206 -0
  51. md_processing/family_docs/Governance Officer/Create_Business_Imperative.md +106 -0
  52. md_processing/family_docs/Governance Officer/Create_Certification_Type.md +112 -0
  53. md_processing/family_docs/Governance Officer/Create_Governance_Approach.md +114 -0
  54. md_processing/family_docs/Governance Officer/Create_Governance_Obligation.md +114 -0
  55. md_processing/family_docs/Governance Officer/Create_Governance_Principle.md +114 -0
  56. md_processing/family_docs/Governance Officer/Create_Governance_Procedure.md +128 -0
  57. md_processing/family_docs/Governance Officer/Create_Governance_Process.md +122 -0
  58. md_processing/family_docs/Governance Officer/Create_Governance_Processing_Purpose.md +106 -0
  59. md_processing/family_docs/Governance Officer/Create_Governance_Responsibility.md +122 -0
  60. md_processing/family_docs/Governance Officer/Create_Governance_Rule.md +122 -0
  61. md_processing/family_docs/Governance Officer/Create_Governance_Strategy.md +106 -0
  62. md_processing/family_docs/Governance Officer/Create_License_Type.md +112 -0
  63. md_processing/family_docs/Governance Officer/Create_Naming_Standard_Rule.md +122 -0
  64. md_processing/family_docs/Governance Officer/Create_Regulation_Article.md +106 -0
  65. md_processing/family_docs/Governance Officer/Create_Regulation_Definition.md +118 -0
  66. md_processing/family_docs/Governance Officer/Create_Security_Access_Control.md +114 -0
  67. md_processing/family_docs/Governance Officer/Create_Security_Group.md +120 -0
  68. md_processing/family_docs/Governance Officer/Create_Service_Level_Objectives.md +122 -0
  69. md_processing/family_docs/Governance Officer/Create_Threat_Definition.md +106 -0
  70. md_processing/family_docs/Governance Officer/Link_Governance_Controls.md +32 -0
  71. md_processing/family_docs/Governance Officer/Link_Governance_Drivers.md +32 -0
  72. md_processing/family_docs/Governance Officer/Link_Governance_Policies.md +32 -0
  73. md_processing/family_docs/Governance Officer/View_Governance_Definitions.md +82 -0
  74. md_processing/family_docs/Governance Officer.md +2412 -0
  75. md_processing/family_docs/Solution Architect/Create_Information_Supply_Chain.md +70 -0
  76. md_processing/family_docs/Solution Architect/Create_Solution_Blueprint.md +44 -0
  77. md_processing/family_docs/Solution Architect/Create_Solution_Component.md +96 -0
  78. md_processing/family_docs/Solution Architect/Create_Solution_Role.md +66 -0
  79. md_processing/family_docs/Solution Architect/Link_Information_Supply_Chain_Peers.md +32 -0
  80. md_processing/family_docs/Solution Architect/Link_Solution_Component_Peers.md +32 -0
  81. md_processing/family_docs/Solution Architect/View_Information_Supply_Chains.md +32 -0
  82. md_processing/family_docs/Solution Architect/View_Solution_Blueprints.md +32 -0
  83. md_processing/family_docs/Solution Architect/View_Solution_Components.md +32 -0
  84. md_processing/family_docs/Solution Architect/View_Solution_Roles.md +32 -0
  85. md_processing/family_docs/Solution Architect.md +490 -0
  86. md_processing/md_commands/data_designer_commands.py +1192 -710
  87. md_processing/md_commands/glossary_commands.py +19 -32
  88. md_processing/md_commands/governance_officer_commands.py +420 -0
  89. md_processing/md_commands/product_manager_commands.py +1180 -0
  90. md_processing/md_commands/project_commands.py +5 -2
  91. md_processing/md_commands/solution_architect_commands.py +1140 -0
  92. md_processing/md_processing_utils/common_md_proc_utils.py +288 -96
  93. md_processing/md_processing_utils/common_md_utils.py +205 -6
  94. md_processing/md_processing_utils/debug_log +574 -0
  95. md_processing/md_processing_utils/dr-egeria-help-2025-07-17T17:22:09.md +2065 -0
  96. md_processing/md_processing_utils/extraction_utils.py +1 -1
  97. md_processing/md_processing_utils/generate_dr_help.py +165 -0
  98. md_processing/md_processing_utils/generate_md_cmd_templates.py +143 -0
  99. md_processing/md_processing_utils/generate_md_templates.py +92 -0
  100. md_processing/md_processing_utils/generated_help_terms.md +842 -0
  101. md_processing/md_processing_utils/md_processing_constants.py +94 -17
  102. pyegeria/__init__.py +1 -0
  103. pyegeria/_client.py +39 -1
  104. pyegeria/classification_manager_omvs.py +1 -1
  105. pyegeria/collection_manager_omvs.py +4667 -1178
  106. pyegeria/data_designer_omvs.py +348 -31
  107. pyegeria/egeria_tech_client.py +9 -25
  108. pyegeria/glossary_browser_omvs.py +5 -6
  109. pyegeria/glossary_manager_omvs.py +2 -2
  110. pyegeria/governance_officer_omvs.py +2367 -0
  111. pyegeria/output_formatter.py +157 -32
  112. pyegeria/solution_architect_omvs.py +5063 -1110
  113. pyegeria/utils.py +22 -2
  114. {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/METADATA +3 -1
  115. pyegeria-5.4.0.dist-info/RECORD +243 -0
  116. {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/entry_points.txt +5 -0
  117. commands/cat/.DS_Store +0 -0
  118. md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +0 -254
  119. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +0 -696
  120. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +0 -254
  121. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +0 -298
  122. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +0 -608
  123. md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +0 -94
  124. md_processing/dr_egeria_inbox/archive/freddie_intro.md +0 -284
  125. md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +0 -275
  126. md_processing/dr_egeria_inbox/archive/test-term.md +0 -110
  127. md_processing/dr_egeria_inbox/cat_test.md +0 -100
  128. md_processing/dr_egeria_inbox/data_field.md +0 -54
  129. md_processing/dr_egeria_inbox/data_spec.md +0 -77
  130. md_processing/dr_egeria_inbox/data_spec_test.md +0 -2406
  131. md_processing/dr_egeria_inbox/data_test.md +0 -86
  132. md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +0 -168
  133. md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +0 -280
  134. md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +0 -313
  135. md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +0 -1073
  136. md_processing/dr_egeria_inbox/dr_egeria_isc1.md +0 -44
  137. md_processing/dr_egeria_inbox/glossary_test1.md +0 -324
  138. md_processing/dr_egeria_inbox/rel.md +0 -8
  139. md_processing/dr_egeria_inbox/sb.md +0 -119
  140. md_processing/dr_egeria_inbox/search_test.md +0 -39
  141. md_processing/dr_egeria_inbox/solution-components.md +0 -154
  142. md_processing/dr_egeria_inbox/solution_blueprints.md +0 -118
  143. md_processing/dr_egeria_inbox/synonym_test.md +0 -42
  144. md_processing/dr_egeria_inbox/t1.md +0 -0
  145. md_processing/dr_egeria_inbox/t2.md +0 -268
  146. md_processing/dr_egeria_outbox/processed-2025-05-15 19:52-data_test.md +0 -94
  147. md_processing/dr_egeria_outbox/processed-2025-05-16 07:39-data_test.md +0 -88
  148. md_processing/dr_egeria_outbox/processed-2025-05-17 16:01-data_field.md +0 -56
  149. md_processing/dr_egeria_outbox/processed-2025-05-18 15:51-data_test.md +0 -103
  150. md_processing/dr_egeria_outbox/processed-2025-05-18 16:47-data_test.md +0 -94
  151. md_processing/dr_egeria_outbox/processed-2025-05-19 07:14-data_test.md +0 -96
  152. md_processing/dr_egeria_outbox/processed-2025-05-19 07:20-data_test.md +0 -100
  153. md_processing/dr_egeria_outbox/processed-2025-05-19 07:22-data_test.md +0 -88
  154. md_processing/dr_egeria_outbox/processed-2025-05-19 09:26-data_test.md +0 -91
  155. md_processing/dr_egeria_outbox/processed-2025-05-19 10:27-data_test.md +0 -91
  156. md_processing/dr_egeria_outbox/processed-2025-05-19 14:04-data_test.md +0 -91
  157. md_processing/md_commands/blueprint_commands.py +0 -303
  158. pyegeria/.DS_Store +0 -0
  159. pyegeria/m_test.py +0 -118
  160. pyegeria-5.3.9.9.7.dist-info/RECORD +0 -196
  161. /commands/cat/{list_data_structures.py → list_data_structures_full.py} +0 -0
  162. {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/LICENSE +0 -0
  163. {pyegeria-5.3.9.9.7.dist-info → pyegeria-5.4.0.dist-info}/WHEEL +0 -0
commands/cat/debug_log ADDED
@@ -0,0 +1,2806 @@
1
+ D 2025-07-17T17:50:38.589817+0100 | INFO | process_markdown_file | 89 |
2
+
3
+ ====================================================
4
+
5
+ | {}
6
+ D 2025-07-17T17:50:38.596767+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
7
+ D 2025-07-17T17:50:38.597003+0100 | ERROR | process_gov_def_context_command | 375 | An error has been caught in function 'process_gov_def_context_command', process 'MainProcess' (19885), thread 'MainThread' (8535482112): | {}
8
+ Traceback (most recent call last):
9
+
10
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 315, in <module>
11
+ process_markdown_file()
12
+ └ <Command process_markdown_file>
13
+
14
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
15
+ return self.main(*args, **kwargs)
16
+ │ │ │ └ {}
17
+ │ │ └ ()
18
+ │ └ <function Command.main at 0x106a50fe0>
19
+ └ <Command process_markdown_file>
20
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
21
+ rv = self.invoke(ctx)
22
+ │ │ └ <click.core.Context object at 0x1128fcd70>
23
+ │ └ <function Command.invoke at 0x106a50cc0>
24
+ └ <Command process_markdown_file>
25
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
26
+ return ctx.invoke(self.callback, **ctx.params)
27
+ │ │ │ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
28
+ │ │ │ │ └ <click.core.Context object at 0x1128fcd70>
29
+ │ │ │ └ <function process_markdown_file at 0x1130a04a0>
30
+ │ │ └ <Command process_markdown_file>
31
+ │ └ <function Context.invoke at 0x106a4fec0>
32
+ └ <click.core.Context object at 0x1128fcd70>
33
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
34
+ return callback(*args, **kwargs)
35
+ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
36
+ │ └ ()
37
+ └ <function process_markdown_file at 0x1130a04a0>
38
+
39
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 257, in process_markdown_file
40
+ process_current_block(current_block)
41
+ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
42
+ └ <function process_markdown_file.<locals>.process_current_block at 0x1132e6e80>
43
+
44
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 200, in process_current_block
45
+ result = process_gov_def_context_command(client, current_block, directive)
46
+  │ │ │ └ 'process'
47
+  │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
48
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1128fd6a0>
49
+  └ <function process_gov_def_context_command at 0x1130bdbc0>
50
+
51
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/governance_officer_commands.py", line 375, in process_gov_def_context_command
52
+ parsed_output = parse_view_command(egeria_client, object_type, object_action, txt, directive)
53
+  │ │ │ │ │ └ 'process'
54
+  │ │ │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
55
+  │ │ │ └ 'View'
56
+  │ │ └ 'Governance Definition Context'
57
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1128fd6a0>
58
+  └ <function parse_view_command at 0x112923380>
59
+
60
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 271, in parse_view_command
61
+ attributes = command_spec.get('Attributes', [])
62
+  └ None
63
+
64
+ AttributeError: 'NoneType' object has no attribute 'get'
65
+ D 2025-07-17T17:50:38.600009+0100 | ERROR | process_current_block | 200 | An error has been caught in function 'process_current_block', process 'MainProcess' (19885), thread 'MainThread' (8535482112): | {}
66
+ Traceback (most recent call last):
67
+
68
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 315, in <module>
69
+ process_markdown_file()
70
+ └ <Command process_markdown_file>
71
+
72
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
73
+ return self.main(*args, **kwargs)
74
+ │ │ │ └ {}
75
+ │ │ └ ()
76
+ │ └ <function Command.main at 0x106a50fe0>
77
+ └ <Command process_markdown_file>
78
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
79
+ rv = self.invoke(ctx)
80
+ │ │ └ <click.core.Context object at 0x1128fcd70>
81
+ │ └ <function Command.invoke at 0x106a50cc0>
82
+ └ <Command process_markdown_file>
83
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
84
+ return ctx.invoke(self.callback, **ctx.params)
85
+ │ │ │ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
86
+ │ │ │ │ └ <click.core.Context object at 0x1128fcd70>
87
+ │ │ │ └ <function process_markdown_file at 0x1130a04a0>
88
+ │ │ └ <Command process_markdown_file>
89
+ │ └ <function Context.invoke at 0x106a4fec0>
90
+ └ <click.core.Context object at 0x1128fcd70>
91
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
92
+ return callback(*args, **kwargs)
93
+ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
94
+ │ └ ()
95
+ └ <function process_markdown_file at 0x1130a04a0>
96
+
97
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 257, in process_markdown_file
98
+ process_current_block(current_block)
99
+ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
100
+ └ <function process_markdown_file.<locals>.process_current_block at 0x1132e6e80>
101
+
102
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 200, in process_current_block
103
+ result = process_gov_def_context_command(client, current_block, directive)
104
+  │ │ │ └ 'process'
105
+  │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
106
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1128fd6a0>
107
+  └ <function process_gov_def_context_command at 0x1130bdbc0>
108
+
109
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/governance_officer_commands.py", line 377, in process_gov_def_context_command
110
+ valid = parsed_output['valid']
111
+  └ None
112
+
113
+ TypeError: 'NoneType' object is not subscriptable
114
+ D 2025-07-17T17:51:33.857667+0100 | INFO | process_markdown_file | 89 |
115
+
116
+ ====================================================
117
+
118
+ | {}
119
+ D 2025-07-17T17:51:33.858080+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
120
+ D 2025-07-17T17:51:33.858431+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
121
+ | {}
122
+ D 2025-07-17T17:51:33.858480+0100 | TRACE | parse_view_command | 289 | ___
123
+ Processing `Search String` in `View` on a `Governance Definition Context`
124
+ with usage level: `Basic` | {}
125
+ D 2025-07-17T17:51:33.858692+0100 | TRACE | parse_view_command | 289 | ___
126
+ Processing `Output Format` in `View` on a `Governance Definition Context`
127
+ with usage level: `Basic` | {}
128
+ D 2025-07-17T17:51:33.858864+0100 | TRACE | parse_view_command | 289 | ___
129
+ Processing `Starts With` in `View` on a `Governance Definition Context`
130
+ with usage level: `Basic` | {}
131
+ D 2025-07-17T17:51:33.858991+0100 | TRACE | parse_view_command | 289 | ___
132
+ Processing `Ends With` in `View` on a `Governance Definition Context`
133
+ with usage level: `Basic` | {}
134
+ D 2025-07-17T17:51:33.859090+0100 | TRACE | parse_view_command | 289 | ___
135
+ Processing `Ignore Case` in `View` on a `Governance Definition Context`
136
+ with usage level: `Basic` | {}
137
+ D 2025-07-17T17:51:33.859185+0100 | TRACE | parse_view_command | 289 | ___
138
+ Processing `Detailed` in `View` on a `Governance Definition Context`
139
+ with usage level: `Basic` | {}
140
+ D 2025-07-17T17:51:33.859215+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
141
+ D 2025-07-17T17:51:33.859249+0100 | TRACE | parse_view_command | 289 | ___
142
+ Processing `Effective Time` in `View` on a `Governance Definition Context`
143
+ with usage level: `Basic` | {}
144
+ D 2025-07-17T17:51:33.859275+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
145
+ D 2025-07-17T17:51:33.859305+0100 | TRACE | parse_view_command | 289 | ___
146
+ Processing `AsOfTime` in `View` on a `Governance Definition Context`
147
+ with usage level: `Basic` | {}
148
+ D 2025-07-17T17:51:33.859443+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'AsOfTime', 'As Of Time'}` missing | {}
149
+ D 2025-07-17T17:51:33.859503+0100 | TRACE | parse_view_command | 289 | ___
150
+ Processing `Sort Order` in `View` on a `Governance Definition Context`
151
+ with usage level: `Basic` | {}
152
+ D 2025-07-17T17:51:33.859589+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
153
+ D 2025-07-17T17:51:33.859627+0100 | TRACE | parse_view_command | 289 | ___
154
+ Processing `Order Property Name` in `View` on a `Governance Definition Context`
155
+ with usage level: `Basic` | {}
156
+ D 2025-07-17T17:51:33.859710+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
157
+ D 2025-07-17T17:51:33.859741+0100 | TRACE | parse_view_command | 289 | ___
158
+ Processing `Limit Result by Status` in `View` on a `Governance Definition Context`
159
+ with usage level: `Basic` | {}
160
+ D 2025-07-17T17:51:33.859758+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
161
+ D 2025-07-17T17:51:33.859775+0100 | TRACE | parse_view_command | 289 | ___
162
+ Processing `Page Size` in `View` on a `Governance Definition Context`
163
+ with usage level: `Basic` | {}
164
+ D 2025-07-17T17:51:33.859849+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
165
+ D 2025-07-17T17:51:33.859881+0100 | TRACE | parse_view_command | 289 | ___
166
+ Processing `Start From` in `View` on a `Governance Definition Context`
167
+ with usage level: `Basic` | {}
168
+ D 2025-07-17T17:51:33.859959+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
169
+ D 2025-07-17T17:51:33.902117+0100 | ERROR | process_gov_def_context_command | 421 | Error performing View Governance Definition Context: OMAG-REPOSITORY-HANDLER-404-007 The OpenMetadataRoot entity with unique identifier None is not found for method getMetadataElementByGUID of access service Open Metadata Store Services in open metadata server qs-metadata-store, error message was: OMRS-REPOSITORY-404-002 The entity identified with guid None passed on the getEntityDetail call is not known to the open metadata repository Enterprise | {}
170
+ D 2025-07-17T17:55:58.216016+0100 | INFO | process_markdown_file | 89 |
171
+
172
+ ====================================================
173
+
174
+ | {}
175
+ D 2025-07-17T17:55:58.216443+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
176
+ D 2025-07-17T17:55:58.216800+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
177
+ | {}
178
+ D 2025-07-17T17:55:58.216870+0100 | TRACE | parse_view_command | 289 | ___
179
+ Processing `Name` in `View` on a `Governance Definition Context`
180
+ with usage level: `Basic` | {}
181
+ D 2025-07-17T17:55:58.217132+0100 | INFO | proc_el_id | 622 | Optional attribute with label`None` missing | {}
182
+ D 2025-07-17T17:55:58.217176+0100 | TRACE | parse_view_command | 289 | ___
183
+ Processing `Output Format` in `View` on a `Governance Definition Context`
184
+ with usage level: `Basic` | {}
185
+ D 2025-07-17T17:55:58.217319+0100 | TRACE | parse_view_command | 289 | ___
186
+ Processing `Detailed` in `View` on a `Governance Definition Context`
187
+ with usage level: `Basic` | {}
188
+ D 2025-07-17T17:55:58.217343+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
189
+ D 2025-07-17T17:55:58.217365+0100 | TRACE | parse_view_command | 289 | ___
190
+ Processing `Effective Time` in `View` on a `Governance Definition Context`
191
+ with usage level: `Basic` | {}
192
+ D 2025-07-17T17:55:58.217384+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
193
+ D 2025-07-17T17:55:58.217402+0100 | TRACE | parse_view_command | 289 | ___
194
+ Processing `AsOfTime` in `View` on a `Governance Definition Context`
195
+ with usage level: `Basic` | {}
196
+ D 2025-07-17T17:55:58.217536+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'AsOfTime', 'As Of Time'}` missing | {}
197
+ D 2025-07-17T17:55:58.217583+0100 | TRACE | parse_view_command | 289 | ___
198
+ Processing `Sort Order` in `View` on a `Governance Definition Context`
199
+ with usage level: `Basic` | {}
200
+ D 2025-07-17T17:55:58.217668+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
201
+ D 2025-07-17T17:55:58.217697+0100 | TRACE | parse_view_command | 289 | ___
202
+ Processing `Order Property Name` in `View` on a `Governance Definition Context`
203
+ with usage level: `Basic` | {}
204
+ D 2025-07-17T17:55:58.217796+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
205
+ D 2025-07-17T17:55:58.217824+0100 | TRACE | parse_view_command | 289 | ___
206
+ Processing `Limit Result by Status` in `View` on a `Governance Definition Context`
207
+ with usage level: `Basic` | {}
208
+ D 2025-07-17T17:55:58.217844+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
209
+ D 2025-07-17T17:55:58.217861+0100 | TRACE | parse_view_command | 289 | ___
210
+ Processing `Page Size` in `View` on a `Governance Definition Context`
211
+ with usage level: `Basic` | {}
212
+ D 2025-07-17T17:55:58.217934+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
213
+ D 2025-07-17T17:55:58.217962+0100 | TRACE | parse_view_command | 289 | ___
214
+ Processing `Start From` in `View` on a `Governance Definition Context`
215
+ with usage level: `Basic` | {}
216
+ D 2025-07-17T17:55:58.218049+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
217
+ D 2025-07-17T17:55:58.219421+0100 | ERROR | process_gov_def_context_command | 405 | Validation failed for View `Governance Definition Context`
218
+ | {}
219
+ D 2025-07-17T17:56:31.852756+0100 | INFO | process_markdown_file | 89 |
220
+
221
+ ====================================================
222
+
223
+ | {}
224
+ D 2025-07-17T17:56:31.853051+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
225
+ D 2025-07-17T17:56:31.853876+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
226
+ | {}
227
+ D 2025-07-17T17:56:42.812877+0100 | INFO | process_markdown_file | 89 |
228
+
229
+ ====================================================
230
+
231
+ | {}
232
+ D 2025-07-17T17:56:42.813104+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
233
+ D 2025-07-17T17:56:42.813559+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
234
+ | {}
235
+ D 2025-07-17T17:56:42.813651+0100 | TRACE | parse_view_command | 289 | ___
236
+ Processing `Name` in `View` on a `Governance Definition Context`
237
+ with usage level: `Basic` | {}
238
+ D 2025-07-17T17:56:42.815287+0100 | INFO | proc_el_id | 622 | Optional attribute with label`None` missing | {}
239
+ D 2025-07-17T17:56:42.815379+0100 | TRACE | parse_view_command | 289 | ___
240
+ Processing `Output Format` in `View` on a `Governance Definition Context`
241
+ with usage level: `Basic` | {}
242
+ D 2025-07-17T17:56:42.815841+0100 | TRACE | parse_view_command | 289 | ___
243
+ Processing `Detailed` in `View` on a `Governance Definition Context`
244
+ with usage level: `Basic` | {}
245
+ D 2025-07-17T17:56:42.815888+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
246
+ D 2025-07-17T17:56:42.815933+0100 | TRACE | parse_view_command | 289 | ___
247
+ Processing `Effective Time` in `View` on a `Governance Definition Context`
248
+ with usage level: `Basic` | {}
249
+ D 2025-07-17T17:56:42.815979+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
250
+ D 2025-07-17T17:56:42.816024+0100 | TRACE | parse_view_command | 289 | ___
251
+ Processing `AsOfTime` in `View` on a `Governance Definition Context`
252
+ with usage level: `Basic` | {}
253
+ D 2025-07-17T17:56:42.816833+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'AsOfTime', 'As Of Time'}` missing | {}
254
+ D 2025-07-17T17:56:42.816937+0100 | TRACE | parse_view_command | 289 | ___
255
+ Processing `Sort Order` in `View` on a `Governance Definition Context`
256
+ with usage level: `Basic` | {}
257
+ D 2025-07-17T17:56:42.817365+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
258
+ D 2025-07-17T17:56:42.817442+0100 | TRACE | parse_view_command | 289 | ___
259
+ Processing `Order Property Name` in `View` on a `Governance Definition Context`
260
+ with usage level: `Basic` | {}
261
+ D 2025-07-17T17:56:42.817915+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
262
+ D 2025-07-17T17:56:42.818007+0100 | TRACE | parse_view_command | 289 | ___
263
+ Processing `Limit Result by Status` in `View` on a `Governance Definition Context`
264
+ with usage level: `Basic` | {}
265
+ D 2025-07-17T17:56:42.818053+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
266
+ D 2025-07-17T17:56:42.818105+0100 | TRACE | parse_view_command | 289 | ___
267
+ Processing `Page Size` in `View` on a `Governance Definition Context`
268
+ with usage level: `Basic` | {}
269
+ D 2025-07-17T17:56:42.818536+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
270
+ D 2025-07-17T17:56:42.818618+0100 | TRACE | parse_view_command | 289 | ___
271
+ Processing `Start From` in `View` on a `Governance Definition Context`
272
+ with usage level: `Basic` | {}
273
+ D 2025-07-17T17:56:42.819078+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
274
+ D 2025-07-17T17:58:01.137713+0100 | INFO | process_markdown_file | 89 |
275
+
276
+ ====================================================
277
+
278
+ | {}
279
+ D 2025-07-17T17:58:01.137937+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
280
+ D 2025-07-17T17:58:01.138336+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
281
+ | {}
282
+ D 2025-07-17T17:58:01.138396+0100 | TRACE | parse_view_command | 289 | ___
283
+ Processing `Name` in `View` on a `Governance Definition Context`
284
+ with usage level: `Basic` | {}
285
+ D 2025-07-17T17:58:01.194310+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found None `None` with qualified name `GovernanceApproach::New Sustainability Governance Domain` | {}
286
+ D 2025-07-17T17:58:01.194425+0100 | ERROR | process_gov_def_context_command | 375 | An error has been caught in function 'process_gov_def_context_command', process 'MainProcess' (20526), thread 'MainThread' (8535482112): | {}
287
+ Traceback (most recent call last):
288
+
289
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 315, in <module>
290
+ process_markdown_file()
291
+ └ <Command process_markdown_file>
292
+
293
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
294
+ return self.main(*args, **kwargs)
295
+ │ │ │ └ {}
296
+ │ │ └ ()
297
+ │ └ <function Command.main at 0x1059d0fe0>
298
+ └ <Command process_markdown_file>
299
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
300
+ rv = self.invoke(ctx)
301
+ │ │ └ <click.core.Context object at 0x1114a8d70>
302
+ │ └ <function Command.invoke at 0x1059d0cc0>
303
+ └ <Command process_markdown_file>
304
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
305
+ return ctx.invoke(self.callback, **ctx.params)
306
+ │ │ │ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
307
+ │ │ │ │ └ <click.core.Context object at 0x1114a8d70>
308
+ │ │ │ └ <function process_markdown_file at 0x111b5c5e0>
309
+ │ │ └ <Command process_markdown_file>
310
+ │ └ <function Context.invoke at 0x1059cfec0>
311
+ └ <click.core.Context object at 0x1114a8d70>
312
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
313
+ return callback(*args, **kwargs)
314
+ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
315
+ │ └ ()
316
+ └ <function process_markdown_file at 0x111b5c5e0>
317
+
318
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 257, in process_markdown_file
319
+ process_current_block(current_block)
320
+ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
321
+ └ <function process_markdown_file.<locals>.process_current_block at 0x111de6fc0>
322
+
323
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 200, in process_current_block
324
+ result = process_gov_def_context_command(client, current_block, directive)
325
+  │ │ │ └ 'process'
326
+  │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
327
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1114a96a0>
328
+  └ <function process_gov_def_context_command at 0x111bb1d00>
329
+
330
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/governance_officer_commands.py", line 375, in process_gov_def_context_command
331
+ parsed_output = parse_view_command(egeria_client, object_type, object_action, txt, directive)
332
+  │ │ │ │ │ └ 'process'
333
+  │ │ │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
334
+  │ │ │ └ 'View'
335
+  │ │ └ 'Governance Definition Context'
336
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1114a96a0>
337
+  └ <function parse_view_command at 0x1114cf420>
338
+
339
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 342, in parse_view_command
340
+ parsed_output['exists'] = parsed_attributes[key]['exists']
341
+ │ │ └ 'Name'
342
+ │ └ {'Name': {}}
343
+ └ {'valid': True, 'exists': False, 'reason': '', 'display': '', 'guid': None, 'qualified_name': None}
344
+
345
+ KeyError: 'exists'
346
+ D 2025-07-17T17:58:01.197162+0100 | ERROR | process_current_block | 200 | An error has been caught in function 'process_current_block', process 'MainProcess' (20526), thread 'MainThread' (8535482112): | {}
347
+ Traceback (most recent call last):
348
+
349
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 315, in <module>
350
+ process_markdown_file()
351
+ └ <Command process_markdown_file>
352
+
353
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
354
+ return self.main(*args, **kwargs)
355
+ │ │ │ └ {}
356
+ │ │ └ ()
357
+ │ └ <function Command.main at 0x1059d0fe0>
358
+ └ <Command process_markdown_file>
359
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
360
+ rv = self.invoke(ctx)
361
+ │ │ └ <click.core.Context object at 0x1114a8d70>
362
+ │ └ <function Command.invoke at 0x1059d0cc0>
363
+ └ <Command process_markdown_file>
364
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
365
+ return ctx.invoke(self.callback, **ctx.params)
366
+ │ │ │ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
367
+ │ │ │ │ └ <click.core.Context object at 0x1114a8d70>
368
+ │ │ │ └ <function process_markdown_file at 0x111b5c5e0>
369
+ │ │ └ <Command process_markdown_file>
370
+ │ └ <function Context.invoke at 0x1059cfec0>
371
+ └ <click.core.Context object at 0x1114a8d70>
372
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
373
+ return callback(*args, **kwargs)
374
+ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
375
+ │ └ ()
376
+ └ <function process_markdown_file at 0x111b5c5e0>
377
+
378
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 257, in process_markdown_file
379
+ process_current_block(current_block)
380
+ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
381
+ └ <function process_markdown_file.<locals>.process_current_block at 0x111de6fc0>
382
+
383
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 200, in process_current_block
384
+ result = process_gov_def_context_command(client, current_block, directive)
385
+  │ │ │ └ 'process'
386
+  │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
387
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1114a96a0>
388
+  └ <function process_gov_def_context_command at 0x111bb1d00>
389
+
390
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/governance_officer_commands.py", line 377, in process_gov_def_context_command
391
+ valid = parsed_output['valid']
392
+  └ None
393
+
394
+ TypeError: 'NoneType' object is not subscriptable
395
+ D 2025-07-17T17:58:26.752103+0100 | INFO | process_markdown_file | 89 |
396
+
397
+ ====================================================
398
+
399
+ | {}
400
+ D 2025-07-17T17:58:26.752349+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
401
+ D 2025-07-17T18:00:09.748005+0100 | INFO | process_markdown_file | 89 |
402
+
403
+ ====================================================
404
+
405
+ | {}
406
+ D 2025-07-17T18:00:09.748201+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
407
+ D 2025-07-17T18:00:09.748542+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
408
+ | {}
409
+ D 2025-07-17T18:00:09.748603+0100 | TRACE | parse_view_command | 289 | ___
410
+ Processing `Name` in `View` on a `Governance Definition Context`
411
+ with usage level: `Basic` | {}
412
+ D 2025-07-17T18:00:09.799788+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found None `None` with qualified name `GovernanceApproach::New Sustainability Governance Domain` | {}
413
+ D 2025-07-17T18:00:09.799902+0100 | ERROR | process_gov_def_context_command | 375 | An error has been caught in function 'process_gov_def_context_command', process 'MainProcess' (20679), thread 'MainThread' (8535482112): | {}
414
+ Traceback (most recent call last):
415
+
416
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 315, in <module>
417
+ process_markdown_file()
418
+ └ <Command process_markdown_file>
419
+
420
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
421
+ return self.main(*args, **kwargs)
422
+ │ │ │ └ {}
423
+ │ │ └ ()
424
+ │ └ <function Command.main at 0x105270fe0>
425
+ └ <Command process_markdown_file>
426
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
427
+ rv = self.invoke(ctx)
428
+ │ │ └ <click.core.Context object at 0x107a54d70>
429
+ │ └ <function Command.invoke at 0x105270cc0>
430
+ └ <Command process_markdown_file>
431
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
432
+ return ctx.invoke(self.callback, **ctx.params)
433
+ │ │ │ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
434
+ │ │ │ │ └ <click.core.Context object at 0x107a54d70>
435
+ │ │ │ └ <function process_markdown_file at 0x1102645e0>
436
+ │ │ └ <Command process_markdown_file>
437
+ │ └ <function Context.invoke at 0x10526fec0>
438
+ └ <click.core.Context object at 0x107a54d70>
439
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
440
+ return callback(*args, **kwargs)
441
+ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
442
+ │ └ ()
443
+ └ <function process_markdown_file at 0x1102645e0>
444
+
445
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 257, in process_markdown_file
446
+ process_current_block(current_block)
447
+ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
448
+ └ <function process_markdown_file.<locals>.process_current_block at 0x1104e2fc0>
449
+
450
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 200, in process_current_block
451
+ result = process_gov_def_context_command(client, current_block, directive)
452
+  │ │ │ └ 'process'
453
+  │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
454
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x107a556a0>
455
+  └ <function process_gov_def_context_command at 0x1102b1d00>
456
+
457
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/governance_officer_commands.py", line 375, in process_gov_def_context_command
458
+ parsed_output = parse_view_command(egeria_client, object_type, object_action, txt, directive)
459
+  │ │ │ │ │ └ 'process'
460
+  │ │ │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
461
+  │ │ │ └ 'View'
462
+  │ │ └ 'Governance Definition Context'
463
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x107a556a0>
464
+  └ <function parse_view_command at 0x107a7b420>
465
+
466
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 342, in parse_view_command
467
+ parsed_output['exists'] = parsed_attributes[key]['exists']
468
+ │ │ └ 'Name'
469
+ │ └ {'Name': {}}
470
+ └ {'valid': True, 'exists': False, 'reason': '', 'display': '', 'guid': None, 'qualified_name': None}
471
+
472
+ KeyError: 'exists'
473
+ D 2025-07-17T18:00:09.802418+0100 | ERROR | process_current_block | 200 | An error has been caught in function 'process_current_block', process 'MainProcess' (20679), thread 'MainThread' (8535482112): | {}
474
+ Traceback (most recent call last):
475
+
476
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 315, in <module>
477
+ process_markdown_file()
478
+ └ <Command process_markdown_file>
479
+
480
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
481
+ return self.main(*args, **kwargs)
482
+ │ │ │ └ {}
483
+ │ │ └ ()
484
+ │ └ <function Command.main at 0x105270fe0>
485
+ └ <Command process_markdown_file>
486
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
487
+ rv = self.invoke(ctx)
488
+ │ │ └ <click.core.Context object at 0x107a54d70>
489
+ │ └ <function Command.invoke at 0x105270cc0>
490
+ └ <Command process_markdown_file>
491
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
492
+ return ctx.invoke(self.callback, **ctx.params)
493
+ │ │ │ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
494
+ │ │ │ │ └ <click.core.Context object at 0x107a54d70>
495
+ │ │ │ └ <function process_markdown_file at 0x1102645e0>
496
+ │ │ └ <Command process_markdown_file>
497
+ │ └ <function Context.invoke at 0x10526fec0>
498
+ └ <click.core.Context object at 0x107a54d70>
499
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
500
+ return callback(*args, **kwargs)
501
+ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
502
+ │ └ ()
503
+ └ <function process_markdown_file at 0x1102645e0>
504
+
505
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 257, in process_markdown_file
506
+ process_current_block(current_block)
507
+ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
508
+ └ <function process_markdown_file.<locals>.process_current_block at 0x1104e2fc0>
509
+
510
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 200, in process_current_block
511
+ result = process_gov_def_context_command(client, current_block, directive)
512
+  │ │ │ └ 'process'
513
+  │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
514
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x107a556a0>
515
+  └ <function process_gov_def_context_command at 0x1102b1d00>
516
+
517
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/governance_officer_commands.py", line 377, in process_gov_def_context_command
518
+ valid = parsed_output['valid']
519
+  └ None
520
+
521
+ TypeError: 'NoneType' object is not subscriptable
522
+ D 2025-07-17T18:00:16.111127+0100 | INFO | process_markdown_file | 89 |
523
+
524
+ ====================================================
525
+
526
+ | {}
527
+ D 2025-07-17T18:00:16.111371+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
528
+ D 2025-07-17T18:02:30.081686+0100 | INFO | process_markdown_file | 89 |
529
+
530
+ ====================================================
531
+
532
+ | {}
533
+ D 2025-07-17T18:02:30.081903+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
534
+ D 2025-07-17T18:02:30.082860+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
535
+ | {}
536
+ D 2025-07-17T18:02:30.082911+0100 | TRACE | parse_view_command | 289 | ___
537
+ Processing `Display Name` in `View` on a `Governance Definition Context`
538
+ with usage level: `Basic` | {}
539
+ D 2025-07-17T18:02:30.133110+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found None `None` with qualified name `GovernanceApproach::New Sustainability Governance Domain` | {}
540
+ D 2025-07-17T18:02:30.133247+0100 | ERROR | process_gov_def_context_command | 375 | An error has been caught in function 'process_gov_def_context_command', process 'MainProcess' (20848), thread 'MainThread' (8535482112): | {}
541
+ Traceback (most recent call last):
542
+
543
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 315, in <module>
544
+ process_markdown_file()
545
+ └ <Command process_markdown_file>
546
+
547
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
548
+ return self.main(*args, **kwargs)
549
+ │ │ │ └ {}
550
+ │ │ └ ()
551
+ │ └ <function Command.main at 0x1056a4fe0>
552
+ └ <Command process_markdown_file>
553
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
554
+ rv = self.invoke(ctx)
555
+ │ │ └ <click.core.Context object at 0x10aca8d70>
556
+ │ └ <function Command.invoke at 0x1056a4cc0>
557
+ └ <Command process_markdown_file>
558
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
559
+ return ctx.invoke(self.callback, **ctx.params)
560
+ │ │ │ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
561
+ │ │ │ │ └ <click.core.Context object at 0x10aca8d70>
562
+ │ │ │ └ <function process_markdown_file at 0x10b35c5e0>
563
+ │ │ └ <Command process_markdown_file>
564
+ │ └ <function Context.invoke at 0x1056a3ec0>
565
+ └ <click.core.Context object at 0x10aca8d70>
566
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
567
+ return callback(*args, **kwargs)
568
+ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
569
+ │ └ ()
570
+ └ <function process_markdown_file at 0x10b35c5e0>
571
+
572
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 257, in process_markdown_file
573
+ process_current_block(current_block)
574
+ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
575
+ └ <function process_markdown_file.<locals>.process_current_block at 0x10b5e6fc0>
576
+
577
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 200, in process_current_block
578
+ result = process_gov_def_context_command(client, current_block, directive)
579
+  │ │ │ └ 'process'
580
+  │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
581
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x10aca96a0>
582
+  └ <function process_gov_def_context_command at 0x10b3b1d00>
583
+
584
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/governance_officer_commands.py", line 375, in process_gov_def_context_command
585
+ parsed_output = parse_view_command(egeria_client, object_type, object_action, txt, directive)
586
+  │ │ │ │ │ └ 'process'
587
+  │ │ │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
588
+  │ │ │ └ 'View'
589
+  │ │ └ 'Governance Definition Context'
590
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x10aca96a0>
591
+  └ <function parse_view_command at 0x10accf420>
592
+
593
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 342, in parse_view_command
594
+ parsed_output['exists'] = parsed_attributes[key]['exists']
595
+ │ │ └ 'Display Name'
596
+ │ └ {'Display Name': {}}
597
+ └ {'valid': True, 'exists': False, 'reason': '', 'display': '', 'guid': None, 'qualified_name': None}
598
+
599
+ KeyError: 'exists'
600
+ D 2025-07-17T18:02:30.135955+0100 | ERROR | process_current_block | 200 | An error has been caught in function 'process_current_block', process 'MainProcess' (20848), thread 'MainThread' (8535482112): | {}
601
+ Traceback (most recent call last):
602
+
603
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 315, in <module>
604
+ process_markdown_file()
605
+ └ <Command process_markdown_file>
606
+
607
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
608
+ return self.main(*args, **kwargs)
609
+ │ │ │ └ {}
610
+ │ │ └ ()
611
+ │ └ <function Command.main at 0x1056a4fe0>
612
+ └ <Command process_markdown_file>
613
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
614
+ rv = self.invoke(ctx)
615
+ │ │ └ <click.core.Context object at 0x10aca8d70>
616
+ │ └ <function Command.invoke at 0x1056a4cc0>
617
+ └ <Command process_markdown_file>
618
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
619
+ return ctx.invoke(self.callback, **ctx.params)
620
+ │ │ │ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
621
+ │ │ │ │ └ <click.core.Context object at 0x10aca8d70>
622
+ │ │ │ └ <function process_markdown_file at 0x10b35c5e0>
623
+ │ │ └ <Command process_markdown_file>
624
+ │ └ <function Context.invoke at 0x1056a3ec0>
625
+ └ <click.core.Context object at 0x10aca8d70>
626
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
627
+ return callback(*args, **kwargs)
628
+ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
629
+ │ └ ()
630
+ └ <function process_markdown_file at 0x10b35c5e0>
631
+
632
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 257, in process_markdown_file
633
+ process_current_block(current_block)
634
+ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
635
+ └ <function process_markdown_file.<locals>.process_current_block at 0x10b5e6fc0>
636
+
637
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 200, in process_current_block
638
+ result = process_gov_def_context_command(client, current_block, directive)
639
+  │ │ │ └ 'process'
640
+  │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
641
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x10aca96a0>
642
+  └ <function process_gov_def_context_command at 0x10b3b1d00>
643
+
644
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/governance_officer_commands.py", line 377, in process_gov_def_context_command
645
+ valid = parsed_output['valid']
646
+  └ None
647
+
648
+ TypeError: 'NoneType' object is not subscriptable
649
+ D 2025-07-17T18:02:38.975160+0100 | INFO | process_markdown_file | 89 |
650
+
651
+ ====================================================
652
+
653
+ | {}
654
+ D 2025-07-17T18:02:38.975435+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
655
+ D 2025-07-17T19:47:21.927536+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
656
+ | {}
657
+ D 2025-07-17T19:48:03.982565+0100 | INFO | process_markdown_file | 89 |
658
+
659
+ ====================================================
660
+
661
+ | {}
662
+ D 2025-07-17T19:48:03.982796+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
663
+ D 2025-07-17T19:50:46.493501+0100 | INFO | process_markdown_file | 89 |
664
+
665
+ ====================================================
666
+
667
+ | {}
668
+ D 2025-07-17T19:50:46.494003+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
669
+ D 2025-07-17T20:03:46.399676+0100 | INFO | process_markdown_file | 89 |
670
+
671
+ ====================================================
672
+
673
+ | {}
674
+ D 2025-07-17T20:03:46.399927+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
675
+ D 2025-07-17T20:04:08.609315+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
676
+ | {}
677
+ D 2025-07-17T20:04:08.609637+0100 | TRACE | parse_view_command | 289 | ___
678
+ Processing `Display Name` in `View` on a `Governance Definition Context`
679
+ with usage level: `Basic` | {}
680
+ D 2025-07-17T20:04:08.691397+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found Governance Definition Context `None` with qualified name `GovernanceApproach::New Sustainability Governance Domain` | {}
681
+ D 2025-07-17T20:04:08.691620+0100 | ERROR | process_gov_def_context_command | 375 | An error has been caught in function 'process_gov_def_context_command', process 'MainProcess' (27576), thread 'MainThread' (8535482112): | {}
682
+ Traceback (most recent call last):
683
+
684
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2270, in <module>
685
+ main()
686
+ └ <function main at 0x1123904a0>
687
+
688
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2252, in main
689
+ globals = debugger.run(setup['file'], None, None, is_module)
690
+  │ │ │ └ False
691
+  │ │ └ {'port': 54098, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
692
+  │ └ <function PyDB.run at 0x11238f060>
693
+  └ <__main__.PyDB object at 0x11228eba0>
694
+
695
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1563, in run
696
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
697
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
698
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
699
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
700
+  │ │ │ │ └ None
701
+  │ │ │ └ ''
702
+  │ │ └ False
703
+  │ └ <function PyDB._exec at 0x11238f100>
704
+  └ <__main__.PyDB object at 0x11228eba0>
705
+
706
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1570, in _exec
707
+ pydev_imports.execfile(file, globals, locals) # execute the script
708
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
709
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
710
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
711
+ │ └ <function execfile at 0x105eef2e0>
712
+ └ <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
713
+
714
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
715
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
716
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
717
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
718
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
719
+  └ '"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...
720
+
721
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 315, in <module>
722
+ process_markdown_file()
723
+ └ <Command process_markdown_file>
724
+
725
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
726
+ return self.main(*args, **kwargs)
727
+ │ │ │ └ {}
728
+ │ │ └ ()
729
+ │ └ <function Command.main at 0x11250dda0>
730
+ └ <Command process_markdown_file>
731
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
732
+ rv = self.invoke(ctx)
733
+ │ │ └ <click.core.Context object at 0x1137d9550>
734
+ │ └ <function Command.invoke at 0x11250da80>
735
+ └ <Command process_markdown_file>
736
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
737
+ return ctx.invoke(self.callback, **ctx.params)
738
+ │ │ │ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
739
+ │ │ │ │ └ <click.core.Context object at 0x1137d9550>
740
+ │ │ │ └ <function process_markdown_file at 0x113b30f40>
741
+ │ │ └ <Command process_markdown_file>
742
+ │ └ <function Context.invoke at 0x11250ccc0>
743
+ └ <click.core.Context object at 0x1137d9550>
744
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
745
+ return callback(*args, **kwargs)
746
+ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
747
+ │ └ ()
748
+ └ <function process_markdown_file at 0x113b30f40>
749
+
750
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 257, in process_markdown_file
751
+ process_current_block(current_block)
752
+ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
753
+ └ <function process_markdown_file.<locals>.process_current_block at 0x11384a160>
754
+
755
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 200, in process_current_block
756
+ result = process_gov_def_context_command(client, current_block, directive)
757
+  │ │ │ └ 'process'
758
+  │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
759
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1137d9d30>
760
+  └ <function process_gov_def_context_command at 0x113a063e0>
761
+
762
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/governance_officer_commands.py", line 375, in process_gov_def_context_command
763
+ parsed_output = parse_view_command(egeria_client, object_type, object_action, txt, directive)
764
+  │ │ │ │ │ └ 'process'
765
+  │ │ │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
766
+  │ │ │ └ 'View'
767
+  │ │ └ 'Governance Definition Context'
768
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1137d9d30>
769
+  └ <function parse_view_command at 0x11380bb00>
770
+
771
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 342, in parse_view_command
772
+ parsed_output['exists'] = parsed_attributes[key]['exists']
773
+ │ │ └ 'Display Name'
774
+ │ └ {'Display Name': {}}
775
+ └ {'valid': True, 'exists': False, 'reason': '', 'display': '', 'guid': None, 'qualified_name': None}
776
+
777
+ KeyError: 'exists'
778
+ D 2025-07-17T20:04:08.700467+0100 | ERROR | process_current_block | 200 | An error has been caught in function 'process_current_block', process 'MainProcess' (27576), thread 'MainThread' (8535482112): | {}
779
+ Traceback (most recent call last):
780
+
781
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2270, in <module>
782
+ main()
783
+ └ <function main at 0x1123904a0>
784
+
785
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2252, in main
786
+ globals = debugger.run(setup['file'], None, None, is_module)
787
+  │ │ │ └ False
788
+  │ │ └ {'port': 54098, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
789
+  │ └ <function PyDB.run at 0x11238f060>
790
+  └ <__main__.PyDB object at 0x11228eba0>
791
+
792
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1563, in run
793
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
794
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
795
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
796
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
797
+  │ │ │ │ └ None
798
+  │ │ │ └ ''
799
+  │ │ └ False
800
+  │ └ <function PyDB._exec at 0x11238f100>
801
+  └ <__main__.PyDB object at 0x11228eba0>
802
+
803
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1570, in _exec
804
+ pydev_imports.execfile(file, globals, locals) # execute the script
805
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
806
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
807
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
808
+ │ └ <function execfile at 0x105eef2e0>
809
+ └ <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
810
+
811
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
812
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
813
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
814
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
815
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
816
+  └ '"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...
817
+
818
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 315, in <module>
819
+ process_markdown_file()
820
+ └ <Command process_markdown_file>
821
+
822
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
823
+ return self.main(*args, **kwargs)
824
+ │ │ │ └ {}
825
+ │ │ └ ()
826
+ │ └ <function Command.main at 0x11250dda0>
827
+ └ <Command process_markdown_file>
828
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
829
+ rv = self.invoke(ctx)
830
+ │ │ └ <click.core.Context object at 0x1137d9550>
831
+ │ └ <function Command.invoke at 0x11250da80>
832
+ └ <Command process_markdown_file>
833
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
834
+ return ctx.invoke(self.callback, **ctx.params)
835
+ │ │ │ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
836
+ │ │ │ │ └ <click.core.Context object at 0x1137d9550>
837
+ │ │ │ └ <function process_markdown_file at 0x113b30f40>
838
+ │ │ └ <Command process_markdown_file>
839
+ │ └ <function Context.invoke at 0x11250ccc0>
840
+ └ <click.core.Context object at 0x1137d9550>
841
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
842
+ return callback(*args, **kwargs)
843
+ │ │ └ {'input_file': 'Derive-Dr-Gov-Defs.md', 'output_folder': 'thursday', 'directive': 'process', 'server': 'qs-view-server', 'url...
844
+ │ └ ()
845
+ └ <function process_markdown_file at 0x113b30f40>
846
+
847
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 257, in process_markdown_file
848
+ process_current_block(current_block)
849
+ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
850
+ └ <function process_markdown_file.<locals>.process_current_block at 0x11384a160>
851
+
852
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 200, in process_current_block
853
+ result = process_gov_def_context_command(client, current_block, directive)
854
+  │ │ │ └ 'process'
855
+  │ │ └ '# View Governance Definition Context\n## Display Name\nNew Sustainability Governance Domain\n## Qualified Name\nGovernanceAp...
856
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1137d9d30>
857
+  └ <function process_gov_def_context_command at 0x113a063e0>
858
+
859
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/governance_officer_commands.py", line 377, in process_gov_def_context_command
860
+ valid = parsed_output['valid']
861
+  └ None
862
+
863
+ TypeError: 'NoneType' object is not subscriptable
864
+ D 2025-07-17T20:05:08.613197+0100 | INFO | process_markdown_file | 89 |
865
+
866
+ ====================================================
867
+
868
+ | {}
869
+ D 2025-07-17T20:05:08.613430+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
870
+ D 2025-07-17T20:05:23.651600+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
871
+ | {}
872
+ D 2025-07-17T20:05:28.119587+0100 | TRACE | parse_view_command | 289 | ___
873
+ Processing `Display Name` in `View` on a `Governance Definition Context`
874
+ with usage level: `Basic` | {}
875
+ D 2025-07-17T20:05:52.800408+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found Governance Definition Context `None` with qualified name `GovernanceApproach::New Sustainability Governance Domain` | {}
876
+ D 2025-07-17T20:12:00.024132+0100 | INFO | process_markdown_file | 89 |
877
+
878
+ ====================================================
879
+
880
+ | {}
881
+ D 2025-07-17T20:12:00.024505+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
882
+ D 2025-07-17T20:12:18.776348+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
883
+ | {}
884
+ D 2025-07-17T20:12:23.823225+0100 | TRACE | parse_view_command | 289 | ___
885
+ Processing `Display Name` in `View` on a `Governance Definition Context`
886
+ with usage level: `Basic` | {}
887
+ D 2025-07-17T20:12:46.332862+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found Governance Definition Context `None` with qualified name `GovernanceApproach::New Sustainability Governance Domain` | {}
888
+ D 2025-07-17T20:12:46.333429+0100 | INFO | proc_el_id | 647 | Element New Sustainability Governance Domain exists | {}
889
+ D 2025-07-17T20:13:05.753353+0100 | INFO | process_markdown_file | 89 |
890
+
891
+ ====================================================
892
+
893
+ | {}
894
+ D 2025-07-17T20:13:05.753936+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
895
+ D 2025-07-17T20:13:05.755562+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
896
+ | {}
897
+ D 2025-07-17T20:13:05.755724+0100 | TRACE | parse_view_command | 289 | ___
898
+ Processing `Display Name` in `View` on a `Governance Definition Context`
899
+ with usage level: `Basic` | {}
900
+ D 2025-07-17T20:13:05.852457+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found Governance Definition Context `None` with qualified name `GovernanceApproach::New Sustainability Governance Domain` | {}
901
+ D 2025-07-17T20:13:05.852942+0100 | INFO | proc_el_id | 647 | Element New Sustainability Governance Domain exists | {}
902
+ D 2025-07-17T20:13:05.853098+0100 | TRACE | parse_view_command | 289 | ___
903
+ Processing `Output Format` in `View` on a `Governance Definition Context`
904
+ with usage level: `Basic` | {}
905
+ D 2025-07-17T20:13:05.853598+0100 | TRACE | parse_view_command | 289 | ___
906
+ Processing `Detailed` in `View` on a `Governance Definition Context`
907
+ with usage level: `Basic` | {}
908
+ D 2025-07-17T20:13:05.853752+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
909
+ D 2025-07-17T20:13:05.853827+0100 | TRACE | parse_view_command | 289 | ___
910
+ Processing `Effective Time` in `View` on a `Governance Definition Context`
911
+ with usage level: `Basic` | {}
912
+ D 2025-07-17T20:13:05.853885+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
913
+ D 2025-07-17T20:13:05.853947+0100 | TRACE | parse_view_command | 289 | ___
914
+ Processing `AsOfTime` in `View` on a `Governance Definition Context`
915
+ with usage level: `Basic` | {}
916
+ D 2025-07-17T20:13:05.854386+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'AsOfTime', 'As Of Time'}` missing | {}
917
+ D 2025-07-17T20:13:05.854601+0100 | TRACE | parse_view_command | 289 | ___
918
+ Processing `Sort Order` in `View` on a `Governance Definition Context`
919
+ with usage level: `Basic` | {}
920
+ D 2025-07-17T20:13:05.854891+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
921
+ D 2025-07-17T20:13:05.855069+0100 | TRACE | parse_view_command | 289 | ___
922
+ Processing `Order Property Name` in `View` on a `Governance Definition Context`
923
+ with usage level: `Basic` | {}
924
+ D 2025-07-17T20:13:05.855332+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
925
+ D 2025-07-17T20:13:05.855478+0100 | TRACE | parse_view_command | 289 | ___
926
+ Processing `Limit Result by Status` in `View` on a `Governance Definition Context`
927
+ with usage level: `Basic` | {}
928
+ D 2025-07-17T20:13:05.855528+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
929
+ D 2025-07-17T20:13:05.855578+0100 | TRACE | parse_view_command | 289 | ___
930
+ Processing `Page Size` in `View` on a `Governance Definition Context`
931
+ with usage level: `Basic` | {}
932
+ D 2025-07-17T20:13:05.855800+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
933
+ D 2025-07-17T20:13:05.855942+0100 | TRACE | parse_view_command | 289 | ___
934
+ Processing `Start From` in `View` on a `Governance Definition Context`
935
+ with usage level: `Basic` | {}
936
+ D 2025-07-17T20:13:05.856169+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
937
+ D 2025-07-17T20:13:05.968410+0100 | INFO | process_gov_def_context_command | 416 | Wrote `Governance Definition Context` graph for : `GovernanceApproach::New Sustainability Governance Domain` | {}
938
+ D 2025-07-17T20:13:18.701560+0100 | INFO | process_markdown_file | 89 |
939
+
940
+ ====================================================
941
+
942
+ | {}
943
+ D 2025-07-17T20:13:18.701883+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
944
+ D 2025-07-17T20:13:18.702127+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
945
+ | {}
946
+ D 2025-07-17T20:13:18.702181+0100 | TRACE | parse_view_command | 289 | ___
947
+ Processing `Display Name` in `View` on a `Governance Definition Context`
948
+ with usage level: `Basic` | {}
949
+ D 2025-07-17T20:13:18.774613+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found Governance Definition Context `None` with qualified name `GovernanceApproach::New Sustainability Governance Domain` | {}
950
+ D 2025-07-17T20:13:18.774830+0100 | INFO | proc_el_id | 647 | Element New Sustainability Governance Domain exists | {}
951
+ D 2025-07-17T20:13:18.774904+0100 | TRACE | parse_view_command | 289 | ___
952
+ Processing `Output Format` in `View` on a `Governance Definition Context`
953
+ with usage level: `Basic` | {}
954
+ D 2025-07-17T20:13:18.775179+0100 | TRACE | parse_view_command | 289 | ___
955
+ Processing `Detailed` in `View` on a `Governance Definition Context`
956
+ with usage level: `Basic` | {}
957
+ D 2025-07-17T20:13:18.775237+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
958
+ D 2025-07-17T20:13:18.775281+0100 | TRACE | parse_view_command | 289 | ___
959
+ Processing `Effective Time` in `View` on a `Governance Definition Context`
960
+ with usage level: `Basic` | {}
961
+ D 2025-07-17T20:13:18.775319+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
962
+ D 2025-07-17T20:13:18.775381+0100 | TRACE | parse_view_command | 289 | ___
963
+ Processing `AsOfTime` in `View` on a `Governance Definition Context`
964
+ with usage level: `Basic` | {}
965
+ D 2025-07-17T20:13:18.775628+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'As Of Time', 'AsOfTime'}` missing | {}
966
+ D 2025-07-17T20:13:18.775696+0100 | TRACE | parse_view_command | 289 | ___
967
+ Processing `Sort Order` in `View` on a `Governance Definition Context`
968
+ with usage level: `Basic` | {}
969
+ D 2025-07-17T20:13:18.775865+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
970
+ D 2025-07-17T20:13:18.775959+0100 | TRACE | parse_view_command | 289 | ___
971
+ Processing `Order Property Name` in `View` on a `Governance Definition Context`
972
+ with usage level: `Basic` | {}
973
+ D 2025-07-17T20:13:18.776156+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
974
+ D 2025-07-17T20:13:18.776244+0100 | TRACE | parse_view_command | 289 | ___
975
+ Processing `Limit Result by Status` in `View` on a `Governance Definition Context`
976
+ with usage level: `Basic` | {}
977
+ D 2025-07-17T20:13:18.776290+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
978
+ D 2025-07-17T20:13:18.776336+0100 | TRACE | parse_view_command | 289 | ___
979
+ Processing `Page Size` in `View` on a `Governance Definition Context`
980
+ with usage level: `Basic` | {}
981
+ D 2025-07-17T20:13:18.776511+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
982
+ D 2025-07-17T20:13:18.776589+0100 | TRACE | parse_view_command | 289 | ___
983
+ Processing `Start From` in `View` on a `Governance Definition Context`
984
+ with usage level: `Basic` | {}
985
+ D 2025-07-17T20:13:18.776767+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
986
+ D 2025-07-17T20:13:18.864747+0100 | INFO | process_gov_def_context_command | 416 | Wrote `Governance Definition Context` graph for : `GovernanceApproach::New Sustainability Governance Domain` | {}
987
+ D 2025-07-17T20:14:24.442765+0100 | INFO | process_markdown_file | 89 |
988
+
989
+ ====================================================
990
+
991
+ | {}
992
+ D 2025-07-17T20:14:24.443141+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
993
+ D 2025-07-17T20:14:24.443889+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
994
+ | {}
995
+ D 2025-07-17T20:14:24.444057+0100 | TRACE | parse_view_command | 289 | ___
996
+ Processing `Display Name` in `View` on a `Governance Definition Context`
997
+ with usage level: `Basic` | {}
998
+ D 2025-07-17T20:14:24.521892+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found Governance Definition Context `None` with qualified name `GovernanceApproach::New Sustainability Governance Domain` | {}
999
+ D 2025-07-17T20:14:24.522134+0100 | INFO | proc_el_id | 647 | Element New Sustainability Governance Domain exists | {}
1000
+ D 2025-07-17T20:14:24.522234+0100 | TRACE | parse_view_command | 289 | ___
1001
+ Processing `Output Format` in `View` on a `Governance Definition Context`
1002
+ with usage level: `Basic` | {}
1003
+ D 2025-07-17T20:14:24.522600+0100 | TRACE | parse_view_command | 289 | ___
1004
+ Processing `Detailed` in `View` on a `Governance Definition Context`
1005
+ with usage level: `Basic` | {}
1006
+ D 2025-07-17T20:14:24.522745+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1007
+ D 2025-07-17T20:14:24.522821+0100 | TRACE | parse_view_command | 289 | ___
1008
+ Processing `Effective Time` in `View` on a `Governance Definition Context`
1009
+ with usage level: `Basic` | {}
1010
+ D 2025-07-17T20:14:24.522875+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1011
+ D 2025-07-17T20:14:24.522926+0100 | TRACE | parse_view_command | 289 | ___
1012
+ Processing `AsOfTime` in `View` on a `Governance Definition Context`
1013
+ with usage level: `Basic` | {}
1014
+ D 2025-07-17T20:14:24.523311+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'AsOfTime', 'As Of Time'}` missing | {}
1015
+ D 2025-07-17T20:14:24.523457+0100 | TRACE | parse_view_command | 289 | ___
1016
+ Processing `Sort Order` in `View` on a `Governance Definition Context`
1017
+ with usage level: `Basic` | {}
1018
+ D 2025-07-17T20:14:24.523789+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
1019
+ D 2025-07-17T20:14:24.523946+0100 | TRACE | parse_view_command | 289 | ___
1020
+ Processing `Order Property Name` in `View` on a `Governance Definition Context`
1021
+ with usage level: `Basic` | {}
1022
+ D 2025-07-17T20:14:24.524157+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
1023
+ D 2025-07-17T20:14:24.524269+0100 | TRACE | parse_view_command | 289 | ___
1024
+ Processing `Limit Result by Status` in `View` on a `Governance Definition Context`
1025
+ with usage level: `Basic` | {}
1026
+ D 2025-07-17T20:14:24.524353+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1027
+ D 2025-07-17T20:14:24.524413+0100 | TRACE | parse_view_command | 289 | ___
1028
+ Processing `Page Size` in `View` on a `Governance Definition Context`
1029
+ with usage level: `Basic` | {}
1030
+ D 2025-07-17T20:14:24.524603+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
1031
+ D 2025-07-17T20:14:24.524694+0100 | TRACE | parse_view_command | 289 | ___
1032
+ Processing `Start From` in `View` on a `Governance Definition Context`
1033
+ with usage level: `Basic` | {}
1034
+ D 2025-07-17T20:14:24.524864+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
1035
+ D 2025-07-17T20:14:24.609042+0100 | INFO | process_gov_def_context_command | 416 | Wrote `Governance Definition Context` graph for : `GovernanceApproach::New Sustainability Governance Domain` | {}
1036
+ D 2025-07-17T20:14:53.971666+0100 | INFO | process_markdown_file | 89 |
1037
+
1038
+ ====================================================
1039
+
1040
+ | {}
1041
+ D 2025-07-17T20:14:53.971906+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
1042
+ D 2025-07-17T20:14:53.972141+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
1043
+ | {}
1044
+ D 2025-07-17T20:14:53.972204+0100 | TRACE | parse_view_command | 289 | ___
1045
+ Processing `Display Name` in `View` on a `Governance Definition Context`
1046
+ with usage level: `Basic` | {}
1047
+ D 2025-07-17T20:14:54.045367+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found Governance Definition Context `None` with qualified name `GovernanceApproach::New Sustainability Governance Domain` | {}
1048
+ D 2025-07-17T20:14:54.045706+0100 | INFO | proc_el_id | 647 | Element New Sustainability Governance Domain exists | {}
1049
+ D 2025-07-17T20:14:54.045854+0100 | TRACE | parse_view_command | 289 | ___
1050
+ Processing `Output Format` in `View` on a `Governance Definition Context`
1051
+ with usage level: `Basic` | {}
1052
+ D 2025-07-17T20:14:54.046207+0100 | TRACE | parse_view_command | 289 | ___
1053
+ Processing `Detailed` in `View` on a `Governance Definition Context`
1054
+ with usage level: `Basic` | {}
1055
+ D 2025-07-17T20:14:54.046313+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1056
+ D 2025-07-17T20:14:54.046371+0100 | TRACE | parse_view_command | 289 | ___
1057
+ Processing `Effective Time` in `View` on a `Governance Definition Context`
1058
+ with usage level: `Basic` | {}
1059
+ D 2025-07-17T20:14:54.046418+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1060
+ D 2025-07-17T20:14:54.046467+0100 | TRACE | parse_view_command | 289 | ___
1061
+ Processing `AsOfTime` in `View` on a `Governance Definition Context`
1062
+ with usage level: `Basic` | {}
1063
+ D 2025-07-17T20:14:54.046795+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'AsOfTime', 'As Of Time'}` missing | {}
1064
+ D 2025-07-17T20:14:54.046903+0100 | TRACE | parse_view_command | 289 | ___
1065
+ Processing `Sort Order` in `View` on a `Governance Definition Context`
1066
+ with usage level: `Basic` | {}
1067
+ D 2025-07-17T20:14:54.047149+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
1068
+ D 2025-07-17T20:14:54.047314+0100 | TRACE | parse_view_command | 289 | ___
1069
+ Processing `Order Property Name` in `View` on a `Governance Definition Context`
1070
+ with usage level: `Basic` | {}
1071
+ D 2025-07-17T20:14:54.047570+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
1072
+ D 2025-07-17T20:14:54.047697+0100 | TRACE | parse_view_command | 289 | ___
1073
+ Processing `Limit Result by Status` in `View` on a `Governance Definition Context`
1074
+ with usage level: `Basic` | {}
1075
+ D 2025-07-17T20:14:54.047780+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1076
+ D 2025-07-17T20:14:54.047830+0100 | TRACE | parse_view_command | 289 | ___
1077
+ Processing `Page Size` in `View` on a `Governance Definition Context`
1078
+ with usage level: `Basic` | {}
1079
+ D 2025-07-17T20:14:54.048065+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
1080
+ D 2025-07-17T20:14:54.048223+0100 | TRACE | parse_view_command | 289 | ___
1081
+ Processing `Start From` in `View` on a `Governance Definition Context`
1082
+ with usage level: `Basic` | {}
1083
+ D 2025-07-17T20:14:54.048503+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
1084
+ D 2025-07-17T20:14:54.137338+0100 | INFO | process_gov_def_context_command | 416 | Wrote `Governance Definition Context` graph for : `GovernanceApproach::New Sustainability Governance Domain` | {}
1085
+ D 2025-07-17T20:50:04.533021+0100 | INFO | process_markdown_file | 89 |
1086
+
1087
+ ====================================================
1088
+
1089
+ | {}
1090
+ D 2025-07-17T20:50:04.533584+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md | {}
1091
+ D 2025-07-17T20:50:04.533923+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definition Context
1092
+ | {}
1093
+ D 2025-07-17T20:50:04.533992+0100 | TRACE | parse_view_command | 289 | ___
1094
+ Processing `Display Name` in `View` on a `Governance Definition Context`
1095
+ with usage level: `Basic` | {}
1096
+ D 2025-07-17T20:50:04.610811+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found Governance Definition Context `None` with qualified name `GovernanceApproach::New Sustainability Governance Domain` | {}
1097
+ D 2025-07-17T20:50:04.610967+0100 | INFO | proc_el_id | 647 | Element New Sustainability Governance Domain exists | {}
1098
+ D 2025-07-17T20:50:04.611030+0100 | TRACE | parse_view_command | 289 | ___
1099
+ Processing `Output Format` in `View` on a `Governance Definition Context`
1100
+ with usage level: `Basic` | {}
1101
+ D 2025-07-17T20:50:04.611243+0100 | WARNING | proc_valid_value | 520 | Invalid value for attribute `{'Output Format', 'Format'}` | {}
1102
+ D 2025-07-17T20:50:04.611292+0100 | TRACE | parse_view_command | 289 | ___
1103
+ Processing `Detailed` in `View` on a `Governance Definition Context`
1104
+ with usage level: `Basic` | {}
1105
+ D 2025-07-17T20:50:04.611319+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1106
+ D 2025-07-17T20:50:04.611345+0100 | TRACE | parse_view_command | 289 | ___
1107
+ Processing `Effective Time` in `View` on a `Governance Definition Context`
1108
+ with usage level: `Basic` | {}
1109
+ D 2025-07-17T20:50:04.611370+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1110
+ D 2025-07-17T20:50:04.611401+0100 | TRACE | parse_view_command | 289 | ___
1111
+ Processing `AsOfTime` in `View` on a `Governance Definition Context`
1112
+ with usage level: `Basic` | {}
1113
+ D 2025-07-17T20:50:04.611602+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'As Of Time', 'AsOfTime'}` missing | {}
1114
+ D 2025-07-17T20:50:04.611653+0100 | TRACE | parse_view_command | 289 | ___
1115
+ Processing `Sort Order` in `View` on a `Governance Definition Context`
1116
+ with usage level: `Basic` | {}
1117
+ D 2025-07-17T20:50:04.611769+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
1118
+ D 2025-07-17T20:50:04.611807+0100 | TRACE | parse_view_command | 289 | ___
1119
+ Processing `Order Property Name` in `View` on a `Governance Definition Context`
1120
+ with usage level: `Basic` | {}
1121
+ D 2025-07-17T20:50:04.611920+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
1122
+ D 2025-07-17T20:50:04.611966+0100 | TRACE | parse_view_command | 289 | ___
1123
+ Processing `Limit Result by Status` in `View` on a `Governance Definition Context`
1124
+ with usage level: `Basic` | {}
1125
+ D 2025-07-17T20:50:04.611990+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1126
+ D 2025-07-17T20:50:04.612017+0100 | TRACE | parse_view_command | 289 | ___
1127
+ Processing `Page Size` in `View` on a `Governance Definition Context`
1128
+ with usage level: `Basic` | {}
1129
+ D 2025-07-17T20:50:04.612123+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
1130
+ D 2025-07-17T20:50:04.612165+0100 | TRACE | parse_view_command | 289 | ___
1131
+ Processing `Start From` in `View` on a `Governance Definition Context`
1132
+ with usage level: `Basic` | {}
1133
+ D 2025-07-17T20:50:04.612272+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
1134
+ D 2025-07-17T20:50:04.693682+0100 | INFO | process_gov_def_context_command | 416 | Wrote `Governance Definition Context` graph for : `GovernanceApproach::New Sustainability Governance Domain` | {}
1135
+ D 2025-07-17T22:08:48.810272+0100 | INFO | process_markdown_file | 89 |
1136
+
1137
+ ====================================================
1138
+
1139
+ | {}
1140
+ D 2025-07-17T22:08:48.810682+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def2.md | {}
1141
+ D 2025-07-17T22:08:48.811832+0100 | INFO | parse_upsert_command | 78 | Processing Update on a Governance Strategy
1142
+ | {}
1143
+ D 2025-07-17T22:08:48.812172+0100 | INFO | print_msg | 100 | INFO-Optional attribute with labels `{'Published Version', 'Version', 'Version Identifier'}` missing | {}
1144
+ D 2025-07-17T22:08:48.812242+0100 | TRACE | parse_upsert_command | 92 | ___
1145
+ Processing `Display Name` in `Update` on a `Governance Strategy`
1146
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1147
+ | {}
1148
+ D 2025-07-17T22:08:48.869515+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found governance_strategy `None` with qualified name `GovStrategy::Strategy` | {}
1149
+ D 2025-07-17T22:08:48.869617+0100 | INFO | proc_el_id | 647 | Element Strategy exists | {}
1150
+ D 2025-07-17T22:08:48.869669+0100 | TRACE | parse_upsert_command | 92 | ___
1151
+ Processing `Summary` in `Update` on a `Governance Strategy`
1152
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1153
+ | {}
1154
+ D 2025-07-17T22:08:48.869849+0100 | TRACE | parse_upsert_command | 92 | ___
1155
+ Processing `Description` in `Update` on a `Governance Strategy`
1156
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1157
+ | {}
1158
+ D 2025-07-17T22:08:48.870003+0100 | TRACE | parse_upsert_command | 92 | ___
1159
+ Processing `Domain Identifier` in `Update` on a `Governance Strategy`
1160
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1161
+ | {}
1162
+ D 2025-07-17T22:08:48.870128+0100 | TRACE | parse_upsert_command | 92 | ___
1163
+ Processing `Document Identifier` in `Update` on a `Governance Strategy`
1164
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1165
+ | {}
1166
+ D 2025-07-17T22:08:48.870269+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Document Identifier', 'Doc Id'}` missing | {}
1167
+ D 2025-07-17T22:08:48.870311+0100 | TRACE | parse_upsert_command | 92 | ___
1168
+ Processing `Version Identifier` in `Update` on a `Governance Strategy`
1169
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1170
+ | {}
1171
+ D 2025-07-17T22:08:48.870344+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
1172
+ D 2025-07-17T22:08:48.870379+0100 | TRACE | parse_upsert_command | 92 | ___
1173
+ Processing `Scope` in `Update` on a `Governance Strategy`
1174
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1175
+ | {}
1176
+ D 2025-07-17T22:08:48.870469+0100 | TRACE | parse_upsert_command | 92 | ___
1177
+ Processing `Importance` in `Update` on a `Governance Strategy`
1178
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1179
+ | {}
1180
+ D 2025-07-17T22:08:48.870573+0100 | TRACE | parse_upsert_command | 92 | ___
1181
+ Processing `Business Imperatives` in `Update` on a `Governance Strategy`
1182
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1183
+ | {}
1184
+ D 2025-07-17T22:08:48.870680+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Business Imperatives'}` missing | {}
1185
+ D 2025-07-17T22:08:48.870719+0100 | TRACE | parse_upsert_command | 92 | ___
1186
+ Processing `Outcomes` in `Update` on a `Governance Strategy`
1187
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1188
+ | {}
1189
+ D 2025-07-17T22:08:48.870828+0100 | TRACE | parse_upsert_command | 92 | ___
1190
+ Processing `Results` in `Update` on a `Governance Strategy`
1191
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1192
+ | {}
1193
+ D 2025-07-17T22:08:48.870939+0100 | TRACE | parse_upsert_command | 92 | ___
1194
+ Processing `Status` in `Update` on a `Governance Strategy`
1195
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1196
+ | {}
1197
+ D 2025-07-17T22:08:48.871414+0100 | TRACE | parse_upsert_command | 92 | ___
1198
+ Processing `User Defined Status` in `Update` on a `Governance Strategy`
1199
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1200
+ | {}
1201
+ D 2025-07-17T22:08:48.871499+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
1202
+ D 2025-07-17T22:08:48.871535+0100 | TRACE | parse_upsert_command | 92 | ___
1203
+ Processing `Is Own Anchor` in `Update` on a `Governance Strategy`
1204
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1205
+ | {}
1206
+ D 2025-07-17T22:08:48.871554+0100 | TRACE | parse_upsert_command | 97 | Attribute `Is Own Anchor` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1207
+ D 2025-07-17T22:08:48.871574+0100 | TRACE | parse_upsert_command | 92 | ___
1208
+ Processing `Anchor ID` in `Update` on a `Governance Strategy`
1209
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1210
+ | {}
1211
+ D 2025-07-17T22:08:48.871591+0100 | TRACE | parse_upsert_command | 97 | Attribute `Anchor ID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1212
+ D 2025-07-17T22:08:48.871608+0100 | TRACE | parse_upsert_command | 92 | ___
1213
+ Processing `Parent ID` in `Update` on a `Governance Strategy`
1214
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1215
+ | {}
1216
+ D 2025-07-17T22:08:48.871629+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent ID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1217
+ D 2025-07-17T22:08:48.871651+0100 | TRACE | parse_upsert_command | 92 | ___
1218
+ Processing `Parent Relationship Type Name` in `Update` on a `Governance Strategy`
1219
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1220
+ | {}
1221
+ D 2025-07-17T22:08:48.871670+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent Relationship Type Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1222
+ D 2025-07-17T22:08:48.871690+0100 | TRACE | parse_upsert_command | 92 | ___
1223
+ Processing `Anchor Scope Name` in `Update` on a `Governance Strategy`
1224
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1225
+ | {}
1226
+ D 2025-07-17T22:08:48.871709+0100 | TRACE | parse_upsert_command | 97 | Attribute `Anchor Scope Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1227
+ D 2025-07-17T22:08:48.871728+0100 | TRACE | parse_upsert_command | 92 | ___
1228
+ Processing `Parent at End1` in `Update` on a `Governance Strategy`
1229
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1230
+ | {}
1231
+ D 2025-07-17T22:08:48.871746+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent at End1` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1232
+ D 2025-07-17T22:08:48.871764+0100 | TRACE | parse_upsert_command | 92 | ___
1233
+ Processing `Glossary Term` in `Update` on a `Governance Strategy`
1234
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1235
+ | {}
1236
+ D 2025-07-17T22:08:48.871782+0100 | TRACE | parse_upsert_command | 97 | Attribute `Glossary Term` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1237
+ D 2025-07-17T22:08:48.871801+0100 | TRACE | parse_upsert_command | 92 | ___
1238
+ Processing `Qualified Name` in `Update` on a `Governance Strategy`
1239
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1240
+ | {}
1241
+ D 2025-07-17T22:08:48.871832+0100 | INFO | proc_el_id | 622 | Optional attribute with label`governance_strategy` missing | {}
1242
+ D 2025-07-17T22:08:48.871863+0100 | TRACE | parse_upsert_command | 92 | ___
1243
+ Processing `GUID` in `Update` on a `Governance Strategy`
1244
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1245
+ | {}
1246
+ D 2025-07-17T22:08:48.872049+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'guid', 'Guid', 'GUID'}` missing | {}
1247
+ D 2025-07-17T22:08:48.872079+0100 | TRACE | parse_upsert_command | 92 | ___
1248
+ Processing `Effective Time` in `Update` on a `Governance Strategy`
1249
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1250
+ | {}
1251
+ D 2025-07-17T22:08:48.872099+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1252
+ D 2025-07-17T22:08:48.872117+0100 | TRACE | parse_upsert_command | 92 | ___
1253
+ Processing `Effective From` in `Update` on a `Governance Strategy`
1254
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1255
+ | {}
1256
+ D 2025-07-17T22:08:48.872135+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective From` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1257
+ D 2025-07-17T22:08:48.872152+0100 | TRACE | parse_upsert_command | 92 | ___
1258
+ Processing `Effective To` in `Update` on a `Governance Strategy`
1259
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1260
+ | {}
1261
+ D 2025-07-17T22:08:48.872166+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective To` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1262
+ D 2025-07-17T22:08:48.872182+0100 | TRACE | parse_upsert_command | 92 | ___
1263
+ Processing `Merge Update` in `Update` on a `Governance Strategy`
1264
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1265
+ | {}
1266
+ D 2025-07-17T22:08:48.872199+0100 | TRACE | parse_upsert_command | 97 | Attribute `Merge Update` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1267
+ D 2025-07-17T22:08:48.872218+0100 | TRACE | parse_upsert_command | 92 | ___
1268
+ Processing `Additional Properties` in `Update` on a `Governance Strategy`
1269
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1270
+ | {}
1271
+ D 2025-07-17T22:08:48.872233+0100 | TRACE | parse_upsert_command | 97 | Attribute `Additional Properties` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1272
+ D 2025-07-17T22:08:48.872248+0100 | TRACE | parse_upsert_command | 92 | ___
1273
+ Processing `Extended Properties` in `Update` on a `Governance Strategy`
1274
+ with usage level: `Basic` and attribute level `Invisible` and for_update `True`
1275
+ | {}
1276
+ D 2025-07-17T22:08:48.872261+0100 | TRACE | parse_upsert_command | 97 | Attribute `Extended Properties` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1277
+ D 2025-07-17T22:08:48.872275+0100 | TRACE | parse_upsert_command | 92 | ___
1278
+ Processing `Journal Entry` in `Update` on a `Governance Strategy`
1279
+ with usage level: `Basic` and attribute level `Invisible` and for_update `True`
1280
+ | {}
1281
+ D 2025-07-17T22:08:48.872288+0100 | TRACE | parse_upsert_command | 97 | Attribute `Journal Entry` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1282
+ D 2025-07-17T22:08:48.872303+0100 | TRACE | parse_upsert_command | 92 | ___
1283
+ Processing `External Source GUID` in `Update` on a `Governance Strategy`
1284
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1285
+ | {}
1286
+ D 2025-07-17T22:08:48.872316+0100 | TRACE | parse_upsert_command | 97 | Attribute `External Source GUID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1287
+ D 2025-07-17T22:08:48.872330+0100 | TRACE | parse_upsert_command | 92 | ___
1288
+ Processing `External Source Name` in `Update` on a `Governance Strategy`
1289
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1290
+ | {}
1291
+ D 2025-07-17T22:08:48.872344+0100 | TRACE | parse_upsert_command | 97 | Attribute `External Source Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1292
+ D 2025-07-17T22:08:48.874724+0100 | DEBUG | process_gov_definition_upsert_command | 114 | {
1293
+ "valid": true,
1294
+ "exists": true,
1295
+ "display": "\n\t* Display Name: `Strategy`\n\t\n\t* Summary: `Based on Talmud`\n\t\n\t* Description: `Somewhat chaotic`\n\t\n\t* Domain Identifier: `1`\n\t\n\t* Scope: `InterGalactic`\n\t\n\t* Importance: `Somewhat`\n\t\n\t* Outcomes: `Happiness`\n\t\n\t* Results: `Unknown`\n\t\n\t* Status: `PROPOSED`\n\t\n\t* Qualified Name: `GovStrategy::Strategy`\n\t\n\t* GUID: `388ea693-5239-46c0-a339-5bb96bd6a514`\n\t",
1296
+ "display_name": "governance_strategy",
1297
+ "qn_prefix": "GovStrategy",
1298
+ "is_own_anchor": true,
1299
+ "reason": "",
1300
+ "version": null,
1301
+ "guid": "388ea693-5239-46c0-a339-5bb96bd6a514",
1302
+ "qualified_name": "GovStrategy::Strategy",
1303
+ "attributes": {
1304
+ "Display Name": {
1305
+ "status": "INFO",
1306
+ "reason": "Element Strategy exists",
1307
+ "value": "Strategy",
1308
+ "valid": true,
1309
+ "exists": true,
1310
+ "qualified_name": "GovStrategy::Strategy",
1311
+ "guid": "388ea693-5239-46c0-a339-5bb96bd6a514"
1312
+ },
1313
+ "Summary": {
1314
+ "status": "INFO",
1315
+ "OK": null,
1316
+ "value": "Based on Talmud",
1317
+ "valid": true,
1318
+ "exists": true
1319
+ },
1320
+ "Description": {
1321
+ "status": "INFO",
1322
+ "OK": null,
1323
+ "value": "Somewhat chaotic",
1324
+ "valid": true,
1325
+ "exists": true
1326
+ },
1327
+ "Domain Identifier": {
1328
+ "status": "INFO",
1329
+ "OK": null,
1330
+ "value": 1,
1331
+ "valid": true,
1332
+ "exists": true
1333
+ },
1334
+ "Document Identifier": {
1335
+ "status": "INFO",
1336
+ "reason": "Optional attribute with labels: `{'Document Identifier', 'Doc Id'}` missing",
1337
+ "value": null,
1338
+ "valid": true,
1339
+ "exists": false
1340
+ },
1341
+ "Version Identifier": {
1342
+ "status": "INFO",
1343
+ "reason": "Optional attribute with labels: `{'Version Identifier'}` missing",
1344
+ "value": null,
1345
+ "valid": true,
1346
+ "exists": false
1347
+ },
1348
+ "Scope": {
1349
+ "status": "INFO",
1350
+ "OK": null,
1351
+ "value": "InterGalactic",
1352
+ "valid": true,
1353
+ "exists": true
1354
+ },
1355
+ "Importance": {
1356
+ "status": "INFO",
1357
+ "OK": null,
1358
+ "value": "Somewhat",
1359
+ "valid": true,
1360
+ "exists": true
1361
+ },
1362
+ "Business Imperatives": {
1363
+ "status": "INFO",
1364
+ "reason": "Optional attribute with labels: `{'Business Imperatives'}` missing",
1365
+ "value": null,
1366
+ "valid": true,
1367
+ "exists": false,
1368
+ "name_list": null
1369
+ },
1370
+ "Outcomes": {
1371
+ "status": "INFO",
1372
+ "OK": null,
1373
+ "value": [
1374
+ "Happiness"
1375
+ ],
1376
+ "valid": true,
1377
+ "exists": true,
1378
+ "name_list": "Happiness"
1379
+ },
1380
+ "Results": {
1381
+ "status": "INFO",
1382
+ "OK": null,
1383
+ "value": [
1384
+ "Unknown"
1385
+ ],
1386
+ "valid": true,
1387
+ "exists": true,
1388
+ "name_list": "Unknown"
1389
+ },
1390
+ "Status": {
1391
+ "status": "INFO",
1392
+ "OK": "OK",
1393
+ "value": "PROPOSED",
1394
+ "valid": true,
1395
+ "exists": true
1396
+ },
1397
+ "User Defined Status": {
1398
+ "status": "INFO",
1399
+ "reason": "Optional attribute with labels: `{'User Defined Status'}` missing",
1400
+ "value": null,
1401
+ "valid": true,
1402
+ "exists": false
1403
+ },
1404
+ "Qualified Name": {
1405
+ "status": "INFO",
1406
+ "reason": "Optional attribute with label`governance_strategy` missing",
1407
+ "value": null,
1408
+ "valid": false,
1409
+ "exists": false
1410
+ },
1411
+ "GUID": {
1412
+ "status": "INFO",
1413
+ "reason": "Optional attribute with labels: `{'guid', 'Guid', 'GUID'}` missing",
1414
+ "value": null,
1415
+ "valid": true,
1416
+ "exists": false
1417
+ }
1418
+ }
1419
+ } | {}
1420
+ D 2025-07-17T22:08:48.908226+0100 | SUCCESS | process_gov_definition_upsert_command | 151 | Updated Governance Strategy `Strategy` with GUID 388ea693-5239-46c0-a339-5bb96bd6a514
1421
+
1422
+ ___ | {}
1423
+ D 2025-07-17T22:08:48.940962+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definitions
1424
+ | {}
1425
+ D 2025-07-17T22:08:48.941054+0100 | TRACE | parse_view_command | 289 | ___
1426
+ Processing `Search String` in `View` on a `Governance Definitions`
1427
+ with usage level: `Basic` | {}
1428
+ D 2025-07-17T22:08:48.941222+0100 | TRACE | parse_view_command | 289 | ___
1429
+ Processing `Output Format` in `View` on a `Governance Definitions`
1430
+ with usage level: `Basic` | {}
1431
+ D 2025-07-17T22:08:48.941360+0100 | TRACE | parse_view_command | 289 | ___
1432
+ Processing `Starts With` in `View` on a `Governance Definitions`
1433
+ with usage level: `Basic` | {}
1434
+ D 2025-07-17T22:08:48.941447+0100 | TRACE | parse_view_command | 289 | ___
1435
+ Processing `Ends With` in `View` on a `Governance Definitions`
1436
+ with usage level: `Basic` | {}
1437
+ D 2025-07-17T22:08:48.941523+0100 | TRACE | parse_view_command | 289 | ___
1438
+ Processing `Ignore Case` in `View` on a `Governance Definitions`
1439
+ with usage level: `Basic` | {}
1440
+ D 2025-07-17T22:08:48.941603+0100 | TRACE | parse_view_command | 289 | ___
1441
+ Processing `Detailed` in `View` on a `Governance Definitions`
1442
+ with usage level: `Basic` | {}
1443
+ D 2025-07-17T22:08:48.941624+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1444
+ D 2025-07-17T22:08:48.941644+0100 | TRACE | parse_view_command | 289 | ___
1445
+ Processing `Effective Time` in `View` on a `Governance Definitions`
1446
+ with usage level: `Basic` | {}
1447
+ D 2025-07-17T22:08:48.941661+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1448
+ D 2025-07-17T22:08:48.941677+0100 | TRACE | parse_view_command | 289 | ___
1449
+ Processing `AsOfTime` in `View` on a `Governance Definitions`
1450
+ with usage level: `Basic` | {}
1451
+ D 2025-07-17T22:08:48.941800+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'As Of Time', 'AsOfTime'}` missing | {}
1452
+ D 2025-07-17T22:08:48.941835+0100 | TRACE | parse_view_command | 289 | ___
1453
+ Processing `Sort Order` in `View` on a `Governance Definitions`
1454
+ with usage level: `Basic` | {}
1455
+ D 2025-07-17T22:08:48.942050+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
1456
+ D 2025-07-17T22:08:48.942115+0100 | TRACE | parse_view_command | 289 | ___
1457
+ Processing `Order Property Name` in `View` on a `Governance Definitions`
1458
+ with usage level: `Basic` | {}
1459
+ D 2025-07-17T22:08:48.942215+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
1460
+ D 2025-07-17T22:08:48.942251+0100 | TRACE | parse_view_command | 289 | ___
1461
+ Processing `Limit Result by Status` in `View` on a `Governance Definitions`
1462
+ with usage level: `Basic` | {}
1463
+ D 2025-07-17T22:08:48.942271+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1464
+ D 2025-07-17T22:08:48.942292+0100 | TRACE | parse_view_command | 289 | ___
1465
+ Processing `Page Size` in `View` on a `Governance Definitions`
1466
+ with usage level: `Basic` | {}
1467
+ D 2025-07-17T22:08:48.942373+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
1468
+ D 2025-07-17T22:08:48.942405+0100 | TRACE | parse_view_command | 289 | ___
1469
+ Processing `Start From` in `View` on a `Governance Definitions`
1470
+ with usage level: `Basic` | {}
1471
+ D 2025-07-17T22:08:48.942482+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
1472
+ D 2025-07-17T22:08:48.983475+0100 | INFO | process_gov_definition_list_command | 351 | Wrote `Governance Definitions` for search string: `*` | {}
1473
+ D 2025-07-17T22:10:04.895434+0100 | INFO | process_markdown_file | 89 |
1474
+
1475
+ ====================================================
1476
+
1477
+ | {}
1478
+ D 2025-07-17T22:10:04.895650+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def2.md | {}
1479
+ D 2025-07-17T22:10:04.896684+0100 | INFO | parse_upsert_command | 78 | Processing Update on a Governance Strategy
1480
+ | {}
1481
+ D 2025-07-17T22:10:04.897022+0100 | INFO | print_msg | 100 | INFO-Optional attribute with labels `{'Version Identifier', 'Version', 'Published Version'}` missing | {}
1482
+ D 2025-07-17T22:10:04.897075+0100 | TRACE | parse_upsert_command | 92 | ___
1483
+ Processing `Display Name` in `Update` on a `Governance Strategy`
1484
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1485
+ | {}
1486
+ D 2025-07-17T22:10:04.946932+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found governance_strategy `None` with qualified name `GovStrategy::Strategy` | {}
1487
+ D 2025-07-17T22:10:04.947035+0100 | INFO | proc_el_id | 647 | Element Strategy exists | {}
1488
+ D 2025-07-17T22:10:04.947074+0100 | TRACE | parse_upsert_command | 92 | ___
1489
+ Processing `Summary` in `Update` on a `Governance Strategy`
1490
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1491
+ | {}
1492
+ D 2025-07-17T22:10:04.947218+0100 | TRACE | parse_upsert_command | 92 | ___
1493
+ Processing `Description` in `Update` on a `Governance Strategy`
1494
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1495
+ | {}
1496
+ D 2025-07-17T22:10:04.947333+0100 | TRACE | parse_upsert_command | 92 | ___
1497
+ Processing `Domain Identifier` in `Update` on a `Governance Strategy`
1498
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1499
+ | {}
1500
+ D 2025-07-17T22:10:04.947465+0100 | TRACE | parse_upsert_command | 92 | ___
1501
+ Processing `Document Identifier` in `Update` on a `Governance Strategy`
1502
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1503
+ | {}
1504
+ D 2025-07-17T22:10:04.947663+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Document Identifier', 'Doc Id'}` missing | {}
1505
+ D 2025-07-17T22:10:04.947714+0100 | TRACE | parse_upsert_command | 92 | ___
1506
+ Processing `Version Identifier` in `Update` on a `Governance Strategy`
1507
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1508
+ | {}
1509
+ D 2025-07-17T22:10:04.947760+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
1510
+ D 2025-07-17T22:10:04.947789+0100 | TRACE | parse_upsert_command | 92 | ___
1511
+ Processing `Scope` in `Update` on a `Governance Strategy`
1512
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1513
+ | {}
1514
+ D 2025-07-17T22:10:04.947884+0100 | TRACE | parse_upsert_command | 92 | ___
1515
+ Processing `Importance` in `Update` on a `Governance Strategy`
1516
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1517
+ | {}
1518
+ D 2025-07-17T22:10:04.947964+0100 | TRACE | parse_upsert_command | 92 | ___
1519
+ Processing `Business Imperatives` in `Update` on a `Governance Strategy`
1520
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1521
+ | {}
1522
+ D 2025-07-17T22:10:04.948043+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Business Imperatives'}` missing | {}
1523
+ D 2025-07-17T22:10:04.948076+0100 | TRACE | parse_upsert_command | 92 | ___
1524
+ Processing `Outcomes` in `Update` on a `Governance Strategy`
1525
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1526
+ | {}
1527
+ D 2025-07-17T22:10:04.948168+0100 | TRACE | parse_upsert_command | 92 | ___
1528
+ Processing `Results` in `Update` on a `Governance Strategy`
1529
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1530
+ | {}
1531
+ D 2025-07-17T22:10:04.948244+0100 | TRACE | parse_upsert_command | 92 | ___
1532
+ Processing `Status` in `Update` on a `Governance Strategy`
1533
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1534
+ | {}
1535
+ D 2025-07-17T22:10:04.948322+0100 | TRACE | parse_upsert_command | 92 | ___
1536
+ Processing `User Defined Status` in `Update` on a `Governance Strategy`
1537
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1538
+ | {}
1539
+ D 2025-07-17T22:10:04.948803+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
1540
+ D 2025-07-17T22:10:04.948841+0100 | TRACE | parse_upsert_command | 92 | ___
1541
+ Processing `Is Own Anchor` in `Update` on a `Governance Strategy`
1542
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1543
+ | {}
1544
+ D 2025-07-17T22:10:04.948863+0100 | TRACE | parse_upsert_command | 97 | Attribute `Is Own Anchor` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1545
+ D 2025-07-17T22:10:04.948886+0100 | TRACE | parse_upsert_command | 92 | ___
1546
+ Processing `Anchor ID` in `Update` on a `Governance Strategy`
1547
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1548
+ | {}
1549
+ D 2025-07-17T22:10:04.948907+0100 | TRACE | parse_upsert_command | 97 | Attribute `Anchor ID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1550
+ D 2025-07-17T22:10:04.948928+0100 | TRACE | parse_upsert_command | 92 | ___
1551
+ Processing `Parent ID` in `Update` on a `Governance Strategy`
1552
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1553
+ | {}
1554
+ D 2025-07-17T22:10:04.948943+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent ID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1555
+ D 2025-07-17T22:10:04.948959+0100 | TRACE | parse_upsert_command | 92 | ___
1556
+ Processing `Parent Relationship Type Name` in `Update` on a `Governance Strategy`
1557
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1558
+ | {}
1559
+ D 2025-07-17T22:10:04.948974+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent Relationship Type Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1560
+ D 2025-07-17T22:10:04.948990+0100 | TRACE | parse_upsert_command | 92 | ___
1561
+ Processing `Anchor Scope Name` in `Update` on a `Governance Strategy`
1562
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1563
+ | {}
1564
+ D 2025-07-17T22:10:04.949005+0100 | TRACE | parse_upsert_command | 97 | Attribute `Anchor Scope Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1565
+ D 2025-07-17T22:10:04.949021+0100 | TRACE | parse_upsert_command | 92 | ___
1566
+ Processing `Parent at End1` in `Update` on a `Governance Strategy`
1567
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1568
+ | {}
1569
+ D 2025-07-17T22:10:04.949035+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent at End1` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1570
+ D 2025-07-17T22:10:04.949051+0100 | TRACE | parse_upsert_command | 92 | ___
1571
+ Processing `Glossary Term` in `Update` on a `Governance Strategy`
1572
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1573
+ | {}
1574
+ D 2025-07-17T22:10:04.949065+0100 | TRACE | parse_upsert_command | 97 | Attribute `Glossary Term` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1575
+ D 2025-07-17T22:10:04.949080+0100 | TRACE | parse_upsert_command | 92 | ___
1576
+ Processing `Qualified Name` in `Update` on a `Governance Strategy`
1577
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1578
+ | {}
1579
+ D 2025-07-17T22:10:04.949105+0100 | INFO | proc_el_id | 622 | Optional attribute with label`governance_strategy` missing | {}
1580
+ D 2025-07-17T22:10:04.949133+0100 | TRACE | parse_upsert_command | 92 | ___
1581
+ Processing `GUID` in `Update` on a `Governance Strategy`
1582
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1583
+ | {}
1584
+ D 2025-07-17T22:10:04.949312+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Guid', 'GUID', 'guid'}` missing | {}
1585
+ D 2025-07-17T22:10:04.949345+0100 | TRACE | parse_upsert_command | 92 | ___
1586
+ Processing `Effective Time` in `Update` on a `Governance Strategy`
1587
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1588
+ | {}
1589
+ D 2025-07-17T22:10:04.949368+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1590
+ D 2025-07-17T22:10:04.949388+0100 | TRACE | parse_upsert_command | 92 | ___
1591
+ Processing `Effective From` in `Update` on a `Governance Strategy`
1592
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1593
+ | {}
1594
+ D 2025-07-17T22:10:04.949407+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective From` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1595
+ D 2025-07-17T22:10:04.949427+0100 | TRACE | parse_upsert_command | 92 | ___
1596
+ Processing `Effective To` in `Update` on a `Governance Strategy`
1597
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1598
+ | {}
1599
+ D 2025-07-17T22:10:04.949445+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective To` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1600
+ D 2025-07-17T22:10:04.949463+0100 | TRACE | parse_upsert_command | 92 | ___
1601
+ Processing `Merge Update` in `Update` on a `Governance Strategy`
1602
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1603
+ | {}
1604
+ D 2025-07-17T22:10:04.949477+0100 | TRACE | parse_upsert_command | 97 | Attribute `Merge Update` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1605
+ D 2025-07-17T22:10:04.949492+0100 | TRACE | parse_upsert_command | 92 | ___
1606
+ Processing `Additional Properties` in `Update` on a `Governance Strategy`
1607
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1608
+ | {}
1609
+ D 2025-07-17T22:10:04.949506+0100 | TRACE | parse_upsert_command | 97 | Attribute `Additional Properties` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1610
+ D 2025-07-17T22:10:04.949521+0100 | TRACE | parse_upsert_command | 92 | ___
1611
+ Processing `Extended Properties` in `Update` on a `Governance Strategy`
1612
+ with usage level: `Basic` and attribute level `Invisible` and for_update `True`
1613
+ | {}
1614
+ D 2025-07-17T22:10:04.949536+0100 | TRACE | parse_upsert_command | 97 | Attribute `Extended Properties` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1615
+ D 2025-07-17T22:10:04.949550+0100 | TRACE | parse_upsert_command | 92 | ___
1616
+ Processing `Journal Entry` in `Update` on a `Governance Strategy`
1617
+ with usage level: `Basic` and attribute level `Invisible` and for_update `True`
1618
+ | {}
1619
+ D 2025-07-17T22:10:04.949564+0100 | TRACE | parse_upsert_command | 97 | Attribute `Journal Entry` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1620
+ D 2025-07-17T22:10:04.949579+0100 | TRACE | parse_upsert_command | 92 | ___
1621
+ Processing `External Source GUID` in `Update` on a `Governance Strategy`
1622
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1623
+ | {}
1624
+ D 2025-07-17T22:10:04.949593+0100 | TRACE | parse_upsert_command | 97 | Attribute `External Source GUID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1625
+ D 2025-07-17T22:10:04.949614+0100 | TRACE | parse_upsert_command | 92 | ___
1626
+ Processing `External Source Name` in `Update` on a `Governance Strategy`
1627
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1628
+ | {}
1629
+ D 2025-07-17T22:10:04.949636+0100 | TRACE | parse_upsert_command | 97 | Attribute `External Source Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1630
+ D 2025-07-17T22:10:04.952058+0100 | DEBUG | process_gov_definition_upsert_command | 114 | {
1631
+ "valid": true,
1632
+ "exists": true,
1633
+ "display": "\n\t* Display Name: `Strategy`\n\t\n\t* Summary: `Based on Talmud`\n\t\n\t* Description: `Somewhat chaotic`\n\t\n\t* Domain Identifier: `1`\n\t\n\t* Scope: `InterGalactic`\n\t\n\t* Importance: `Somewhat`\n\t\n\t* Outcomes: `Happiness`\n\t\n\t* Results: `Unknown`\n\t\n\t* Status: `PROPOSED`\n\t\n\t* Qualified Name: `GovStrategy::Strategy`\n\t\n\t* GUID: `388ea693-5239-46c0-a339-5bb96bd6a514`\n\t",
1634
+ "display_name": "governance_strategy",
1635
+ "qn_prefix": "GovStrategy",
1636
+ "is_own_anchor": true,
1637
+ "reason": "",
1638
+ "version": null,
1639
+ "guid": "388ea693-5239-46c0-a339-5bb96bd6a514",
1640
+ "qualified_name": "GovStrategy::Strategy",
1641
+ "attributes": {
1642
+ "Display Name": {
1643
+ "status": "INFO",
1644
+ "reason": "Element Strategy exists",
1645
+ "value": "Strategy",
1646
+ "valid": true,
1647
+ "exists": true,
1648
+ "qualified_name": "GovStrategy::Strategy",
1649
+ "guid": "388ea693-5239-46c0-a339-5bb96bd6a514"
1650
+ },
1651
+ "Summary": {
1652
+ "status": "INFO",
1653
+ "OK": null,
1654
+ "value": "Based on Talmud",
1655
+ "valid": true,
1656
+ "exists": true
1657
+ },
1658
+ "Description": {
1659
+ "status": "INFO",
1660
+ "OK": null,
1661
+ "value": "Somewhat chaotic",
1662
+ "valid": true,
1663
+ "exists": true
1664
+ },
1665
+ "Domain Identifier": {
1666
+ "status": "INFO",
1667
+ "OK": null,
1668
+ "value": 1,
1669
+ "valid": true,
1670
+ "exists": true
1671
+ },
1672
+ "Document Identifier": {
1673
+ "status": "INFO",
1674
+ "reason": "Optional attribute with labels: `{'Document Identifier', 'Doc Id'}` missing",
1675
+ "value": null,
1676
+ "valid": true,
1677
+ "exists": false
1678
+ },
1679
+ "Version Identifier": {
1680
+ "status": "INFO",
1681
+ "reason": "Optional attribute with labels: `{'Version Identifier'}` missing",
1682
+ "value": null,
1683
+ "valid": true,
1684
+ "exists": false
1685
+ },
1686
+ "Scope": {
1687
+ "status": "INFO",
1688
+ "OK": null,
1689
+ "value": "InterGalactic",
1690
+ "valid": true,
1691
+ "exists": true
1692
+ },
1693
+ "Importance": {
1694
+ "status": "INFO",
1695
+ "OK": null,
1696
+ "value": "Somewhat",
1697
+ "valid": true,
1698
+ "exists": true
1699
+ },
1700
+ "Business Imperatives": {
1701
+ "status": "INFO",
1702
+ "reason": "Optional attribute with labels: `{'Business Imperatives'}` missing",
1703
+ "value": null,
1704
+ "valid": true,
1705
+ "exists": false,
1706
+ "name_list": null
1707
+ },
1708
+ "Outcomes": {
1709
+ "status": "INFO",
1710
+ "OK": null,
1711
+ "value": [
1712
+ "Happiness"
1713
+ ],
1714
+ "valid": true,
1715
+ "exists": true,
1716
+ "name_list": "Happiness"
1717
+ },
1718
+ "Results": {
1719
+ "status": "INFO",
1720
+ "OK": null,
1721
+ "value": [
1722
+ "Unknown"
1723
+ ],
1724
+ "valid": true,
1725
+ "exists": true,
1726
+ "name_list": "Unknown"
1727
+ },
1728
+ "Status": {
1729
+ "status": "INFO",
1730
+ "OK": "OK",
1731
+ "value": "PROPOSED",
1732
+ "valid": true,
1733
+ "exists": true
1734
+ },
1735
+ "User Defined Status": {
1736
+ "status": "INFO",
1737
+ "reason": "Optional attribute with labels: `{'User Defined Status'}` missing",
1738
+ "value": null,
1739
+ "valid": true,
1740
+ "exists": false
1741
+ },
1742
+ "Qualified Name": {
1743
+ "status": "INFO",
1744
+ "reason": "Optional attribute with label`governance_strategy` missing",
1745
+ "value": null,
1746
+ "valid": false,
1747
+ "exists": false
1748
+ },
1749
+ "GUID": {
1750
+ "status": "INFO",
1751
+ "reason": "Optional attribute with labels: `{'Guid', 'GUID', 'guid'}` missing",
1752
+ "value": null,
1753
+ "valid": true,
1754
+ "exists": false
1755
+ }
1756
+ }
1757
+ } | {}
1758
+ D 2025-07-17T22:10:04.980297+0100 | SUCCESS | process_gov_definition_upsert_command | 151 | Updated Governance Strategy `Strategy` with GUID 388ea693-5239-46c0-a339-5bb96bd6a514
1759
+
1760
+ ___ | {}
1761
+ D 2025-07-17T22:10:05.120228+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definitions
1762
+ | {}
1763
+ D 2025-07-17T22:10:05.120335+0100 | TRACE | parse_view_command | 289 | ___
1764
+ Processing `Search String` in `View` on a `Governance Definitions`
1765
+ with usage level: `Basic` | {}
1766
+ D 2025-07-17T22:10:05.120514+0100 | TRACE | parse_view_command | 289 | ___
1767
+ Processing `Output Format` in `View` on a `Governance Definitions`
1768
+ with usage level: `Basic` | {}
1769
+ D 2025-07-17T22:10:05.120610+0100 | TRACE | parse_view_command | 289 | ___
1770
+ Processing `Starts With` in `View` on a `Governance Definitions`
1771
+ with usage level: `Basic` | {}
1772
+ D 2025-07-17T22:10:05.120697+0100 | TRACE | parse_view_command | 289 | ___
1773
+ Processing `Ends With` in `View` on a `Governance Definitions`
1774
+ with usage level: `Basic` | {}
1775
+ D 2025-07-17T22:10:05.120789+0100 | TRACE | parse_view_command | 289 | ___
1776
+ Processing `Ignore Case` in `View` on a `Governance Definitions`
1777
+ with usage level: `Basic` | {}
1778
+ D 2025-07-17T22:10:05.120866+0100 | TRACE | parse_view_command | 289 | ___
1779
+ Processing `Detailed` in `View` on a `Governance Definitions`
1780
+ with usage level: `Basic` | {}
1781
+ D 2025-07-17T22:10:05.120888+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1782
+ D 2025-07-17T22:10:05.120908+0100 | TRACE | parse_view_command | 289 | ___
1783
+ Processing `Effective Time` in `View` on a `Governance Definitions`
1784
+ with usage level: `Basic` | {}
1785
+ D 2025-07-17T22:10:05.120925+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1786
+ D 2025-07-17T22:10:05.120942+0100 | TRACE | parse_view_command | 289 | ___
1787
+ Processing `AsOfTime` in `View` on a `Governance Definitions`
1788
+ with usage level: `Basic` | {}
1789
+ D 2025-07-17T22:10:05.121068+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'As Of Time', 'AsOfTime'}` missing | {}
1790
+ D 2025-07-17T22:10:05.121105+0100 | TRACE | parse_view_command | 289 | ___
1791
+ Processing `Sort Order` in `View` on a `Governance Definitions`
1792
+ with usage level: `Basic` | {}
1793
+ D 2025-07-17T22:10:05.121189+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
1794
+ D 2025-07-17T22:10:05.121219+0100 | TRACE | parse_view_command | 289 | ___
1795
+ Processing `Order Property Name` in `View` on a `Governance Definitions`
1796
+ with usage level: `Basic` | {}
1797
+ D 2025-07-17T22:10:05.121298+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
1798
+ D 2025-07-17T22:10:05.121327+0100 | TRACE | parse_view_command | 289 | ___
1799
+ Processing `Limit Result by Status` in `View` on a `Governance Definitions`
1800
+ with usage level: `Basic` | {}
1801
+ D 2025-07-17T22:10:05.121344+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1802
+ D 2025-07-17T22:10:05.121361+0100 | TRACE | parse_view_command | 289 | ___
1803
+ Processing `Page Size` in `View` on a `Governance Definitions`
1804
+ with usage level: `Basic` | {}
1805
+ D 2025-07-17T22:10:05.121434+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
1806
+ D 2025-07-17T22:10:05.121463+0100 | TRACE | parse_view_command | 289 | ___
1807
+ Processing `Start From` in `View` on a `Governance Definitions`
1808
+ with usage level: `Basic` | {}
1809
+ D 2025-07-17T22:10:05.121539+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
1810
+ D 2025-07-17T22:10:05.164313+0100 | INFO | process_gov_definition_list_command | 351 | Wrote `Governance Definitions` for search string: `*` | {}
1811
+ D 2025-07-18T08:53:32.652684+0100 | INFO | process_markdown_file | 89 |
1812
+
1813
+ ====================================================
1814
+
1815
+ | {}
1816
+ D 2025-07-18T08:53:32.653179+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def2.md | {}
1817
+ D 2025-07-18T08:53:32.655084+0100 | INFO | parse_upsert_command | 78 | Processing Update on a Governance Strategy
1818
+ | {}
1819
+ D 2025-07-18T08:53:32.655548+0100 | INFO | print_msg | 100 | INFO-Optional attribute with labels `{'Published Version', 'Version', 'Version Identifier'}` missing | {}
1820
+ D 2025-07-18T08:53:32.655618+0100 | TRACE | parse_upsert_command | 92 | ___
1821
+ Processing `Display Name` in `Update` on a `Governance Strategy`
1822
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1823
+ | {}
1824
+ D 2025-07-18T08:53:32.727990+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found governance_strategy `None` with qualified name `GovStrategy::Strategy` | {}
1825
+ D 2025-07-18T08:53:32.728124+0100 | INFO | proc_el_id | 647 | Element Strategy exists | {}
1826
+ D 2025-07-18T08:53:32.728184+0100 | TRACE | parse_upsert_command | 92 | ___
1827
+ Processing `Summary` in `Update` on a `Governance Strategy`
1828
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1829
+ | {}
1830
+ D 2025-07-18T08:53:32.728381+0100 | TRACE | parse_upsert_command | 92 | ___
1831
+ Processing `Description` in `Update` on a `Governance Strategy`
1832
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1833
+ | {}
1834
+ D 2025-07-18T08:53:32.728512+0100 | TRACE | parse_upsert_command | 92 | ___
1835
+ Processing `Domain Identifier` in `Update` on a `Governance Strategy`
1836
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1837
+ | {}
1838
+ D 2025-07-18T08:53:32.728641+0100 | TRACE | parse_upsert_command | 92 | ___
1839
+ Processing `Document Identifier` in `Update` on a `Governance Strategy`
1840
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1841
+ | {}
1842
+ D 2025-07-18T08:53:32.728826+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Doc Id', 'Document Identifier'}` missing | {}
1843
+ D 2025-07-18T08:53:32.728887+0100 | TRACE | parse_upsert_command | 92 | ___
1844
+ Processing `Version Identifier` in `Update` on a `Governance Strategy`
1845
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1846
+ | {}
1847
+ D 2025-07-18T08:53:32.728931+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
1848
+ D 2025-07-18T08:53:32.728972+0100 | TRACE | parse_upsert_command | 92 | ___
1849
+ Processing `Scope` in `Update` on a `Governance Strategy`
1850
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1851
+ | {}
1852
+ D 2025-07-18T08:53:32.729085+0100 | TRACE | parse_upsert_command | 92 | ___
1853
+ Processing `Importance` in `Update` on a `Governance Strategy`
1854
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1855
+ | {}
1856
+ D 2025-07-18T08:53:32.729193+0100 | TRACE | parse_upsert_command | 92 | ___
1857
+ Processing `Business Imperatives` in `Update` on a `Governance Strategy`
1858
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1859
+ | {}
1860
+ D 2025-07-18T08:53:32.729301+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Business Imperatives'}` missing | {}
1861
+ D 2025-07-18T08:53:32.729342+0100 | TRACE | parse_upsert_command | 92 | ___
1862
+ Processing `Outcomes` in `Update` on a `Governance Strategy`
1863
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1864
+ | {}
1865
+ D 2025-07-18T08:53:32.729452+0100 | TRACE | parse_upsert_command | 92 | ___
1866
+ Processing `Results` in `Update` on a `Governance Strategy`
1867
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1868
+ | {}
1869
+ D 2025-07-18T08:53:32.729565+0100 | TRACE | parse_upsert_command | 92 | ___
1870
+ Processing `Status` in `Update` on a `Governance Strategy`
1871
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1872
+ | {}
1873
+ D 2025-07-18T08:53:32.730125+0100 | TRACE | parse_upsert_command | 92 | ___
1874
+ Processing `User Defined Status` in `Update` on a `Governance Strategy`
1875
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1876
+ | {}
1877
+ D 2025-07-18T08:53:32.730257+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
1878
+ D 2025-07-18T08:53:32.730300+0100 | TRACE | parse_upsert_command | 92 | ___
1879
+ Processing `Is Own Anchor` in `Update` on a `Governance Strategy`
1880
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1881
+ | {}
1882
+ D 2025-07-18T08:53:32.730328+0100 | TRACE | parse_upsert_command | 97 | Attribute `Is Own Anchor` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1883
+ D 2025-07-18T08:53:32.730358+0100 | TRACE | parse_upsert_command | 92 | ___
1884
+ Processing `Anchor ID` in `Update` on a `Governance Strategy`
1885
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1886
+ | {}
1887
+ D 2025-07-18T08:53:32.730381+0100 | TRACE | parse_upsert_command | 97 | Attribute `Anchor ID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1888
+ D 2025-07-18T08:53:32.730406+0100 | TRACE | parse_upsert_command | 92 | ___
1889
+ Processing `Parent ID` in `Update` on a `Governance Strategy`
1890
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1891
+ | {}
1892
+ D 2025-07-18T08:53:32.730427+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent ID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1893
+ D 2025-07-18T08:53:32.730449+0100 | TRACE | parse_upsert_command | 92 | ___
1894
+ Processing `Parent Relationship Type Name` in `Update` on a `Governance Strategy`
1895
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1896
+ | {}
1897
+ D 2025-07-18T08:53:32.730469+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent Relationship Type Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1898
+ D 2025-07-18T08:53:32.730490+0100 | TRACE | parse_upsert_command | 92 | ___
1899
+ Processing `Anchor Scope Name` in `Update` on a `Governance Strategy`
1900
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1901
+ | {}
1902
+ D 2025-07-18T08:53:32.730510+0100 | TRACE | parse_upsert_command | 97 | Attribute `Anchor Scope Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1903
+ D 2025-07-18T08:53:32.730530+0100 | TRACE | parse_upsert_command | 92 | ___
1904
+ Processing `Parent at End1` in `Update` on a `Governance Strategy`
1905
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1906
+ | {}
1907
+ D 2025-07-18T08:53:32.730550+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent at End1` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1908
+ D 2025-07-18T08:53:32.730572+0100 | TRACE | parse_upsert_command | 92 | ___
1909
+ Processing `Glossary Term` in `Update` on a `Governance Strategy`
1910
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1911
+ | {}
1912
+ D 2025-07-18T08:53:32.730592+0100 | TRACE | parse_upsert_command | 97 | Attribute `Glossary Term` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1913
+ D 2025-07-18T08:53:32.730612+0100 | TRACE | parse_upsert_command | 92 | ___
1914
+ Processing `Qualified Name` in `Update` on a `Governance Strategy`
1915
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1916
+ | {}
1917
+ D 2025-07-18T08:53:32.730647+0100 | INFO | proc_el_id | 622 | Optional attribute with label`governance_strategy` missing | {}
1918
+ D 2025-07-18T08:53:32.730681+0100 | TRACE | parse_upsert_command | 92 | ___
1919
+ Processing `GUID` in `Update` on a `Governance Strategy`
1920
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
1921
+ | {}
1922
+ D 2025-07-18T08:53:32.730902+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Guid', 'GUID', 'guid'}` missing | {}
1923
+ D 2025-07-18T08:53:32.730944+0100 | TRACE | parse_upsert_command | 92 | ___
1924
+ Processing `Effective Time` in `Update` on a `Governance Strategy`
1925
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1926
+ | {}
1927
+ D 2025-07-18T08:53:32.730969+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1928
+ D 2025-07-18T08:53:32.730992+0100 | TRACE | parse_upsert_command | 92 | ___
1929
+ Processing `Effective From` in `Update` on a `Governance Strategy`
1930
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1931
+ | {}
1932
+ D 2025-07-18T08:53:32.731012+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective From` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1933
+ D 2025-07-18T08:53:32.731033+0100 | TRACE | parse_upsert_command | 92 | ___
1934
+ Processing `Effective To` in `Update` on a `Governance Strategy`
1935
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1936
+ | {}
1937
+ D 2025-07-18T08:53:32.731053+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective To` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1938
+ D 2025-07-18T08:53:32.731073+0100 | TRACE | parse_upsert_command | 92 | ___
1939
+ Processing `Merge Update` in `Update` on a `Governance Strategy`
1940
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1941
+ | {}
1942
+ D 2025-07-18T08:53:32.731092+0100 | TRACE | parse_upsert_command | 97 | Attribute `Merge Update` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1943
+ D 2025-07-18T08:53:32.731112+0100 | TRACE | parse_upsert_command | 92 | ___
1944
+ Processing `Additional Properties` in `Update` on a `Governance Strategy`
1945
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1946
+ | {}
1947
+ D 2025-07-18T08:53:32.731132+0100 | TRACE | parse_upsert_command | 97 | Attribute `Additional Properties` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1948
+ D 2025-07-18T08:53:32.731152+0100 | TRACE | parse_upsert_command | 92 | ___
1949
+ Processing `Extended Properties` in `Update` on a `Governance Strategy`
1950
+ with usage level: `Basic` and attribute level `Invisible` and for_update `True`
1951
+ | {}
1952
+ D 2025-07-18T08:53:32.731172+0100 | TRACE | parse_upsert_command | 97 | Attribute `Extended Properties` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1953
+ D 2025-07-18T08:53:32.731194+0100 | TRACE | parse_upsert_command | 92 | ___
1954
+ Processing `Journal Entry` in `Update` on a `Governance Strategy`
1955
+ with usage level: `Basic` and attribute level `Invisible` and for_update `True`
1956
+ | {}
1957
+ D 2025-07-18T08:53:32.731213+0100 | TRACE | parse_upsert_command | 97 | Attribute `Journal Entry` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1958
+ D 2025-07-18T08:53:32.731233+0100 | TRACE | parse_upsert_command | 92 | ___
1959
+ Processing `External Source GUID` in `Update` on a `Governance Strategy`
1960
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1961
+ | {}
1962
+ D 2025-07-18T08:53:32.731251+0100 | TRACE | parse_upsert_command | 97 | Attribute `External Source GUID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1963
+ D 2025-07-18T08:53:32.731271+0100 | TRACE | parse_upsert_command | 92 | ___
1964
+ Processing `External Source Name` in `Update` on a `Governance Strategy`
1965
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
1966
+ | {}
1967
+ D 2025-07-18T08:53:32.731290+0100 | TRACE | parse_upsert_command | 97 | Attribute `External Source Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
1968
+ D 2025-07-18T08:53:32.734517+0100 | DEBUG | process_gov_definition_upsert_command | 114 | {
1969
+ "valid": true,
1970
+ "exists": true,
1971
+ "display": "\n\t* Display Name: `Strategy`\n\t\n\t* Summary: `Based on Talmud`\n\t\n\t* Description: `Somewhat chaotic`\n\t\n\t* Domain Identifier: `1`\n\t\n\t* Scope: `InterGalactic`\n\t\n\t* Importance: `Somewhat`\n\t\n\t* Outcomes: `Happiness`\n\t\n\t* Results: `Unknown`\n\t\n\t* Status: `PROPOSED`\n\t\n\t* Qualified Name: `GovStrategy::Strategy`\n\t\n\t* GUID: `388ea693-5239-46c0-a339-5bb96bd6a514`\n\t",
1972
+ "display_name": "governance_strategy",
1973
+ "qn_prefix": "GovStrategy",
1974
+ "is_own_anchor": true,
1975
+ "reason": "",
1976
+ "version": null,
1977
+ "guid": "388ea693-5239-46c0-a339-5bb96bd6a514",
1978
+ "qualified_name": "GovStrategy::Strategy",
1979
+ "attributes": {
1980
+ "Display Name": {
1981
+ "status": "INFO",
1982
+ "reason": "Element Strategy exists",
1983
+ "value": "Strategy",
1984
+ "valid": true,
1985
+ "exists": true,
1986
+ "qualified_name": "GovStrategy::Strategy",
1987
+ "guid": "388ea693-5239-46c0-a339-5bb96bd6a514"
1988
+ },
1989
+ "Summary": {
1990
+ "status": "INFO",
1991
+ "OK": null,
1992
+ "value": "Based on Talmud",
1993
+ "valid": true,
1994
+ "exists": true
1995
+ },
1996
+ "Description": {
1997
+ "status": "INFO",
1998
+ "OK": null,
1999
+ "value": "Somewhat chaotic",
2000
+ "valid": true,
2001
+ "exists": true
2002
+ },
2003
+ "Domain Identifier": {
2004
+ "status": "INFO",
2005
+ "OK": null,
2006
+ "value": 1,
2007
+ "valid": true,
2008
+ "exists": true
2009
+ },
2010
+ "Document Identifier": {
2011
+ "status": "INFO",
2012
+ "reason": "Optional attribute with labels: `{'Doc Id', 'Document Identifier'}` missing",
2013
+ "value": null,
2014
+ "valid": true,
2015
+ "exists": false
2016
+ },
2017
+ "Version Identifier": {
2018
+ "status": "INFO",
2019
+ "reason": "Optional attribute with labels: `{'Version Identifier'}` missing",
2020
+ "value": null,
2021
+ "valid": true,
2022
+ "exists": false
2023
+ },
2024
+ "Scope": {
2025
+ "status": "INFO",
2026
+ "OK": null,
2027
+ "value": "InterGalactic",
2028
+ "valid": true,
2029
+ "exists": true
2030
+ },
2031
+ "Importance": {
2032
+ "status": "INFO",
2033
+ "OK": null,
2034
+ "value": "Somewhat",
2035
+ "valid": true,
2036
+ "exists": true
2037
+ },
2038
+ "Business Imperatives": {
2039
+ "status": "INFO",
2040
+ "reason": "Optional attribute with labels: `{'Business Imperatives'}` missing",
2041
+ "value": null,
2042
+ "valid": true,
2043
+ "exists": false,
2044
+ "name_list": null
2045
+ },
2046
+ "Outcomes": {
2047
+ "status": "INFO",
2048
+ "OK": null,
2049
+ "value": [
2050
+ "Happiness"
2051
+ ],
2052
+ "valid": true,
2053
+ "exists": true,
2054
+ "name_list": "Happiness"
2055
+ },
2056
+ "Results": {
2057
+ "status": "INFO",
2058
+ "OK": null,
2059
+ "value": [
2060
+ "Unknown"
2061
+ ],
2062
+ "valid": true,
2063
+ "exists": true,
2064
+ "name_list": "Unknown"
2065
+ },
2066
+ "Status": {
2067
+ "status": "INFO",
2068
+ "OK": "OK",
2069
+ "value": "PROPOSED",
2070
+ "valid": true,
2071
+ "exists": true
2072
+ },
2073
+ "User Defined Status": {
2074
+ "status": "INFO",
2075
+ "reason": "Optional attribute with labels: `{'User Defined Status'}` missing",
2076
+ "value": null,
2077
+ "valid": true,
2078
+ "exists": false
2079
+ },
2080
+ "Qualified Name": {
2081
+ "status": "INFO",
2082
+ "reason": "Optional attribute with label`governance_strategy` missing",
2083
+ "value": null,
2084
+ "valid": false,
2085
+ "exists": false
2086
+ },
2087
+ "GUID": {
2088
+ "status": "INFO",
2089
+ "reason": "Optional attribute with labels: `{'Guid', 'GUID', 'guid'}` missing",
2090
+ "value": null,
2091
+ "valid": true,
2092
+ "exists": false
2093
+ }
2094
+ }
2095
+ } | {}
2096
+ D 2025-07-18T08:53:32.779075+0100 | SUCCESS | process_gov_definition_upsert_command | 151 | Updated Governance Strategy `Strategy` with GUID 388ea693-5239-46c0-a339-5bb96bd6a514
2097
+
2098
+ ___ | {}
2099
+ D 2025-07-18T08:53:32.814346+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definitions
2100
+ | {}
2101
+ D 2025-07-18T08:53:32.814491+0100 | TRACE | parse_view_command | 289 | ___
2102
+ Processing `Search String` in `View` on a `Governance Definitions`
2103
+ with usage level: `Basic` | {}
2104
+ D 2025-07-18T08:53:32.814723+0100 | TRACE | parse_view_command | 289 | ___
2105
+ Processing `Output Format` in `View` on a `Governance Definitions`
2106
+ with usage level: `Basic` | {}
2107
+ D 2025-07-18T08:53:32.814914+0100 | TRACE | parse_view_command | 289 | ___
2108
+ Processing `Starts With` in `View` on a `Governance Definitions`
2109
+ with usage level: `Basic` | {}
2110
+ D 2025-07-18T08:53:32.815026+0100 | TRACE | parse_view_command | 289 | ___
2111
+ Processing `Ends With` in `View` on a `Governance Definitions`
2112
+ with usage level: `Basic` | {}
2113
+ D 2025-07-18T08:53:32.815134+0100 | TRACE | parse_view_command | 289 | ___
2114
+ Processing `Ignore Case` in `View` on a `Governance Definitions`
2115
+ with usage level: `Basic` | {}
2116
+ D 2025-07-18T08:53:32.815244+0100 | TRACE | parse_view_command | 289 | ___
2117
+ Processing `Detailed` in `View` on a `Governance Definitions`
2118
+ with usage level: `Basic` | {}
2119
+ D 2025-07-18T08:53:32.815275+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2120
+ D 2025-07-18T08:53:32.815303+0100 | TRACE | parse_view_command | 289 | ___
2121
+ Processing `Effective Time` in `View` on a `Governance Definitions`
2122
+ with usage level: `Basic` | {}
2123
+ D 2025-07-18T08:53:32.815327+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2124
+ D 2025-07-18T08:53:32.815349+0100 | TRACE | parse_view_command | 289 | ___
2125
+ Processing `AsOfTime` in `View` on a `Governance Definitions`
2126
+ with usage level: `Basic` | {}
2127
+ D 2025-07-18T08:53:32.815518+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'As Of Time', 'AsOfTime'}` missing | {}
2128
+ D 2025-07-18T08:53:32.815566+0100 | TRACE | parse_view_command | 289 | ___
2129
+ Processing `Sort Order` in `View` on a `Governance Definitions`
2130
+ with usage level: `Basic` | {}
2131
+ D 2025-07-18T08:53:32.815677+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
2132
+ D 2025-07-18T08:53:32.815718+0100 | TRACE | parse_view_command | 289 | ___
2133
+ Processing `Order Property Name` in `View` on a `Governance Definitions`
2134
+ with usage level: `Basic` | {}
2135
+ D 2025-07-18T08:53:32.815825+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
2136
+ D 2025-07-18T08:53:32.815870+0100 | TRACE | parse_view_command | 289 | ___
2137
+ Processing `Limit Result by Status` in `View` on a `Governance Definitions`
2138
+ with usage level: `Basic` | {}
2139
+ D 2025-07-18T08:53:32.815893+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2140
+ D 2025-07-18T08:53:32.815915+0100 | TRACE | parse_view_command | 289 | ___
2141
+ Processing `Page Size` in `View` on a `Governance Definitions`
2142
+ with usage level: `Basic` | {}
2143
+ D 2025-07-18T08:53:32.816016+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
2144
+ D 2025-07-18T08:53:32.816055+0100 | TRACE | parse_view_command | 289 | ___
2145
+ Processing `Start From` in `View` on a `Governance Definitions`
2146
+ with usage level: `Basic` | {}
2147
+ D 2025-07-18T08:53:32.816154+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
2148
+ D 2025-07-18T08:53:32.874127+0100 | INFO | process_gov_definition_list_command | 351 | Wrote `Governance Definitions` for search string: `*` | {}
2149
+ D 2025-07-18T08:54:14.635067+0100 | INFO | process_markdown_file | 89 |
2150
+
2151
+ ====================================================
2152
+
2153
+ | {}
2154
+ D 2025-07-18T08:54:14.635719+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def2.md | {}
2155
+ D 2025-07-18T08:54:14.637760+0100 | INFO | parse_upsert_command | 78 | Processing Update on a Governance Strategy
2156
+ | {}
2157
+ D 2025-07-18T08:54:14.638270+0100 | INFO | print_msg | 100 | INFO-Optional attribute with labels `{'Version Identifier', 'Published Version', 'Version'}` missing | {}
2158
+ D 2025-07-18T08:54:14.638359+0100 | TRACE | parse_upsert_command | 92 | ___
2159
+ Processing `Display Name` in `Update` on a `Governance Strategy`
2160
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2161
+ | {}
2162
+ D 2025-07-18T08:54:14.719797+0100 | INFO | print_msg | 100 | DEBUG-INFO->Found governance_strategy `None` with qualified name `GovStrategy::Strategy` | {}
2163
+ D 2025-07-18T08:54:14.720065+0100 | INFO | proc_el_id | 647 | Element Strategy exists | {}
2164
+ D 2025-07-18T08:54:14.720177+0100 | TRACE | parse_upsert_command | 92 | ___
2165
+ Processing `Summary` in `Update` on a `Governance Strategy`
2166
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2167
+ | {}
2168
+ D 2025-07-18T08:54:14.720511+0100 | TRACE | parse_upsert_command | 92 | ___
2169
+ Processing `Description` in `Update` on a `Governance Strategy`
2170
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2171
+ | {}
2172
+ D 2025-07-18T08:54:14.720740+0100 | TRACE | parse_upsert_command | 92 | ___
2173
+ Processing `Domain Identifier` in `Update` on a `Governance Strategy`
2174
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2175
+ | {}
2176
+ D 2025-07-18T08:54:14.720954+0100 | TRACE | parse_upsert_command | 92 | ___
2177
+ Processing `Document Identifier` in `Update` on a `Governance Strategy`
2178
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2179
+ | {}
2180
+ D 2025-07-18T08:54:14.721267+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Document Identifier', 'Doc Id'}` missing | {}
2181
+ D 2025-07-18T08:54:14.721363+0100 | TRACE | parse_upsert_command | 92 | ___
2182
+ Processing `Version Identifier` in `Update` on a `Governance Strategy`
2183
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2184
+ | {}
2185
+ D 2025-07-18T08:54:14.721432+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
2186
+ D 2025-07-18T08:54:14.721692+0100 | TRACE | parse_upsert_command | 92 | ___
2187
+ Processing `Scope` in `Update` on a `Governance Strategy`
2188
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2189
+ | {}
2190
+ D 2025-07-18T08:54:14.722025+0100 | TRACE | parse_upsert_command | 92 | ___
2191
+ Processing `Importance` in `Update` on a `Governance Strategy`
2192
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2193
+ | {}
2194
+ D 2025-07-18T08:54:14.722356+0100 | TRACE | parse_upsert_command | 92 | ___
2195
+ Processing `Business Imperatives` in `Update` on a `Governance Strategy`
2196
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2197
+ | {}
2198
+ D 2025-07-18T08:54:14.722790+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Business Imperatives'}` missing | {}
2199
+ D 2025-07-18T08:54:14.723020+0100 | TRACE | parse_upsert_command | 92 | ___
2200
+ Processing `Outcomes` in `Update` on a `Governance Strategy`
2201
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2202
+ | {}
2203
+ D 2025-07-18T08:54:14.723305+0100 | TRACE | parse_upsert_command | 92 | ___
2204
+ Processing `Results` in `Update` on a `Governance Strategy`
2205
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2206
+ | {}
2207
+ D 2025-07-18T08:54:14.723599+0100 | TRACE | parse_upsert_command | 92 | ___
2208
+ Processing `Status` in `Update` on a `Governance Strategy`
2209
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2210
+ | {}
2211
+ D 2025-07-18T08:54:14.725053+0100 | TRACE | parse_upsert_command | 92 | ___
2212
+ Processing `User Defined Status` in `Update` on a `Governance Strategy`
2213
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2214
+ | {}
2215
+ D 2025-07-18T08:54:14.725474+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
2216
+ D 2025-07-18T08:54:14.725663+0100 | TRACE | parse_upsert_command | 92 | ___
2217
+ Processing `Is Own Anchor` in `Update` on a `Governance Strategy`
2218
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2219
+ | {}
2220
+ D 2025-07-18T08:54:14.725725+0100 | TRACE | parse_upsert_command | 97 | Attribute `Is Own Anchor` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2221
+ D 2025-07-18T08:54:14.725787+0100 | TRACE | parse_upsert_command | 92 | ___
2222
+ Processing `Anchor ID` in `Update` on a `Governance Strategy`
2223
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2224
+ | {}
2225
+ D 2025-07-18T08:54:14.725839+0100 | TRACE | parse_upsert_command | 97 | Attribute `Anchor ID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2226
+ D 2025-07-18T08:54:14.725901+0100 | TRACE | parse_upsert_command | 92 | ___
2227
+ Processing `Parent ID` in `Update` on a `Governance Strategy`
2228
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2229
+ | {}
2230
+ D 2025-07-18T08:54:14.726150+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent ID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2231
+ D 2025-07-18T08:54:14.726231+0100 | TRACE | parse_upsert_command | 92 | ___
2232
+ Processing `Parent Relationship Type Name` in `Update` on a `Governance Strategy`
2233
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2234
+ | {}
2235
+ D 2025-07-18T08:54:14.726275+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent Relationship Type Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2236
+ D 2025-07-18T08:54:14.726320+0100 | TRACE | parse_upsert_command | 92 | ___
2237
+ Processing `Anchor Scope Name` in `Update` on a `Governance Strategy`
2238
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2239
+ | {}
2240
+ D 2025-07-18T08:54:14.726361+0100 | TRACE | parse_upsert_command | 97 | Attribute `Anchor Scope Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2241
+ D 2025-07-18T08:54:14.726403+0100 | TRACE | parse_upsert_command | 92 | ___
2242
+ Processing `Parent at End1` in `Update` on a `Governance Strategy`
2243
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2244
+ | {}
2245
+ D 2025-07-18T08:54:14.726438+0100 | TRACE | parse_upsert_command | 97 | Attribute `Parent at End1` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2246
+ D 2025-07-18T08:54:14.726477+0100 | TRACE | parse_upsert_command | 92 | ___
2247
+ Processing `Glossary Term` in `Update` on a `Governance Strategy`
2248
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2249
+ | {}
2250
+ D 2025-07-18T08:54:14.726526+0100 | TRACE | parse_upsert_command | 97 | Attribute `Glossary Term` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2251
+ D 2025-07-18T08:54:14.726565+0100 | TRACE | parse_upsert_command | 92 | ___
2252
+ Processing `Qualified Name` in `Update` on a `Governance Strategy`
2253
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2254
+ | {}
2255
+ D 2025-07-18T08:54:14.726647+0100 | INFO | proc_el_id | 622 | Optional attribute with label`governance_strategy` missing | {}
2256
+ D 2025-07-18T08:54:14.726734+0100 | TRACE | parse_upsert_command | 92 | ___
2257
+ Processing `GUID` in `Update` on a `Governance Strategy`
2258
+ with usage level: `Basic` and attribute level `Basic` and for_update `True`
2259
+ | {}
2260
+ D 2025-07-18T08:54:14.727143+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'guid', 'Guid', 'GUID'}` missing | {}
2261
+ D 2025-07-18T08:54:14.727342+0100 | TRACE | parse_upsert_command | 92 | ___
2262
+ Processing `Effective Time` in `Update` on a `Governance Strategy`
2263
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2264
+ | {}
2265
+ D 2025-07-18T08:54:14.727398+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2266
+ D 2025-07-18T08:54:14.727443+0100 | TRACE | parse_upsert_command | 92 | ___
2267
+ Processing `Effective From` in `Update` on a `Governance Strategy`
2268
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2269
+ | {}
2270
+ D 2025-07-18T08:54:14.727486+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective From` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2271
+ D 2025-07-18T08:54:14.727700+0100 | TRACE | parse_upsert_command | 92 | ___
2272
+ Processing `Effective To` in `Update` on a `Governance Strategy`
2273
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2274
+ | {}
2275
+ D 2025-07-18T08:54:14.727762+0100 | TRACE | parse_upsert_command | 97 | Attribute `Effective To` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2276
+ D 2025-07-18T08:54:14.727813+0100 | TRACE | parse_upsert_command | 92 | ___
2277
+ Processing `Merge Update` in `Update` on a `Governance Strategy`
2278
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2279
+ | {}
2280
+ D 2025-07-18T08:54:14.727858+0100 | TRACE | parse_upsert_command | 97 | Attribute `Merge Update` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2281
+ D 2025-07-18T08:54:14.727902+0100 | TRACE | parse_upsert_command | 92 | ___
2282
+ Processing `Additional Properties` in `Update` on a `Governance Strategy`
2283
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2284
+ | {}
2285
+ D 2025-07-18T08:54:14.727943+0100 | TRACE | parse_upsert_command | 97 | Attribute `Additional Properties` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2286
+ D 2025-07-18T08:54:14.727988+0100 | TRACE | parse_upsert_command | 92 | ___
2287
+ Processing `Extended Properties` in `Update` on a `Governance Strategy`
2288
+ with usage level: `Basic` and attribute level `Invisible` and for_update `True`
2289
+ | {}
2290
+ D 2025-07-18T08:54:14.728027+0100 | TRACE | parse_upsert_command | 97 | Attribute `Extended Properties` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2291
+ D 2025-07-18T08:54:14.728071+0100 | TRACE | parse_upsert_command | 92 | ___
2292
+ Processing `Journal Entry` in `Update` on a `Governance Strategy`
2293
+ with usage level: `Basic` and attribute level `Invisible` and for_update `True`
2294
+ | {}
2295
+ D 2025-07-18T08:54:14.728111+0100 | TRACE | parse_upsert_command | 97 | Attribute `Journal Entry` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2296
+ D 2025-07-18T08:54:14.728180+0100 | TRACE | parse_upsert_command | 92 | ___
2297
+ Processing `External Source GUID` in `Update` on a `Governance Strategy`
2298
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2299
+ | {}
2300
+ D 2025-07-18T08:54:14.728382+0100 | TRACE | parse_upsert_command | 97 | Attribute `External Source GUID` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2301
+ D 2025-07-18T08:54:14.728450+0100 | TRACE | parse_upsert_command | 92 | ___
2302
+ Processing `External Source Name` in `Update` on a `Governance Strategy`
2303
+ with usage level: `Basic` and attribute level `Advanced` and for_update `True`
2304
+ | {}
2305
+ D 2025-07-18T08:54:14.728484+0100 | TRACE | parse_upsert_command | 97 | Attribute `External Source Name` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2306
+ D 2025-07-18T08:54:14.733231+0100 | DEBUG | process_gov_definition_upsert_command | 114 | {
2307
+ "valid": true,
2308
+ "exists": true,
2309
+ "display": "\n\t* Display Name: `Strategy`\n\t\n\t* Summary: `Based on Talmud`\n\t\n\t* Description: `Somewhat chaotic`\n\t\n\t* Domain Identifier: `1`\n\t\n\t* Scope: `InterGalactic`\n\t\n\t* Importance: `Somewhat`\n\t\n\t* Outcomes: `Happiness`\n\t\n\t* Results: `Unknown`\n\t\n\t* Status: `PROPOSED`\n\t\n\t* Qualified Name: `GovStrategy::Strategy`\n\t\n\t* GUID: `388ea693-5239-46c0-a339-5bb96bd6a514`\n\t",
2310
+ "display_name": "governance_strategy",
2311
+ "qn_prefix": "GovStrategy",
2312
+ "is_own_anchor": true,
2313
+ "reason": "",
2314
+ "version": null,
2315
+ "guid": "388ea693-5239-46c0-a339-5bb96bd6a514",
2316
+ "qualified_name": "GovStrategy::Strategy",
2317
+ "attributes": {
2318
+ "Display Name": {
2319
+ "status": "INFO",
2320
+ "reason": "Element Strategy exists",
2321
+ "value": "Strategy",
2322
+ "valid": true,
2323
+ "exists": true,
2324
+ "qualified_name": "GovStrategy::Strategy",
2325
+ "guid": "388ea693-5239-46c0-a339-5bb96bd6a514"
2326
+ },
2327
+ "Summary": {
2328
+ "status": "INFO",
2329
+ "OK": null,
2330
+ "value": "Based on Talmud",
2331
+ "valid": true,
2332
+ "exists": true
2333
+ },
2334
+ "Description": {
2335
+ "status": "INFO",
2336
+ "OK": null,
2337
+ "value": "Somewhat chaotic",
2338
+ "valid": true,
2339
+ "exists": true
2340
+ },
2341
+ "Domain Identifier": {
2342
+ "status": "INFO",
2343
+ "OK": null,
2344
+ "value": 1,
2345
+ "valid": true,
2346
+ "exists": true
2347
+ },
2348
+ "Document Identifier": {
2349
+ "status": "INFO",
2350
+ "reason": "Optional attribute with labels: `{'Document Identifier', 'Doc Id'}` missing",
2351
+ "value": null,
2352
+ "valid": true,
2353
+ "exists": false
2354
+ },
2355
+ "Version Identifier": {
2356
+ "status": "INFO",
2357
+ "reason": "Optional attribute with labels: `{'Version Identifier'}` missing",
2358
+ "value": null,
2359
+ "valid": true,
2360
+ "exists": false
2361
+ },
2362
+ "Scope": {
2363
+ "status": "INFO",
2364
+ "OK": null,
2365
+ "value": "InterGalactic",
2366
+ "valid": true,
2367
+ "exists": true
2368
+ },
2369
+ "Importance": {
2370
+ "status": "INFO",
2371
+ "OK": null,
2372
+ "value": "Somewhat",
2373
+ "valid": true,
2374
+ "exists": true
2375
+ },
2376
+ "Business Imperatives": {
2377
+ "status": "INFO",
2378
+ "reason": "Optional attribute with labels: `{'Business Imperatives'}` missing",
2379
+ "value": null,
2380
+ "valid": true,
2381
+ "exists": false,
2382
+ "name_list": null
2383
+ },
2384
+ "Outcomes": {
2385
+ "status": "INFO",
2386
+ "OK": null,
2387
+ "value": [
2388
+ "Happiness"
2389
+ ],
2390
+ "valid": true,
2391
+ "exists": true,
2392
+ "name_list": "Happiness"
2393
+ },
2394
+ "Results": {
2395
+ "status": "INFO",
2396
+ "OK": null,
2397
+ "value": [
2398
+ "Unknown"
2399
+ ],
2400
+ "valid": true,
2401
+ "exists": true,
2402
+ "name_list": "Unknown"
2403
+ },
2404
+ "Status": {
2405
+ "status": "INFO",
2406
+ "OK": "OK",
2407
+ "value": "PROPOSED",
2408
+ "valid": true,
2409
+ "exists": true
2410
+ },
2411
+ "User Defined Status": {
2412
+ "status": "INFO",
2413
+ "reason": "Optional attribute with labels: `{'User Defined Status'}` missing",
2414
+ "value": null,
2415
+ "valid": true,
2416
+ "exists": false
2417
+ },
2418
+ "Qualified Name": {
2419
+ "status": "INFO",
2420
+ "reason": "Optional attribute with label`governance_strategy` missing",
2421
+ "value": null,
2422
+ "valid": false,
2423
+ "exists": false
2424
+ },
2425
+ "GUID": {
2426
+ "status": "INFO",
2427
+ "reason": "Optional attribute with labels: `{'guid', 'Guid', 'GUID'}` missing",
2428
+ "value": null,
2429
+ "valid": true,
2430
+ "exists": false
2431
+ }
2432
+ }
2433
+ } | {}
2434
+ D 2025-07-18T08:54:14.785086+0100 | SUCCESS | process_gov_definition_upsert_command | 151 | Updated Governance Strategy `Strategy` with GUID 388ea693-5239-46c0-a339-5bb96bd6a514
2435
+
2436
+ ___ | {}
2437
+ D 2025-07-18T08:54:14.824863+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definitions
2438
+ | {}
2439
+ D 2025-07-18T08:54:14.825065+0100 | TRACE | parse_view_command | 289 | ___
2440
+ Processing `Search String` in `View` on a `Governance Definitions`
2441
+ with usage level: `Basic` | {}
2442
+ D 2025-07-18T08:54:14.825322+0100 | TRACE | parse_view_command | 289 | ___
2443
+ Processing `Output Format` in `View` on a `Governance Definitions`
2444
+ with usage level: `Basic` | {}
2445
+ D 2025-07-18T08:54:14.825467+0100 | TRACE | parse_view_command | 289 | ___
2446
+ Processing `Starts With` in `View` on a `Governance Definitions`
2447
+ with usage level: `Basic` | {}
2448
+ D 2025-07-18T08:54:14.825588+0100 | TRACE | parse_view_command | 289 | ___
2449
+ Processing `Ends With` in `View` on a `Governance Definitions`
2450
+ with usage level: `Basic` | {}
2451
+ D 2025-07-18T08:54:14.825710+0100 | TRACE | parse_view_command | 289 | ___
2452
+ Processing `Ignore Case` in `View` on a `Governance Definitions`
2453
+ with usage level: `Basic` | {}
2454
+ D 2025-07-18T08:54:14.825818+0100 | TRACE | parse_view_command | 289 | ___
2455
+ Processing `Detailed` in `View` on a `Governance Definitions`
2456
+ with usage level: `Basic` | {}
2457
+ D 2025-07-18T08:54:14.825853+0100 | TRACE | parse_view_command | 292 | Attribute `Detailed` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2458
+ D 2025-07-18T08:54:14.825882+0100 | TRACE | parse_view_command | 289 | ___
2459
+ Processing `Effective Time` in `View` on a `Governance Definitions`
2460
+ with usage level: `Basic` | {}
2461
+ D 2025-07-18T08:54:14.825908+0100 | TRACE | parse_view_command | 292 | Attribute `Effective Time` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2462
+ D 2025-07-18T08:54:14.825933+0100 | TRACE | parse_view_command | 289 | ___
2463
+ Processing `AsOfTime` in `View` on a `Governance Definitions`
2464
+ with usage level: `Basic` | {}
2465
+ D 2025-07-18T08:54:14.826111+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'As Of Time', 'AsOfTime'}` missing | {}
2466
+ D 2025-07-18T08:54:14.826165+0100 | TRACE | parse_view_command | 289 | ___
2467
+ Processing `Sort Order` in `View` on a `Governance Definitions`
2468
+ with usage level: `Basic` | {}
2469
+ D 2025-07-18T08:54:14.826276+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
2470
+ D 2025-07-18T08:54:14.826321+0100 | TRACE | parse_view_command | 289 | ___
2471
+ Processing `Order Property Name` in `View` on a `Governance Definitions`
2472
+ with usage level: `Basic` | {}
2473
+ D 2025-07-18T08:54:14.826432+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
2474
+ D 2025-07-18T08:54:14.826477+0100 | TRACE | parse_view_command | 289 | ___
2475
+ Processing `Limit Result by Status` in `View` on a `Governance Definitions`
2476
+ with usage level: `Basic` | {}
2477
+ D 2025-07-18T08:54:14.826502+0100 | TRACE | parse_view_command | 292 | Attribute `Limit Result by Status` is not supported for `Basic` usage level. Skipping. | {'highlight': True}
2478
+ D 2025-07-18T08:54:14.826527+0100 | TRACE | parse_view_command | 289 | ___
2479
+ Processing `Page Size` in `View` on a `Governance Definitions`
2480
+ with usage level: `Basic` | {}
2481
+ D 2025-07-18T08:54:14.826628+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
2482
+ D 2025-07-18T08:54:14.826673+0100 | TRACE | parse_view_command | 289 | ___
2483
+ Processing `Start From` in `View` on a `Governance Definitions`
2484
+ with usage level: `Basic` | {}
2485
+ D 2025-07-18T08:54:14.826776+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
2486
+ D 2025-07-18T08:54:14.889129+0100 | INFO | process_gov_definition_list_command | 351 | Wrote `Governance Definitions` for search string: `*` | {}
2487
+ D 2025-07-18T09:03:57.546468+0100 | INFO | process_markdown_file | 89 |
2488
+
2489
+ ====================================================
2490
+
2491
+ | {}
2492
+ D 2025-07-18T09:03:57.547492+0100 | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def2.md | {}
2493
+ D 2025-07-18T09:03:57.549588+0100 | INFO | parse_upsert_command | 78 | Processing Update on a Governance Strategy
2494
+ | {}
2495
+ D 2025-07-18T09:03:57.549994+0100 | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
2496
+ D 2025-07-18T09:03:57.632261+0100 | INFO | print_msg | 131 | DEBUG-INFO->Found governance_strategy `None` with qualified name `GovStrategy::Strategy` | {}
2497
+ D 2025-07-18T09:03:57.632376+0100 | INFO | proc_el_id | 647 | Element Strategy exists | {}
2498
+ D 2025-07-18T09:03:57.632888+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Doc Id', 'Document Identifier'}` missing | {}
2499
+ D 2025-07-18T09:03:57.632943+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
2500
+ D 2025-07-18T09:03:57.633220+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Business Imperatives'}` missing | {}
2501
+ D 2025-07-18T09:03:57.634218+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
2502
+ D 2025-07-18T09:03:57.634355+0100 | INFO | proc_el_id | 622 | Optional attribute with label`governance_strategy` missing | {}
2503
+ D 2025-07-18T09:03:57.634609+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Guid', 'GUID', 'guid'}` missing | {}
2504
+ D 2025-07-18T09:03:57.683320+0100 | SUCCESS | process_gov_definition_upsert_command | 142 | Updated Governance Strategy `Strategy` with GUID 388ea693-5239-46c0-a339-5bb96bd6a514
2505
+
2506
+ ___ | {}
2507
+ D 2025-07-18T09:03:57.726490+0100 | INFO | parse_view_command | 278 | Processing View on Governance Definitions
2508
+ | {}
2509
+ D 2025-07-18T09:03:57.727323+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'As Of Time', 'AsOfTime'}` missing | {}
2510
+ D 2025-07-18T09:03:57.727457+0100 | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
2511
+ D 2025-07-18T09:03:57.727579+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
2512
+ D 2025-07-18T09:03:57.727691+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
2513
+ D 2025-07-18T09:03:57.727800+0100 | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
2514
+ D 2025-07-18T09:03:57.788138+0100 | INFO | process_gov_definition_list_command | 342 | Wrote `Governance Definitions` for search string: `*` | {}
2515
+ D  2025-07-18T09:06:34.254965+0100  | INFO | process_markdown_file | 89 |
2516
+
2517
+ ====================================================
2518
+
2519
+ | {}
2520
+ D  2025-07-18T09:06:34.255566+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def2.md | {}
2521
+ D  2025-07-18T09:06:34.258150+0100  | INFO | parse_upsert_command | 78 | Processing Update on a Governance Strategy
2522
+ | {}
2523
+ D  2025-07-18T09:06:34.259098+0100  | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version Identifier', 'Version', 'Published Version'}` missing | {}
2524
+ D  2025-07-18T09:06:34.331827+0100  | INFO | print_msg | 131 | DEBUG-INFO->Found governance_strategy `None` with qualified name `GovStrategy::Strategy` | {}
2525
+ D  2025-07-18T09:06:34.331963+0100  | INFO | proc_el_id | 647 | Element Strategy exists | {}
2526
+ D  2025-07-18T09:06:34.332629+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Doc Id', 'Document Identifier'}` missing | {}
2527
+ D  2025-07-18T09:06:34.332739+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
2528
+ D  2025-07-18T09:06:34.333023+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Business Imperatives'}` missing | {}
2529
+ D  2025-07-18T09:06:34.333820+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
2530
+ D  2025-07-18T09:06:34.333888+0100  | INFO | proc_el_id | 622 | Optional attribute with label`governance_strategy` missing | {}
2531
+ D  2025-07-18T09:06:34.334128+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'guid', 'GUID', 'Guid'}` missing | {}
2532
+ D  2025-07-18T09:06:34.377168+0100  | SUCCESS | process_gov_definition_upsert_command | 142 | Updated Governance Strategy `Strategy` with GUID 388ea693-5239-46c0-a339-5bb96bd6a514
2533
+
2534
+ ___ | {}
2535
+ D  2025-07-18T09:06:34.414073+0100  | INFO | parse_view_command | 278 | Processing View on Governance Definitions
2536
+ | {}
2537
+ D  2025-07-18T09:06:34.414845+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'As Of Time', 'AsOfTime'}` missing | {}
2538
+ D  2025-07-18T09:06:34.414980+0100  | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
2539
+ D  2025-07-18T09:06:34.415097+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
2540
+ D  2025-07-18T09:06:34.415207+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
2541
+ D  2025-07-18T09:06:34.415312+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
2542
+ D  2025-07-18T09:06:34.472577+0100  | INFO | process_gov_definition_list_command | 342 | Wrote `Governance Definitions` for search string: `*` | {}
2543
+ D  2025-07-18T09:10:33.208281+0100  | INFO | process_markdown_file | 89 |
2544
+
2545
+ ====================================================
2546
+
2547
+ | {}
2548
+ D  2025-07-18T09:10:33.208631+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def2.md | {}
2549
+ D  2025-07-18T09:10:33.255284+0100  | INFO | parse_upsert_command | 78 | Processing Update on a Governance Strategy
2550
+ | {}
2551
+ D  2025-07-18T09:10:33.255857+0100  | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Published Version', 'Version', 'Version Identifier'}` missing | {}
2552
+ D  2025-07-18T09:10:33.328984+0100  | INFO | print_msg | 131 | DEBUG-INFO->Found governance_strategy `None` with qualified name `GovStrategy::Strategy` | {}
2553
+ D  2025-07-18T09:10:33.329092+0100  | INFO | proc_el_id | 647 | Element Strategy exists | {}
2554
+ D  2025-07-18T09:10:33.329609+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Doc Id', 'Document Identifier'}` missing | {}
2555
+ D  2025-07-18T09:10:33.329665+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
2556
+ D  2025-07-18T09:10:33.329935+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Business Imperatives'}` missing | {}
2557
+ D  2025-07-18T09:10:33.330770+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
2558
+ D  2025-07-18T09:10:33.330873+0100  | INFO | proc_el_id | 622 | Optional attribute with label`governance_strategy` missing | {}
2559
+ D  2025-07-18T09:10:33.331130+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'guid', 'Guid', 'GUID'}` missing | {}
2560
+ D  2025-07-18T09:10:33.375615+0100  | SUCCESS | process_gov_definition_upsert_command | 142 | Updated Governance Strategy `Strategy` with GUID 388ea693-5239-46c0-a339-5bb96bd6a514
2561
+
2562
+ ___ | {}
2563
+ D  2025-07-18T09:10:33.420376+0100  | INFO | parse_view_command | 278 | Processing View on Governance Definitions
2564
+ | {}
2565
+ D  2025-07-18T09:10:33.421365+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'As Of Time', 'AsOfTime'}` missing | {}
2566
+ D  2025-07-18T09:10:33.421558+0100  | INFO | proc_valid_value | 510 | Optional attribute with labels: `{'Sort Order'}` missing | {}
2567
+ D  2025-07-18T09:10:33.421691+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
2568
+ D  2025-07-18T09:10:33.421806+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Page Size'}` missing | {}
2569
+ D  2025-07-18T09:10:33.421916+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Start From'}` missing | {}
2570
+ D  2025-07-18T09:10:33.492502+0100  | INFO | process_gov_definition_list_command | 343 | Wrote `Governance Definitions` for search string: `*` | {}
2571
+ D  2025-07-18T14:32:12.237652+0100  | INFO | process_markdown_file | 89 |
2572
+
2573
+ ====================================================
2574
+
2575
+ | {}
2576
+ D  2025-07-18T14:32:12.238319+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2577
+ D  2025-07-18T14:32:12.238807+0100  | INFO | parse_upsert_command | 78 | Processing Create on a Agreement
2578
+ | {}
2579
+ D  2025-07-18T14:32:12.239192+0100  | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version Identifier', 'Published Version', 'Version'}` missing | {}
2580
+ D  2025-07-18T14:32:12.341156+0100  | INFO | print_msg | 131 | DEBUG-INFO->Agreement `Leak to conservative media` not found in Egeria | {}
2581
+ D  2025-07-18T14:32:12.341344+0100  | INFO | proc_el_id | 663 | Agreement `Leak to conservative media` does not exist | {}
2582
+ D  2025-07-18T14:32:12.341710+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Agreement Identifier'}` missing | {}
2583
+ D  2025-07-18T14:32:12.341919+0100  | WARNING | proc_valid_value | 520 | Invalid value for attribute `{'Initial Status', 'Status'}` | {}
2584
+ D  2025-07-18T14:32:12.342082+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
2585
+ D  2025-07-18T14:32:12.342130+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
2586
+ D  2025-07-18T14:32:12.342326+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Restrictions'}` missing | {}
2587
+ D  2025-07-18T14:32:12.342440+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Obligations'}` missing | {}
2588
+ D  2025-07-18T14:32:12.342551+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Entitlements'}` missing | {}
2589
+ D  2025-07-18T14:32:12.342667+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Usage Measurements'}` missing | {}
2590
+ D  2025-07-18T14:32:12.342778+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Product Metrics'}` missing | {}
2591
+ D  2025-07-18T14:32:12.342869+0100  | INFO | proc_el_id | 622 | Optional attribute with label`Agreement` missing | {}
2592
+ D  2025-07-18T14:32:12.343200+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'GUID', 'guid', 'Guid'}` missing | {}
2593
+ D  2025-07-18T14:32:12.343272+0100  | INFO | parse_upsert_command | 247 | Element `Leak to conservative media` does not exist so it can be created
2594
+ | {}
2595
+ D  2025-07-18T14:32:12.428848+0100  | ERROR | process_digital_product_upsert_command | 604 | Error performing Create Agreement: OMAG-COMMON-400-006 The name passed on the qualifiedName parameter of the createMetadataElementInStore operation is null | {}
2596
+ D  2025-07-18T14:34:39.684492+0100  | INFO | process_markdown_file | 89 |
2597
+
2598
+ ====================================================
2599
+
2600
+ | {}
2601
+ D  2025-07-18T14:34:39.684886+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2602
+ D  2025-07-18T14:34:39.686102+0100  | INFO | parse_upsert_command | 78 | Processing Create on a Agreement
2603
+ | {}
2604
+ D  2025-07-18T14:34:39.688053+0100  | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
2605
+ D  2025-07-18T14:34:39.807897+0100  | INFO | print_msg | 131 | DEBUG-INFO->Agreement `Leak to conservative media` not found in Egeria | {}
2606
+ D  2025-07-18T14:34:39.808237+0100  | INFO | proc_el_id | 663 | Agreement `Leak to conservative media` does not exist | {}
2607
+ D  2025-07-18T14:37:13.879282+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Agreement Identifier'}` missing | {}
2608
+ D  2025-07-18T14:46:31.331012+0100  | INFO | process_markdown_file | 89 |
2609
+
2610
+ ====================================================
2611
+
2612
+ | {}
2613
+ D  2025-07-18T14:46:31.331470+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2614
+ D  2025-07-18T14:46:31.332480+0100  | INFO | parse_upsert_command | 78 | Processing Create on a Agreement
2615
+ | {}
2616
+ D  2025-07-18T14:46:31.334256+0100  | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Published Version', 'Version Identifier', 'Version'}` missing | {}
2617
+ D  2025-07-18T14:46:31.418518+0100  | INFO | print_msg | 131 | DEBUG-INFO->Agreement `Leak to conservative media` not found in Egeria | {}
2618
+ D  2025-07-18T14:46:31.418801+0100  | INFO | proc_el_id | 663 | Agreement `Leak to conservative media` does not exist | {}
2619
+ D  2025-07-18T14:46:31.421097+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Agreement Identifier'}` missing | {}
2620
+ D  2025-07-18T14:46:31.423068+0100  | WARNING | proc_valid_value | 520 | Invalid value for attribute `{'Status', 'Initial Status'}` | {}
2621
+ D  2025-07-18T14:46:31.424449+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
2622
+ D  2025-07-18T14:46:31.424644+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
2623
+ D  2025-07-18T14:46:31.425857+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Restrictions'}` missing | {}
2624
+ D  2025-07-18T14:46:31.426470+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Obligations'}` missing | {}
2625
+ D  2025-07-18T14:46:31.427073+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Entitlements'}` missing | {}
2626
+ D  2025-07-18T14:46:31.427691+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Usage Measurements'}` missing | {}
2627
+ D  2025-07-18T14:46:31.428325+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Product Metrics'}` missing | {}
2628
+ D  2025-07-18T14:46:31.428457+0100  | INFO | proc_el_id | 622 | Optional attribute with label`Agreement` missing | {}
2629
+ D  2025-07-18T14:46:31.429989+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'guid', 'GUID', 'Guid'}` missing | {}
2630
+ D  2025-07-18T14:46:31.430115+0100  | INFO | parse_upsert_command | 247 | Element `Leak to conservative media` does not exist so it can be created
2631
+ | {}
2632
+ D  2025-07-18T14:47:31.669917+0100  | INFO | process_markdown_file | 89 |
2633
+
2634
+ ====================================================
2635
+
2636
+ | {}
2637
+ D  2025-07-18T14:47:31.670270+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2638
+ D  2025-07-18T14:47:49.804404+0100  | INFO | process_markdown_file | 89 |
2639
+
2640
+ ====================================================
2641
+
2642
+ | {}
2643
+ D  2025-07-18T14:47:49.804671+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2644
+ D  2025-07-18T14:47:56.760018+0100  | INFO | parse_upsert_command | 78 | Processing Create on a Agreement
2645
+ | {}
2646
+ D  2025-07-18T14:47:56.762599+0100  | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Published Version', 'Version', 'Version Identifier'}` missing | {}
2647
+ D  2025-07-18T14:48:40.416882+0100  | INFO | print_msg | 131 | DEBUG-INFO->Agreement `Leak to conservative media` not found in Egeria | {}
2648
+ D  2025-07-18T14:48:40.417038+0100  | INFO | proc_el_id | 663 | Agreement `Leak to conservative media` does not exist | {}
2649
+ D  2025-07-18T14:48:51.110742+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Agreement Identifier'}` missing | {}
2650
+ D  2025-07-18T14:51:02.789048+0100  | INFO | process_markdown_file | 89 |
2651
+
2652
+ ====================================================
2653
+
2654
+ | {}
2655
+ D  2025-07-18T14:51:02.789439+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2656
+ D  2025-07-18T14:51:02.789775+0100  | INFO | parse_upsert_command | 78 | Processing Create on a Agreement
2657
+ | {}
2658
+ D  2025-07-18T14:51:02.790085+0100  | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version Identifier', 'Version', 'Published Version'}` missing | {}
2659
+ D  2025-07-18T14:51:02.876341+0100  | INFO | print_msg | 131 | DEBUG-INFO->Agreement `Leak to conservative media` not found in Egeria | {}
2660
+ D  2025-07-18T14:51:02.876540+0100  | INFO | proc_el_id | 663 | Agreement `Leak to conservative media` does not exist | {}
2661
+ D  2025-07-18T14:51:02.876919+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Agreement Identifier'}` missing | {}
2662
+ D  2025-07-18T14:51:02.877215+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
2663
+ D  2025-07-18T14:51:02.877277+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
2664
+ D  2025-07-18T14:51:02.877489+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Restrictions'}` missing | {}
2665
+ D  2025-07-18T14:51:02.877599+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Obligations'}` missing | {}
2666
+ D  2025-07-18T14:51:02.877711+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Entitlements'}` missing | {}
2667
+ D  2025-07-18T14:51:02.877832+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Usage Measurements'}` missing | {}
2668
+ D  2025-07-18T14:51:02.877944+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Product Metrics'}` missing | {}
2669
+ D  2025-07-18T14:51:02.878003+0100  | INFO | proc_el_id | 622 | Optional attribute with label`Agreement` missing | {}
2670
+ D  2025-07-18T14:51:02.878235+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'GUID', 'guid', 'Guid'}` missing | {}
2671
+ D  2025-07-18T14:51:02.878295+0100  | INFO | parse_upsert_command | 247 | Element `Leak to conservative media` does not exist so it can be created
2672
+ | {}
2673
+ D  2025-07-18T14:51:02.935201+0100  | ERROR | process_digital_product_upsert_command | 604 | Error performing Create Agreement: OMAG-COMMON-400-006 The name passed on the qualifiedName parameter of the createMetadataElementInStore operation is null | {}
2674
+ D  2025-07-18T14:51:25.372599+0100  | INFO | process_markdown_file | 89 |
2675
+
2676
+ ====================================================
2677
+
2678
+ | {}
2679
+ D  2025-07-18T14:51:25.372887+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2680
+ D  2025-07-18T14:51:29.149733+0100  | INFO | parse_upsert_command | 78 | Processing Create on a Agreement
2681
+ | {}
2682
+ D  2025-07-18T14:51:29.168933+0100  | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version Identifier', 'Version', 'Published Version'}` missing | {}
2683
+ D  2025-07-18T14:51:39.583703+0100  | INFO | process_markdown_file | 89 |
2684
+
2685
+ ====================================================
2686
+
2687
+ | {}
2688
+ D  2025-07-18T14:51:39.583972+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2689
+ D  2025-07-18T14:51:42.789131+0100  | INFO | parse_upsert_command | 78 | Processing Create on a Agreement
2690
+ | {}
2691
+ D  2025-07-18T14:51:42.809425+0100  | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Published Version', 'Version', 'Version Identifier'}` missing | {}
2692
+ D  2025-07-18T14:51:42.943267+0100  | INFO | print_msg | 131 | DEBUG-INFO->Agreement `Leak to conservative media` not found in Egeria | {}
2693
+ D  2025-07-18T14:51:42.943780+0100  | INFO | proc_el_id | 663 | Agreement `Leak to conservative media` does not exist | {}
2694
+ D  2025-07-18T14:51:42.956810+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Agreement Identifier'}` missing | {}
2695
+ D  2025-07-18T14:51:42.974889+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
2696
+ D  2025-07-18T14:51:42.975558+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
2697
+ D  2025-07-18T14:51:42.987911+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Restrictions'}` missing | {}
2698
+ D  2025-07-18T14:51:42.994066+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Obligations'}` missing | {}
2699
+ D  2025-07-18T14:51:43.000466+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Entitlements'}` missing | {}
2700
+ D  2025-07-18T14:51:43.007603+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Usage Measurements'}` missing | {}
2701
+ D  2025-07-18T14:51:43.013813+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Product Metrics'}` missing | {}
2702
+ D  2025-07-18T14:51:43.014774+0100  | INFO | proc_el_id | 622 | Optional attribute with label`Agreement` missing | {}
2703
+ D  2025-07-18T14:51:43.029934+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'guid', 'Guid', 'GUID'}` missing | {}
2704
+ D  2025-07-18T14:51:43.030906+0100  | INFO | parse_upsert_command | 247 | Element `Leak to conservative media` does not exist so it can be created
2705
+ | {}
2706
+ D  2025-07-18T15:00:08.350338+0100  | INFO | process_markdown_file | 89 |
2707
+
2708
+ ====================================================
2709
+
2710
+ | {}
2711
+ D  2025-07-18T15:00:08.351068+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2712
+ D  2025-07-18T15:00:08.351754+0100  | INFO | parse_upsert_command | 78 | Processing Create on a Agreement
2713
+ | {}
2714
+ D  2025-07-18T15:00:08.352280+0100  | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version Identifier', 'Published Version', 'Version'}` missing | {}
2715
+ D  2025-07-18T15:00:08.421761+0100  | INFO | print_msg | 131 | DEBUG-INFO->Agreement `Leak to conservative media` not found in Egeria | {}
2716
+ D  2025-07-18T15:00:08.422124+0100  | INFO | proc_el_id | 663 | Agreement `Leak to conservative media` does not exist | {}
2717
+ D  2025-07-18T15:00:08.422814+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Agreement Identifier'}` missing | {}
2718
+ D  2025-07-18T15:00:08.423395+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
2719
+ D  2025-07-18T15:00:08.423504+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
2720
+ D  2025-07-18T15:00:08.423875+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Restrictions'}` missing | {}
2721
+ D  2025-07-18T15:00:08.424091+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Obligations'}` missing | {}
2722
+ D  2025-07-18T15:00:08.424297+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Entitlements'}` missing | {}
2723
+ D  2025-07-18T15:00:08.424478+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Usage Measurements'}` missing | {}
2724
+ D  2025-07-18T15:00:08.424661+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Product Metrics'}` missing | {}
2725
+ D  2025-07-18T15:00:08.424764+0100  | INFO | proc_el_id | 622 | Optional attribute with label`Agreement` missing | {}
2726
+ D  2025-07-18T15:00:08.425139+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'guid', 'Guid', 'GUID'}` missing | {}
2727
+ D  2025-07-18T15:00:08.425240+0100  | INFO | parse_upsert_command | 247 | Element `Leak to conservative media` does not exist so it can be created
2728
+ | {}
2729
+ D  2025-07-18T15:00:08.497583+0100  | SUCCESS | process_agreement_upsert_command | 762 | Created Element `Leak to conservative media` with GUID c692d1a6-24de-40f2-a4bb-ab1b78bbb5c1
2730
+
2731
+ ___ | {}
2732
+ D  2025-07-18T15:10:02.289256+0100  | INFO | process_markdown_file | 89 |
2733
+
2734
+ ====================================================
2735
+
2736
+ | {}
2737
+ D  2025-07-18T15:10:02.289925+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2738
+ D  2025-07-18T15:12:30.545709+0100  | INFO | process_markdown_file | 89 |
2739
+
2740
+ ====================================================
2741
+
2742
+ | {}
2743
+ D  2025-07-18T15:12:30.546275+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2744
+ D  2025-07-18T15:12:45.237774+0100  | INFO | process_markdown_file | 89 |
2745
+
2746
+ ====================================================
2747
+
2748
+ | {}
2749
+ D  2025-07-18T15:12:45.238049+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2750
+ D  2025-07-18T15:13:16.055470+0100  | INFO | process_markdown_file | 89 |
2751
+
2752
+ ====================================================
2753
+
2754
+ | {}
2755
+ D  2025-07-18T15:13:16.055951+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2756
+ D  2025-07-18T15:13:16.058657+0100  | INFO | parse_upsert_command | 78 | Processing Create on a Data Sharing Agreement
2757
+ | {}
2758
+ D  2025-07-18T15:13:16.059110+0100  | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Published Version', 'Version Identifier'}` missing | {}
2759
+ D  2025-07-18T15:13:16.160613+0100  | INFO | print_msg | 131 | DEBUG-INFO-> `Leak to fox` not found in Egeria | {}
2760
+ D  2025-07-18T15:13:16.160952+0100  | INFO | proc_el_id | 663 | `Leak to fox` does not exist | {}
2761
+ D  2025-07-18T15:13:16.161618+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Identifier'}` missing | {}
2762
+ D  2025-07-18T15:13:16.161992+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'User_Defined_Status'}` missing | {}
2763
+ D  2025-07-18T15:13:16.162070+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
2764
+ D  2025-07-18T15:13:16.162271+0100  | INFO | proc_ids | 749 | Optional attribute with label`Product Manager` missing | {}
2765
+ D  2025-07-18T15:13:16.162540+0100  | INFO | proc_el_id | 622 | Optional attribute with label`` missing | {}
2766
+ D  2025-07-18T15:13:16.162911+0100  | INFO | proc_simple_attribute | 448 | Optional attribute with labels: `{'guid', 'GUID', 'Guid'}` missing | {}
2767
+ D  2025-07-18T15:13:16.163007+0100  | INFO | parse_upsert_command | 247 | Element `Leak to fox` does not exist so it can be created
2768
+ | {}
2769
+ D  2025-07-18T15:13:16.244496+0100  | SUCCESS | process_agreement_upsert_command | 764 | Created Element `Leak to fox` with GUID 38662406-303e-4f43-8faf-11ee69238f54
2770
+
2771
+ ___ | {}
2772
+ D  2025-07-18T15:14:50.184355+0100  | INFO | process_markdown_file | 89 |
2773
+
2774
+ ====================================================
2775
+
2776
+ | {}
2777
+ D  2025-07-18T15:14:50.184610+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2778
+ D  2025-07-18T15:16:34.016645+0100  | INFO | process_markdown_file | 89 |
2779
+
2780
+ ====================================================
2781
+
2782
+ | {}
2783
+ D  2025-07-18T15:16:34.017360+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2784
+ D  2025-07-18T15:16:34.018121+0100  | ERROR | process_markdown_file | 282 |
2785
+ ===> Unknown Command? | {}
2786
+ D  2025-07-18T15:16:47.204568+0100  | INFO | process_markdown_file | 89 |
2787
+
2788
+ ====================================================
2789
+
2790
+ | {}
2791
+ D  2025-07-18T15:16:47.204807+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2792
+ D  2025-07-18T15:16:47.205103+0100  | ERROR | process_markdown_file | 282 | ===> Unknown Command? | {}
2793
+ D  2025-07-18T15:17:13.472762+0100  | INFO | process_markdown_file | 89 |
2794
+
2795
+ ====================================================
2796
+
2797
+ | {}
2798
+ D  2025-07-18T15:17:13.472974+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2799
+ D  2025-07-18T15:17:13.473250+0100  | ERROR | process_markdown_file | 282 | ===> Unknown Command?<=== | {}
2800
+ D  2025-07-18T15:22:06.016180+0100  | INFO | process_markdown_file | 89 |
2801
+
2802
+ ====================================================
2803
+
2804
+ | {}
2805
+ D  2025-07-18T15:22:06.016747+0100  | INFO | process_markdown_file | 90 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
2806
+ D  2025-07-18T15:22:06.017285+0100  | ERROR | process_markdown_file | 282 | ===> Unknown Command? <=== | {}