pyegeria 5.4.0.22__py3-none-any.whl → 5.4.0.24__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.
- commands/cat/.DS_Store +0 -0
- commands/cat/.env +8 -0
- commands/cat/debug_log +2046 -465
- commands/cat/debug_log.2025-08-15_09-14-07_444802.zip +0 -0
- commands/cat/debug_log.2025-08-16_10-21-59_388912.zip +0 -0
- commands/cat/debug_log.log +0 -0
- commands/cat/dr_egeria_md.py +16 -3
- commands/cat/list_collections.py +15 -6
- commands/cat/list_format_set.py +90 -85
- commands/cli/debug_log.log +0 -0
- commands/ops/logs/pyegeria.log +0 -0
- md_processing/.DS_Store +0 -0
- md_processing/__init__.py +5 -3
- md_processing/data/commands.json +8310 -903
- md_processing/dr-egeria-outbox/Collections-2025-08-12-13-30-37.md +163 -0
- md_processing/dr-egeria-outbox/Collections-2025-08-12-13-35-58.md +474 -0
- md_processing/dr_egeria_inbox/Derive-Dr-Gov-Defs.md +8 -0
- md_processing/dr_egeria_inbox/Dr.Egeria Templates.md +873 -0
- md_processing/dr_egeria_inbox/arch_test.md +57 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro.md +254 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_more_terms.md +696 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part1.md +254 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part2.md +298 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part3.md +608 -0
- md_processing/dr_egeria_inbox/archive/dr_egeria_intro_part4.md +94 -0
- md_processing/dr_egeria_inbox/archive/freddie_intro.md +284 -0
- md_processing/dr_egeria_inbox/archive/freddie_intro_orig.md +275 -0
- md_processing/dr_egeria_inbox/archive/test-term.md +110 -0
- md_processing/dr_egeria_inbox/cat_test.md +100 -0
- md_processing/dr_egeria_inbox/collections.md +39 -0
- md_processing/dr_egeria_inbox/data_designer_debug.log +6 -0
- md_processing/dr_egeria_inbox/data_designer_out.md +60 -0
- md_processing/dr_egeria_inbox/data_designer_search_test.md +11 -0
- md_processing/dr_egeria_inbox/data_field.md +54 -0
- md_processing/dr_egeria_inbox/data_spec.md +77 -0
- md_processing/dr_egeria_inbox/data_spec_test.md +2406 -0
- md_processing/dr_egeria_inbox/data_test.md +179 -0
- md_processing/dr_egeria_inbox/data_test2.md +429 -0
- md_processing/dr_egeria_inbox/data_test3.md +462 -0
- md_processing/dr_egeria_inbox/dr_egeria_data_designer_1.md +124 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_categories.md +168 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part1.md +280 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part2.md +313 -0
- md_processing/dr_egeria_inbox/dr_egeria_intro_part3.md +1073 -0
- md_processing/dr_egeria_inbox/dr_egeria_isc1.md +44 -0
- md_processing/dr_egeria_inbox/generated_help_report.md +9 -0
- md_processing/dr_egeria_inbox/glossary_list.md +5 -0
- md_processing/dr_egeria_inbox/glossary_search_test.md +40 -0
- md_processing/dr_egeria_inbox/glossary_test1.md +324 -0
- md_processing/dr_egeria_inbox/gov_def.md +482 -0
- md_processing/dr_egeria_inbox/gov_def2.md +447 -0
- md_processing/dr_egeria_inbox/img.png +0 -0
- md_processing/dr_egeria_inbox/product.md +162 -0
- md_processing/dr_egeria_inbox/rel.md +8 -0
- md_processing/dr_egeria_inbox/sb.md +119 -0
- md_processing/dr_egeria_inbox/solution-components.md +136 -0
- md_processing/dr_egeria_inbox/solution_blueprints.md +118 -0
- md_processing/dr_egeria_inbox/synonym_test.md +42 -0
- md_processing/dr_egeria_inbox/t2.md +268 -0
- md_processing/dr_egeria_outbox/.obsidian/app.json +1 -0
- md_processing/dr_egeria_outbox/.obsidian/appearance.json +1 -0
- md_processing/dr_egeria_outbox/.obsidian/community-plugins.json +6 -0
- md_processing/dr_egeria_outbox/.obsidian/core-plugins.json +31 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/data.json +10 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/main.js +4459 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/calendar/manifest.json +10 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/data.json +3 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/main.js +153 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/manifest.json +11 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-kanban/styles.css +1 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/main.js +500 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/manifest.json +12 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/obsidian-tasks-plugin/styles.css +1 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/main.js +37 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/manifest.json +11 -0
- md_processing/dr_egeria_outbox/.obsidian/plugins/templater-obsidian/styles.css +220 -0
- md_processing/dr_egeria_outbox/.obsidian/types.json +28 -0
- md_processing/dr_egeria_outbox/.obsidian/workspace.json +220 -0
- md_processing/dr_egeria_outbox/Untitled.canvas +1 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-07-14 12:38-data_designer_out.md +663 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-07-21 10:52-generated_help_report.md +2744 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-07-21 18:38-collections.md +62 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-08-01 11:34-gov_def.md +444 -0
- md_processing/dr_egeria_outbox/monday/processed-2025-08-17 21:04-product.md +97 -0
- md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 14:55-product.md +77 -0
- md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:05-product.md +75 -0
- md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 15:11-product.md +74 -0
- md_processing/dr_egeria_outbox/sunday/processed-2025-07-20 20:40-collections.md +49 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 15:00-Derive-Dr-Gov-Defs.md +719 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:13-Derive-Dr-Gov-Defs.md +41 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:14-Derive-Dr-Gov-Defs.md +33 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 20:50-Derive-Dr-Gov-Defs.md +192 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:08-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-17 22:10-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:53-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 08:54-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:03-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:06-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/thursday/processed-2025-07-18 09:10-gov_def2.md +486 -0
- md_processing/dr_egeria_outbox/tuesday/processed-2025-07-16 19:15-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 12:08-gov_def2.md +527 -0
- md_processing/dr_egeria_outbox/tuesday/processed-2025-07-17 14:27-gov_def2.md +485 -0
- md_processing/md_commands/governance_officer_commands.py +291 -150
- md_processing/md_commands/product_manager_commands.py +309 -401
- md_processing/md_processing_utils/common_md_proc_utils.py +110 -7
- md_processing/md_processing_utils/common_md_utils.py +112 -26
- md_processing/md_processing_utils/debug_log.log +0 -0
- md_processing/md_processing_utils/md_processing_constants.py +8 -5
- md_processing/md_processing_utils/solution_architect_log.log +0 -0
- pyegeria/.DS_Store +0 -0
- pyegeria/__init__.py +3 -3
- pyegeria/_client_new.py +48 -51
- pyegeria/_exceptions_new.py +6 -0
- pyegeria/_output_format_models.py +22 -17
- pyegeria/_output_formats.py +122 -34
- pyegeria/collection_manager.py +154 -50
- pyegeria/collection_manager_omvs.py +47 -18
- pyegeria/egeria_cat_client.py +1 -1
- pyegeria/egeria_client.py +6 -0
- pyegeria/egeria_tech_client.py +6 -1
- pyegeria/governance_officer.py +2513 -0
- pyegeria/load_config.py +1 -1
- pyegeria/models.py +48 -5
- pyegeria/output_formatter.py +298 -79
- pyegeria/utils.py +1 -1
- {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.24.dist-info}/METADATA +1 -1
- {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.24.dist-info}/RECORD +130 -30
- {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.24.dist-info}/LICENSE +0 -0
- {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.24.dist-info}/WHEEL +0 -0
- {pyegeria-5.4.0.22.dist-info → pyegeria-5.4.0.24.dist-info}/entry_points.txt +0 -0
commands/cat/debug_log
CHANGED
@@ -1,156 +1,1747 @@
|
|
1
|
-
D [32m 2025-08-
|
1
|
+
D [32m 2025-08-17T11:34:27.978319-0500 [0m | INFO | process_markdown_file | 92 |
|
2
2
|
|
3
3
|
====================================================
|
4
4
|
|
5
5
|
| {}
|
6
|
-
D [32m 2025-08-
|
7
|
-
D [32m 2025-08-
|
6
|
+
D [32m 2025-08-17T11:34:27.981982-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
7
|
+
D [32m 2025-08-17T11:34:27.983492-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Governance Principle
|
8
8
|
| {}
|
9
|
-
D [32m 2025-08-
|
10
|
-
D [32m 2025-08-
|
11
|
-
D [32m 2025-08-
|
12
|
-
D [32m 2025-08-
|
13
|
-
D [32m 2025-08-
|
14
|
-
D [32m 2025-08-
|
15
|
-
D [32m 2025-08-
|
16
|
-
D [32m 2025-08-
|
17
|
-
D [32m 2025-08-
|
18
|
-
D [32m 2025-08-
|
19
|
-
D [32m 2025-08-
|
9
|
+
D [32m 2025-08-17T11:34:27.983968-0500 [0m | INFO | print_msg | 138 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
10
|
+
D [32m 2025-08-17T11:34:28.015316-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Governance Principle `Talmudic2` not found in Egeria | {}
|
11
|
+
D [32m 2025-08-17T11:34:28.015420-0500 [0m | INFO | proc_el_id | 681 | Governance Principle `Talmudic2` does not exist | {}
|
12
|
+
D [32m 2025-08-17T11:34:28.015697-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
13
|
+
D [32m 2025-08-17T11:34:28.015926-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Identifier', 'Doc Id'}` missing | {}
|
14
|
+
D [32m 2025-08-17T11:34:28.015962-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
15
|
+
D [32m 2025-08-17T11:34:28.016039-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Usage'}` missing | {}
|
16
|
+
D [32m 2025-08-17T11:34:28.016475-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Definition Status', 'Status'}` | {}
|
17
|
+
D [32m 2025-08-17T11:34:28.016583-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
18
|
+
D [32m 2025-08-17T11:34:28.016630-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Governance Principle` missing | {}
|
19
|
+
D [32m 2025-08-17T11:34:28.016806-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'GUID', 'Guid', 'guid'}` missing | {}
|
20
|
+
D [32m 2025-08-17T11:34:28.016843-0500 [0m | INFO | parse_upsert_command | 260 | Element `Talmudic2` does not exist so it can be created
|
20
21
|
| {}
|
21
|
-
D [32m 2025-08-
|
22
|
+
D [32m 2025-08-17T11:34:28.028501-0500 [0m | ERROR | process_gov_definition_upsert_command | 180 | PyegeriaException occurred:
|
23
|
+
|
24
|
+
=> CLIENT_ERROR_400
|
25
|
+
=> Client error occurred with status code `https://localhost:9443/servers/qs-view-server/api/open-metadata/governance-officer/governance-definitions`.
|
26
|
+
* Context:
|
27
|
+
* class name=`Client2`
|
28
|
+
* caller method=`_async_create_element_body_request`
|
29
|
+
* System Action: The client is unable to connect to the Egeria platform.
|
30
|
+
* User Action: Check the URL to ensure the valid platform url, server, user id are correct.
|
31
|
+
* HTTP Code: 400
|
32
|
+
| {}
|
33
|
+
D [32m 2025-08-17T11:34:28.033476-0500 [0m | ERROR | process_markdown_file | 286 | ===> Unknown Command? <=== | {}
|
34
|
+
D [32m 2025-08-17T11:37:03.874594-0500 [0m | INFO | process_markdown_file | 92 |
|
35
|
+
|
36
|
+
====================================================
|
37
|
+
|
38
|
+
| {}
|
39
|
+
D [32m 2025-08-17T11:37:03.874964-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
40
|
+
D [32m 2025-08-17T11:37:03.878576-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Governance Principle
|
41
|
+
| {}
|
42
|
+
D [32m 2025-08-17T11:37:03.880641-0500 [0m | INFO | print_msg | 138 | INFO-Optional attribute with labels `{'Published Version', 'Version', 'Version Identifier'}` missing | {}
|
43
|
+
D [32m 2025-08-17T11:37:03.917086-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Governance Principle `Talmudic2` not found in Egeria | {}
|
44
|
+
D [32m 2025-08-17T11:37:03.917222-0500 [0m | INFO | proc_el_id | 681 | Governance Principle `Talmudic2` does not exist | {}
|
45
|
+
D [32m 2025-08-17T11:37:03.918490-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
46
|
+
D [32m 2025-08-17T11:37:03.919665-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Doc Id', 'Identifier'}` missing | {}
|
47
|
+
D [32m 2025-08-17T11:37:03.919753-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
48
|
+
D [32m 2025-08-17T11:37:03.920152-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Usage'}` missing | {}
|
49
|
+
D [32m 2025-08-17T11:37:03.922780-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Definition Status', 'Status'}` | {}
|
50
|
+
D [32m 2025-08-17T11:37:03.923316-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
51
|
+
D [32m 2025-08-17T11:37:03.923411-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Governance Principle` missing | {}
|
52
|
+
D [32m 2025-08-17T11:37:03.924483-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'guid', 'GUID', 'Guid'}` missing | {}
|
53
|
+
D [32m 2025-08-17T11:37:03.924577-0500 [0m | INFO | parse_upsert_command | 260 | Element `Talmudic2` does not exist so it can be created
|
54
|
+
| {}
|
55
|
+
D [32m 2025-08-17T11:44:36.828879-0500 [0m | INFO | process_markdown_file | 92 |
|
56
|
+
|
57
|
+
====================================================
|
58
|
+
|
59
|
+
| {}
|
60
|
+
D [32m 2025-08-17T11:44:36.829161-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
61
|
+
D [32m 2025-08-17T11:44:36.831325-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Governance Principle
|
62
|
+
| {}
|
63
|
+
D [32m 2025-08-17T11:44:36.831597-0500 [0m | INFO | print_msg | 138 | INFO-Optional attribute with labels `{'Version Identifier', 'Published Version', 'Version'}` missing | {}
|
64
|
+
D [32m 2025-08-17T11:44:36.862558-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Governance Principle `Talmudic2` not found in Egeria | {}
|
65
|
+
D [32m 2025-08-17T11:44:36.862667-0500 [0m | INFO | proc_el_id | 681 | Governance Principle `Talmudic2` does not exist | {}
|
66
|
+
D [32m 2025-08-17T11:44:36.862947-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
67
|
+
D [32m 2025-08-17T11:44:36.863150-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Doc Id', 'Identifier'}` missing | {}
|
68
|
+
D [32m 2025-08-17T11:44:36.863188-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
69
|
+
D [32m 2025-08-17T11:44:36.863270-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Usage'}` missing | {}
|
70
|
+
D [32m 2025-08-17T11:44:36.863684-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Definition Status', 'Status'}` | {}
|
71
|
+
D [32m 2025-08-17T11:44:36.863796-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
72
|
+
D [32m 2025-08-17T11:44:36.863838-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Governance Principle` missing | {}
|
73
|
+
D [32m 2025-08-17T11:44:36.864007-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'guid', 'Guid', 'GUID'}` missing | {}
|
74
|
+
D [32m 2025-08-17T11:44:36.864056-0500 [0m | INFO | parse_upsert_command | 260 | Element `Talmudic2` does not exist so it can be created
|
75
|
+
| {}
|
76
|
+
D [32m 2025-08-17T11:44:36.874092-0500 [0m | ERROR | process_gov_definition_upsert_command | 180 | PyegeriaException occurred:
|
77
|
+
|
78
|
+
=> CLIENT_ERROR_400
|
79
|
+
=> Client error occurred with status code `https://localhost:9443/servers/qs-view-server/api/open-metadata/governance-officer/governance-definitions`.
|
80
|
+
* Context:
|
81
|
+
* class name=`Client2`
|
82
|
+
* caller method=`_async_create_element_body_request`
|
83
|
+
* System Action: The client is unable to connect to the Egeria platform.
|
84
|
+
* User Action: Check the URL to ensure the valid platform url, server, user id are correct.
|
85
|
+
* HTTP Code: 400
|
86
|
+
| {}
|
87
|
+
D [32m 2025-08-17T11:44:36.878632-0500 [0m | ERROR | process_markdown_file | 286 | ===> Unknown Command? <=== | {}
|
88
|
+
D [32m 2025-08-17T11:50:45.478340-0500 [0m | INFO | process_markdown_file | 92 |
|
89
|
+
|
90
|
+
====================================================
|
91
|
+
|
92
|
+
| {}
|
93
|
+
D [32m 2025-08-17T11:50:45.478713-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
94
|
+
D [32m 2025-08-17T11:50:45.481021-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Governance Principle
|
95
|
+
| {}
|
96
|
+
D [32m 2025-08-17T11:50:45.481330-0500 [0m | INFO | print_msg | 138 | INFO-Optional attribute with labels `{'Version', 'Published Version', 'Version Identifier'}` missing | {}
|
97
|
+
D [32m 2025-08-17T11:50:45.514165-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Governance Principle `Talmudic2` not found in Egeria | {}
|
98
|
+
D [32m 2025-08-17T11:50:45.514272-0500 [0m | INFO | proc_el_id | 681 | Governance Principle `Talmudic2` does not exist | {}
|
99
|
+
D [32m 2025-08-17T11:50:45.514618-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
100
|
+
D [32m 2025-08-17T11:50:45.514818-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Doc Id', 'Identifier'}` missing | {}
|
101
|
+
D [32m 2025-08-17T11:50:45.514858-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
102
|
+
D [32m 2025-08-17T11:50:45.514941-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Usage'}` missing | {}
|
103
|
+
D [32m 2025-08-17T11:50:45.515341-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Definition Status', 'Status'}` | {}
|
104
|
+
D [32m 2025-08-17T11:50:45.515471-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
105
|
+
D [32m 2025-08-17T11:50:45.515518-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Governance Principle` missing | {}
|
106
|
+
D [32m 2025-08-17T11:50:45.515699-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'GUID', 'Guid', 'guid'}` missing | {}
|
107
|
+
D [32m 2025-08-17T11:50:45.515741-0500 [0m | INFO | parse_upsert_command | 260 | Element `Talmudic2` does not exist so it can be created
|
108
|
+
| {}
|
109
|
+
D [32m 2025-08-17T11:50:45.524647-0500 [0m | ERROR | process_gov_definition_upsert_command | 180 | PyegeriaException occurred:
|
110
|
+
|
111
|
+
=> CLIENT_ERROR_400
|
112
|
+
=> Client error occurred with status code `https://localhost:9443/servers/qs-view-server/api/open-metadata/governance-officer/governance-definitions`.
|
113
|
+
* Context:
|
114
|
+
* class name=`Client2`
|
115
|
+
* caller method=`_async_create_element_body_request`
|
116
|
+
* System Action: The client is unable to connect to the Egeria platform.
|
117
|
+
* User Action: Check the URL to ensure the valid platform url, server, user id are correct.
|
118
|
+
* HTTP Code: 400
|
119
|
+
| {}
|
120
|
+
D [32m 2025-08-17T11:50:45.524775-0500 [0m | ERROR | process_current_block | 199 | An error has been caught in function 'process_current_block', process 'MainProcess' (99965), thread 'MainThread' (8334893248): | {}
|
121
|
+
[33m[1mTraceback (most recent call last):[0m
|
122
|
+
|
123
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/pyegeria/[0m[32m[1m_client_new.py[0m", line [33m468[0m, in [35m_async_make_request[0m
|
124
|
+
[1mresponse[0m[35m[1m.[0m[1mraise_for_status[0m[1m([0m[1m)[0m
|
125
|
+
[36m│ └ [0m[36m[1m<function Response.raise_for_status at 0x104f22ca0>[0m
|
126
|
+
[36m└ [0m[36m[1m<Response [400 ]>[0m
|
127
|
+
|
128
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/httpx/_models.py", line 829, in raise_for_status
|
129
|
+
raise HTTPStatusError(message, request=request, response=self)
|
130
|
+
│ │ │ └ <Response [400 ]>
|
131
|
+
│ │ └ <Request('POST', 'https://localhost:9443/servers/qs-view-server/api/open-metadata/governance-officer/governance-definitions')>
|
132
|
+
│ └ "Client error '400 ' for url 'https://localhost:9443/servers/qs-view-server/api/open-metadata/governance-officer/governance-d...
|
133
|
+
└ <class 'httpx.HTTPStatusError'>
|
134
|
+
|
135
|
+
[31m[1mhttpx.HTTPStatusError[0m:[1m Client error '400 ' for url 'https://localhost:9443/servers/qs-view-server/api/open-metadata/governance-officer/governance-definitions'
|
136
|
+
For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400[0m
|
137
|
+
|
138
|
+
|
139
|
+
[1mDuring handling of the above exception, another exception occurred:[0m
|
140
|
+
|
141
|
+
|
142
|
+
[33m[1mTraceback (most recent call last):[0m
|
143
|
+
|
144
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mgovernance_officer_commands.py[0m", line [33m167[0m, in [35mprocess_gov_definition_upsert_command[0m
|
145
|
+
[1mguid[0m [35m[1m=[0m [1megeria_client[0m[35m[1m.[0m[1mcreate_governance_definition[0m[1m([0m[1mbody_slimmer[0m[1m([0m[1mcreate_body[0m[1m)[0m[1m)[0m
|
146
|
+
[36m │ │ │ └ [0m[36m[1m{'class': 'NewElementRequestBody', 'externalSourceGUID': None, 'externalSourceName': None, 'effectiveTime': None, 'governance...[0m
|
147
|
+
[36m │ │ └ [0m[36m[1m<function body_slimmer at 0x10518d9e0>[0m
|
148
|
+
[36m │ └ [0m[36m[1m<function GovernanceOfficer.create_governance_definition at 0x1072b9ee0>[0m
|
149
|
+
[36m └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x107506f90>[0m
|
150
|
+
|
151
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/pyegeria/[0m[32m[1mgovernance_officer.py[0m", line [33m558[0m, in [35mcreate_governance_definition[0m
|
152
|
+
[1mresponse[0m [35m[1m=[0m [1mloop[0m[35m[1m.[0m[1mrun_until_complete[0m[1m([0m[1mself[0m[35m[1m.[0m[1m_async_create_governance_definition[0m[1m([0m[1mbody[0m[1m)[0m[1m)[0m
|
153
|
+
[36m │ │ │ │ └ [0m[36m[1m{'class': 'NewElementRequestBody', 'isOwnAnchor': True, 'parentAtEnd1': True, 'properties': {'class': 'GovernancePrinciplePro...[0m
|
154
|
+
[36m │ │ │ └ [0m[36m[1m<function GovernanceOfficer._async_create_governance_definition at 0x1072b9e40>[0m
|
155
|
+
[36m │ │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x107506f90>[0m
|
156
|
+
[36m │ └ [0m[36m[1m<function _patch_loop.<locals>.run_until_complete at 0x1055a6340>[0m
|
157
|
+
[36m └ [0m[36m[1m<_UnixSelectorEventLoop running=False closed=False debug=False>[0m
|
158
|
+
|
159
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/nest_asyncio.py", line 98, in run_until_complete
|
160
|
+
return f.result()
|
161
|
+
│ └ <function Future.result at 0x101c7f9c0>
|
162
|
+
└ <Task finished name='Task-5' coro=<GovernanceOfficer._async_create_governance_definition() done, defined at /Users/dwolfson/l...
|
163
|
+
File "/Users/dwolfson/.pyenv/versions/3.13.0/lib/python3.13/asyncio/futures.py", line 200, in result
|
164
|
+
raise self._exception.with_traceback(self._exception_tb)
|
165
|
+
│ │ │ │ └ <traceback object at 0x107a44cc0>
|
166
|
+
│ │ │ └ <Task finished name='Task-5' coro=<GovernanceOfficer._async_create_governance_definition() done, defined at /Users/dwolfson/l...
|
167
|
+
│ │ └ <method 'with_traceback' of 'BaseException' objects>
|
168
|
+
│ └ PyegeriaClientException(<Response [400 ]>, {'class name': 'Client2', 'caller method': '_async_create_element_body_request'}, ...
|
169
|
+
└ <Task finished name='Task-5' coro=<GovernanceOfficer._async_create_governance_definition() done, defined at /Users/dwolfson/l...
|
170
|
+
File "/Users/dwolfson/.pyenv/versions/3.13.0/lib/python3.13/asyncio/tasks.py", line 304, in __step_run_and_handle_result
|
171
|
+
result = coro.send(None)
|
172
|
+
│ └ <method 'send' of 'coroutine' objects>
|
173
|
+
└ <coroutine object GovernanceOfficer._async_create_governance_definition at 0x107557970>
|
174
|
+
|
175
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/pyegeria/[0m[32m[1mgovernance_officer.py[0m", line [33m428[0m, in [35m_async_create_governance_definition[0m
|
176
|
+
[35m[1mreturn[0m [35m[1mawait[0m [1mself[0m[35m[1m.[0m[1m_async_create_element_body_request[0m[1m([0m[1murl[0m[1m,[0m [1mGOV_DEF_PROPERTIES_LIST[0m[1m,[0m [1mbody[0m[1m)[0m
|
177
|
+
[36m │ │ │ │ └ [0m[36m[1m{'class': 'NewElementRequestBody', 'isOwnAnchor': True, 'parentAtEnd1': True, 'properties': {'class': 'GovernancePrinciplePro...[0m
|
178
|
+
[36m │ │ │ └ [0m[36m[1m['GovernanceDefinitionProperties', 'GovernanceStrategyProperties', 'RegulationProperties', 'GovernanceControlProperties', 'Se...[0m
|
179
|
+
[36m │ │ └ [0m[36m[1m'https://localhost:9443/servers/qs-view-server/api/open-metadata/governance-officer/governance-definitions'[0m
|
180
|
+
[36m │ └ [0m[36m[1m<function Client2._async_create_element_body_request at 0x10537b600>[0m
|
181
|
+
[36m └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x107506f90>[0m
|
182
|
+
|
183
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/pyegeria/[0m[32m[1m_client_new.py[0m", line [33m997[0m, in [35m_async_create_element_body_request[0m
|
184
|
+
[1mresponse[0m [35m[1m=[0m [35m[1mawait[0m [1mself[0m[35m[1m.[0m[1m_async_make_request[0m[1m([0m[36m"POST"[0m[1m,[0m [1murl[0m[1m,[0m [1mjson_body[0m[1m)[0m
|
185
|
+
[36m │ │ │ └ [0m[36m[1m'{\n "forLineage": false,\n "forDuplicateProcessing": false,\n "class": "NewElementRequestBody",\n "isOwnAnchor": true,\n...[0m
|
186
|
+
[36m │ │ └ [0m[36m[1m'https://localhost:9443/servers/qs-view-server/api/open-metadata/governance-officer/governance-definitions'[0m
|
187
|
+
[36m │ └ [0m[36m[1m<function Client2._async_make_request at 0x10537ac00>[0m
|
188
|
+
[36m └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x107506f90>[0m
|
189
|
+
|
190
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/pyegeria/[0m[32m[1m_client_new.py[0m", line [33m481[0m, in [35m_async_make_request[0m
|
191
|
+
[35m[1mraise[0m [1mPyegeriaClientException[0m[1m([0m[1mresponse[0m[1m,[0m [1mcontext[0m[1m,[0m [1madditional_info[0m[1m,[0m [1me[0m[1m)[0m
|
192
|
+
[36m │ │ │ └ [0m[36m[1m{'userid': 'erinoverview', 'reason': '{"timestamp":"2025-08-17T16:50:45.522+00:00","status":400,"error":"Bad Request","path":...[0m
|
193
|
+
[36m │ │ └ [0m[36m[1m{'class name': 'Client2', 'caller method': '_async_create_element_body_request'}[0m
|
194
|
+
[36m │ └ [0m[36m[1m<Response [400 ]>[0m
|
195
|
+
[36m └ [0m[36m[1m<class 'pyegeria._exceptions_new.PyegeriaClientException'>[0m
|
196
|
+
|
197
|
+
[31m[1mpyegeria._exceptions_new.PyegeriaClientException[0m:[1m
|
198
|
+
|
199
|
+
=> CLIENT_ERROR_400
|
200
|
+
=> Client error occurred with status code `https://localhost:9443/servers/qs-view-server/api/open-metadata/governance-officer/governance-definitions`.
|
201
|
+
* Context:
|
202
|
+
* class name=`Client2`
|
203
|
+
* caller method=`_async_create_element_body_request`
|
204
|
+
* System Action: The client is unable to connect to the Egeria platform.
|
205
|
+
* User Action: Check the URL to ensure the valid platform url, server, user id are correct.
|
206
|
+
* HTTP Code: 400
|
207
|
+
[0m
|
208
|
+
|
209
|
+
|
210
|
+
[1mDuring handling of the above exception, another exception occurred:[0m
|
211
|
+
|
212
|
+
|
213
|
+
[33m[1mTraceback (most recent call last):[0m
|
214
|
+
|
215
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m325[0m, in [35m<module>[0m
|
216
|
+
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
217
|
+
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
218
|
+
|
219
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
|
220
|
+
return self.main(*args, **kwargs)
|
221
|
+
│ │ │ └ {}
|
222
|
+
│ │ └ ()
|
223
|
+
│ └ <function Command.main at 0x102d22b60>
|
224
|
+
└ <Command process_markdown_file>
|
225
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
226
|
+
rv = self.invoke(ctx)
|
227
|
+
│ │ └ <click.core.Context object at 0x107506e40>
|
228
|
+
│ └ <function Command.invoke at 0x102d22840>
|
229
|
+
└ <Command process_markdown_file>
|
230
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
231
|
+
return ctx.invoke(self.callback, **ctx.params)
|
232
|
+
│ │ │ │ │ └ {'input_file': 'gov_def.md', 'output_folder': 'friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
233
|
+
│ │ │ │ └ <click.core.Context object at 0x107506e40>
|
234
|
+
│ │ │ └ <function process_markdown_file at 0x107a06fc0>
|
235
|
+
│ │ └ <Command process_markdown_file>
|
236
|
+
│ └ <function Context.invoke at 0x102d21a80>
|
237
|
+
└ <click.core.Context object at 0x107506e40>
|
238
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
239
|
+
return callback(*args, **kwargs)
|
240
|
+
│ │ └ {'input_file': 'gov_def.md', 'output_folder': 'friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
241
|
+
│ └ ()
|
242
|
+
└ <function process_markdown_file at 0x107a06fc0>
|
243
|
+
|
244
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m248[0m, in [35mprocess_markdown_file[0m
|
245
|
+
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
246
|
+
[36m│ └ [0m[36m[1m'# Create Governance Principle\n## Name\nTalmudic2\n## Summary\nBased on Talmud - this time\n## Description\nRather chaotic\...[0m
|
247
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x107a067a0>[0m
|
248
|
+
|
249
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m199[0m, in [35mprocess_current_block[0m
|
250
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_gov_definition_upsert_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
251
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
252
|
+
[36m │ │ └ [0m[36m[1m'# Create Governance Principle\n## Name\nTalmudic2\n## Summary\nBased on Talmud - this time\n## Description\nRather chaotic\...[0m
|
253
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x107506f90>[0m
|
254
|
+
[36m └ [0m[36m[1m<function process_gov_definition_upsert_command at 0x107672480>[0m
|
255
|
+
|
256
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mgovernance_officer_commands.py[0m", line [33m181[0m, in [35mprocess_gov_definition_upsert_command[0m
|
257
|
+
[1mprint_basic_exception[0m[1m([0m[1me[0m[1m)[0m
|
258
|
+
[36m└ [0m[36m[1m<function print_basic_exception at 0x104fb13a0>[0m
|
259
|
+
|
260
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/pyegeria/[0m[32m[1m_exceptions_new.py[0m", line [33m377[0m, in [35mprint_basic_exception[0m
|
261
|
+
[1mhttp_reason[0m [35m[1m=[0m [1me[0m[35m[1m.[0m[1mresponse[0m[35m[1m.[0m[1mreason[0m [35m[1mif[0m [1me[0m[35m[1m.[0m[1mresponse[0m [35m[1melse[0m [36m""[0m
|
262
|
+
[36m │ │ │ └ [0m[36m[1m<Response [400 ]>[0m
|
263
|
+
[36m │ │ └ [0m[36m[1mPyegeriaClientException(<Response [400 ]>, {'class name': 'Client2', 'caller method': '_async_create_element_body_request'}, ...[0m
|
264
|
+
[36m │ └ [0m[36m[1m<Response [400 ]>[0m
|
265
|
+
[36m └ [0m[36m[1mPyegeriaClientException(<Response [400 ]>, {'class name': 'Client2', 'caller method': '_async_create_element_body_request'}, ...[0m
|
266
|
+
|
267
|
+
[31m[1mAttributeError[0m:[1m 'Response' object has no attribute 'reason'[0m
|
268
|
+
D [32m 2025-08-17T11:50:45.533178-0500 [0m | ERROR | process_markdown_file | 286 | ===> Unknown Command? <=== | {}
|
269
|
+
D [32m 2025-08-17T11:51:26.991234-0500 [0m | INFO | process_markdown_file | 92 |
|
270
|
+
|
271
|
+
====================================================
|
272
|
+
|
273
|
+
| {}
|
274
|
+
D [32m 2025-08-17T11:51:26.991474-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
275
|
+
D [32m 2025-08-17T11:51:26.992652-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Governance Principle
|
276
|
+
| {}
|
277
|
+
D [32m 2025-08-17T11:51:26.993198-0500 [0m | INFO | print_msg | 138 | INFO-Optional attribute with labels `{'Version Identifier', 'Version', 'Published Version'}` missing | {}
|
278
|
+
D [32m 2025-08-17T11:51:27.020064-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Governance Principle `Talmudic2` not found in Egeria | {}
|
279
|
+
D [32m 2025-08-17T11:51:27.020284-0500 [0m | INFO | proc_el_id | 681 | Governance Principle `Talmudic2` does not exist | {}
|
280
|
+
D [32m 2025-08-17T11:51:27.020919-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
281
|
+
D [32m 2025-08-17T11:51:27.021152-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Doc Id', 'Identifier'}` missing | {}
|
282
|
+
D [32m 2025-08-17T11:51:27.021192-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
283
|
+
D [32m 2025-08-17T11:51:27.021268-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Usage'}` missing | {}
|
284
|
+
D [32m 2025-08-17T11:51:27.021896-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Definition Status', 'Status'}` | {}
|
285
|
+
D [32m 2025-08-17T11:51:27.022002-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
286
|
+
D [32m 2025-08-17T11:51:27.022053-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Governance Principle` missing | {}
|
287
|
+
D [32m 2025-08-17T11:51:27.022237-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'GUID', 'guid', 'Guid'}` missing | {}
|
288
|
+
D [32m 2025-08-17T11:51:27.022278-0500 [0m | INFO | parse_upsert_command | 260 | Element `Talmudic2` does not exist so it can be created
|
289
|
+
| {}
|
290
|
+
D [32m 2025-08-17T11:51:27.033865-0500 [0m | ERROR | process_gov_definition_upsert_command | 180 | PyegeriaException occurred:
|
291
|
+
|
292
|
+
=> CLIENT_ERROR_400
|
293
|
+
=> Client error occurred with status code `https://localhost:9443/servers/qs-view-server/api/open-metadata/governance-officer/governance-definitions`.
|
294
|
+
* Context:
|
295
|
+
* class name=`Client2`
|
296
|
+
* caller method=`_async_create_element_body_request`
|
297
|
+
* System Action: The client is unable to connect to the Egeria platform.
|
298
|
+
* User Action: Check the URL to ensure the valid platform url, server, user id are correct.
|
299
|
+
* HTTP Code: 400
|
300
|
+
| {}
|
301
|
+
D [32m 2025-08-17T11:51:27.039915-0500 [0m | ERROR | process_markdown_file | 286 | ===> Unknown Command? <=== | {}
|
302
|
+
D [32m 2025-08-17T11:52:14.247881-0500 [0m | INFO | process_markdown_file | 92 |
|
303
|
+
|
304
|
+
====================================================
|
305
|
+
|
306
|
+
| {}
|
307
|
+
D [32m 2025-08-17T11:52:14.248085-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
308
|
+
D [32m 2025-08-17T11:52:14.251056-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Governance Principle
|
309
|
+
| {}
|
310
|
+
D [32m 2025-08-17T11:52:14.252511-0500 [0m | INFO | print_msg | 138 | INFO-Optional attribute with labels `{'Published Version', 'Version', 'Version Identifier'}` missing | {}
|
311
|
+
D [32m 2025-08-17T11:52:14.280168-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Governance Principle `Talmudic2` not found in Egeria | {}
|
312
|
+
D [32m 2025-08-17T11:52:14.280293-0500 [0m | INFO | proc_el_id | 681 | Governance Principle `Talmudic2` does not exist | {}
|
313
|
+
D [32m 2025-08-17T11:52:14.281585-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
314
|
+
D [32m 2025-08-17T11:52:14.282761-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Doc Id', 'Identifier'}` missing | {}
|
315
|
+
D [32m 2025-08-17T11:52:14.282835-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
316
|
+
D [32m 2025-08-17T11:52:14.283243-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Usage'}` missing | {}
|
317
|
+
D [32m 2025-08-17T11:52:14.285513-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Status', 'Definition Status'}` | {}
|
318
|
+
D [32m 2025-08-17T11:52:14.286102-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
319
|
+
D [32m 2025-08-17T11:52:14.286243-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Governance Principle` missing | {}
|
320
|
+
D [32m 2025-08-17T11:52:14.287270-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'GUID', 'Guid', 'guid'}` missing | {}
|
321
|
+
D [32m 2025-08-17T11:52:14.287350-0500 [0m | INFO | parse_upsert_command | 260 | Element `Talmudic2` does not exist so it can be created
|
322
|
+
| {}
|
323
|
+
D [32m 2025-08-17T11:54:02.301943-0500 [0m | INFO | process_markdown_file | 92 |
|
324
|
+
|
325
|
+
====================================================
|
326
|
+
|
327
|
+
| {}
|
328
|
+
D [32m 2025-08-17T11:54:02.302208-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
329
|
+
D [32m 2025-08-17T11:54:02.305480-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Governance Principle
|
330
|
+
| {}
|
331
|
+
D [32m 2025-08-17T11:54:02.306990-0500 [0m | INFO | print_msg | 138 | INFO-Optional attribute with labels `{'Version Identifier', 'Published Version', 'Version'}` missing | {}
|
332
|
+
D [32m 2025-08-17T11:54:02.341243-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Governance Principle `Talmudic2` not found in Egeria | {}
|
333
|
+
D [32m 2025-08-17T11:54:02.341361-0500 [0m | INFO | proc_el_id | 681 | Governance Principle `Talmudic2` does not exist | {}
|
334
|
+
D [32m 2025-08-17T11:54:02.342650-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
335
|
+
D [32m 2025-08-17T11:54:02.343808-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Doc Id', 'Identifier'}` missing | {}
|
336
|
+
D [32m 2025-08-17T11:54:02.343921-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
337
|
+
D [32m 2025-08-17T11:54:02.344406-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Usage'}` missing | {}
|
338
|
+
D [32m 2025-08-17T11:54:02.346764-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Status', 'Definition Status'}` | {}
|
339
|
+
D [32m 2025-08-17T11:54:02.347293-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
340
|
+
D [32m 2025-08-17T11:54:02.347409-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Governance Principle` missing | {}
|
341
|
+
D [32m 2025-08-17T11:54:02.348508-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
342
|
+
D [32m 2025-08-17T11:54:02.348594-0500 [0m | INFO | parse_upsert_command | 260 | Element `Talmudic2` does not exist so it can be created
|
343
|
+
| {}
|
344
|
+
D [32m 2025-08-17T12:50:01.613733-0500 [0m | INFO | process_markdown_file | 92 |
|
345
|
+
|
346
|
+
====================================================
|
347
|
+
|
348
|
+
| {}
|
349
|
+
D [32m 2025-08-17T12:50:01.613914-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
350
|
+
D [32m 2025-08-17T12:50:01.614854-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Governance Principle
|
351
|
+
| {}
|
352
|
+
D [32m 2025-08-17T12:50:01.615150-0500 [0m | INFO | print_msg | 138 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
353
|
+
D [32m 2025-08-17T12:50:01.645096-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Governance Principle `Talmudic20` not found in Egeria | {}
|
354
|
+
D [32m 2025-08-17T12:50:01.645175-0500 [0m | INFO | proc_el_id | 681 | Governance Principle `Talmudic20` does not exist | {}
|
355
|
+
D [32m 2025-08-17T12:50:01.645427-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
356
|
+
D [32m 2025-08-17T12:50:01.645617-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Doc Id', 'Identifier'}` missing | {}
|
357
|
+
D [32m 2025-08-17T12:50:01.645654-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
358
|
+
D [32m 2025-08-17T12:50:01.645731-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Usage'}` missing | {}
|
359
|
+
D [32m 2025-08-17T12:50:01.646131-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Definition Status', 'Status'}` | {}
|
360
|
+
D [32m 2025-08-17T12:50:01.646238-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
361
|
+
D [32m 2025-08-17T12:50:01.646277-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Governance Principle` missing | {}
|
362
|
+
D [32m 2025-08-17T12:50:01.646447-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'GUID', 'Guid', 'guid'}` missing | {}
|
363
|
+
D [32m 2025-08-17T12:50:01.646483-0500 [0m | INFO | parse_upsert_command | 260 | Element `Talmudic20` does not exist so it can be created
|
364
|
+
| {}
|
365
|
+
D [32m 2025-08-17T12:50:01.678678-0500 [0m | SUCCESS | process_gov_definition_upsert_command | 169 | Created Governance Principle `Talmudic20` with GUID 2bfbfb9f-7e69-49b3-99ee-0c35abf7a173 | {}
|
366
|
+
D [32m 2025-08-17T13:37:44.640251-0500 [0m | INFO | process_markdown_file | 92 |
|
367
|
+
|
368
|
+
====================================================
|
369
|
+
|
370
|
+
| {}
|
371
|
+
D [32m 2025-08-17T13:37:44.641685-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
372
|
+
D [32m 2025-08-17T13:37:44.642163-0500 [0m | ERROR | process_markdown_file | 286 | ===> Unknown Command? <=== | {}
|
373
|
+
D [32m 2025-08-17T15:50:36.506963-0500 [0m | INFO | process_markdown_file | 92 |
|
374
|
+
|
375
|
+
====================================================
|
376
|
+
|
377
|
+
| {}
|
378
|
+
D [32m 2025-08-17T15:50:36.507122-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
379
|
+
D [32m 2025-08-17T15:50:36.507876-0500 [0m | ERROR | process_markdown_file | 288 | ===> Unknown Command? <=== | {}
|
380
|
+
D [32m 2025-08-17T15:52:53.329519-0500 [0m | INFO | process_markdown_file | 92 |
|
381
|
+
|
382
|
+
====================================================
|
383
|
+
|
384
|
+
| {}
|
385
|
+
D [32m 2025-08-17T15:52:53.329694-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
386
|
+
D [32m 2025-08-17T15:52:53.330258-0500 [0m | ERROR | process_markdown_file | 288 | ===> Unknown Command? <=== | {}
|
387
|
+
D [32m 2025-08-17T15:54:35.313853-0500 [0m | INFO | process_markdown_file | 92 |
|
388
|
+
|
389
|
+
====================================================
|
390
|
+
|
391
|
+
| {}
|
392
|
+
D [32m 2025-08-17T15:54:35.314032-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
393
|
+
D [32m 2025-08-17T15:54:35.314571-0500 [0m | ERROR | process_markdown_file | 288 | ===> Unknown Command? <=== | {}
|
394
|
+
D [32m 2025-08-17T15:54:52.829155-0500 [0m | INFO | process_markdown_file | 92 |
|
395
|
+
|
396
|
+
====================================================
|
397
|
+
|
398
|
+
| {}
|
399
|
+
D [32m 2025-08-17T15:54:52.829492-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
400
|
+
D [32m 2025-08-17T16:00:33.891382-0500 [0m | INFO | process_markdown_file | 92 |
|
401
|
+
|
402
|
+
====================================================
|
403
|
+
|
404
|
+
| {}
|
405
|
+
D [32m 2025-08-17T16:00:33.891580-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
406
|
+
D [32m 2025-08-17T16:00:33.891925-0500 [0m | ERROR | process_markdown_file | 288 | ===> Unknown Command? <=== | {}
|
407
|
+
D [32m 2025-08-17T16:00:43.509193-0500 [0m | INFO | process_markdown_file | 92 |
|
408
|
+
|
409
|
+
====================================================
|
410
|
+
|
411
|
+
| {}
|
412
|
+
D [32m 2025-08-17T16:00:43.509413-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
413
|
+
D [32m 2025-08-17T16:02:45.887413-0500 [0m | INFO | process_markdown_file | 92 |
|
414
|
+
|
415
|
+
====================================================
|
416
|
+
|
417
|
+
| {}
|
418
|
+
D [32m 2025-08-17T16:02:45.887596-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
419
|
+
D [32m 2025-08-17T16:02:45.888580-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
420
|
+
| {}
|
421
|
+
D [32m 2025-08-17T16:02:45.922718-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
422
|
+
D [32m 2025-08-17T16:02:45.922808-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
423
|
+
D [32m 2025-08-17T16:02:45.952449-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
424
|
+
D [32m 2025-08-17T16:02:45.952537-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
425
|
+
D [32m 2025-08-17T16:02:45.952732-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
426
|
+
D [32m 2025-08-17T16:02:45.954559-0500 [0m | ERROR | process_current_block | 204 | An error has been caught in function 'process_current_block', process 'MainProcess' (17456), thread 'MainThread' (8334893248): | {}
|
427
|
+
[33m[1mTraceback (most recent call last):[0m
|
428
|
+
|
429
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m327[0m, in [35m<module>[0m
|
430
|
+
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
431
|
+
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
432
|
+
|
433
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
|
434
|
+
return self.main(*args, **kwargs)
|
435
|
+
│ │ │ └ {}
|
436
|
+
│ │ └ ()
|
437
|
+
│ └ <function Command.main at 0x10809eb60>
|
438
|
+
└ <Command process_markdown_file>
|
439
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
440
|
+
rv = self.invoke(ctx)
|
441
|
+
│ │ └ <click.core.Context object at 0x10f9030e0>
|
442
|
+
│ └ <function Command.invoke at 0x10809e840>
|
443
|
+
└ <Command process_markdown_file>
|
444
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
445
|
+
return ctx.invoke(self.callback, **ctx.params)
|
446
|
+
│ │ │ │ │ └ {'input_file': 'gov_def.md', 'output_folder': 'friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
447
|
+
│ │ │ │ └ <click.core.Context object at 0x10f9030e0>
|
448
|
+
│ │ │ └ <function process_markdown_file at 0x10fc04680>
|
449
|
+
│ │ └ <Command process_markdown_file>
|
450
|
+
│ └ <function Context.invoke at 0x10809da80>
|
451
|
+
└ <click.core.Context object at 0x10f9030e0>
|
452
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
453
|
+
return callback(*args, **kwargs)
|
454
|
+
│ │ └ {'input_file': 'gov_def.md', 'output_folder': 'friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
455
|
+
│ └ ()
|
456
|
+
└ <function process_markdown_file at 0x10fc04680>
|
457
|
+
|
458
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m250[0m, in [35mprocess_markdown_file[0m
|
459
|
+
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
460
|
+
[36m│ └ [0m[36m[1m'# Link Policies\n## Policy 1\nGovPrinciple::Talmudic5\n\n## Policy 2\nGovPrinciple::Talmudic3\n\n## Link Label\nA talmudic t...[0m
|
461
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x10d98d120>[0m
|
462
|
+
|
463
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m204[0m, in [35mprocess_current_block[0m
|
464
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_gov_def_link_detach_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
465
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
466
|
+
[36m │ │ └ [0m[36m[1m'# Link Policies\n## Policy 1\nGovPrinciple::Talmudic5\n\n## Policy 2\nGovPrinciple::Talmudic3\n\n## Link Label\nA talmudic t...[0m
|
467
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x10f902cf0>[0m
|
468
|
+
[36m └ [0m[36m[1m<function process_gov_def_link_detach_command at 0x10faad760>[0m
|
469
|
+
|
470
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mgovernance_officer_commands.py[0m", line [33m245[0m, in [35mprocess_gov_def_link_detach_command[0m
|
471
|
+
[1msingular_word[0m [35m[1m=[0m [1minflector[0m[35m[1m.[0m[1msingular_noun[0m[1m([0m[1mword_to_singularize[0m[1m)[0m [35m[1mor[0m [1mword_to_singularize[0m
|
472
|
+
[36m │ └ [0m[36m[1m'Policies'[0m
|
473
|
+
[36m └ [0m[36m[1m'Policies'[0m
|
474
|
+
|
475
|
+
[31m[1mNameError[0m:[1m name 'inflector' is not defined[0m
|
476
|
+
D [32m 2025-08-17T16:02:45.961090-0500 [0m | ERROR | process_markdown_file | 288 | ===> Unknown Command? <=== | {}
|
477
|
+
D [32m 2025-08-17T16:04:44.077330-0500 [0m | INFO | process_markdown_file | 92 |
|
478
|
+
|
479
|
+
====================================================
|
480
|
+
|
481
|
+
| {}
|
482
|
+
D [32m 2025-08-17T16:04:44.077590-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
483
|
+
D [32m 2025-08-17T16:04:44.079072-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
484
|
+
| {}
|
485
|
+
D [32m 2025-08-17T16:04:44.172896-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
486
|
+
D [32m 2025-08-17T16:04:44.172984-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
487
|
+
D [32m 2025-08-17T16:04:44.199507-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
488
|
+
D [32m 2025-08-17T16:04:44.199585-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
489
|
+
D [32m 2025-08-17T16:04:44.199802-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
490
|
+
D [32m 2025-08-17T16:04:44.201174-0500 [0m | ERROR | process_current_block | 204 | An error has been caught in function 'process_current_block', process 'MainProcess' (17555), thread 'MainThread' (8334893248): | {}
|
491
|
+
[33m[1mTraceback (most recent call last):[0m
|
492
|
+
|
493
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m327[0m, in [35m<module>[0m
|
494
|
+
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
495
|
+
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
496
|
+
|
497
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
|
498
|
+
return self.main(*args, **kwargs)
|
499
|
+
│ │ │ └ {}
|
500
|
+
│ │ └ ()
|
501
|
+
│ └ <function Command.main at 0x1026aeb60>
|
502
|
+
└ <Command process_markdown_file>
|
503
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
504
|
+
rv = self.invoke(ctx)
|
505
|
+
│ │ └ <click.core.Context object at 0x105cab0e0>
|
506
|
+
│ └ <function Command.invoke at 0x1026ae840>
|
507
|
+
└ <Command process_markdown_file>
|
508
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
509
|
+
return ctx.invoke(self.callback, **ctx.params)
|
510
|
+
│ │ │ │ │ └ {'input_file': 'gov_def.md', 'output_folder': 'friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
511
|
+
│ │ │ │ └ <click.core.Context object at 0x105cab0e0>
|
512
|
+
│ │ │ └ <function process_markdown_file at 0x105de85e0>
|
513
|
+
│ │ └ <Command process_markdown_file>
|
514
|
+
│ └ <function Context.invoke at 0x1026ada80>
|
515
|
+
└ <click.core.Context object at 0x105cab0e0>
|
516
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
517
|
+
return callback(*args, **kwargs)
|
518
|
+
│ │ └ {'input_file': 'gov_def.md', 'output_folder': 'friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
519
|
+
│ └ ()
|
520
|
+
└ <function process_markdown_file at 0x105de85e0>
|
521
|
+
|
522
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m250[0m, in [35mprocess_markdown_file[0m
|
523
|
+
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
524
|
+
[36m│ └ [0m[36m[1m'# Link Policies\n## Policy 1\nGovPrinciple::Talmudic5\n\n## Policy 2\nGovPrinciple::Talmudic3\n\n## Link Label\nA talmudic t...[0m
|
525
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x105d8b920>[0m
|
526
|
+
|
527
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m204[0m, in [35mprocess_current_block[0m
|
528
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_gov_def_link_detach_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
529
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
530
|
+
[36m │ │ └ [0m[36m[1m'# Link Policies\n## Policy 1\nGovPrinciple::Talmudic5\n\n## Policy 2\nGovPrinciple::Talmudic3\n\n## Link Label\nA talmudic t...[0m
|
531
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x105caacf0>[0m
|
532
|
+
[36m └ [0m[36m[1m<function process_gov_def_link_detach_command at 0x105e516c0>[0m
|
533
|
+
|
534
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mgovernance_officer_commands.py[0m", line [33m243[0m, in [35mprocess_gov_def_link_detach_command[0m
|
535
|
+
[1msingular_word[0m [35m[1m=[0m [1minflector[0m[35m[1m.[0m[1msingular_noun[0m[1m([0m[1mword_to_singularize[0m[1m)[0m [35m[1mor[0m [1mword_to_singularize[0m
|
536
|
+
[36m │ └ [0m[36m[1m'Policies'[0m
|
537
|
+
[36m └ [0m[36m[1m'Policies'[0m
|
538
|
+
|
539
|
+
[31m[1mNameError[0m:[1m name 'inflector' is not defined[0m
|
540
|
+
D [32m 2025-08-17T16:04:44.204672-0500 [0m | ERROR | process_markdown_file | 288 | ===> Unknown Command? <=== | {}
|
541
|
+
D [32m 2025-08-17T16:06:36.465910-0500 [0m | INFO | process_markdown_file | 92 |
|
542
|
+
|
543
|
+
====================================================
|
544
|
+
|
545
|
+
| {}
|
546
|
+
D [32m 2025-08-17T16:06:36.466224-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
547
|
+
D [32m 2025-08-17T16:06:36.468150-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
548
|
+
| {}
|
549
|
+
D [32m 2025-08-17T16:06:36.509974-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
550
|
+
D [32m 2025-08-17T16:06:36.510093-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
551
|
+
D [32m 2025-08-17T16:06:36.538365-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
552
|
+
D [32m 2025-08-17T16:06:36.538471-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
553
|
+
D [32m 2025-08-17T16:06:36.538658-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
554
|
+
D [32m 2025-08-17T16:06:36.593746-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 291 | ==>Created Policies link named `A talmudic test`
|
555
|
+
| {}
|
556
|
+
D [32m 2025-08-17T16:09:39.006037-0500 [0m | INFO | process_markdown_file | 92 |
|
557
|
+
|
558
|
+
====================================================
|
559
|
+
|
560
|
+
| {}
|
561
|
+
D [32m 2025-08-17T16:09:39.006441-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
562
|
+
D [32m 2025-08-17T16:09:47.698930-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
563
|
+
| {}
|
564
|
+
D [32m 2025-08-17T16:09:47.763559-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
565
|
+
D [32m 2025-08-17T16:09:47.763879-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
566
|
+
D [32m 2025-08-17T16:09:47.814643-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
567
|
+
D [32m 2025-08-17T16:09:47.814963-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
568
|
+
D [32m 2025-08-17T16:09:47.823324-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
569
|
+
D [32m 2025-08-17T16:09:47.882196-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 291 | ==>Created Policies link named `A talmudic test`
|
570
|
+
| {}
|
571
|
+
D [32m 2025-08-17T16:10:28.524862-0500 [0m | INFO | process_markdown_file | 92 |
|
572
|
+
|
573
|
+
====================================================
|
574
|
+
|
575
|
+
| {}
|
576
|
+
D [32m 2025-08-17T16:10:28.525097-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
577
|
+
D [32m 2025-08-17T16:10:40.771689-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
578
|
+
| {}
|
579
|
+
D [32m 2025-08-17T16:10:40.840530-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
580
|
+
D [32m 2025-08-17T16:10:40.840866-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
581
|
+
D [32m 2025-08-17T16:10:40.888578-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
582
|
+
D [32m 2025-08-17T16:10:40.888918-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
583
|
+
D [32m 2025-08-17T16:10:40.901707-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
584
|
+
D [32m 2025-08-17T16:10:46.521293-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 291 | ==>Created Policies link named `A talmudic test`
|
585
|
+
| {}
|
586
|
+
D [32m 2025-08-17T16:11:47.258560-0500 [0m | INFO | process_markdown_file | 92 |
|
587
|
+
|
588
|
+
====================================================
|
589
|
+
|
590
|
+
| {}
|
591
|
+
D [32m 2025-08-17T16:11:47.260406-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
592
|
+
D [32m 2025-08-17T16:11:58.977951-0500 [0m | INFO | process_markdown_file | 92 |
|
593
|
+
|
594
|
+
====================================================
|
595
|
+
|
596
|
+
| {}
|
597
|
+
D [32m 2025-08-17T16:11:58.978180-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
598
|
+
D [32m 2025-08-17T16:11:58.982005-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
599
|
+
| {}
|
600
|
+
D [32m 2025-08-17T16:11:59.018115-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
601
|
+
D [32m 2025-08-17T16:11:59.018239-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
602
|
+
D [32m 2025-08-17T16:11:59.048645-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
603
|
+
D [32m 2025-08-17T16:11:59.048768-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
604
|
+
D [32m 2025-08-17T16:11:59.050234-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
605
|
+
D [32m 2025-08-17T16:13:16.699292-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 291 | ==>Created Policies link named `A talmudic test`
|
606
|
+
| {}
|
607
|
+
D [32m 2025-08-17T16:20:11.618581-0500 [0m | INFO | process_markdown_file | 92 |
|
608
|
+
|
609
|
+
====================================================
|
610
|
+
|
611
|
+
| {}
|
612
|
+
D [32m 2025-08-17T16:20:11.619974-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
613
|
+
D [32m 2025-08-17T16:20:11.623797-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
614
|
+
| {}
|
615
|
+
D [32m 2025-08-17T16:20:11.667736-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
616
|
+
D [32m 2025-08-17T16:20:11.667875-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
617
|
+
D [32m 2025-08-17T16:20:11.696585-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
618
|
+
D [32m 2025-08-17T16:20:11.696693-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
619
|
+
D [32m 2025-08-17T16:20:11.697893-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
620
|
+
D [32m 2025-08-17T16:20:41.992526-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 291 | ==>Created Policies link named `A talmudic test`
|
621
|
+
| {}
|
622
|
+
D [32m 2025-08-17T16:22:27.742888-0500 [0m | INFO | process_markdown_file | 92 |
|
623
|
+
|
624
|
+
====================================================
|
625
|
+
|
626
|
+
| {}
|
627
|
+
D [32m 2025-08-17T16:22:27.743115-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
628
|
+
D [32m 2025-08-17T16:22:27.748831-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
629
|
+
| {}
|
630
|
+
D [32m 2025-08-17T16:22:27.784583-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
631
|
+
D [32m 2025-08-17T16:22:27.784699-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
632
|
+
D [32m 2025-08-17T16:22:27.813451-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
633
|
+
D [32m 2025-08-17T16:22:27.813568-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
634
|
+
D [32m 2025-08-17T16:22:27.814426-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
635
|
+
D [32m 2025-08-17T16:22:53.134198-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 292 | ==>Created Policies link named `A talmudic test`
|
636
|
+
| {}
|
637
|
+
D [32m 2025-08-17T16:26:05.660486-0500 [0m | INFO | process_markdown_file | 92 |
|
638
|
+
|
639
|
+
====================================================
|
640
|
+
|
641
|
+
| {}
|
642
|
+
D [32m 2025-08-17T16:26:05.660691-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
643
|
+
D [32m 2025-08-17T16:26:05.663946-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
644
|
+
| {}
|
645
|
+
D [32m 2025-08-17T16:26:05.697400-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
646
|
+
D [32m 2025-08-17T16:26:05.697507-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
647
|
+
D [32m 2025-08-17T16:26:05.726872-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
648
|
+
D [32m 2025-08-17T16:26:05.726979-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
649
|
+
D [32m 2025-08-17T16:26:05.727826-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
650
|
+
D [32m 2025-08-17T16:27:07.177557-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 293 | ==>Created Policies link named `A talmudic test`
|
651
|
+
| {}
|
652
|
+
D [32m 2025-08-17T16:28:12.598190-0500 [0m | INFO | process_markdown_file | 92 |
|
653
|
+
|
654
|
+
====================================================
|
655
|
+
|
656
|
+
| {}
|
657
|
+
D [32m 2025-08-17T16:28:12.598408-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
658
|
+
D [32m 2025-08-17T16:28:12.601606-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
659
|
+
| {}
|
660
|
+
D [32m 2025-08-17T16:28:12.634783-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
661
|
+
D [32m 2025-08-17T16:28:12.634909-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
662
|
+
D [32m 2025-08-17T16:28:12.663193-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
663
|
+
D [32m 2025-08-17T16:28:12.663297-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
664
|
+
D [32m 2025-08-17T16:28:12.664492-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
665
|
+
D [32m 2025-08-17T16:28:35.252087-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 291 | ==>Created Policies link named `A talmudic test`
|
666
|
+
| {}
|
667
|
+
D [32m 2025-08-17T16:29:03.089649-0500 [0m | INFO | process_markdown_file | 92 |
|
668
|
+
|
669
|
+
====================================================
|
670
|
+
|
671
|
+
| {}
|
672
|
+
D [32m 2025-08-17T16:29:03.089906-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
673
|
+
D [32m 2025-08-17T16:29:03.093713-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
674
|
+
| {}
|
675
|
+
D [32m 2025-08-17T16:29:03.124092-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
676
|
+
D [32m 2025-08-17T16:29:03.124202-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
677
|
+
D [32m 2025-08-17T16:29:03.152505-0500 [0m | INFO | print_msg | 138 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
678
|
+
D [32m 2025-08-17T16:29:03.152609-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
679
|
+
D [32m 2025-08-17T16:29:03.153782-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
680
|
+
D [32m 2025-08-17T16:29:20.934979-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 291 | ==>Created Policies link named `A talmudic test`
|
681
|
+
| {}
|
682
|
+
D [32m 2025-08-17T17:02:47.027343-0500 [0m | INFO | process_markdown_file | 92 |
|
683
|
+
|
684
|
+
====================================================
|
685
|
+
|
686
|
+
| {}
|
687
|
+
D [32m 2025-08-17T17:02:47.028736-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
688
|
+
D [32m 2025-08-17T17:02:47.030591-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
689
|
+
| {}
|
690
|
+
D [32m 2025-08-17T17:02:47.067628-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
691
|
+
D [32m 2025-08-17T17:02:47.067709-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
692
|
+
D [32m 2025-08-17T17:02:47.095333-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
693
|
+
D [32m 2025-08-17T17:02:47.095425-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
694
|
+
D [32m 2025-08-17T17:02:47.095676-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
695
|
+
D [32m 2025-08-17T17:02:47.120951-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 293 | ==>Created Policies link named `A talmudic test`
|
696
|
+
| {}
|
697
|
+
D [32m 2025-08-17T18:56:12.103189-0500 [0m | INFO | process_markdown_file | 92 |
|
698
|
+
|
699
|
+
====================================================
|
700
|
+
|
701
|
+
| {}
|
702
|
+
D [32m 2025-08-17T18:56:12.104252-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
703
|
+
D [32m 2025-08-17T18:56:12.104592-0500 [0m | ERROR | process_markdown_file | 291 | ===> Unknown Command? <=== | {}
|
704
|
+
D [32m 2025-08-17T18:58:41.380891-0500 [0m | INFO | process_markdown_file | 92 |
|
705
|
+
|
706
|
+
====================================================
|
707
|
+
|
708
|
+
| {}
|
709
|
+
D [32m 2025-08-17T18:58:41.381079-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
710
|
+
D [32m 2025-08-17T18:58:41.381434-0500 [0m | ERROR | process_markdown_file | 292 | ===> Unknown Command? <=== | {}
|
711
|
+
D [32m 2025-08-17T19:00:11.698003-0500 [0m | INFO | process_markdown_file | 92 |
|
712
|
+
|
713
|
+
====================================================
|
714
|
+
|
715
|
+
| {}
|
716
|
+
D [32m 2025-08-17T19:00:11.698314-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
717
|
+
D [32m 2025-08-17T19:00:11.699095-0500 [0m | ERROR | process_markdown_file | 292 | ===> Unknown Command? <=== | {}
|
718
|
+
D [32m 2025-08-17T19:00:42.082632-0500 [0m | INFO | process_markdown_file | 92 |
|
719
|
+
|
720
|
+
====================================================
|
721
|
+
|
722
|
+
| {}
|
723
|
+
D [32m 2025-08-17T19:00:42.083144-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
724
|
+
D [32m 2025-08-17T19:03:55.364607-0500 [0m | INFO | process_markdown_file | 92 |
|
725
|
+
|
726
|
+
====================================================
|
727
|
+
|
728
|
+
| {}
|
729
|
+
D [32m 2025-08-17T19:03:55.365032-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
730
|
+
D [32m 2025-08-17T19:04:07.828442-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
731
|
+
| {}
|
732
|
+
D [32m 2025-08-17T19:04:07.899165-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
733
|
+
D [32m 2025-08-17T19:04:07.899499-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
734
|
+
D [32m 2025-08-17T19:04:07.946925-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Definition 2 `GovProcedure::Gov prodcedure` not found in Egeria | {}
|
735
|
+
D [32m 2025-08-17T19:04:07.947267-0500 [0m | ERROR | proc_ids | 762 | Required Definition 2 `GovProcedure::Gov prodcedure` does not exist | {}
|
736
|
+
D [32m 2025-08-17T19:04:07.947659-0500 [0m | ERROR | parse_view_command | 369 | Reference Name `GovProcedure::Gov prodcedure` is specified but does not exist | {}
|
737
|
+
D [32m 2025-08-17T19:04:07.956015-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
738
|
+
D [32m 2025-08-17T19:04:07.960393-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
739
|
+
D [32m 2025-08-17T19:04:07.982182-0500 [0m | ERROR | process_gov_def_link_detach_command | 285 | ==>Governance Mechanism Link with label `TESTING-TESTING` is not valid and can't be created | {}
|
740
|
+
D [32m 2025-08-17T19:28:39.123915-0500 [0m | INFO | process_markdown_file | 92 |
|
741
|
+
|
742
|
+
====================================================
|
743
|
+
|
744
|
+
| {}
|
745
|
+
D [32m 2025-08-17T19:28:39.124619-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
746
|
+
D [32m 2025-08-17T19:28:55.064809-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
747
|
+
| {}
|
748
|
+
D [32m 2025-08-17T19:28:55.130972-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
749
|
+
D [32m 2025-08-17T19:28:55.131338-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
750
|
+
D [32m 2025-08-17T19:28:55.173608-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Definition 2 `GovProcedure::Gov prodcedure` not found in Egeria | {}
|
751
|
+
D [32m 2025-08-17T19:28:55.173952-0500 [0m | ERROR | proc_ids | 762 | Required Definition 2 `GovProcedure::Gov prodcedure` does not exist | {}
|
752
|
+
D [32m 2025-08-17T19:28:55.174351-0500 [0m | ERROR | parse_view_command | 369 | Reference Name `GovProcedure::Gov prodcedure` is specified but does not exist | {}
|
753
|
+
D [32m 2025-08-17T19:28:55.183561-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
754
|
+
D [32m 2025-08-17T19:28:55.187982-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
755
|
+
D [32m 2025-08-17T19:28:55.209256-0500 [0m | ERROR | process_gov_def_link_detach_command | 285 | ==>Governance Mechanism Link with label `TESTING-TESTING` is not valid and can't be created | {}
|
756
|
+
D [32m 2025-08-17T19:30:11.337922-0500 [0m | INFO | process_markdown_file | 92 |
|
757
|
+
|
758
|
+
====================================================
|
759
|
+
|
760
|
+
| {}
|
761
|
+
D [32m 2025-08-17T19:30:11.338155-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
762
|
+
D [32m 2025-08-17T19:32:00.628461-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
763
|
+
| {}
|
764
|
+
D [32m 2025-08-17T19:32:00.703654-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
765
|
+
D [32m 2025-08-17T19:32:00.704070-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
766
|
+
D [32m 2025-08-17T19:32:00.760934-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Definition 2 `GovProcedure::Gov prodcedure` not found in Egeria | {}
|
767
|
+
D [32m 2025-08-17T19:32:00.761308-0500 [0m | ERROR | proc_ids | 762 | Required Definition 2 `GovProcedure::Gov prodcedure` does not exist | {}
|
768
|
+
D [32m 2025-08-17T19:32:00.761727-0500 [0m | ERROR | parse_view_command | 369 | Reference Name `GovProcedure::Gov prodcedure` is specified but does not exist | {}
|
769
|
+
D [32m 2025-08-17T19:32:00.774167-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
770
|
+
D [32m 2025-08-17T19:32:00.778321-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
771
|
+
D [32m 2025-08-17T19:32:00.799986-0500 [0m | ERROR | process_gov_def_link_detach_command | 285 | ==>Governance Mechanism Link with label `TESTING-TESTING` is not valid and can't be created | {}
|
772
|
+
D [32m 2025-08-17T19:32:45.758443-0500 [0m | INFO | process_markdown_file | 92 |
|
773
|
+
|
774
|
+
====================================================
|
775
|
+
|
776
|
+
| {}
|
777
|
+
D [32m 2025-08-17T19:32:45.758744-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
778
|
+
D [32m 2025-08-17T19:34:25.401624-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
779
|
+
| {}
|
780
|
+
D [32m 2025-08-17T19:34:25.466904-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
781
|
+
D [32m 2025-08-17T19:34:25.467250-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
782
|
+
D [32m 2025-08-17T19:34:25.522199-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Definition 2 `GovProcedure::Gov prodcedure` not found in Egeria | {}
|
783
|
+
D [32m 2025-08-17T19:34:25.522515-0500 [0m | ERROR | proc_ids | 762 | Required Definition 2 `GovProcedure::Gov prodcedure` does not exist | {}
|
784
|
+
D [32m 2025-08-17T19:34:25.522893-0500 [0m | ERROR | parse_view_command | 369 | Reference Name `GovProcedure::Gov prodcedure` is specified but does not exist | {}
|
785
|
+
D [32m 2025-08-17T19:34:25.535323-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
786
|
+
D [32m 2025-08-17T19:34:25.539588-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
787
|
+
D [32m 2025-08-17T19:34:25.560806-0500 [0m | ERROR | process_gov_def_link_detach_command | 285 | ==>Governance Mechanism Link with label `TESTING-TESTING` is not valid and can't be created | {}
|
788
|
+
D [32m 2025-08-17T19:34:56.725647-0500 [0m | INFO | process_markdown_file | 92 |
|
789
|
+
|
790
|
+
====================================================
|
791
|
+
|
792
|
+
| {}
|
793
|
+
D [32m 2025-08-17T19:34:56.725967-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
794
|
+
D [32m 2025-08-17T19:36:35.524377-0500 [0m | INFO | process_markdown_file | 92 |
|
795
|
+
|
796
|
+
====================================================
|
797
|
+
|
798
|
+
| {}
|
799
|
+
D [32m 2025-08-17T19:36:35.524567-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
800
|
+
D [32m 2025-08-17T19:36:35.525582-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
801
|
+
| {}
|
802
|
+
D [32m 2025-08-17T19:36:35.559987-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
803
|
+
D [32m 2025-08-17T19:36:35.560087-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
804
|
+
D [32m 2025-08-17T19:36:35.586891-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Definition 2 `GovProcedure::Gov prodcedure` not found in Egeria | {}
|
805
|
+
D [32m 2025-08-17T19:36:35.586976-0500 [0m | ERROR | proc_ids | 762 | Required Definition 2 `GovProcedure::Gov prodcedure` does not exist | {}
|
806
|
+
D [32m 2025-08-17T19:36:35.587029-0500 [0m | ERROR | parse_view_command | 369 | Reference Name `GovProcedure::Gov prodcedure` is specified but does not exist | {}
|
807
|
+
D [32m 2025-08-17T19:36:35.587284-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
808
|
+
D [32m 2025-08-17T19:36:35.587367-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
809
|
+
D [32m 2025-08-17T19:36:35.589071-0500 [0m | ERROR | process_gov_def_link_detach_command | 285 | ==>Governance Mechanism Link with label `TESTING-TESTING` is not valid and can't be created | {}
|
810
|
+
D [32m 2025-08-17T19:36:35.590668-0500 [0m | ERROR | process_markdown_file | 292 | ===> Unknown Command? <=== | {}
|
811
|
+
D [32m 2025-08-17T19:37:29.954150-0500 [0m | INFO | process_markdown_file | 92 |
|
812
|
+
|
813
|
+
====================================================
|
814
|
+
|
815
|
+
| {}
|
816
|
+
D [32m 2025-08-17T19:37:29.954391-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
817
|
+
D [32m 2025-08-17T19:37:29.957368-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
818
|
+
| {}
|
819
|
+
D [32m 2025-08-17T19:37:29.988926-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
820
|
+
D [32m 2025-08-17T19:37:29.989053-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
821
|
+
D [32m 2025-08-17T19:37:30.014339-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Definition 2 `GovProcedure::Gov prodcedure` not found in Egeria | {}
|
822
|
+
D [32m 2025-08-17T19:37:30.014450-0500 [0m | ERROR | proc_ids | 762 | Required Definition 2 `GovProcedure::Gov prodcedure` does not exist | {}
|
823
|
+
D [32m 2025-08-17T19:37:30.014551-0500 [0m | ERROR | parse_view_command | 369 | Reference Name `GovProcedure::Gov prodcedure` is specified but does not exist | {}
|
824
|
+
D [32m 2025-08-17T19:37:30.015536-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
825
|
+
D [32m 2025-08-17T19:37:30.016016-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
826
|
+
D [32m 2025-08-17T19:37:30.019719-0500 [0m | ERROR | process_gov_def_link_detach_command | 285 | ==>Governance Mechanism Link with label `TESTING-TESTING` is not valid and can't be created | {}
|
827
|
+
D [32m 2025-08-17T19:37:30.027680-0500 [0m | ERROR | process_markdown_file | 292 | ===> Unknown Command? <=== | {}
|
828
|
+
D [32m 2025-08-17T19:38:10.659841-0500 [0m | INFO | process_markdown_file | 92 |
|
829
|
+
|
830
|
+
====================================================
|
831
|
+
|
832
|
+
| {}
|
833
|
+
D [32m 2025-08-17T19:38:10.660058-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
834
|
+
D [32m 2025-08-17T19:38:10.664230-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
835
|
+
| {}
|
836
|
+
D [32m 2025-08-17T19:38:10.695586-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
837
|
+
D [32m 2025-08-17T19:38:10.695716-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
838
|
+
D [32m 2025-08-17T19:38:10.721168-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Definition 2 `GovProcedure::Gov prodcedure` not found in Egeria | {}
|
839
|
+
D [32m 2025-08-17T19:38:10.721278-0500 [0m | ERROR | proc_ids | 762 | Required Definition 2 `GovProcedure::Gov prodcedure` does not exist | {}
|
840
|
+
D [32m 2025-08-17T19:38:10.721371-0500 [0m | ERROR | parse_view_command | 369 | Reference Name `GovProcedure::Gov prodcedure` is specified but does not exist | {}
|
841
|
+
D [32m 2025-08-17T19:38:10.722598-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
842
|
+
D [32m 2025-08-17T19:38:10.722985-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
843
|
+
D [32m 2025-08-17T19:38:10.726645-0500 [0m | ERROR | process_gov_def_link_detach_command | 285 | ==>Governance Mechanism Link with label `TESTING-TESTING` is not valid and can't be created | {}
|
844
|
+
D [32m 2025-08-17T19:38:10.735292-0500 [0m | ERROR | process_markdown_file | 292 | ===> Unknown Command? <=== | {}
|
845
|
+
D [32m 2025-08-17T19:38:55.192785-0500 [0m | INFO | process_markdown_file | 92 |
|
846
|
+
|
847
|
+
====================================================
|
848
|
+
|
849
|
+
| {}
|
850
|
+
D [32m 2025-08-17T19:38:55.193036-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
851
|
+
D [32m 2025-08-17T19:38:55.196849-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
852
|
+
| {}
|
853
|
+
D [32m 2025-08-17T19:38:55.230436-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
854
|
+
D [32m 2025-08-17T19:38:55.230558-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
855
|
+
D [32m 2025-08-17T19:38:55.256059-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Definition 2 `GovProcedure::Gov prodcedure` not found in Egeria | {}
|
856
|
+
D [32m 2025-08-17T19:38:55.256178-0500 [0m | ERROR | proc_ids | 762 | Required Definition 2 `GovProcedure::Gov prodcedure` does not exist | {}
|
857
|
+
D [32m 2025-08-17T19:38:55.256281-0500 [0m | ERROR | parse_view_command | 369 | Reference Name `GovProcedure::Gov prodcedure` is specified but does not exist | {}
|
858
|
+
D [32m 2025-08-17T19:38:55.257177-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
859
|
+
D [32m 2025-08-17T19:38:55.257604-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
860
|
+
D [32m 2025-08-17T19:38:55.261429-0500 [0m | ERROR | process_gov_def_link_detach_command | 285 | ==>Governance Mechanism Link with label `TESTING-TESTING` is not valid and can't be created | {}
|
861
|
+
D [32m 2025-08-17T19:38:55.269554-0500 [0m | ERROR | process_markdown_file | 292 | ===> Unknown Command? <=== | {}
|
862
|
+
D [32m 2025-08-17T19:39:34.289365-0500 [0m | INFO | process_markdown_file | 92 |
|
863
|
+
|
864
|
+
====================================================
|
865
|
+
|
866
|
+
| {}
|
867
|
+
D [32m 2025-08-17T19:39:34.289751-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
868
|
+
D [32m 2025-08-17T19:39:34.293256-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
869
|
+
| {}
|
870
|
+
D [32m 2025-08-17T19:39:34.327060-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
871
|
+
D [32m 2025-08-17T19:39:34.327196-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
872
|
+
D [32m 2025-08-17T19:39:34.353051-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Definition 2 `GovProcedure::Gov prodcedure` not found in Egeria | {}
|
873
|
+
D [32m 2025-08-17T19:39:34.353157-0500 [0m | ERROR | proc_ids | 762 | Required Definition 2 `GovProcedure::Gov prodcedure` does not exist | {}
|
874
|
+
D [32m 2025-08-17T19:39:34.353256-0500 [0m | ERROR | parse_view_command | 369 | Reference Name `GovProcedure::Gov prodcedure` is specified but does not exist | {}
|
875
|
+
D [32m 2025-08-17T19:39:34.354257-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
876
|
+
D [32m 2025-08-17T19:39:34.354654-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
877
|
+
D [32m 2025-08-17T19:39:34.358822-0500 [0m | ERROR | process_gov_def_link_detach_command | 285 | ==>Governance Mechanism Link with label `TESTING-TESTING` is not valid and can't be created | {}
|
878
|
+
D [32m 2025-08-17T19:39:34.367956-0500 [0m | ERROR | process_markdown_file | 292 | ===> Unknown Command? <=== | {}
|
879
|
+
D [32m 2025-08-17T19:40:17.887705-0500 [0m | INFO | process_markdown_file | 92 |
|
880
|
+
|
881
|
+
====================================================
|
882
|
+
|
883
|
+
| {}
|
884
|
+
D [32m 2025-08-17T19:40:17.887938-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
885
|
+
D [32m 2025-08-17T19:40:17.890920-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
886
|
+
| {}
|
887
|
+
D [32m 2025-08-17T19:40:17.929517-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
888
|
+
D [32m 2025-08-17T19:40:17.929641-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
889
|
+
D [32m 2025-08-17T19:40:17.969656-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Definition 2 `GovProcedure::Gov procedure` not found in Egeria | {}
|
890
|
+
D [32m 2025-08-17T19:40:17.969772-0500 [0m | ERROR | proc_ids | 762 | Required Definition 2 `GovProcedure::Gov procedure` does not exist | {}
|
891
|
+
D [32m 2025-08-17T19:40:17.969874-0500 [0m | ERROR | parse_view_command | 369 | Reference Name `GovProcedure::Gov procedure` is specified but does not exist | {}
|
892
|
+
D [32m 2025-08-17T19:40:17.971210-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
893
|
+
D [32m 2025-08-17T19:40:17.971638-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
894
|
+
D [32m 2025-08-17T19:40:17.975661-0500 [0m | ERROR | process_gov_def_link_detach_command | 285 | ==>Governance Mechanism Link with label `TESTING-TESTING` is not valid and can't be created | {}
|
895
|
+
D [32m 2025-08-17T19:40:17.984091-0500 [0m | ERROR | process_markdown_file | 292 | ===> Unknown Command? <=== | {}
|
896
|
+
D [32m 2025-08-17T19:41:16.913434-0500 [0m | INFO | process_markdown_file | 92 |
|
897
|
+
|
898
|
+
====================================================
|
899
|
+
|
900
|
+
| {}
|
901
|
+
D [32m 2025-08-17T19:41:16.913661-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
902
|
+
D [32m 2025-08-17T19:41:16.916686-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
903
|
+
| {}
|
904
|
+
D [32m 2025-08-17T19:41:16.947441-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
905
|
+
D [32m 2025-08-17T19:41:16.947547-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
906
|
+
D [32m 2025-08-17T19:41:16.975756-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 2 `Gov procedure` with qualified name `GovProcedure::Gov-procedure` | {}
|
907
|
+
D [32m 2025-08-17T19:41:16.975888-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `Gov procedure` exists | {}
|
908
|
+
D [32m 2025-08-17T19:41:16.976742-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
909
|
+
D [32m 2025-08-17T19:41:16.977156-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
910
|
+
D [32m 2025-08-17T19:42:48.784650-0500 [0m | INFO | process_markdown_file | 92 |
|
911
|
+
|
912
|
+
====================================================
|
913
|
+
|
914
|
+
| {}
|
915
|
+
D [32m 2025-08-17T19:42:48.784874-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
916
|
+
D [32m 2025-08-17T19:42:48.788113-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
917
|
+
| {}
|
918
|
+
D [32m 2025-08-17T19:42:48.823807-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
919
|
+
D [32m 2025-08-17T19:42:48.823932-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
920
|
+
D [32m 2025-08-17T19:42:48.852072-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 2 `Gov procedure` with qualified name `GovProcedure::Gov-procedure` | {}
|
921
|
+
D [32m 2025-08-17T19:42:48.852188-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `Gov procedure` exists | {}
|
922
|
+
D [32m 2025-08-17T19:42:48.853621-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
923
|
+
D [32m 2025-08-17T19:42:48.854091-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
924
|
+
D [32m 2025-08-17T19:45:35.779535-0500 [0m | INFO | process_markdown_file | 92 |
|
925
|
+
|
926
|
+
====================================================
|
927
|
+
|
928
|
+
| {}
|
929
|
+
D [32m 2025-08-17T19:45:35.779780-0500 [0m | INFO | process_markdown_file | 93 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
930
|
+
D [32m 2025-08-17T19:45:35.780224-0500 [0m | ERROR | invoke | 794 | An error has been caught in function 'invoke', process 'MainProcess' (31359), thread 'MainThread' (8334893248): | {}
|
931
|
+
[33m[1mTraceback (most recent call last):[0m
|
932
|
+
|
933
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m2392[0m, in [35m<module>[0m
|
934
|
+
[1mmain[0m[1m([0m[1m)[0m
|
935
|
+
[36m└ [0m[36m[1m<function main at 0x10a7760c0>[0m
|
936
|
+
|
937
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m2373[0m, in [35mmain[0m
|
938
|
+
[1mglobals[0m [35m[1m=[0m [1mdebugger[0m[35m[1m.[0m[1mrun[0m[1m([0m[1msetup[0m[1m[[0m[36m'file'[0m[1m][0m[1m,[0m [36m[1mNone[0m[1m,[0m [36m[1mNone[0m[1m,[0m [1mis_module[0m[1m)[0m
|
939
|
+
[36m │ │ │ └ [0m[36m[1mFalse[0m
|
940
|
+
[36m │ │ └ [0m[36m[1m{'port': 64728, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...[0m
|
941
|
+
[36m │ └ [0m[36m[1m<function PyDB.run at 0x10a774c20>[0m
|
942
|
+
[36m └ [0m[36m[1m<__main__.PyDB object at 0x10a66be00>[0m
|
943
|
+
|
944
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m1641[0m, in [35mrun[0m
|
945
|
+
[35m[1mreturn[0m [1mself[0m[35m[1m.[0m[1m_exec[0m[1m([0m[1mis_module[0m[1m,[0m [1mentry_point_fn[0m[1m,[0m [1mmodule_name[0m[1m,[0m [1mfile[0m[1m,[0m [1mglobals[0m[1m,[0m [1mlocals[0m[1m)[0m
|
946
|
+
[36m │ │ │ │ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
947
|
+
[36m │ │ │ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
948
|
+
[36m │ │ │ │ │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
949
|
+
[36m │ │ │ │ └ [0m[36m[1mNone[0m
|
950
|
+
[36m │ │ │ └ [0m[36m[1m''[0m
|
951
|
+
[36m │ │ └ [0m[36m[1mFalse[0m
|
952
|
+
[36m │ └ [0m[36m[1m<function PyDB._exec at 0x10a774cc0>[0m
|
953
|
+
[36m └ [0m[36m[1m<__main__.PyDB object at 0x10a66be00>[0m
|
954
|
+
|
955
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m1648[0m, in [35m_exec[0m
|
956
|
+
[1mpydev_imports[0m[35m[1m.[0m[1mexecfile[0m[1m([0m[1mfile[0m[1m,[0m [1mglobals[0m[1m,[0m [1mlocals[0m[1m)[0m [30m[1m# execute the script[0m
|
957
|
+
[36m│ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
958
|
+
[36m│ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
959
|
+
[36m│ │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
960
|
+
[36m│ └ [0m[36m[1m<function execfile at 0x10734aac0>[0m
|
961
|
+
[36m└ [0m[36m[1m<module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...[0m
|
962
|
+
|
963
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/[0m[32m[1m_pydev_execfile.py[0m", line [33m18[0m, in [35mexecfile[0m
|
964
|
+
[1mexec[0m[1m([0m[1mcompile[0m[1m([0m[1mcontents[0m[35m[1m+[0m[36m"\n"[0m[1m,[0m [1mfile[0m[1m,[0m [36m'exec'[0m[1m)[0m[1m,[0m [1mglob[0m[1m,[0m [1mloc[0m[1m)[0m
|
965
|
+
[36m │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
966
|
+
[36m │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
967
|
+
[36m │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
968
|
+
[36m └ [0m[36m[1m'"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...[0m
|
969
|
+
|
970
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m331[0m, in [35m<module>[0m
|
971
|
+
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
972
|
+
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
973
|
+
|
974
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
|
975
|
+
return self.main(*args, **kwargs)
|
976
|
+
│ │ │ └ {}
|
977
|
+
│ │ └ ()
|
978
|
+
│ └ <function Command.main at 0x10a9e9940>
|
979
|
+
└ <Command process_markdown_file>
|
980
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
981
|
+
rv = self.invoke(ctx)
|
982
|
+
│ │ └ <click.core.Context object at 0x119b3e510>
|
983
|
+
│ └ <function Command.invoke at 0x10a9e9620>
|
984
|
+
└ <Command process_markdown_file>
|
985
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
986
|
+
return ctx.invoke(self.callback, **ctx.params)
|
987
|
+
│ │ │ │ │ └ {'input_file': 'gov_def.md', 'output_folder': 'friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
988
|
+
│ │ │ │ └ <click.core.Context object at 0x119b3e510>
|
989
|
+
│ │ │ └ <function process_markdown_file at 0x119bb9260>
|
990
|
+
│ │ └ <Command process_markdown_file>
|
991
|
+
│ └ <function Context.invoke at 0x10a9e8860>
|
992
|
+
└ <click.core.Context object at 0x119b3e510>
|
993
|
+
> File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
994
|
+
return callback(*args, **kwargs)
|
995
|
+
│ │ └ {'input_file': 'gov_def.md', 'output_folder': 'friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
996
|
+
│ └ ()
|
997
|
+
└ <function process_markdown_file at 0x119bb9260>
|
998
|
+
|
999
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m254[0m, in [35mprocess_markdown_file[0m
|
1000
|
+
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
1001
|
+
[36m│ └ [0m[36m[1m'# Link Governance Mechanism\n## Definition 1\nGovPrinciple::Talmudic5\n\n## Definition 2\nGov procedure\n\n## Link Label\nTE...[0m
|
1002
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x119c171a0>[0m
|
1003
|
+
|
1004
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m207[0m, in [35mprocess_current_block[0m
|
1005
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_supporting_gov_def_link_detach_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1006
|
+
[36m │ │ └ [0m[36m[1m'process'[0m
|
1007
|
+
[36m │ └ [0m[36m[1m'# Link Governance Mechanism\n## Definition 1\nGovPrinciple::Talmudic5\n\n## Definition 2\nGov procedure\n\n## Link Label\nTE...[0m
|
1008
|
+
[36m └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x119b3e3c0>[0m
|
1009
|
+
|
1010
|
+
[31m[1mNameError[0m:[1m name 'process_supporting_gov_def_link_detach_command' is not defined[0m
|
1011
|
+
D [32m 2025-08-17T19:48:23.905786-0500 [0m | INFO | process_markdown_file | 93 |
|
1012
|
+
|
1013
|
+
====================================================
|
1014
|
+
|
1015
|
+
| {}
|
1016
|
+
D [32m 2025-08-17T19:48:23.906375-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
1017
|
+
D [32m 2025-08-17T19:48:28.704380-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Governance Mechanism
|
1018
|
+
| {}
|
1019
|
+
D [32m 2025-08-17T19:48:28.747722-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
1020
|
+
D [32m 2025-08-17T19:48:28.747842-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
1021
|
+
D [32m 2025-08-17T19:48:28.787424-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 2 `Gov procedure` with qualified name `GovProcedure::Gov-procedure` | {}
|
1022
|
+
D [32m 2025-08-17T19:48:28.787552-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `Gov procedure` exists | {}
|
1023
|
+
D [32m 2025-08-17T19:48:28.788902-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
1024
|
+
D [32m 2025-08-17T19:48:28.789519-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Rationale'}` missing | {}
|
1025
|
+
D [32m 2025-08-17T19:48:38.760381-0500 [0m | SUCCESS | process_supporting_gov_def_link_detach_command | 406 | ==>Created Governance Mechanism link named `TESTING-TESTING`
|
1026
|
+
| {}
|
1027
|
+
D [32m 2025-08-17T19:51:47.230729-0500 [0m | INFO | process_markdown_file | 93 |
|
1028
|
+
|
1029
|
+
====================================================
|
1030
|
+
|
1031
|
+
| {}
|
1032
|
+
D [32m 2025-08-17T19:51:47.230994-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
1033
|
+
D [32m 2025-08-17T19:51:47.232362-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
1034
|
+
| {}
|
1035
|
+
D [32m 2025-08-17T19:51:47.262184-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
1036
|
+
D [32m 2025-08-17T19:51:47.262282-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
1037
|
+
D [32m 2025-08-17T19:51:47.288165-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
1038
|
+
D [32m 2025-08-17T19:51:47.288247-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
1039
|
+
D [32m 2025-08-17T19:51:47.288426-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
1040
|
+
D [32m 2025-08-17T19:51:47.314907-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 293 | ==>Created Policies link named `A talmudic test`
|
1041
|
+
| {}
|
1042
|
+
D [32m 2025-08-17T19:57:03.339145-0500 [0m | INFO | process_markdown_file | 93 |
|
1043
|
+
|
1044
|
+
====================================================
|
1045
|
+
|
1046
|
+
| {}
|
1047
|
+
D [32m 2025-08-17T19:57:03.339333-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
1048
|
+
D [32m 2025-08-17T19:57:03.340279-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
1049
|
+
| {}
|
1050
|
+
D [32m 2025-08-17T19:57:03.373013-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
1051
|
+
D [32m 2025-08-17T19:57:03.373113-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
1052
|
+
D [32m 2025-08-17T19:57:03.401805-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
1053
|
+
D [32m 2025-08-17T19:57:03.401903-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
1054
|
+
D [32m 2025-08-17T19:57:03.402110-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
1055
|
+
D [32m 2025-08-17T19:57:03.428255-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 293 | ==>Created Policies link named `A talmudic test`
|
1056
|
+
| {}
|
1057
|
+
D [32m 2025-08-17T19:58:11.885650-0500 [0m | INFO | process_markdown_file | 93 |
|
1058
|
+
|
1059
|
+
====================================================
|
1060
|
+
|
1061
|
+
| {}
|
1062
|
+
D [32m 2025-08-17T19:58:11.885985-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
1063
|
+
D [32m 2025-08-17T19:58:11.887348-0500 [0m | INFO | parse_view_command | 291 | Processing View on Governance Definitions
|
1064
|
+
| {}
|
1065
|
+
D [32m 2025-08-17T19:58:11.888041-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Format', 'Output Format'}` | {}
|
1066
|
+
D [32m 2025-08-17T19:58:11.888179-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Output Format Set', 'OUTPUT SET'}` | {}
|
1067
|
+
D [32m 2025-08-17T19:58:11.888472-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Limit Results By Status'}` missing | {}
|
1068
|
+
D [32m 2025-08-17T19:58:11.888556-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Metadata Element Subtype Names'}` missing | {}
|
1069
|
+
D [32m 2025-08-17T19:58:11.888631-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Metadata Element Type Name'}` missing | {}
|
1070
|
+
D [32m 2025-08-17T19:58:11.888712-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Skip Relationshjps'}` missing | {}
|
1071
|
+
D [32m 2025-08-17T19:58:11.888788-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Include Only Relationships'}` missing | {}
|
1072
|
+
D [32m 2025-08-17T19:58:11.888861-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Skip Classified Elements'}` missing | {}
|
1073
|
+
D [32m 2025-08-17T19:58:11.888945-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Include Only Classified Elements'}` missing | {}
|
1074
|
+
D [32m 2025-08-17T19:58:11.889020-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Governance Zone Filter'}` missing | {}
|
1075
|
+
D [32m 2025-08-17T19:58:11.889184-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'As Of Time', 'AsOfTime'}` missing | {}
|
1076
|
+
D [32m 2025-08-17T19:58:11.889256-0500 [0m | INFO | proc_valid_value | 528 | Optional attribute with labels: `{'Sort Order'}` missing | {}
|
1077
|
+
D [32m 2025-08-17T19:58:11.889334-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
|
1078
|
+
D [32m 2025-08-17T19:58:11.966985-0500 [0m | INFO | process_output_command | 1023 | Wrote `Governance Definitions` for search string: `Talmudic5` using format set 'BasicGovernance' | {}
|
1079
|
+
D [32m 2025-08-17T19:58:11.967666-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
1080
|
+
| {}
|
1081
|
+
D [32m 2025-08-17T19:58:11.992652-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
1082
|
+
D [32m 2025-08-17T19:58:11.992760-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
1083
|
+
D [32m 2025-08-17T19:58:12.018258-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
1084
|
+
D [32m 2025-08-17T19:58:12.018341-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
1085
|
+
D [32m 2025-08-17T19:58:12.018589-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
1086
|
+
D [32m 2025-08-17T19:58:12.042384-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 293 | ==>Created Policies link named `A talmudic test`
|
1087
|
+
| {}
|
1088
|
+
D [32m 2025-08-17T19:59:03.580579-0500 [0m | INFO | process_markdown_file | 93 |
|
1089
|
+
|
1090
|
+
====================================================
|
1091
|
+
|
1092
|
+
| {}
|
1093
|
+
D [32m 2025-08-17T19:59:03.580819-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/gov_def.md | {}
|
1094
|
+
D [32m 2025-08-17T19:59:03.581920-0500 [0m | INFO | parse_view_command | 291 | Processing View on Governance Definitions
|
1095
|
+
| {}
|
1096
|
+
D [32m 2025-08-17T19:59:03.582290-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Output Format Set', 'OUTPUT SET'}` | {}
|
1097
|
+
D [32m 2025-08-17T19:59:03.582581-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Limit Results By Status'}` missing | {}
|
1098
|
+
D [32m 2025-08-17T19:59:03.582679-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Metadata Element Subtype Names'}` missing | {}
|
1099
|
+
D [32m 2025-08-17T19:59:03.582766-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Metadata Element Type Name'}` missing | {}
|
1100
|
+
D [32m 2025-08-17T19:59:03.582854-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Skip Relationshjps'}` missing | {}
|
1101
|
+
D [32m 2025-08-17T19:59:03.582953-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Include Only Relationships'}` missing | {}
|
1102
|
+
D [32m 2025-08-17T19:59:03.583035-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Skip Classified Elements'}` missing | {}
|
1103
|
+
D [32m 2025-08-17T19:59:03.583119-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Include Only Classified Elements'}` missing | {}
|
1104
|
+
D [32m 2025-08-17T19:59:03.583198-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Governance Zone Filter'}` missing | {}
|
1105
|
+
D [32m 2025-08-17T19:59:03.583386-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'As Of Time', 'AsOfTime'}` missing | {}
|
1106
|
+
D [32m 2025-08-17T19:59:03.583466-0500 [0m | INFO | proc_valid_value | 528 | Optional attribute with labels: `{'Sort Order'}` missing | {}
|
1107
|
+
D [32m 2025-08-17T19:59:03.583544-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Order Property Name'}` missing | {}
|
1108
|
+
D [32m 2025-08-17T19:59:03.660990-0500 [0m | INFO | process_output_command | 1023 | Wrote `Governance Definitions` for search string: `Talmudic5` using format set 'BasicGovernance' | {}
|
1109
|
+
D [32m 2025-08-17T19:59:03.662358-0500 [0m | INFO | parse_view_command | 291 | Processing Link on Policies
|
1110
|
+
| {}
|
1111
|
+
D [32m 2025-08-17T19:59:03.690879-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 1 `Talmudic5` with qualified name `GovPrinciple::Talmudic5` | {}
|
1112
|
+
D [32m 2025-08-17T19:59:03.690998-0500 [0m | INFO | proc_ids | 778 | Element Definition 1 `GovPrinciple::Talmudic5` exists | {}
|
1113
|
+
D [32m 2025-08-17T19:59:03.718288-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Definition 2 `Talmudic3` with qualified name `GovPrinciple::Talmudic3` | {}
|
1114
|
+
D [32m 2025-08-17T19:59:03.718467-0500 [0m | INFO | proc_ids | 778 | Element Definition 2 `GovPrinciple::Talmudic3` exists | {}
|
1115
|
+
D [32m 2025-08-17T19:59:03.718897-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Description'}` missing | {}
|
1116
|
+
D [32m 2025-08-17T19:59:03.746676-0500 [0m | SUCCESS | process_gov_def_link_detach_command | 293 | ==>Created Policies link named `A talmudic test`
|
1117
|
+
| {}
|
1118
|
+
D [32m 2025-08-17T20:48:39.171679-0500 [0m | INFO | process_markdown_file | 93 |
|
1119
|
+
|
1120
|
+
====================================================
|
1121
|
+
|
1122
|
+
| {}
|
1123
|
+
D [32m 2025-08-17T20:48:39.172314-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1124
|
+
D [32m 2025-08-17T20:48:39.173854-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Digital Product
|
1125
|
+
| {}
|
1126
|
+
D [32m 2025-08-17T20:48:39.174154-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Version Identifier', 'Published Version', 'Version'}` missing | {}
|
1127
|
+
D [32m 2025-08-17T20:48:39.203988-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Digital Product `Opposition spending data` not found in Egeria | {}
|
1128
|
+
D [32m 2025-08-17T20:48:39.204071-0500 [0m | INFO | proc_el_id | 681 | Digital Product `Opposition spending data` does not exist | {}
|
1129
|
+
D [32m 2025-08-17T20:48:39.204408-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
1130
|
+
D [32m 2025-08-17T20:48:39.204492-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
1131
|
+
D [32m 2025-08-17T20:48:39.204578-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Identifier'}` missing | {}
|
1132
|
+
D [32m 2025-08-17T20:48:39.204771-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Introduction Date'}` missing | {}
|
1133
|
+
D [32m 2025-08-17T20:48:39.204856-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Next Version Date'}` missing | {}
|
1134
|
+
D [32m 2025-08-17T20:48:39.204941-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Withdrawal Date'}` missing | {}
|
1135
|
+
D [32m 2025-08-17T20:48:39.205156-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Digital Product` missing | {}
|
1136
|
+
D [32m 2025-08-17T20:48:39.205324-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
1137
|
+
D [32m 2025-08-17T20:48:39.205360-0500 [0m | INFO | parse_upsert_command | 260 | Element `Opposition spending data` does not exist so it can be created
|
1138
|
+
| {}
|
1139
|
+
D [32m 2025-08-17T20:48:39.208150-0500 [0m | ERROR | process_digital_product_upsert_command | 745 | Error performing Create Digital Product: 1 validation error for NewElementRequestBody
|
1140
|
+
class
|
1141
|
+
Input should be 'NewElementRequestBody' [type=literal_error, input_value='NewDigitalProductRequestBody', input_type=str]
|
1142
|
+
For further information visit https://errors.pydantic.dev/2.11/v/literal_error | {}
|
1143
|
+
D [32m 2025-08-17T20:48:39.210447-0500 [0m | INFO | parse_view_command | 291 | Processing View on Collections
|
1144
|
+
| {}
|
1145
|
+
D [32m 2025-08-17T20:48:39.210858-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Output Format Set'}` missing | {}
|
1146
|
+
D [32m 2025-08-17T20:48:39.210905-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
1147
|
+
D [32m 2025-08-17T20:48:39.211193-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'AsOfTime', 'As Of Time'}` missing | {}
|
1148
|
+
D [32m 2025-08-17T20:48:39.211275-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Page Size'}` missing | {}
|
1149
|
+
D [32m 2025-08-17T20:48:39.211360-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'AsOfTime', 'As Of Time'}` missing | {}
|
1150
|
+
D [32m 2025-08-17T20:48:39.211447-0500 [0m | INFO | proc_valid_value | 528 | Optional attribute with labels: `{'Sort Order'}` missing | {}
|
1151
|
+
D [32m 2025-08-17T20:48:39.212837-0500 [0m | ERROR | process_current_block | 211 | An error has been caught in function 'process_current_block', process 'MainProcess' (34829), thread 'MainThread' (8334893248): | {}
|
1152
|
+
[33m[1mTraceback (most recent call last):[0m
|
1153
|
+
|
1154
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m332[0m, in [35m<module>[0m
|
1155
|
+
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
1156
|
+
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
1157
|
+
|
1158
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
|
1159
|
+
return self.main(*args, **kwargs)
|
1160
|
+
│ │ │ └ {}
|
1161
|
+
│ │ └ ()
|
1162
|
+
│ └ <function Command.main at 0x106b7eb60>
|
1163
|
+
└ <Command process_markdown_file>
|
1164
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
1165
|
+
rv = self.invoke(ctx)
|
1166
|
+
│ │ └ <click.core.Context object at 0x1236a0d70>
|
1167
|
+
│ └ <function Command.invoke at 0x106b7e840>
|
1168
|
+
└ <Command process_markdown_file>
|
1169
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
1170
|
+
return ctx.invoke(self.callback, **ctx.params)
|
1171
|
+
│ │ │ │ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1172
|
+
│ │ │ │ └ <click.core.Context object at 0x1236a0d70>
|
1173
|
+
│ │ │ └ <function process_markdown_file at 0x1238d07c0>
|
1174
|
+
│ │ └ <Command process_markdown_file>
|
1175
|
+
│ └ <function Context.invoke at 0x106b7da80>
|
1176
|
+
└ <click.core.Context object at 0x1236a0d70>
|
1177
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
1178
|
+
return callback(*args, **kwargs)
|
1179
|
+
│ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1180
|
+
│ └ ()
|
1181
|
+
└ <function process_markdown_file at 0x1238d07c0>
|
1182
|
+
|
1183
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m269[0m, in [35mprocess_markdown_file[0m
|
1184
|
+
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
1185
|
+
[36m│ └ [0m[36m[1m'# View Collections\n## Output Format\nLIST'[0m
|
1186
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x12387fb00>[0m
|
1187
|
+
|
1188
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m211[0m, in [35mprocess_current_block[0m
|
1189
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_collection_list_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1190
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
1191
|
+
[36m │ │ └ [0m[36m[1m'# View Collections\n## Output Format\nLIST'[0m
|
1192
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x1236a0830>[0m
|
1193
|
+
[36m └ [0m[36m[1m<function process_collection_list_command at 0x1238c47c0>[0m
|
1194
|
+
|
1195
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mproduct_manager_commands.py[0m", line [33m1065[0m, in [35mprocess_collection_list_command[0m
|
1196
|
+
[1mcolumns[0m [35m[1m=[0m [1mattr[0m[35m[1m.[0m[1mget[0m[1m([0m[36m'Columns'[0m[1m,[0m[1m{[0m[1m}[0m[1m)[0m[35m[1m.[0m[1mget[0m[1m([0m[36m'value'[0m[1m,[0m[36m[1mNone[0m[1m)[0m[35m[1m.[0m[1mreplace[0m[1m([0m[36m"'"[0m[1m,[0m [36m'"'[0m[1m)[0m
|
1197
|
+
[36m │ └ [0m[36m[1m<method 'get' of 'dict' objects>[0m
|
1198
|
+
[36m └ [0m[36m[1m{'Search String': {'status': 'INFO', 'OK': None, 'value': '*', 'valid': True, 'exists': True}, 'Output Format': {'status': 'I...[0m
|
1199
|
+
|
1200
|
+
[31m[1mAttributeError[0m:[1m 'NoneType' object has no attribute 'replace'[0m
|
1201
|
+
D [32m 2025-08-17T20:48:39.216010-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
1202
|
+
D [32m 2025-08-17T20:49:30.926095-0500 [0m | INFO | process_markdown_file | 93 |
|
1203
|
+
|
1204
|
+
====================================================
|
1205
|
+
|
1206
|
+
| {}
|
1207
|
+
D [32m 2025-08-17T20:49:30.926374-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1208
|
+
D [32m 2025-08-17T20:49:30.927469-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Digital Product
|
1209
|
+
| {}
|
1210
|
+
D [32m 2025-08-17T20:49:30.928053-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Published Version', 'Version', 'Version Identifier'}` missing | {}
|
1211
|
+
D [32m 2025-08-17T20:49:30.954248-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Digital Product `Opposition spending data` not found in Egeria | {}
|
1212
|
+
D [32m 2025-08-17T20:49:30.954335-0500 [0m | INFO | proc_el_id | 681 | Digital Product `Opposition spending data` does not exist | {}
|
1213
|
+
D [32m 2025-08-17T20:49:30.954636-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
1214
|
+
D [32m 2025-08-17T20:49:30.954709-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
1215
|
+
D [32m 2025-08-17T20:49:30.954785-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Identifier'}` missing | {}
|
1216
|
+
D [32m 2025-08-17T20:49:30.954978-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Introduction Date'}` missing | {}
|
1217
|
+
D [32m 2025-08-17T20:49:30.955074-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Next Version Date'}` missing | {}
|
1218
|
+
D [32m 2025-08-17T20:49:30.955157-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Withdrawal Date'}` missing | {}
|
1219
|
+
D [32m 2025-08-17T20:49:30.955356-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Digital Product` missing | {}
|
1220
|
+
D [32m 2025-08-17T20:49:30.955507-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'GUID', 'Guid', 'guid'}` missing | {}
|
1221
|
+
D [32m 2025-08-17T20:49:30.955539-0500 [0m | INFO | parse_upsert_command | 260 | Element `Opposition spending data` does not exist so it can be created
|
1222
|
+
| {}
|
1223
|
+
D [32m 2025-08-17T20:49:30.957673-0500 [0m | ERROR | process_digital_product_upsert_command | 745 | Error performing Create Digital Product: 1 validation error for NewElementRequestBody
|
1224
|
+
class
|
1225
|
+
Input should be 'NewElementRequestBody' [type=literal_error, input_value='NewDigitalProductRequestBody', input_type=str]
|
1226
|
+
For further information visit https://errors.pydantic.dev/2.11/v/literal_error | {}
|
1227
|
+
D [32m 2025-08-17T20:49:30.959196-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
1228
|
+
D [32m 2025-08-17T21:02:11.643275-0500 [0m | INFO | process_markdown_file | 93 |
|
1229
|
+
|
1230
|
+
====================================================
|
1231
|
+
|
1232
|
+
| {}
|
1233
|
+
D [32m 2025-08-17T21:02:11.643537-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1234
|
+
D [32m 2025-08-17T21:02:11.644657-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Digital Product
|
1235
|
+
| {}
|
1236
|
+
D [32m 2025-08-17T21:02:11.645228-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
1237
|
+
D [32m 2025-08-17T21:02:11.677869-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Digital Product `Opposition spending data` not found in Egeria | {}
|
1238
|
+
D [32m 2025-08-17T21:02:11.677977-0500 [0m | INFO | proc_el_id | 681 | Digital Product `Opposition spending data` does not exist | {}
|
1239
|
+
D [32m 2025-08-17T21:02:11.678326-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
1240
|
+
D [32m 2025-08-17T21:02:11.678415-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
1241
|
+
D [32m 2025-08-17T21:02:11.678492-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Identifier'}` missing | {}
|
1242
|
+
D [32m 2025-08-17T21:02:11.678690-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Introduction Date'}` missing | {}
|
1243
|
+
D [32m 2025-08-17T21:02:11.678774-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Next Version Date'}` missing | {}
|
1244
|
+
D [32m 2025-08-17T21:02:11.678854-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Withdrawal Date'}` missing | {}
|
1245
|
+
D [32m 2025-08-17T21:02:11.679075-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Digital Product` missing | {}
|
1246
|
+
D [32m 2025-08-17T21:02:11.679238-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
1247
|
+
D [32m 2025-08-17T21:02:11.679275-0500 [0m | INFO | parse_upsert_command | 260 | Element `Opposition spending data` does not exist so it can be created
|
1248
|
+
| {}
|
1249
|
+
D [32m 2025-08-17T21:02:11.716705-0500 [0m | SUCCESS | process_digital_product_upsert_command | 716 | Created Element `Opposition spending data` with GUID 3d19f429-2eec-427a-a3fb-30ca9c08efbb
|
1250
|
+
|
1251
|
+
___ | {}
|
1252
|
+
D [32m 2025-08-17T21:02:11.716830-0500 [0m | ERROR | process_digital_product_upsert_command | 725 | Error performing Create Digital Product: CollectionManager.get_collection_by_guid() got an unexpected keyword argument 'collection_type'. Did you mean 'collection_guid'? | {}
|
1253
|
+
D [32m 2025-08-17T21:02:11.718338-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
1254
|
+
D [32m 2025-08-17T21:04:13.930016-0500 [0m | INFO | process_markdown_file | 93 |
|
1255
|
+
|
1256
|
+
====================================================
|
1257
|
+
|
1258
|
+
| {}
|
1259
|
+
D [32m 2025-08-17T21:04:13.930375-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1260
|
+
D [32m 2025-08-17T21:04:13.931804-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Digital Product
|
1261
|
+
| {}
|
1262
|
+
D [32m 2025-08-17T21:04:13.932175-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
1263
|
+
D [32m 2025-08-17T21:04:13.968711-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Found Digital Product `Opposition spending data` with qualified name `DigitalProduct::Opposition-spending-data` | {}
|
1264
|
+
D [32m 2025-08-17T21:04:13.968819-0500 [0m | ERROR | proc_el_id | 673 | Element Opposition spending data already exists | {}
|
1265
|
+
D [32m 2025-08-17T21:04:13.969176-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
1266
|
+
D [32m 2025-08-17T21:04:13.969255-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
1267
|
+
D [32m 2025-08-17T21:04:13.969328-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Identifier'}` missing | {}
|
1268
|
+
D [32m 2025-08-17T21:04:13.969535-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Introduction Date'}` missing | {}
|
1269
|
+
D [32m 2025-08-17T21:04:13.969630-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Next Version Date'}` missing | {}
|
1270
|
+
D [32m 2025-08-17T21:04:13.969708-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Withdrawal Date'}` missing | {}
|
1271
|
+
D [32m 2025-08-17T21:04:13.969923-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Digital Product` missing | {}
|
1272
|
+
D [32m 2025-08-17T21:04:13.970088-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'GUID', 'guid', 'Guid'}` missing | {}
|
1273
|
+
D [32m 2025-08-17T21:04:13.970124-0500 [0m | ERROR | parse_upsert_command | 256 | Element `Opposition spending data` cannot be created since it already exists
|
1274
|
+
| {}
|
1275
|
+
D [32m 2025-08-17T21:04:13.972251-0500 [0m | ERROR | process_digital_product_upsert_command | 691 | Digital Product `Opposition spending data` already exists and result document updated changing `Create` to `Update` in processed output
|
22
1276
|
|
23
1277
|
___ | {}
|
24
|
-
D [32m 2025-08-
|
1278
|
+
D [32m 2025-08-17T21:04:59.642832-0500 [0m | INFO | process_markdown_file | 93 |
|
1279
|
+
|
1280
|
+
====================================================
|
1281
|
+
|
1282
|
+
| {}
|
1283
|
+
D [32m 2025-08-17T21:04:59.643062-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1284
|
+
D [32m 2025-08-17T21:04:59.644057-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Digital Product
|
1285
|
+
| {}
|
1286
|
+
D [32m 2025-08-17T21:04:59.644469-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Published Version', 'Version', 'Version Identifier'}` missing | {}
|
1287
|
+
D [32m 2025-08-17T21:04:59.670718-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Digital Product `Opposition spending data - again` not found in Egeria | {}
|
1288
|
+
D [32m 2025-08-17T21:04:59.670796-0500 [0m | INFO | proc_el_id | 681 | Digital Product `Opposition spending data - again` does not exist | {}
|
1289
|
+
D [32m 2025-08-17T21:04:59.671104-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
1290
|
+
D [32m 2025-08-17T21:04:59.671182-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Category'}` missing | {}
|
1291
|
+
D [32m 2025-08-17T21:04:59.671263-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Identifier'}` missing | {}
|
1292
|
+
D [32m 2025-08-17T21:04:59.671454-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Introduction Date'}` missing | {}
|
1293
|
+
D [32m 2025-08-17T21:04:59.671541-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Next Version Date'}` missing | {}
|
1294
|
+
D [32m 2025-08-17T21:04:59.671626-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Withdrawal Date'}` missing | {}
|
1295
|
+
D [32m 2025-08-17T21:04:59.671842-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Digital Product` missing | {}
|
1296
|
+
D [32m 2025-08-17T21:04:59.672001-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'guid', 'Guid', 'GUID'}` missing | {}
|
1297
|
+
D [32m 2025-08-17T21:04:59.672036-0500 [0m | INFO | parse_upsert_command | 260 | Element `Opposition spending data - again` does not exist so it can be created
|
1298
|
+
| {}
|
1299
|
+
D [32m 2025-08-17T21:04:59.697621-0500 [0m | SUCCESS | process_digital_product_upsert_command | 716 | Created Element `Opposition spending data - again` with GUID e7db9e6a-c53d-4358-b25d-e3bff5151599
|
1300
|
+
|
1301
|
+
___ | {}
|
1302
|
+
D [32m 2025-08-18T09:59:33.531005-0500 [0m | INFO | process_markdown_file | 93 |
|
1303
|
+
|
1304
|
+
====================================================
|
1305
|
+
|
1306
|
+
| {}
|
1307
|
+
D [32m 2025-08-18T09:59:33.531869-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1308
|
+
D [32m 2025-08-18T09:59:33.534533-0500 [0m | ERROR | process_collection_upsert_command | 428 | An error has been caught in function 'process_collection_upsert_command', process 'MainProcess' (48678), thread 'MainThread' (8334893248): | {}
|
1309
|
+
[33m[1mTraceback (most recent call last):[0m
|
1310
|
+
|
1311
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m332[0m, in [35m<module>[0m
|
1312
|
+
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
1313
|
+
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
1314
|
+
|
1315
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
|
1316
|
+
return self.main(*args, **kwargs)
|
1317
|
+
│ │ │ └ {}
|
1318
|
+
│ │ └ ()
|
1319
|
+
│ └ <function Command.main at 0x10624ab60>
|
1320
|
+
└ <Command process_markdown_file>
|
1321
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
1322
|
+
rv = self.invoke(ctx)
|
1323
|
+
│ │ └ <click.core.Context object at 0x10a858d70>
|
1324
|
+
│ └ <function Command.invoke at 0x10624a840>
|
1325
|
+
└ <Command process_markdown_file>
|
1326
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
1327
|
+
return ctx.invoke(self.callback, **ctx.params)
|
1328
|
+
│ │ │ │ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1329
|
+
│ │ │ │ └ <click.core.Context object at 0x10a858d70>
|
1330
|
+
│ │ │ └ <function process_markdown_file at 0x10aecc860>
|
1331
|
+
│ │ └ <Command process_markdown_file>
|
1332
|
+
│ └ <function Context.invoke at 0x106249a80>
|
1333
|
+
└ <click.core.Context object at 0x10a858d70>
|
1334
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
1335
|
+
return callback(*args, **kwargs)
|
1336
|
+
│ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1337
|
+
│ └ ()
|
1338
|
+
└ <function process_markdown_file at 0x10aecc860>
|
1339
|
+
|
1340
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m255[0m, in [35mprocess_markdown_file[0m
|
1341
|
+
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
1342
|
+
[36m│ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Category...[0m
|
1343
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x10aeb7b00>[0m
|
1344
|
+
|
1345
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m198[0m, in [35mprocess_current_block[0m
|
1346
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_collection_upsert_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1347
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
1348
|
+
[36m │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Category...[0m
|
1349
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x10a858830>[0m
|
1350
|
+
[36m └ [0m[36m[1m<function process_collection_upsert_command at 0x10aec53a0>[0m
|
1351
|
+
|
1352
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mproduct_manager_commands.py[0m", line [33m428[0m, in [35mprocess_collection_upsert_command[0m
|
1353
|
+
[1mparsed_output[0m [35m[1m=[0m [1mparse_upsert_command[0m[1m([0m[1megeria_client[0m[1m,[0m [1mobject_type[0m[1m,[0m [1mobject_action[0m[1m,[0m [1mtxt[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1354
|
+
[36m │ │ │ │ │ └ [0m[36m[1m'process'[0m
|
1355
|
+
[36m │ │ │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Category...[0m
|
1356
|
+
[36m │ │ │ └ [0m[36m[1m'Create'[0m
|
1357
|
+
[36m │ │ └ [0m[36m[1m'Root Collection'[0m
|
1358
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x10a858830>[0m
|
1359
|
+
[36m └ [0m[36m[1m<function parse_upsert_command at 0x10a860d60>[0m
|
1360
|
+
|
1361
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/[0m[32m[1mcommon_md_proc_utils.py[0m", line [33m76[0m, in [35mparse_upsert_command[0m
|
1362
|
+
[1mattributes[0m [35m[1m=[0m [1mcommand_spec[0m[35m[1m.[0m[1mget[0m[1m([0m[36m'Attributes'[0m[1m,[0m [1m[[0m[1m][0m[1m)[0m
|
1363
|
+
[36m └ [0m[36m[1mNone[0m
|
1364
|
+
|
1365
|
+
[31m[1mAttributeError[0m:[1m 'NoneType' object has no attribute 'get'[0m
|
1366
|
+
D [32m 2025-08-18T09:59:33.540752-0500 [0m | ERROR | process_collection_upsert_command | 430 | No output for `Create` | {}
|
1367
|
+
D [32m 2025-08-18T09:59:33.542917-0500 [0m | INFO | parse_upsert_command | 88 | Processing Create on a Digital Product
|
25
1368
|
| {}
|
26
|
-
D [32m 2025-08-
|
27
|
-
D [32m 2025-08-
|
28
|
-
D [32m 2025-08-
|
29
|
-
D [32m 2025-08-
|
30
|
-
D [32m 2025-08-
|
31
|
-
D [32m 2025-08-
|
32
|
-
D [32m 2025-08-
|
33
|
-
D [32m 2025-08-
|
34
|
-
D [32m 2025-08-
|
35
|
-
D [32m 2025-08-
|
1369
|
+
D [32m 2025-08-18T09:59:33.543220-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Version Identifier', 'Published Version', 'Version'}` missing | {}
|
1370
|
+
D [32m 2025-08-18T09:59:33.600739-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Digital Product `Sentinel-2a` not found in Egeria | {}
|
1371
|
+
D [32m 2025-08-18T09:59:33.600831-0500 [0m | INFO | proc_el_id | 681 | Digital Product `Sentinel-2a` does not exist | {}
|
1372
|
+
D [32m 2025-08-18T09:59:33.601113-0500 [0m | WARNING | proc_valid_value | 538 | Invalid value for attribute `{'Status'}` | {}
|
1373
|
+
D [32m 2025-08-18T09:59:33.601228-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
1374
|
+
D [32m 2025-08-18T09:59:33.601370-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Identifier'}` missing | {}
|
1375
|
+
D [32m 2025-08-18T09:59:33.601569-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Introduction Date'}` missing | {}
|
1376
|
+
D [32m 2025-08-18T09:59:33.601654-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Next Version Date'}` missing | {}
|
1377
|
+
D [32m 2025-08-18T09:59:33.601734-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'Withdrawal Date'}` missing | {}
|
1378
|
+
D [32m 2025-08-18T09:59:33.601962-0500 [0m | INFO | proc_el_id | 640 | Optional attribute with label`Digital Product` missing | {}
|
1379
|
+
D [32m 2025-08-18T09:59:33.602135-0500 [0m | INFO | proc_simple_attribute | 464 | Optional attribute with labels: `{'GUID', 'Guid', 'guid'}` missing | {}
|
1380
|
+
D [32m 2025-08-18T09:59:33.602173-0500 [0m | INFO | parse_upsert_command | 260 | Element `Sentinel-2a` does not exist so it can be created
|
36
1381
|
| {}
|
37
|
-
D [32m 2025-08-
|
1382
|
+
D [32m 2025-08-18T09:59:33.632259-0500 [0m | ERROR | process_digital_product_upsert_command | 653 | Error performing Create Digital Product:
|
38
1383
|
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
D [32m 2025-08-
|
49
|
-
D [32m 2025-08-
|
50
|
-
D [32m 2025-08-01T11:34:04.321138-0500 [0m | INFO | proc_el_id | 631 | Optional attribute with label`governance_responsibility` missing | {}
|
51
|
-
D [32m 2025-08-01T11:34:04.321166-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'GUID', 'guid'}` missing | {}
|
52
|
-
D [32m 2025-08-01T11:34:04.321198-0500 [0m | INFO | parse_upsert_command | 251 | Element `Responsibility` does not exist so it can be created
|
53
|
-
| {}
|
54
|
-
D [32m 2025-08-01T11:34:04.364428-0500 [0m | SUCCESS | process_gov_definition_upsert_command | 174 | Created Element `Responsibility` with GUID 44f12cc8-39b1-4b5b-baa4-d18ac2d7777c
|
1384
|
+
=> CLIENT_ERROR_400
|
1385
|
+
=> Client error occurred with status code `https://localhost:9443/servers/qs-view-server/api/open-metadata/collection-manager/collections`.
|
1386
|
+
* Context:
|
1387
|
+
* class name=`Client2`
|
1388
|
+
* caller method=`_async_create_element_body_request`
|
1389
|
+
* System Action: The client is unable to connect to the Egeria platform.
|
1390
|
+
* User Action: Check the URL to ensure the valid platform url, server, user id are correct.
|
1391
|
+
* HTTP Code: 400
|
1392
|
+
| {}
|
1393
|
+
D [32m 2025-08-18T09:59:33.632758-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
1394
|
+
D [32m 2025-08-18T10:25:46.458989-0500 [0m | INFO | process_markdown_file | 93 |
|
55
1395
|
|
56
|
-
|
57
|
-
D [32m 2025-08-01T11:34:04.394247-0500 [0m | ERROR | process_gov_definition_upsert_command | 182 | Error performing Create Governance Responsibility: generate_output() got an unexpected keyword argument 'columns' | {}
|
58
|
-
D [32m 2025-08-01T11:34:04.395217-0500 [0m | INFO | parse_upsert_command | 79 | Processing Create on a Governance Procedure
|
59
|
-
| {}
|
60
|
-
D [32m 2025-08-01T11:34:04.395293-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Published Version', 'Version Identifier'}` missing | {}
|
61
|
-
D [32m 2025-08-01T11:34:04.442908-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->governance_procedure `Gov procedure` not found in Egeria | {}
|
62
|
-
D [32m 2025-08-01T11:34:04.442989-0500 [0m | INFO | proc_el_id | 672 | governance_procedure `Gov procedure` does not exist | {}
|
63
|
-
D [32m 2025-08-01T11:34:04.443082-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Doc Id', 'Document Identifier'}` missing | {}
|
64
|
-
D [32m 2025-08-01T11:34:04.443114-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
65
|
-
D [32m 2025-08-01T11:34:04.443157-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Implementation', 'Implementation Description'}` missing | {}
|
66
|
-
D [32m 2025-08-01T11:34:04.443232-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
67
|
-
D [32m 2025-08-01T11:34:04.443264-0500 [0m | INFO | proc_el_id | 631 | Optional attribute with label`governance_procedure` missing | {}
|
68
|
-
D [32m 2025-08-01T11:34:04.443293-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'GUID', 'guid'}` missing | {}
|
69
|
-
D [32m 2025-08-01T11:34:04.443323-0500 [0m | INFO | parse_upsert_command | 251 | Element `Gov procedure` does not exist so it can be created
|
70
|
-
| {}
|
71
|
-
D [32m 2025-08-01T11:34:04.487990-0500 [0m | SUCCESS | process_gov_definition_upsert_command | 174 | Created Element `Gov procedure` with GUID e1206836-6356-4006-857b-52e215ef37fe
|
1396
|
+
====================================================
|
72
1397
|
|
73
|
-
|
74
|
-
D [32m 2025-08-
|
75
|
-
D [32m 2025-08-
|
76
|
-
|
77
|
-
D [32m 2025-08-01T11:34:04.515453-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Published Version', 'Version Identifier'}` missing | {}
|
78
|
-
D [32m 2025-08-01T11:34:04.571703-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->security_access_control `sec access` not found in Egeria | {}
|
79
|
-
D [32m 2025-08-01T11:34:04.571815-0500 [0m | INFO | proc_el_id | 672 | security_access_control `sec access` does not exist | {}
|
80
|
-
D [32m 2025-08-01T11:34:04.571923-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Doc Id', 'Document Identifier'}` missing | {}
|
81
|
-
D [32m 2025-08-01T11:34:04.571965-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
82
|
-
D [32m 2025-08-01T11:34:04.572013-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Implementation', 'Implementation Description'}` missing | {}
|
83
|
-
D [32m 2025-08-01T11:34:04.572076-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
84
|
-
D [32m 2025-08-01T11:34:04.572114-0500 [0m | INFO | proc_el_id | 631 | Optional attribute with label`security_access_control` missing | {}
|
85
|
-
D [32m 2025-08-01T11:34:04.572147-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'GUID', 'guid'}` missing | {}
|
86
|
-
D [32m 2025-08-01T11:34:04.572184-0500 [0m | INFO | parse_upsert_command | 251 | Element `sec access` does not exist so it can be created
|
87
|
-
| {}
|
88
|
-
D [32m 2025-08-01T11:34:04.616101-0500 [0m | SUCCESS | process_gov_definition_upsert_command | 174 | Created Element `sec access` with GUID df7dbea8-b33a-44f4-b730-1bc4438e6504
|
1398
|
+
| {}
|
1399
|
+
D [32m 2025-08-18T10:25:46.459996-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1400
|
+
D [32m 2025-08-18T10:25:46.461276-0500 [0m | ERROR | process_collection_upsert_command | 428 | An error has been caught in function 'process_collection_upsert_command', process 'MainProcess' (50009), thread 'MainThread' (8334893248): | {}
|
1401
|
+
[33m[1mTraceback (most recent call last):[0m
|
89
1402
|
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
====================================================
|
95
|
-
|
96
|
-
| {}
|
97
|
-
D [32m 2025-08-01T11:55:47.645222-0500 [0m | INFO | process_markdown_file | 91 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/data_test3.md | {}
|
98
|
-
D [32m 2025-08-01T11:55:47.648014-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Language']` missing | {}
|
99
|
-
D [32m 2025-08-01T11:55:47.648168-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Usage']` missing | {}
|
100
|
-
D [32m 2025-08-01T11:55:47.648249-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Qualified Name']` missing | {}
|
101
|
-
D [32m 2025-08-01T11:55:47.707494-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Glossary `Test Glossary` not found in Egeria | {}
|
102
|
-
D [32m 2025-08-01T11:55:47.707577-0500 [0m | INFO | print_msg | 131 | DEBUG-ERROR->Element Test Glossary does not exist | {}
|
103
|
-
D [32m 2025-08-01T11:55:47.707783-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['GUID', 'guid', 'Guid']` missing | {}
|
104
|
-
D [32m 2025-08-01T11:55:47.707812-0500 [0m | ERROR | print_msg | 125 | ERROR->Glossary can't be updated; `Test Glossary` not found | {}
|
105
|
-
D [32m 2025-08-01T11:55:47.710245-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Summary']` missing | {}
|
106
|
-
D [32m 2025-08-01T11:55:47.710360-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Abbreviation']` missing | {}
|
107
|
-
D [32m 2025-08-01T11:55:47.710451-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Examples']` missing | {}
|
108
|
-
D [32m 2025-08-01T11:55:47.710521-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Usage']` missing | {}
|
109
|
-
D [32m 2025-08-01T11:55:47.710598-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Status']` missing | {}
|
110
|
-
D [32m 2025-08-01T11:55:47.710764-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Version', 'Version Identifier', 'Published Version']` missing | {}
|
111
|
-
D [32m 2025-08-01T11:55:47.710795-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Qualified Name']` missing | {}
|
112
|
-
D [32m 2025-08-01T11:55:47.710915-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Aliases', 'Alias']` missing | {}
|
113
|
-
D [32m 2025-08-01T11:55:47.757481-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Term `Hospital Identifier` not found in Egeria | {}
|
114
|
-
D [32m 2025-08-01T11:55:47.757565-0500 [0m | INFO | print_msg | 131 | DEBUG-ERROR->Element Hospital Identifier does not exist | {}
|
115
|
-
D [32m 2025-08-01T11:55:47.801051-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Glossary `Test Glossary` not found in Egeria | {}
|
116
|
-
D [32m 2025-08-01T11:55:47.801135-0500 [0m | INFO | print_msg | 131 | DEBUG-ERROR->Required Glossary `Test Glossary` does not exist | {}
|
117
|
-
D [32m 2025-08-01T11:55:47.801400-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Glossary Categories', 'Glossary Category', 'Category', 'Categories']` missing | {}
|
118
|
-
D [32m 2025-08-01T11:55:47.801432-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['GUID', 'guid']` missing | {}
|
119
|
-
D [32m 2025-08-01T11:55:47.801509-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `['Update Description']` missing | {}
|
120
|
-
D [32m 2025-08-01T11:55:47.801534-0500 [0m | ERROR | print_msg | 125 | ERROR->Update request invalid, Term Hospital Identifier does not exist
|
121
|
-
| {}
|
122
|
-
D [32m 2025-08-01T11:55:47.801979-0500 [0m | INFO | parse_upsert_command | 79 | Processing Update on a Data Dictionary
|
123
|
-
| {}
|
124
|
-
D [32m 2025-08-01T11:55:47.802041-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
125
|
-
D [32m 2025-08-01T11:55:47.848495-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Dictionary `Clinical Trial Data Dictionary` not found in Egeria | {}
|
126
|
-
D [32m 2025-08-01T11:55:47.848567-0500 [0m | ERROR | proc_el_id | 651 | Element Clinical Trial Data Dictionary does not exist | {}
|
127
|
-
D [32m 2025-08-01T11:55:47.848678-0500 [0m | INFO | proc_el_id | 631 | Optional attribute with label`Data Dictionary` missing | {}
|
128
|
-
D [32m 2025-08-01T11:55:47.848738-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
129
|
-
D [32m 2025-08-01T11:55:47.848791-0500 [0m | ERROR | parse_upsert_command | 236 | Update request invalid, element `Clinical Trial Data Dictionary` does not exist
|
130
|
-
| {}
|
131
|
-
D [32m 2025-08-01T11:55:47.848839-0500 [0m | ERROR | parse_upsert_command | 240 | Request is invalid, `Update Data Dictionary` is not valid - see previous messages
|
132
|
-
| {}
|
133
|
-
D [32m 2025-08-01T11:55:47.850321-0500 [0m | ERROR | process_data_dict_upsert_command | 596 | Element `Clinical Trial Data Dictionary` does not exist! Updating result document with Create object_action
|
1403
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m332[0m, in [35m<module>[0m
|
1404
|
+
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
1405
|
+
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
134
1406
|
|
135
|
-
|
136
|
-
|
1407
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
|
1408
|
+
return self.main(*args, **kwargs)
|
1409
|
+
│ │ │ └ {}
|
1410
|
+
│ │ └ ()
|
1411
|
+
│ └ <function Command.main at 0x102a7eb60>
|
1412
|
+
└ <Command process_markdown_file>
|
1413
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
1414
|
+
rv = self.invoke(ctx)
|
1415
|
+
│ │ └ <click.core.Context object at 0x11a0a0ad0>
|
1416
|
+
│ └ <function Command.invoke at 0x102a7e840>
|
1417
|
+
└ <Command process_markdown_file>
|
1418
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
1419
|
+
return ctx.invoke(self.callback, **ctx.params)
|
1420
|
+
│ │ │ │ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1421
|
+
│ │ │ │ └ <click.core.Context object at 0x11a0a0ad0>
|
1422
|
+
│ │ │ └ <function process_markdown_file at 0x11a178860>
|
1423
|
+
│ │ └ <Command process_markdown_file>
|
1424
|
+
│ └ <function Context.invoke at 0x102a7da80>
|
1425
|
+
└ <click.core.Context object at 0x11a0a0ad0>
|
1426
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
1427
|
+
return callback(*args, **kwargs)
|
1428
|
+
│ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1429
|
+
│ └ ()
|
1430
|
+
└ <function process_markdown_file at 0x11a178860>
|
1431
|
+
|
1432
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m255[0m, in [35mprocess_markdown_file[0m
|
1433
|
+
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
1434
|
+
[36m│ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Category...[0m
|
1435
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x11a1904a0>[0m
|
1436
|
+
|
1437
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m198[0m, in [35mprocess_current_block[0m
|
1438
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_collection_upsert_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1439
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
1440
|
+
[36m │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Category...[0m
|
1441
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x11a0a0830>[0m
|
1442
|
+
[36m └ [0m[36m[1m<function process_collection_upsert_command at 0x11a175260>[0m
|
1443
|
+
|
1444
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mproduct_manager_commands.py[0m", line [33m428[0m, in [35mprocess_collection_upsert_command[0m
|
1445
|
+
[1mparsed_output[0m [35m[1m=[0m [1mparse_upsert_command[0m[1m([0m[1megeria_client[0m[1m,[0m [1mobject_type[0m[1m,[0m [1mobject_action[0m[1m,[0m [1mtxt[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1446
|
+
[36m │ │ │ │ │ └ [0m[36m[1m'process'[0m
|
1447
|
+
[36m │ │ │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Category...[0m
|
1448
|
+
[36m │ │ │ └ [0m[36m[1m'Create'[0m
|
1449
|
+
[36m │ │ └ [0m[36m[1m'Root Collection'[0m
|
1450
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x11a0a0830>[0m
|
1451
|
+
[36m └ [0m[36m[1m<function parse_upsert_command at 0x11a0a8c20>[0m
|
1452
|
+
|
1453
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/[0m[32m[1mcommon_md_proc_utils.py[0m", line [33m72[0m, in [35mparse_upsert_command[0m
|
1454
|
+
[1mattributes[0m [35m[1m=[0m [1mcommand_spec[0m[35m[1m.[0m[1mget[0m[1m([0m[36m'Attributes'[0m[1m,[0m [1m[[0m[1m][0m[1m)[0m
|
1455
|
+
[36m └ [0m[36m[1mNone[0m
|
1456
|
+
|
1457
|
+
[31m[1mAttributeError[0m:[1m 'NoneType' object has no attribute 'get'[0m
|
1458
|
+
D [32m 2025-08-18T10:25:46.464226-0500 [0m | ERROR | process_collection_upsert_command | 430 | No output for `Create` | {}
|
1459
|
+
D [32m 2025-08-18T10:25:46.466340-0500 [0m | INFO | parse_upsert_command | 84 | Processing Create on a Digital Product
|
137
1460
|
| {}
|
138
|
-
D [32m 2025-08-
|
139
|
-
D [32m 2025-08-
|
140
|
-
D [32m 2025-08-
|
141
|
-
D [32m 2025-08-
|
142
|
-
D [32m 2025-08-
|
143
|
-
D [32m 2025-08-
|
1461
|
+
D [32m 2025-08-18T10:25:46.466675-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
1462
|
+
D [32m 2025-08-18T10:25:46.515590-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Digital Product `Sentinel-2a` not found in Egeria | {}
|
1463
|
+
D [32m 2025-08-18T10:25:46.515692-0500 [0m | INFO | proc_el_id | 677 | Digital Product `Sentinel-2a` does not exist | {}
|
1464
|
+
D [32m 2025-08-18T10:25:46.516002-0500 [0m | WARNING | proc_valid_value | 534 | Invalid value for attribute `{'Status'}` | {}
|
1465
|
+
D [32m 2025-08-18T10:25:46.516124-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
1466
|
+
D [32m 2025-08-18T10:25:46.516262-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Identifier'}` missing | {}
|
1467
|
+
D [32m 2025-08-18T10:25:46.516453-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Introduction Date'}` missing | {}
|
1468
|
+
D [32m 2025-08-18T10:25:46.516538-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Next Version Date'}` missing | {}
|
1469
|
+
D [32m 2025-08-18T10:25:46.516620-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Withdrawal Date'}` missing | {}
|
1470
|
+
D [32m 2025-08-18T10:25:46.516836-0500 [0m | INFO | proc_el_id | 636 | Optional attribute with label`Digital Product` missing | {}
|
1471
|
+
D [32m 2025-08-18T10:25:46.517001-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'guid', 'GUID', 'Guid'}` missing | {}
|
1472
|
+
D [32m 2025-08-18T10:25:46.517037-0500 [0m | INFO | parse_upsert_command | 256 | Element `Sentinel-2a` does not exist so it can be created
|
144
1473
|
| {}
|
145
|
-
D [32m 2025-08-
|
1474
|
+
D [32m 2025-08-18T10:25:46.529089-0500 [0m | ERROR | process_digital_product_upsert_command | 653 | Error performing Create Digital Product:
|
1475
|
+
|
1476
|
+
=> CLIENT_ERROR_400
|
1477
|
+
=> Client error occurred with status code `https://localhost:9443/servers/qs-view-server/api/open-metadata/collection-manager/collections`.
|
1478
|
+
* Context:
|
1479
|
+
* class name=`Client2`
|
1480
|
+
* caller method=`_async_create_element_body_request`
|
1481
|
+
* System Action: The client is unable to connect to the Egeria platform.
|
1482
|
+
* User Action: Check the URL to ensure the valid platform url, server, user id are correct.
|
1483
|
+
* HTTP Code: 400
|
146
1484
|
| {}
|
147
|
-
D [32m 2025-08-
|
1485
|
+
D [32m 2025-08-18T10:25:46.529580-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
1486
|
+
D [32m 2025-08-18T10:27:31.846775-0500 [0m | INFO | process_markdown_file | 93 |
|
148
1487
|
|
149
|
-
|
150
|
-
|
1488
|
+
====================================================
|
1489
|
+
|
1490
|
+
| {}
|
1491
|
+
D [32m 2025-08-18T10:27:31.846960-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1492
|
+
D [32m 2025-08-18T10:27:31.847994-0500 [0m | ERROR | process_collection_upsert_command | 428 | An error has been caught in function 'process_collection_upsert_command', process 'MainProcess' (50091), thread 'MainThread' (8334893248): | {}
|
1493
|
+
[33m[1mTraceback (most recent call last):[0m
|
1494
|
+
|
1495
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m332[0m, in [35m<module>[0m
|
1496
|
+
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
1497
|
+
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
1498
|
+
|
1499
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
|
1500
|
+
return self.main(*args, **kwargs)
|
1501
|
+
│ │ │ └ {}
|
1502
|
+
│ │ └ ()
|
1503
|
+
│ └ <function Command.main at 0x104282b60>
|
1504
|
+
└ <Command process_markdown_file>
|
1505
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
1506
|
+
rv = self.invoke(ctx)
|
1507
|
+
│ │ └ <click.core.Context object at 0x111be4ad0>
|
1508
|
+
│ └ <function Command.invoke at 0x104282840>
|
1509
|
+
└ <Command process_markdown_file>
|
1510
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
1511
|
+
return ctx.invoke(self.callback, **ctx.params)
|
1512
|
+
│ │ │ │ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1513
|
+
│ │ │ │ └ <click.core.Context object at 0x111be4ad0>
|
1514
|
+
│ │ │ └ <function process_markdown_file at 0x111cd0900>
|
1515
|
+
│ │ └ <Command process_markdown_file>
|
1516
|
+
│ └ <function Context.invoke at 0x104281a80>
|
1517
|
+
└ <click.core.Context object at 0x111be4ad0>
|
1518
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
1519
|
+
return callback(*args, **kwargs)
|
1520
|
+
│ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1521
|
+
│ └ ()
|
1522
|
+
└ <function process_markdown_file at 0x111cd0900>
|
1523
|
+
|
1524
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m255[0m, in [35mprocess_markdown_file[0m
|
1525
|
+
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
1526
|
+
[36m│ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Category...[0m
|
1527
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x107f8cc20>[0m
|
1528
|
+
|
1529
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m198[0m, in [35mprocess_current_block[0m
|
1530
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_collection_upsert_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1531
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
1532
|
+
[36m │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Category...[0m
|
1533
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x111be4830>[0m
|
1534
|
+
[36m └ [0m[36m[1m<function process_collection_upsert_command at 0x111cc9300>[0m
|
1535
|
+
|
1536
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mproduct_manager_commands.py[0m", line [33m428[0m, in [35mprocess_collection_upsert_command[0m
|
1537
|
+
[1mparsed_output[0m [35m[1m=[0m [1mparse_upsert_command[0m[1m([0m[1megeria_client[0m[1m,[0m [1mobject_type[0m[1m,[0m [1mobject_action[0m[1m,[0m [1mtxt[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1538
|
+
[36m │ │ │ │ │ └ [0m[36m[1m'process'[0m
|
1539
|
+
[36m │ │ │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Category...[0m
|
1540
|
+
[36m │ │ │ └ [0m[36m[1m'Create'[0m
|
1541
|
+
[36m │ │ └ [0m[36m[1m'Root Collection'[0m
|
1542
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x111be4830>[0m
|
1543
|
+
[36m └ [0m[36m[1m<function parse_upsert_command at 0x111c0ccc0>[0m
|
1544
|
+
|
1545
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/[0m[32m[1mcommon_md_proc_utils.py[0m", line [33m71[0m, in [35mparse_upsert_command[0m
|
1546
|
+
[1mcommand_spec[0m [35m[1m=[0m [1mget_command_spec[0m[1m([0m[36mf"[0m[36mCreate [0m[1m{[0m[1mobject_type[0m[1m}[0m[36m"[0m[1m)[0m
|
1547
|
+
[36m │ └ [0m[36m[1m'Root Collection'[0m
|
1548
|
+
[36m └ [0m[36m[1m<function get_command_spec at 0x111c0c180>[0m
|
1549
|
+
|
1550
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/[0m[32m[1mmd_processing_constants.py[0m", line [33m208[0m, in [35mget_command_spec[0m
|
1551
|
+
[1mobj[0m [35m[1m=[0m [1mfind_alternate_names[0m[1m([0m[1mcommand[0m[1m)[0m
|
1552
|
+
[36m │ └ [0m[36m[1m'Create Root Collection'[0m
|
1553
|
+
[36m └ [0m[36m[1m<function find_alternate_names at 0x111c0c220>[0m
|
1554
|
+
|
1555
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/[0m[32m[1mmd_processing_constants.py[0m", line [33m219[0m, in [35mfind_alternate_names[0m
|
1556
|
+
[1mv[0m [35m[1m=[0m [1mvalue[0m[35m[1m.[0m[1mget[0m[1m([0m[36m'alternate_names'[0m[1m,[0m [36m""[0m[1m)[0m[35m[1m.[0m[1msplit[0m[1m([0m[36m';'[0m[1m)[0m
|
1557
|
+
[36m │ └ [0m[36m[1m<method 'get' of 'dict' objects>[0m
|
1558
|
+
[36m └ [0m[36m[1m{'display_name': 'View Collections', 'qn_prefix': 'Collections', 'alternate_names': ['List Collections', 'View Collections', ...[0m
|
1559
|
+
|
1560
|
+
[31m[1mAttributeError[0m:[1m 'list' object has no attribute 'split'[0m
|
1561
|
+
D [32m 2025-08-18T10:27:31.850921-0500 [0m | ERROR | process_collection_upsert_command | 430 | No output for `Create` | {}
|
1562
|
+
D [32m 2025-08-18T10:27:31.852628-0500 [0m | INFO | parse_upsert_command | 84 | Processing Create on a Digital Product
|
1563
|
+
| {}
|
1564
|
+
D [32m 2025-08-18T10:27:31.852944-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Version', 'Published Version', 'Version Identifier'}` missing | {}
|
1565
|
+
D [32m 2025-08-18T10:27:31.891359-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Digital Product `Sentinel-2a` not found in Egeria | {}
|
1566
|
+
D [32m 2025-08-18T10:27:31.891445-0500 [0m | INFO | proc_el_id | 677 | Digital Product `Sentinel-2a` does not exist | {}
|
1567
|
+
D [32m 2025-08-18T10:27:31.891723-0500 [0m | WARNING | proc_valid_value | 534 | Invalid value for attribute `{'Status'}` | {}
|
1568
|
+
D [32m 2025-08-18T10:27:31.891843-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'User Defined Status'}` missing | {}
|
1569
|
+
D [32m 2025-08-18T10:27:31.891987-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Identifier'}` missing | {}
|
1570
|
+
D [32m 2025-08-18T10:27:31.892190-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Introduction Date'}` missing | {}
|
1571
|
+
D [32m 2025-08-18T10:27:31.892277-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Next Version Date'}` missing | {}
|
1572
|
+
D [32m 2025-08-18T10:27:31.892364-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Withdrawal Date'}` missing | {}
|
1573
|
+
D [32m 2025-08-18T10:27:31.892581-0500 [0m | INFO | proc_el_id | 636 | Optional attribute with label`Digital Product` missing | {}
|
1574
|
+
D [32m 2025-08-18T10:27:31.892746-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
1575
|
+
D [32m 2025-08-18T10:27:31.892783-0500 [0m | INFO | parse_upsert_command | 256 | Element `Sentinel-2a` does not exist so it can be created
|
1576
|
+
| {}
|
1577
|
+
D [32m 2025-08-18T10:27:31.902977-0500 [0m | ERROR | process_digital_product_upsert_command | 653 | Error performing Create Digital Product:
|
1578
|
+
|
1579
|
+
=> CLIENT_ERROR_400
|
1580
|
+
=> Client error occurred with status code `https://localhost:9443/servers/qs-view-server/api/open-metadata/collection-manager/collections`.
|
1581
|
+
* Context:
|
1582
|
+
* class name=`Client2`
|
1583
|
+
* caller method=`_async_create_element_body_request`
|
1584
|
+
* System Action: The client is unable to connect to the Egeria platform.
|
1585
|
+
* User Action: Check the URL to ensure the valid platform url, server, user id are correct.
|
1586
|
+
* HTTP Code: 400
|
1587
|
+
| {}
|
1588
|
+
D [32m 2025-08-18T10:27:31.903408-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
1589
|
+
D [32m 2025-08-18T10:29:53.979816-0500 [0m | INFO | process_markdown_file | 93 |
|
1590
|
+
|
1591
|
+
====================================================
|
1592
|
+
|
1593
|
+
| {}
|
1594
|
+
D [32m 2025-08-18T10:29:53.980975-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1595
|
+
D [32m 2025-08-18T10:30:18.142231-0500 [0m | ERROR | process_collection_upsert_command | 428 | An error has been caught in function 'process_collection_upsert_command', process 'MainProcess' (50193), thread 'MainThread' (8334893248): | {}
|
1596
|
+
[33m[1mTraceback (most recent call last):[0m
|
1597
|
+
|
1598
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m2392[0m, in [35m<module>[0m
|
1599
|
+
[1mmain[0m[1m([0m[1m)[0m
|
1600
|
+
[36m└ [0m[36m[1m<function main at 0x1124760c0>[0m
|
1601
|
+
|
1602
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m2373[0m, in [35mmain[0m
|
1603
|
+
[1mglobals[0m [35m[1m=[0m [1mdebugger[0m[35m[1m.[0m[1mrun[0m[1m([0m[1msetup[0m[1m[[0m[36m'file'[0m[1m][0m[1m,[0m [36m[1mNone[0m[1m,[0m [36m[1mNone[0m[1m,[0m [1mis_module[0m[1m)[0m
|
1604
|
+
[36m │ │ │ └ [0m[36m[1mFalse[0m
|
1605
|
+
[36m │ │ └ [0m[36m[1m{'port': 56062, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...[0m
|
1606
|
+
[36m │ └ [0m[36m[1m<function PyDB.run at 0x112474c20>[0m
|
1607
|
+
[36m └ [0m[36m[1m<__main__.PyDB object at 0x11226be00>[0m
|
1608
|
+
|
1609
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m1641[0m, in [35mrun[0m
|
1610
|
+
[35m[1mreturn[0m [1mself[0m[35m[1m.[0m[1m_exec[0m[1m([0m[1mis_module[0m[1m,[0m [1mentry_point_fn[0m[1m,[0m [1mmodule_name[0m[1m,[0m [1mfile[0m[1m,[0m [1mglobals[0m[1m,[0m [1mlocals[0m[1m)[0m
|
1611
|
+
[36m │ │ │ │ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1612
|
+
[36m │ │ │ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1613
|
+
[36m │ │ │ │ │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
1614
|
+
[36m │ │ │ │ └ [0m[36m[1mNone[0m
|
1615
|
+
[36m │ │ │ └ [0m[36m[1m''[0m
|
1616
|
+
[36m │ │ └ [0m[36m[1mFalse[0m
|
1617
|
+
[36m │ └ [0m[36m[1m<function PyDB._exec at 0x112474cc0>[0m
|
1618
|
+
[36m └ [0m[36m[1m<__main__.PyDB object at 0x11226be00>[0m
|
1619
|
+
|
1620
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m1648[0m, in [35m_exec[0m
|
1621
|
+
[1mpydev_imports[0m[35m[1m.[0m[1mexecfile[0m[1m([0m[1mfile[0m[1m,[0m [1mglobals[0m[1m,[0m [1mlocals[0m[1m)[0m [30m[1m# execute the script[0m
|
1622
|
+
[36m│ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1623
|
+
[36m│ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1624
|
+
[36m│ │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
1625
|
+
[36m│ └ [0m[36m[1m<function execfile at 0x106286ac0>[0m
|
1626
|
+
[36m└ [0m[36m[1m<module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...[0m
|
1627
|
+
|
1628
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/[0m[32m[1m_pydev_execfile.py[0m", line [33m18[0m, in [35mexecfile[0m
|
1629
|
+
[1mexec[0m[1m([0m[1mcompile[0m[1m([0m[1mcontents[0m[35m[1m+[0m[36m"\n"[0m[1m,[0m [1mfile[0m[1m,[0m [36m'exec'[0m[1m)[0m[1m,[0m [1mglob[0m[1m,[0m [1mloc[0m[1m)[0m
|
1630
|
+
[36m │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1631
|
+
[36m │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1632
|
+
[36m │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
1633
|
+
[36m └ [0m[36m[1m'"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...[0m
|
1634
|
+
|
1635
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m332[0m, in [35m<module>[0m
|
1636
|
+
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
1637
|
+
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
1638
|
+
|
1639
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
|
1640
|
+
return self.main(*args, **kwargs)
|
1641
|
+
│ │ │ └ {}
|
1642
|
+
│ │ └ ()
|
1643
|
+
│ └ <function Command.main at 0x1127e20c0>
|
1644
|
+
└ <Command process_markdown_file>
|
1645
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
1646
|
+
rv = self.invoke(ctx)
|
1647
|
+
│ │ └ <click.core.Context object at 0x115432900>
|
1648
|
+
│ └ <function Command.invoke at 0x1127e1da0>
|
1649
|
+
└ <Command process_markdown_file>
|
1650
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
1651
|
+
return ctx.invoke(self.callback, **ctx.params)
|
1652
|
+
│ │ │ │ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1653
|
+
│ │ │ │ └ <click.core.Context object at 0x115432900>
|
1654
|
+
│ │ │ └ <function process_markdown_file at 0x115bf77e0>
|
1655
|
+
│ │ └ <Command process_markdown_file>
|
1656
|
+
│ └ <function Context.invoke at 0x1127e0fe0>
|
1657
|
+
└ <click.core.Context object at 0x115432900>
|
1658
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
1659
|
+
return callback(*args, **kwargs)
|
1660
|
+
│ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1661
|
+
│ └ ()
|
1662
|
+
└ <function process_markdown_file at 0x115bf77e0>
|
1663
|
+
|
1664
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m255[0m, in [35mprocess_markdown_file[0m
|
1665
|
+
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
1666
|
+
[36m│ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
1667
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x11557a660>[0m
|
1668
|
+
|
1669
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m198[0m, in [35mprocess_current_block[0m
|
1670
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_collection_upsert_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1671
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
1672
|
+
[36m │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
1673
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x115432510>[0m
|
1674
|
+
[36m └ [0m[36m[1m<function process_collection_upsert_command at 0x1154ab6a0>[0m
|
1675
|
+
|
1676
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mproduct_manager_commands.py[0m", line [33m428[0m, in [35mprocess_collection_upsert_command[0m
|
1677
|
+
[1mparsed_output[0m [35m[1m=[0m [1mparse_upsert_command[0m[1m([0m[1megeria_client[0m[1m,[0m [1mobject_type[0m[1m,[0m [1mobject_action[0m[1m,[0m [1mtxt[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1678
|
+
[36m │ │ │ │ │ └ [0m[36m[1m'process'[0m
|
1679
|
+
[36m │ │ │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
1680
|
+
[36m │ │ │ └ [0m[36m[1m'Create'[0m
|
1681
|
+
[36m │ │ └ [0m[36m[1m'Root Collection'[0m
|
1682
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x115432510>[0m
|
1683
|
+
[36m └ [0m[36m[1m<function parse_upsert_command at 0x115483240>[0m
|
1684
|
+
|
1685
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/[0m[32m[1mcommon_md_proc_utils.py[0m", line [33m72[0m, in [35mparse_upsert_command[0m
|
1686
|
+
[1mattributes[0m [35m[1m=[0m [1mcommand_spec[0m[35m[1m.[0m[1mget[0m[1m([0m[36m'Attributes'[0m[1m,[0m [1m[[0m[1m][0m[1m)[0m
|
1687
|
+
[36m └ [0m[36m[1mNone[0m
|
1688
|
+
|
1689
|
+
[31m[1mAttributeError[0m:[1m 'NoneType' object has no attribute 'get'[0m
|
1690
|
+
D [32m 2025-08-18T10:30:18.176929-0500 [0m | ERROR | process_collection_upsert_command | 430 | No output for `Create` | {}
|
1691
|
+
D [32m 2025-08-18T10:30:18.240186-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
1692
|
+
D [32m 2025-08-18T10:31:07.639890-0500 [0m | INFO | process_markdown_file | 93 |
|
1693
|
+
|
1694
|
+
====================================================
|
1695
|
+
|
1696
|
+
| {}
|
1697
|
+
D [32m 2025-08-18T10:31:07.640210-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1698
|
+
D [32m 2025-08-18T10:33:11.863614-0500 [0m | INFO | process_markdown_file | 93 |
|
1699
|
+
|
1700
|
+
====================================================
|
1701
|
+
|
1702
|
+
| {}
|
1703
|
+
D [32m 2025-08-18T10:33:11.863859-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1704
|
+
D [32m 2025-08-18T10:33:56.132540-0500 [0m | ERROR | process_collection_upsert_command | 428 | An error has been caught in function 'process_collection_upsert_command', process 'MainProcess' (50363), thread 'MainThread' (8334893248): | {}
|
151
1705
|
[33m[1mTraceback (most recent call last):[0m
|
152
1706
|
|
153
|
-
File "[32m/Users/dwolfson/
|
1707
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m2392[0m, in [35m<module>[0m
|
1708
|
+
[1mmain[0m[1m([0m[1m)[0m
|
1709
|
+
[36m└ [0m[36m[1m<function main at 0x1078760c0>[0m
|
1710
|
+
|
1711
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m2373[0m, in [35mmain[0m
|
1712
|
+
[1mglobals[0m [35m[1m=[0m [1mdebugger[0m[35m[1m.[0m[1mrun[0m[1m([0m[1msetup[0m[1m[[0m[36m'file'[0m[1m][0m[1m,[0m [36m[1mNone[0m[1m,[0m [36m[1mNone[0m[1m,[0m [1mis_module[0m[1m)[0m
|
1713
|
+
[36m │ │ │ └ [0m[36m[1mFalse[0m
|
1714
|
+
[36m │ │ └ [0m[36m[1m{'port': 56373, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...[0m
|
1715
|
+
[36m │ └ [0m[36m[1m<function PyDB.run at 0x107874c20>[0m
|
1716
|
+
[36m └ [0m[36m[1m<__main__.PyDB object at 0x10776be00>[0m
|
1717
|
+
|
1718
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m1641[0m, in [35mrun[0m
|
1719
|
+
[35m[1mreturn[0m [1mself[0m[35m[1m.[0m[1m_exec[0m[1m([0m[1mis_module[0m[1m,[0m [1mentry_point_fn[0m[1m,[0m [1mmodule_name[0m[1m,[0m [1mfile[0m[1m,[0m [1mglobals[0m[1m,[0m [1mlocals[0m[1m)[0m
|
1720
|
+
[36m │ │ │ │ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1721
|
+
[36m │ │ │ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1722
|
+
[36m │ │ │ │ │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
1723
|
+
[36m │ │ │ │ └ [0m[36m[1mNone[0m
|
1724
|
+
[36m │ │ │ └ [0m[36m[1m''[0m
|
1725
|
+
[36m │ │ └ [0m[36m[1mFalse[0m
|
1726
|
+
[36m │ └ [0m[36m[1m<function PyDB._exec at 0x107874cc0>[0m
|
1727
|
+
[36m └ [0m[36m[1m<__main__.PyDB object at 0x10776be00>[0m
|
1728
|
+
|
1729
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m1648[0m, in [35m_exec[0m
|
1730
|
+
[1mpydev_imports[0m[35m[1m.[0m[1mexecfile[0m[1m([0m[1mfile[0m[1m,[0m [1mglobals[0m[1m,[0m [1mlocals[0m[1m)[0m [30m[1m# execute the script[0m
|
1731
|
+
[36m│ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1732
|
+
[36m│ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1733
|
+
[36m│ │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
1734
|
+
[36m│ └ [0m[36m[1m<function execfile at 0x105a02ac0>[0m
|
1735
|
+
[36m└ [0m[36m[1m<module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...[0m
|
1736
|
+
|
1737
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/[0m[32m[1m_pydev_execfile.py[0m", line [33m18[0m, in [35mexecfile[0m
|
1738
|
+
[1mexec[0m[1m([0m[1mcompile[0m[1m([0m[1mcontents[0m[35m[1m+[0m[36m"\n"[0m[1m,[0m [1mfile[0m[1m,[0m [36m'exec'[0m[1m)[0m[1m,[0m [1mglob[0m[1m,[0m [1mloc[0m[1m)[0m
|
1739
|
+
[36m │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1740
|
+
[36m │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1741
|
+
[36m │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
1742
|
+
[36m └ [0m[36m[1m'"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...[0m
|
1743
|
+
|
1744
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m332[0m, in [35m<module>[0m
|
154
1745
|
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
155
1746
|
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
156
1747
|
|
@@ -158,57 +1749,102 @@ D [32m 2025-08-01T11:55:47.897658-0500 [0m | ERROR | process_data_spec_upsert_
|
|
158
1749
|
return self.main(*args, **kwargs)
|
159
1750
|
│ │ │ └ {}
|
160
1751
|
│ │ └ ()
|
161
|
-
│ └ <function Command.main at
|
1752
|
+
│ └ <function Command.main at 0x107ee20c0>
|
162
1753
|
└ <Command process_markdown_file>
|
163
1754
|
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
164
1755
|
rv = self.invoke(ctx)
|
165
|
-
│ │ └ <click.core.Context object at
|
166
|
-
│ └ <function Command.invoke at
|
1756
|
+
│ │ └ <click.core.Context object at 0x11dc2e900>
|
1757
|
+
│ └ <function Command.invoke at 0x107ee1da0>
|
167
1758
|
└ <Command process_markdown_file>
|
168
1759
|
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
169
1760
|
return ctx.invoke(self.callback, **ctx.params)
|
170
|
-
│ │ │ │ │ └ {'input_file': '
|
171
|
-
│ │ │ │ └ <click.core.Context object at
|
172
|
-
│ │ │ └ <function process_markdown_file at
|
1761
|
+
│ │ │ │ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1762
|
+
│ │ │ │ └ <click.core.Context object at 0x11dc2e900>
|
1763
|
+
│ │ │ └ <function process_markdown_file at 0x11e3eb920>
|
173
1764
|
│ │ └ <Command process_markdown_file>
|
174
|
-
│ └ <function Context.invoke at
|
175
|
-
└ <click.core.Context object at
|
1765
|
+
│ └ <function Context.invoke at 0x107ee0fe0>
|
1766
|
+
└ <click.core.Context object at 0x11dc2e900>
|
176
1767
|
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
177
1768
|
return callback(*args, **kwargs)
|
178
|
-
│ │ └ {'input_file': '
|
1769
|
+
│ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
179
1770
|
│ └ ()
|
180
|
-
└ <function process_markdown_file at
|
1771
|
+
└ <function process_markdown_file at 0x11e3eb920>
|
181
1772
|
|
182
|
-
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [
|
1773
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m255[0m, in [35mprocess_markdown_file[0m
|
183
1774
|
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
184
|
-
[36m│ └ [0m[36m[1m'#
|
185
|
-
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at
|
1775
|
+
[36m│ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
1776
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x11dd2a7a0>[0m
|
186
1777
|
|
187
|
-
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [
|
188
|
-
[1mresult[0m [35m[1m=[0m [
|
189
|
-
[36m │
|
190
|
-
[36m │
|
191
|
-
[36m │
|
192
|
-
[36m └ [0m[36m[1m<function
|
1778
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m198[0m, in [35mprocess_current_block[0m
|
1779
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_collection_upsert_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1780
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
1781
|
+
[36m │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
1782
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x11dc2e510>[0m
|
1783
|
+
[36m └ [0m[36m[1m<function process_collection_upsert_command at 0x11dc97740>[0m
|
193
1784
|
|
194
|
-
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[
|
1785
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mproduct_manager_commands.py[0m", line [33m428[0m, in [35mprocess_collection_upsert_command[0m
|
195
1786
|
[1mparsed_output[0m [35m[1m=[0m [1mparse_upsert_command[0m[1m([0m[1megeria_client[0m[1m,[0m [1mobject_type[0m[1m,[0m [1mobject_action[0m[1m,[0m [1mtxt[0m[1m,[0m [1mdirective[0m[1m)[0m
|
196
1787
|
[36m │ │ │ │ │ └ [0m[36m[1m'process'[0m
|
197
|
-
[36m │ │ │ │ └ [0m[36m[1m'#
|
198
|
-
[36m │ │ │ └ [0m[36m[1m'
|
199
|
-
[36m │ │ └ [0m[36m[1m'
|
200
|
-
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at
|
201
|
-
[36m └ [0m[36m[1m<function parse_upsert_command at
|
1788
|
+
[36m │ │ │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
1789
|
+
[36m │ │ │ └ [0m[36m[1m'Create'[0m
|
1790
|
+
[36m │ │ └ [0m[36m[1m'Root Collection'[0m
|
1791
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x11dc2e510>[0m
|
1792
|
+
[36m └ [0m[36m[1m<function parse_upsert_command at 0x11dc832e0>[0m
|
202
1793
|
|
203
|
-
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/[0m[32m[1mcommon_md_proc_utils.py[0m", line [
|
1794
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/[0m[32m[1mcommon_md_proc_utils.py[0m", line [33m72[0m, in [35mparse_upsert_command[0m
|
204
1795
|
[1mattributes[0m [35m[1m=[0m [1mcommand_spec[0m[35m[1m.[0m[1mget[0m[1m([0m[36m'Attributes'[0m[1m,[0m [1m[[0m[1m][0m[1m)[0m
|
205
1796
|
[36m └ [0m[36m[1mNone[0m
|
206
1797
|
|
207
1798
|
[31m[1mAttributeError[0m:[1m 'NoneType' object has no attribute 'get'[0m
|
208
|
-
D [32m 2025-08-
|
1799
|
+
D [32m 2025-08-18T10:33:56.168873-0500 [0m | ERROR | process_collection_upsert_command | 430 | No output for `Create` | {}
|
1800
|
+
D [32m 2025-08-18T10:33:56.233678-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
1801
|
+
D [32m 2025-08-18T10:35:23.463539-0500 [0m | INFO | process_markdown_file | 93 |
|
1802
|
+
|
1803
|
+
====================================================
|
1804
|
+
|
1805
|
+
| {}
|
1806
|
+
D [32m 2025-08-18T10:35:23.463773-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1807
|
+
D [32m 2025-08-18T10:36:58.223683-0500 [0m | ERROR | process_collection_upsert_command | 428 | An error has been caught in function 'process_collection_upsert_command', process 'MainProcess' (50466), thread 'MainThread' (8334893248): | {}
|
209
1808
|
[33m[1mTraceback (most recent call last):[0m
|
210
1809
|
|
211
|
-
File "[32m/Users/dwolfson/
|
1810
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m2392[0m, in [35m<module>[0m
|
1811
|
+
[1mmain[0m[1m([0m[1m)[0m
|
1812
|
+
[36m└ [0m[36m[1m<function main at 0x10b9760c0>[0m
|
1813
|
+
|
1814
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m2373[0m, in [35mmain[0m
|
1815
|
+
[1mglobals[0m [35m[1m=[0m [1mdebugger[0m[35m[1m.[0m[1mrun[0m[1m([0m[1msetup[0m[1m[[0m[36m'file'[0m[1m][0m[1m,[0m [36m[1mNone[0m[1m,[0m [36m[1mNone[0m[1m,[0m [1mis_module[0m[1m)[0m
|
1816
|
+
[36m │ │ │ └ [0m[36m[1mFalse[0m
|
1817
|
+
[36m │ │ └ [0m[36m[1m{'port': 56617, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...[0m
|
1818
|
+
[36m │ └ [0m[36m[1m<function PyDB.run at 0x10b974c20>[0m
|
1819
|
+
[36m └ [0m[36m[1m<__main__.PyDB object at 0x10b86be00>[0m
|
1820
|
+
|
1821
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m1641[0m, in [35mrun[0m
|
1822
|
+
[35m[1mreturn[0m [1mself[0m[35m[1m.[0m[1m_exec[0m[1m([0m[1mis_module[0m[1m,[0m [1mentry_point_fn[0m[1m,[0m [1mmodule_name[0m[1m,[0m [1mfile[0m[1m,[0m [1mglobals[0m[1m,[0m [1mlocals[0m[1m)[0m
|
1823
|
+
[36m │ │ │ │ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1824
|
+
[36m │ │ │ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1825
|
+
[36m │ │ │ │ │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
1826
|
+
[36m │ │ │ │ └ [0m[36m[1mNone[0m
|
1827
|
+
[36m │ │ │ └ [0m[36m[1m''[0m
|
1828
|
+
[36m │ │ └ [0m[36m[1mFalse[0m
|
1829
|
+
[36m │ └ [0m[36m[1m<function PyDB._exec at 0x10b974cc0>[0m
|
1830
|
+
[36m └ [0m[36m[1m<__main__.PyDB object at 0x10b86be00>[0m
|
1831
|
+
|
1832
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m1648[0m, in [35m_exec[0m
|
1833
|
+
[1mpydev_imports[0m[35m[1m.[0m[1mexecfile[0m[1m([0m[1mfile[0m[1m,[0m [1mglobals[0m[1m,[0m [1mlocals[0m[1m)[0m [30m[1m# execute the script[0m
|
1834
|
+
[36m│ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1835
|
+
[36m│ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1836
|
+
[36m│ │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
1837
|
+
[36m│ └ [0m[36m[1m<function execfile at 0x10814aac0>[0m
|
1838
|
+
[36m└ [0m[36m[1m<module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...[0m
|
1839
|
+
|
1840
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/[0m[32m[1m_pydev_execfile.py[0m", line [33m18[0m, in [35mexecfile[0m
|
1841
|
+
[1mexec[0m[1m([0m[1mcompile[0m[1m([0m[1mcontents[0m[35m[1m+[0m[36m"\n"[0m[1m,[0m [1mfile[0m[1m,[0m [36m'exec'[0m[1m)[0m[1m,[0m [1mglob[0m[1m,[0m [1mloc[0m[1m)[0m
|
1842
|
+
[36m │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1843
|
+
[36m │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
1844
|
+
[36m │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
1845
|
+
[36m └ [0m[36m[1m'"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...[0m
|
1846
|
+
|
1847
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m332[0m, in [35m<module>[0m
|
212
1848
|
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
213
1849
|
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
214
1850
|
|
@@ -216,335 +1852,280 @@ D [32m 2025-08-01T11:55:47.901620-0500 [0m | ERROR | process_current_block | 1
|
|
216
1852
|
return self.main(*args, **kwargs)
|
217
1853
|
│ │ │ └ {}
|
218
1854
|
│ │ └ ()
|
219
|
-
│ └ <function Command.main at
|
1855
|
+
│ └ <function Command.main at 0x10bce2480>
|
220
1856
|
└ <Command process_markdown_file>
|
221
1857
|
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
222
1858
|
rv = self.invoke(ctx)
|
223
|
-
│ │ └ <click.core.Context object at
|
224
|
-
│ └ <function Command.invoke at
|
1859
|
+
│ │ └ <click.core.Context object at 0x10f8e6900>
|
1860
|
+
│ └ <function Command.invoke at 0x10bce2160>
|
225
1861
|
└ <Command process_markdown_file>
|
226
1862
|
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
227
1863
|
return ctx.invoke(self.callback, **ctx.params)
|
228
|
-
│ │ │ │ │ └ {'input_file': '
|
229
|
-
│ │ │ │ └ <click.core.Context object at
|
230
|
-
│ │ │ └ <function process_markdown_file at
|
1864
|
+
│ │ │ │ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1865
|
+
│ │ │ │ └ <click.core.Context object at 0x10f8e6900>
|
1866
|
+
│ │ │ └ <function process_markdown_file at 0x1181e3ba0>
|
231
1867
|
│ │ └ <Command process_markdown_file>
|
232
|
-
│ └ <function Context.invoke at
|
233
|
-
└ <click.core.Context object at
|
1868
|
+
│ └ <function Context.invoke at 0x10bce13a0>
|
1869
|
+
└ <click.core.Context object at 0x10f8e6900>
|
234
1870
|
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
235
1871
|
return callback(*args, **kwargs)
|
236
|
-
│ │ └ {'input_file': '
|
1872
|
+
│ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
237
1873
|
│ └ ()
|
238
|
-
└ <function process_markdown_file at
|
1874
|
+
└ <function process_markdown_file at 0x1181e3ba0>
|
239
1875
|
|
240
|
-
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [
|
1876
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m255[0m, in [35mprocess_markdown_file[0m
|
241
1877
|
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
242
|
-
[36m│ └ [0m[36m[1m'#
|
243
|
-
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at
|
1878
|
+
[36m│ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
1879
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x10ff56a20>[0m
|
1880
|
+
|
1881
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m198[0m, in [35mprocess_current_block[0m
|
1882
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_collection_upsert_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1883
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
1884
|
+
[36m │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
1885
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x10f8e6510>[0m
|
1886
|
+
[36m └ [0m[36m[1m<function process_collection_upsert_command at 0x10f9539c0>[0m
|
1887
|
+
|
1888
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mproduct_manager_commands.py[0m", line [33m428[0m, in [35mprocess_collection_upsert_command[0m
|
1889
|
+
[1mparsed_output[0m [35m[1m=[0m [1mparse_upsert_command[0m[1m([0m[1megeria_client[0m[1m,[0m [1mobject_type[0m[1m,[0m [1mobject_action[0m[1m,[0m [1mtxt[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1890
|
+
[36m │ │ │ │ │ └ [0m[36m[1m'process'[0m
|
1891
|
+
[36m │ │ │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
1892
|
+
[36m │ │ │ └ [0m[36m[1m'Create'[0m
|
1893
|
+
[36m │ │ └ [0m[36m[1m'Root Collection'[0m
|
1894
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x10f8e6510>[0m
|
1895
|
+
[36m └ [0m[36m[1m<function parse_upsert_command at 0x10f933560>[0m
|
1896
|
+
|
1897
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/[0m[32m[1mcommon_md_proc_utils.py[0m", line [33m72[0m, in [35mparse_upsert_command[0m
|
1898
|
+
[1mattributes[0m [35m[1m=[0m [1mcommand_spec[0m[35m[1m.[0m[1mget[0m[1m([0m[36m'Attributes'[0m[1m,[0m [1m[[0m[1m][0m[1m)[0m
|
1899
|
+
[36m └ [0m[36m[1mNone[0m
|
244
1900
|
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x10a7aeba0>[0m
|
250
|
-
[36m └ [0m[36m[1m<function process_data_spec_upsert_command at 0x10aade3e0>[0m
|
1901
|
+
[31m[1mAttributeError[0m:[1m 'NoneType' object has no attribute 'get'[0m
|
1902
|
+
D [32m 2025-08-18T10:36:58.270770-0500 [0m | ERROR | process_collection_upsert_command | 430 | No output for `Create` | {}
|
1903
|
+
D [32m 2025-08-18T10:36:58.335998-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
1904
|
+
D [32m 2025-08-18T10:37:15.237098-0500 [0m | INFO | process_markdown_file | 93 |
|
251
1905
|
|
252
|
-
|
253
|
-
[1mvalid[0m [35m[1m=[0m [1mparsed_output[0m[1m[[0m[36m'valid'[0m[1m][0m
|
254
|
-
[36m └ [0m[36m[1mNone[0m
|
1906
|
+
====================================================
|
255
1907
|
|
256
|
-
[31m[1mTypeError[0m:[1m 'NoneType' object is not subscriptable[0m
|
257
|
-
D [32m 2025-08-01T11:55:47.902962-0500 [0m | INFO | parse_upsert_command | 79 | Processing Update on a Data Specification
|
258
1908
|
| {}
|
259
|
-
D [32m 2025-08-
|
260
|
-
D [32m 2025-08-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
D [32m 2025-08-01T11:55:47.950244-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
265
|
-
D [32m 2025-08-01T11:55:47.950285-0500 [0m | ERROR | parse_upsert_command | 236 | Update request invalid, element `Test Spec2` does not exist
|
1909
|
+
D [32m 2025-08-18T10:37:15.237349-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1910
|
+
D [32m 2025-08-18T10:39:55.587246-0500 [0m | INFO | process_markdown_file | 93 |
|
1911
|
+
|
1912
|
+
====================================================
|
1913
|
+
|
266
1914
|
| {}
|
267
|
-
D [32m 2025-08-
|
1915
|
+
D [32m 2025-08-18T10:39:55.587440-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1916
|
+
D [32m 2025-08-18T10:39:55.588726-0500 [0m | INFO | parse_upsert_command | 84 | Processing Create on a Root Collection
|
268
1917
|
| {}
|
269
|
-
D [32m 2025-08-
|
1918
|
+
D [32m 2025-08-18T10:39:55.588969-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Published Version', 'Version', 'Version Identifier'}` missing | {}
|
1919
|
+
D [32m 2025-08-18T10:39:55.631335-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Collection `GeoSpatial Root` not found in Egeria | {}
|
1920
|
+
D [32m 2025-08-18T10:39:55.631424-0500 [0m | INFO | proc_el_id | 677 | Collection `GeoSpatial Root` does not exist | {}
|
1921
|
+
D [32m 2025-08-18T10:39:55.631688-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Classifications', 'classification'}` missing | {}
|
1922
|
+
D [32m 2025-08-18T10:39:55.631802-0500 [0m | INFO | proc_el_id | 636 | Optional attribute with label`Collection` missing | {}
|
1923
|
+
D [32m 2025-08-18T10:39:55.631980-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'guid', 'Guid', 'GUID'}` missing | {}
|
1924
|
+
D [32m 2025-08-18T10:39:55.632019-0500 [0m | INFO | parse_upsert_command | 256 | Element `GeoSpatial Root` does not exist so it can be created
|
270
1925
|
| {}
|
271
|
-
D [32m 2025-08-
|
1926
|
+
D [32m 2025-08-18T10:39:55.633780-0500 [0m | ERROR | process_current_block | 198 | An error has been caught in function 'process_current_block', process 'MainProcess' (50664), thread 'MainThread' (8334893248): | {}
|
1927
|
+
[33m[1mTraceback (most recent call last):[0m
|
1928
|
+
|
1929
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mproduct_manager_commands.py[0m", line [33m528[0m, in [35mprocess_collection_upsert_command[0m
|
1930
|
+
[1mbody[0m[1m[[0m[36m"initialClassifications"[0m[1m][0m [35m[1m=[0m [1mset_collections_classifications[0m[1m([0m[1mobject_type[0m[1m,[0m [1mattributes[0m[1m)[0m
|
1931
|
+
[36m│ │ └ [0m[36m[1m{'Display Name': {'status': 'INFO', 'reason': 'Collection `GeoSpatial Root` does not exist', 'value': 'GeoSpatial Root', 'val...[0m
|
1932
|
+
[36m│ └ [0m[36m[1m'Root Collection'[0m
|
1933
|
+
[36m└ [0m[36m[1m{'class': 'NewElementRequestBody', 'externalSourceGUID': None, 'externalSourceName': None, 'effectiveTime': None, 'governance...[0m
|
1934
|
+
|
1935
|
+
[31m[1mNameError[0m:[1m name 'set_collections_classifications' is not defined[0m
|
1936
|
+
|
1937
|
+
|
1938
|
+
[1mDuring handling of the above exception, another exception occurred:[0m
|
1939
|
+
|
1940
|
+
|
1941
|
+
[33m[1mTraceback (most recent call last):[0m
|
1942
|
+
|
1943
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m332[0m, in [35m<module>[0m
|
1944
|
+
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
1945
|
+
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
1946
|
+
|
1947
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
|
1948
|
+
return self.main(*args, **kwargs)
|
1949
|
+
│ │ │ └ {}
|
1950
|
+
│ │ └ ()
|
1951
|
+
│ └ <function Command.main at 0x102626b60>
|
1952
|
+
└ <Command process_markdown_file>
|
1953
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
1954
|
+
rv = self.invoke(ctx)
|
1955
|
+
│ │ └ <click.core.Context object at 0x107eb8ad0>
|
1956
|
+
│ └ <function Command.invoke at 0x102626840>
|
1957
|
+
└ <Command process_markdown_file>
|
1958
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
1959
|
+
return ctx.invoke(self.callback, **ctx.params)
|
1960
|
+
│ │ │ │ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1961
|
+
│ │ │ │ └ <click.core.Context object at 0x107eb8ad0>
|
1962
|
+
│ │ │ └ <function process_markdown_file at 0x107fa0900>
|
1963
|
+
│ │ └ <Command process_markdown_file>
|
1964
|
+
│ └ <function Context.invoke at 0x102625a80>
|
1965
|
+
└ <click.core.Context object at 0x107eb8ad0>
|
1966
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
1967
|
+
return callback(*args, **kwargs)
|
1968
|
+
│ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
1969
|
+
│ └ ()
|
1970
|
+
└ <function process_markdown_file at 0x107fa0900>
|
1971
|
+
|
1972
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m255[0m, in [35mprocess_markdown_file[0m
|
1973
|
+
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
1974
|
+
[36m│ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
1975
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x107f0fba0>[0m
|
1976
|
+
|
1977
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m198[0m, in [35mprocess_current_block[0m
|
1978
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_collection_upsert_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
1979
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
1980
|
+
[36m │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
1981
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x107eb8830>[0m
|
1982
|
+
[36m └ [0m[36m[1m<function process_collection_upsert_command at 0x107f99300>[0m
|
1983
|
+
|
1984
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mproduct_manager_commands.py[0m", line [33m546[0m, in [35mprocess_collection_upsert_command[0m
|
1985
|
+
[35m[1mexcept[0m [1mPyegeriaException[0m [35m[1mas[0m [1me[0m[1m:[0m
|
1986
|
+
|
1987
|
+
[31m[1mNameError[0m:[1m name 'PyegeriaException' is not defined[0m
|
1988
|
+
D [32m 2025-08-18T10:39:55.638444-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
1989
|
+
D [32m 2025-08-18T10:40:15.611626-0500 [0m | INFO | process_markdown_file | 93 |
|
1990
|
+
|
1991
|
+
====================================================
|
1992
|
+
|
272
1993
|
| {}
|
273
|
-
D [32m 2025-08-
|
274
|
-
D [32m 2025-08-
|
275
|
-
D [32m 2025-08-01T11:55:47.997074-0500 [0m | ERROR | proc_el_id | 651 | Element dw does not exist | {}
|
276
|
-
D [32m 2025-08-01T11:55:48.042320-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Dictionary `DataDict::dw` not found in Egeria | {}
|
277
|
-
D [32m 2025-08-01T11:55:48.042392-0500 [0m | ERROR | proc_el_id | 651 | Element DataDict::dw does not exist | {}
|
278
|
-
D [32m 2025-08-01T11:55:48.042469-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
279
|
-
D [32m 2025-08-01T11:55:48.042507-0500 [0m | ERROR | parse_upsert_command | 236 | Update request invalid, element `dw` does not exist
|
1994
|
+
D [32m 2025-08-18T10:40:15.611858-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
1995
|
+
D [32m 2025-08-18T10:45:08.646490-0500 [0m | INFO | parse_upsert_command | 84 | Processing Create on a Root Collection
|
280
1996
|
| {}
|
281
|
-
D [32m 2025-08-
|
1997
|
+
D [32m 2025-08-18T10:45:08.665254-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Version Identifier', 'Version', 'Published Version'}` missing | {}
|
1998
|
+
D [32m 2025-08-18T10:45:08.745818-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Collection `GeoSpatial Root` not found in Egeria | {}
|
1999
|
+
D [32m 2025-08-18T10:45:08.746237-0500 [0m | INFO | proc_el_id | 677 | Collection `GeoSpatial Root` does not exist | {}
|
2000
|
+
D [32m 2025-08-18T10:45:08.760125-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'classification', 'Classifications'}` missing | {}
|
2001
|
+
D [32m 2025-08-18T10:45:08.764775-0500 [0m | INFO | proc_el_id | 636 | Optional attribute with label`Collection` missing | {}
|
2002
|
+
D [32m 2025-08-18T10:45:08.775960-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
2003
|
+
D [32m 2025-08-18T10:45:08.776593-0500 [0m | INFO | parse_upsert_command | 256 | Element `GeoSpatial Root` does not exist so it can be created
|
282
2004
|
| {}
|
283
|
-
D [32m 2025-08-
|
2005
|
+
D [32m 2025-08-18T10:45:08.801538-0500 [0m | ERROR | process_current_block | 198 | An error has been caught in function 'process_current_block', process 'MainProcess' (50684), thread 'MainThread' (8334893248): | {}
|
2006
|
+
[33m[1mTraceback (most recent call last):[0m
|
284
2007
|
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
D [32m 2025-08-01T11:55:48.093012-0500 [0m | INFO | proc_el_id | 656 | Element TBDF-Incoming Weekly Measurement Data exists | {}
|
291
|
-
D [32m 2025-08-01T11:55:48.137593-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Specification `Data Specification for the Teddy Bear Drop Clinical Trial` not found in Egeria | {}
|
292
|
-
D [32m 2025-08-01T11:55:48.137703-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `[]` is specified but does not exist | {}
|
293
|
-
D [32m 2025-08-01T11:55:48.137807-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Found Data Structure qualified name and guid in element_dictionary for `DataStruct::TBDF-Incoming Weekly Measurement Data` | {}
|
294
|
-
D [32m 2025-08-01T11:55:48.137839-0500 [0m | INFO | proc_el_id | 656 | Element DataStruct::TBDF-Incoming Weekly Measurement Data exists | {}
|
295
|
-
D [32m 2025-08-01T11:55:48.137895-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
296
|
-
D [32m 2025-08-01T11:55:48.137940-0500 [0m | ERROR | parse_upsert_command | 240 | Request is invalid, `Update Data Structure` is not valid - see previous messages
|
297
|
-
| {}
|
298
|
-
D [32m 2025-08-01T11:55:48.140270-0500 [0m | INFO | parse_upsert_command | 79 | Processing Update on a Data Structure
|
299
|
-
| {}
|
300
|
-
D [32m 2025-08-01T11:55:48.140335-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
301
|
-
D [32m 2025-08-01T11:55:48.183704-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Structure `DataStruct::WWT-Incoming Weekly Measurement Data` not found in Egeria | {}
|
302
|
-
D [32m 2025-08-01T11:55:48.183776-0500 [0m | ERROR | proc_el_id | 651 | Element WWT-Incoming Weekly Measurement Data does not exist | {}
|
303
|
-
D [32m 2025-08-01T11:55:48.230531-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Specification `Test Spec2` not found in Egeria | {}
|
304
|
-
D [32m 2025-08-01T11:55:48.230626-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `[]` is specified but does not exist | {}
|
305
|
-
D [32m 2025-08-01T11:55:48.274860-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Structure `DataStruct::WWT-Incoming Weekly Measurement Data` not found in Egeria | {}
|
306
|
-
D [32m 2025-08-01T11:55:48.274951-0500 [0m | ERROR | proc_el_id | 651 | Element DataStruct::WWT-Incoming Weekly Measurement Data does not exist | {}
|
307
|
-
D [32m 2025-08-01T11:55:48.275052-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
308
|
-
D [32m 2025-08-01T11:55:48.275090-0500 [0m | ERROR | parse_upsert_command | 236 | Update request invalid, element `WWT-Incoming Weekly Measurement Data` does not exist
|
309
|
-
| {}
|
310
|
-
D [32m 2025-08-01T11:55:48.275126-0500 [0m | ERROR | parse_upsert_command | 240 | Request is invalid, `Update Data Structure` is not valid - see previous messages
|
311
|
-
| {}
|
312
|
-
D [32m 2025-08-01T11:55:48.277250-0500 [0m | INFO | parse_upsert_command | 79 | Processing Update on a Data Field
|
313
|
-
| {}
|
314
|
-
D [32m 2025-08-01T11:55:48.277347-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
315
|
-
D [32m 2025-08-01T11:55:48.323875-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Field `DataField::PatientId` not found in Egeria | {}
|
316
|
-
D [32m 2025-08-01T11:55:48.323961-0500 [0m | ERROR | proc_el_id | 651 | Element PatientId does not exist | {}
|
317
|
-
D [32m 2025-08-01T11:55:48.324177-0500 [0m | WARNING | proc_valid_value | 529 | Invalid value for attribute `{'Data Type'}` | {}
|
318
|
-
D [32m 2025-08-01T11:55:48.324291-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Position'}` missing | {}
|
319
|
-
D [32m 2025-08-01T11:55:48.324908-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Found In Data Structure qualified name and guid in element_dictionary for `TBDF-Incoming Weekly Measurement Data` | {}
|
320
|
-
D [32m 2025-08-01T11:55:48.367469-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Structure `DataStruct::WWT-Incoming Weekly Measurement Data` not found in Egeria | {}
|
321
|
-
D [32m 2025-08-01T11:55:48.367544-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `['DataStruct::TBDF-Incoming Weekly Measurement Data']` is specified but does not exist | {}
|
322
|
-
D [32m 2025-08-01T11:55:48.367724-0500 [0m | INFO | proc_ids | 758 | Optional attribute with label`Data Class` missing | {}
|
323
|
-
D [32m 2025-08-01T11:55:48.416627-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Found Glossary Term `Patient Identifier` with qualified name `GlossaryTerm::ClinicalTrialTerminology::PatientId` | {}
|
324
|
-
D [32m 2025-08-01T11:55:48.416774-0500 [0m | INFO | proc_ids | 769 | Element Glossary Term `GlossaryTerm::ClinicalTrialTerminology::PatientId` exists | {}
|
325
|
-
D [32m 2025-08-01T11:55:48.417129-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Minimum Length', 'Min Length'}` missing | {}
|
326
|
-
D [32m 2025-08-01T11:55:48.417210-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Length'}` missing | {}
|
327
|
-
D [32m 2025-08-01T11:55:48.417284-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Precision'}` missing | {}
|
328
|
-
D [32m 2025-08-01T11:55:48.417361-0500 [0m | INFO | proc_bool_attribute | 569 | Optional attribute with labels: `{'Ordered Values'}` missing | {}
|
329
|
-
D [32m 2025-08-01T11:55:48.417482-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Units', 'gradians'}` missing | {}
|
330
|
-
D [32m 2025-08-01T11:55:48.417602-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Default Value', 'Default'}` missing | {}
|
331
|
-
D [32m 2025-08-01T11:55:48.417631-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
332
|
-
D [32m 2025-08-01T11:55:48.459833-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Dictionary `DataDict::Clinical Trial Data Dictionary` not found in Egeria | {}
|
333
|
-
D [32m 2025-08-01T11:55:48.504711-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Dictionary `Pharma Data Dictionary` not found in Egeria | {}
|
334
|
-
D [32m 2025-08-01T11:55:48.505001-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `[]` is specified but does not exist | {}
|
335
|
-
D [32m 2025-08-01T11:55:48.548634-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Field `DataField::PatientId` not found in Egeria | {}
|
336
|
-
D [32m 2025-08-01T11:55:48.548870-0500 [0m | ERROR | proc_el_id | 651 | Element DataField::PatientId does not exist | {}
|
337
|
-
D [32m 2025-08-01T11:55:48.549073-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
338
|
-
D [32m 2025-08-01T11:55:48.549181-0500 [0m | ERROR | parse_upsert_command | 236 | Update request invalid, element `PatientId` does not exist
|
339
|
-
| {}
|
340
|
-
D [32m 2025-08-01T11:55:48.549283-0500 [0m | ERROR | parse_upsert_command | 240 | Request is invalid, `Update Data Field` is not valid - see previous messages
|
341
|
-
| {}
|
342
|
-
D [32m 2025-08-01T11:55:48.554751-0500 [0m | ERROR | process_data_field_upsert_command | 966 | Invalid specification - please review
|
2008
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mproduct_manager_commands.py[0m", line [33m528[0m, in [35mprocess_collection_upsert_command[0m
|
2009
|
+
[1mbody[0m[1m[[0m[36m"initialClassifications"[0m[1m][0m [35m[1m=[0m [1mset_collections_classifications[0m[1m([0m[1mobject_type[0m[1m,[0m [1mattributes[0m[1m)[0m
|
2010
|
+
[36m│ │ └ [0m[36m[1m{'Display Name': {'status': 'INFO', 'reason': 'Collection `GeoSpatial Root` does not exist', 'value': 'GeoSpatial Root', 'val...[0m
|
2011
|
+
[36m│ └ [0m[36m[1m'Root Collection'[0m
|
2012
|
+
[36m└ [0m[36m[1m{'class': 'NewElementRequestBody', 'externalSourceGUID': None, 'externalSourceName': None, 'effectiveTime': None, 'governance...[0m
|
343
2013
|
|
344
|
-
|
345
|
-
D [32m 2025-08-01T11:55:48.556435-0500 [0m | INFO | parse_upsert_command | 79 | Processing Update on a Data Field
|
346
|
-
| {}
|
347
|
-
D [32m 2025-08-01T11:55:48.556615-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
348
|
-
D [32m 2025-08-01T11:55:48.605063-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Found Data Field `HospitalId` with qualified name `DataField::HospitalId` | {}
|
349
|
-
D [32m 2025-08-01T11:55:48.605147-0500 [0m | INFO | proc_el_id | 656 | Element HospitalId exists | {}
|
350
|
-
D [32m 2025-08-01T11:55:48.605238-0500 [0m | WARNING | proc_valid_value | 529 | Invalid value for attribute `{'Data Type'}` | {}
|
351
|
-
D [32m 2025-08-01T11:55:48.605334-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Found In Data Structure qualified name and guid in element_dictionary for `DataStruct::TBDF-Incoming Weekly Measurement Data` | {}
|
352
|
-
D [32m 2025-08-01T11:55:48.653340-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Structure `DataStruct::WWT-Incoming Weekly Measurement Data` not found in Egeria | {}
|
353
|
-
D [32m 2025-08-01T11:55:48.653434-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `['DataStruct::TBDF-Incoming Weekly Measurement Data']` is specified but does not exist | {}
|
354
|
-
D [32m 2025-08-01T11:55:48.653512-0500 [0m | INFO | proc_ids | 758 | Optional attribute with label`Data Class` missing | {}
|
355
|
-
D [32m 2025-08-01T11:55:48.699180-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Glossary Term `Term::Hospital Identifier` not found in Egeria | {}
|
356
|
-
D [32m 2025-08-01T11:55:48.699251-0500 [0m | ERROR | proc_ids | 763 | Optional attribute with label`Glossary Term` specified but doesn't exist | {}
|
357
|
-
D [32m 2025-08-01T11:55:48.699342-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Minimum Length', 'Min Length'}` missing | {}
|
358
|
-
D [32m 2025-08-01T11:55:48.699380-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Length'}` missing | {}
|
359
|
-
D [32m 2025-08-01T11:55:48.699423-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Precision'}` missing | {}
|
360
|
-
D [32m 2025-08-01T11:55:48.699462-0500 [0m | INFO | proc_bool_attribute | 569 | Optional attribute with labels: `{'Ordered Values'}` missing | {}
|
361
|
-
D [32m 2025-08-01T11:55:48.699501-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Units', 'gradians'}` missing | {}
|
362
|
-
D [32m 2025-08-01T11:55:48.699547-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Default Value', 'Default'}` missing | {}
|
363
|
-
D [32m 2025-08-01T11:55:48.699581-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
364
|
-
D [32m 2025-08-01T11:55:48.743340-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Dictionary `DataDict::Clinical Trial Data Dictionary` not found in Egeria | {}
|
365
|
-
D [32m 2025-08-01T11:55:48.743415-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `[]` is specified but does not exist | {}
|
366
|
-
D [32m 2025-08-01T11:55:48.785858-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Parent Data Field `DataField::PatientId` not found in Egeria | {}
|
367
|
-
D [32m 2025-08-01T11:55:48.785932-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `[]` is specified but does not exist | {}
|
368
|
-
D [32m 2025-08-01T11:55:48.786019-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Found Data Field qualified name and guid in element_dictionary for `DataField::HospitalId` | {}
|
369
|
-
D [32m 2025-08-01T11:55:48.786042-0500 [0m | INFO | proc_el_id | 656 | Element DataField::HospitalId exists | {}
|
370
|
-
D [32m 2025-08-01T11:55:48.786086-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
371
|
-
D [32m 2025-08-01T11:55:48.786123-0500 [0m | ERROR | parse_upsert_command | 240 | Request is invalid, `Update Data Field` is not valid - see previous messages
|
372
|
-
| {}
|
373
|
-
D [32m 2025-08-01T11:55:48.787970-0500 [0m | ERROR | process_data_field_upsert_command | 966 | Invalid specification - please review
|
2014
|
+
[31m[1mNameError[0m:[1m name 'set_collections_classifications' is not defined[0m
|
374
2015
|
|
375
|
-
___ | {}
|
376
|
-
D [32m 2025-08-01T11:55:48.788847-0500 [0m | INFO | parse_upsert_command | 79 | Processing Update on a Data Field
|
377
|
-
| {}
|
378
|
-
D [32m 2025-08-01T11:55:48.788922-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
379
|
-
D [32m 2025-08-01T11:55:48.831294-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Field `DataField::PatientSN` not found in Egeria | {}
|
380
|
-
D [32m 2025-08-01T11:55:48.831367-0500 [0m | ERROR | proc_el_id | 651 | Element PatientSN does not exist | {}
|
381
|
-
D [32m 2025-08-01T11:55:48.831469-0500 [0m | WARNING | proc_valid_value | 529 | Invalid value for attribute `{'Data Type'}` | {}
|
382
|
-
D [32m 2025-08-01T11:55:48.831561-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Found In Data Structure qualified name and guid in element_dictionary for `DataStruct::TBDF-Incoming Weekly Measurement Data` | {}
|
383
|
-
D [32m 2025-08-01T11:55:48.873448-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Structure `DataStruct::WWT-Incoming Weekly Measurement Data` not found in Egeria | {}
|
384
|
-
D [32m 2025-08-01T11:55:48.873537-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `['DataStruct::TBDF-Incoming Weekly Measurement Data']` is specified but does not exist | {}
|
385
|
-
D [32m 2025-08-01T11:55:48.873610-0500 [0m | INFO | proc_ids | 758 | Optional attribute with label`Data Class` missing | {}
|
386
|
-
D [32m 2025-08-01T11:55:48.873673-0500 [0m | INFO | proc_ids | 758 | Optional attribute with label`Glossary Term` missing | {}
|
387
|
-
D [32m 2025-08-01T11:55:48.873759-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Minimum Length', 'Min Length'}` missing | {}
|
388
|
-
D [32m 2025-08-01T11:55:48.873809-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Length'}` missing | {}
|
389
|
-
D [32m 2025-08-01T11:55:48.873849-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Precision'}` missing | {}
|
390
|
-
D [32m 2025-08-01T11:55:48.873887-0500 [0m | INFO | proc_bool_attribute | 569 | Optional attribute with labels: `{'Ordered Values'}` missing | {}
|
391
|
-
D [32m 2025-08-01T11:55:48.873914-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Units', 'gradians'}` missing | {}
|
392
|
-
D [32m 2025-08-01T11:55:48.873940-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Default Value', 'Default'}` missing | {}
|
393
|
-
D [32m 2025-08-01T11:55:48.873961-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
394
|
-
D [32m 2025-08-01T11:55:48.919255-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Dictionary `DataDict::Clinical Trial Data Dictionary` not found in Egeria | {}
|
395
|
-
D [32m 2025-08-01T11:55:48.919339-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `[]` is specified but does not exist | {}
|
396
|
-
D [32m 2025-08-01T11:55:48.964051-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Parent Data Field `DataField::PatientId` not found in Egeria | {}
|
397
|
-
D [32m 2025-08-01T11:55:48.964246-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `[]` is specified but does not exist | {}
|
398
|
-
D [32m 2025-08-01T11:55:49.011483-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Field `DataField::PatientSN` not found in Egeria | {}
|
399
|
-
D [32m 2025-08-01T11:55:49.011754-0500 [0m | ERROR | proc_el_id | 651 | Element DataField::PatientSN does not exist | {}
|
400
|
-
D [32m 2025-08-01T11:55:49.012051-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
401
|
-
D [32m 2025-08-01T11:55:49.012225-0500 [0m | ERROR | parse_upsert_command | 236 | Update request invalid, element `PatientSN` does not exist
|
402
|
-
| {}
|
403
|
-
D [32m 2025-08-01T11:55:49.012316-0500 [0m | ERROR | parse_upsert_command | 240 | Request is invalid, `Update Data Field` is not valid - see previous messages
|
404
|
-
| {}
|
405
|
-
D [32m 2025-08-01T11:55:49.016408-0500 [0m | ERROR | process_data_field_upsert_command | 966 | Invalid specification - please review
|
406
2016
|
|
407
|
-
|
408
|
-
D [32m 2025-08-01T11:55:49.018143-0500 [0m | INFO | parse_upsert_command | 79 | Processing Update on a Data Class
|
409
|
-
| {}
|
410
|
-
D [32m 2025-08-01T11:55:49.018281-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
411
|
-
D [32m 2025-08-01T11:55:49.065200-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Class `DataClass::Date` not found in Egeria | {}
|
412
|
-
D [32m 2025-08-01T11:55:49.065282-0500 [0m | ERROR | proc_el_id | 651 | Element Date does not exist | {}
|
413
|
-
D [32m 2025-08-01T11:55:49.065465-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Namespace'}` missing | {}
|
414
|
-
D [32m 2025-08-01T11:55:49.065622-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Match Threshold'}` missing | {}
|
415
|
-
D [32m 2025-08-01T11:55:49.065901-0500 [0m | INFO | proc_bool_attribute | 569 | Optional attribute with labels: `{'isCaseSensitive', 'Case Sensitive'}` missing | {}
|
416
|
-
D [32m 2025-08-01T11:55:49.065936-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Default Value', 'Default'}` missing | {}
|
417
|
-
D [32m 2025-08-01T11:55:49.066069-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Average Value', 'Average'}` missing | {}
|
418
|
-
D [32m 2025-08-01T11:55:49.066155-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Value List'}` missing | {}
|
419
|
-
D [32m 2025-08-01T11:55:49.066286-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Range From', 'Value Range From'}` missing | {}
|
420
|
-
D [32m 2025-08-01T11:55:49.066410-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Range To', 'Value Range To'}` missing | {}
|
421
|
-
D [32m 2025-08-01T11:55:49.066531-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Sample Values', 'Samples'}` missing | {}
|
422
|
-
D [32m 2025-08-01T11:55:49.066605-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Data Patterns'}` missing | {}
|
423
|
-
D [32m 2025-08-01T11:55:49.112349-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Dictionary `DataDict::Clinical Trial Data Dictionary` not found in Egeria | {}
|
424
|
-
D [32m 2025-08-01T11:55:49.112459-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `[]` is specified but does not exist | {}
|
425
|
-
D [32m 2025-08-01T11:55:49.112941-0500 [0m | INFO | proc_ids | 758 | Optional attribute with label`Specializes Data Class` missing | {}
|
426
|
-
D [32m 2025-08-01T11:55:49.156366-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Class `DataClass::Date` not found in Egeria | {}
|
427
|
-
D [32m 2025-08-01T11:55:49.156439-0500 [0m | ERROR | proc_el_id | 651 | Element DataClass::Date does not exist | {}
|
428
|
-
D [32m 2025-08-01T11:55:49.156522-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
429
|
-
D [32m 2025-08-01T11:55:49.156562-0500 [0m | ERROR | parse_upsert_command | 236 | Update request invalid, element `Date` does not exist
|
430
|
-
| {}
|
431
|
-
D [32m 2025-08-01T11:55:49.156604-0500 [0m | ERROR | parse_upsert_command | 240 | Request is invalid, `Update Data Class` is not valid - see previous messages
|
432
|
-
| {}
|
433
|
-
D [32m 2025-08-01T11:55:49.158916-0500 [0m | INFO | parse_upsert_command | 79 | Processing Update on a Data Class
|
434
|
-
| {}
|
435
|
-
D [32m 2025-08-01T11:55:49.158994-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
436
|
-
D [32m 2025-08-01T11:55:49.206639-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Class `DataClass::ISO-Date` not found in Egeria | {}
|
437
|
-
D [32m 2025-08-01T11:55:49.206822-0500 [0m | ERROR | proc_el_id | 651 | Element ISO-Date does not exist | {}
|
438
|
-
D [32m 2025-08-01T11:55:49.207042-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Namespace'}` missing | {}
|
439
|
-
D [32m 2025-08-01T11:55:49.207147-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Match Threshold'}` missing | {}
|
440
|
-
D [32m 2025-08-01T11:55:49.207342-0500 [0m | INFO | proc_bool_attribute | 569 | Optional attribute with labels: `{'isCaseSensitive', 'Case Sensitive'}` missing | {}
|
441
|
-
D [32m 2025-08-01T11:55:49.207418-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Default Value', 'Default'}` missing | {}
|
442
|
-
D [32m 2025-08-01T11:55:49.207488-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Average Value', 'Average'}` missing | {}
|
443
|
-
D [32m 2025-08-01T11:55:49.207550-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Value List'}` missing | {}
|
444
|
-
D [32m 2025-08-01T11:55:49.207621-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Range From', 'Value Range From'}` missing | {}
|
445
|
-
D [32m 2025-08-01T11:55:49.207691-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Range To', 'Value Range To'}` missing | {}
|
446
|
-
D [32m 2025-08-01T11:55:49.207758-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Sample Values', 'Samples'}` missing | {}
|
447
|
-
D [32m 2025-08-01T11:55:49.207817-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Data Patterns'}` missing | {}
|
448
|
-
D [32m 2025-08-01T11:55:49.251485-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Dictionary `DataDict::Clinical Trial Data Dictionary` not found in Egeria | {}
|
449
|
-
D [32m 2025-08-01T11:55:49.251666-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `[]` is specified but does not exist | {}
|
450
|
-
D [32m 2025-08-01T11:55:49.296420-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Specializes Data Class `DataClass::Date` not found in Egeria | {}
|
451
|
-
D [32m 2025-08-01T11:55:49.296624-0500 [0m | ERROR | proc_ids | 763 | Optional attribute with label`Specializes Data Class` specified but doesn't exist | {}
|
452
|
-
D [32m 2025-08-01T11:55:49.340610-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Class `DataClass::ISO-Date` not found in Egeria | {}
|
453
|
-
D [32m 2025-08-01T11:55:49.340818-0500 [0m | ERROR | proc_el_id | 651 | Element DataClass::ISO-Date does not exist | {}
|
454
|
-
D [32m 2025-08-01T11:55:49.341058-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
455
|
-
D [32m 2025-08-01T11:55:49.341195-0500 [0m | ERROR | parse_upsert_command | 236 | Update request invalid, element `ISO-Date` does not exist
|
456
|
-
| {}
|
457
|
-
D [32m 2025-08-01T11:55:49.341317-0500 [0m | ERROR | parse_upsert_command | 240 | Request is invalid, `Update Data Class` is not valid - see previous messages
|
458
|
-
| {}
|
459
|
-
D [32m 2025-08-01T11:55:49.347435-0500 [0m | INFO | parse_upsert_command | 79 | Processing Update on a Data Field
|
460
|
-
| {}
|
461
|
-
D [32m 2025-08-01T11:55:49.347621-0500 [0m | INFO | print_msg | 131 | INFO-Optional attribute with labels `{'Version', 'Version Identifier', 'Published Version'}` missing | {}
|
462
|
-
D [32m 2025-08-01T11:55:49.394636-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Field `DataField::Date` not found in Egeria | {}
|
463
|
-
D [32m 2025-08-01T11:55:49.394810-0500 [0m | ERROR | proc_el_id | 651 | Element Date does not exist | {}
|
464
|
-
D [32m 2025-08-01T11:55:49.395254-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Found In Data Structure qualified name and guid in element_dictionary for `TBDF-Incoming Weekly Measurement Data` | {}
|
465
|
-
D [32m 2025-08-01T11:55:49.440595-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Structure `DataStruct::WWT-Incoming Weekly Measurement Data` not found in Egeria | {}
|
466
|
-
D [32m 2025-08-01T11:55:49.440780-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `['DataStruct::TBDF-Incoming Weekly Measurement Data']` is specified but does not exist | {}
|
467
|
-
D [32m 2025-08-01T11:55:49.487407-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Class `DataClass::ISO-Date` not found in Egeria | {}
|
468
|
-
D [32m 2025-08-01T11:55:49.487584-0500 [0m | ERROR | proc_ids | 763 | Optional attribute with label`Data Class` specified but doesn't exist | {}
|
469
|
-
D [32m 2025-08-01T11:55:49.487747-0500 [0m | INFO | proc_ids | 758 | Optional attribute with label`Glossary Term` missing | {}
|
470
|
-
D [32m 2025-08-01T11:55:49.487885-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Minimum Length', 'Min Length'}` missing | {}
|
471
|
-
D [32m 2025-08-01T11:55:49.487965-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Length'}` missing | {}
|
472
|
-
D [32m 2025-08-01T11:55:49.488034-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Precision'}` missing | {}
|
473
|
-
D [32m 2025-08-01T11:55:49.488098-0500 [0m | INFO | proc_bool_attribute | 569 | Optional attribute with labels: `{'Ordered Values'}` missing | {}
|
474
|
-
D [32m 2025-08-01T11:55:49.488170-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Units', 'gradians'}` missing | {}
|
475
|
-
D [32m 2025-08-01T11:55:49.488250-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Default Value', 'Default'}` missing | {}
|
476
|
-
D [32m 2025-08-01T11:55:49.488313-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Version Identifier'}` missing | {}
|
477
|
-
D [32m 2025-08-01T11:55:49.531698-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->In Data Dictionary `DataDict::Clinical Trial Data Dictionary` not found in Egeria | {}
|
478
|
-
D [32m 2025-08-01T11:55:49.531878-0500 [0m | ERROR | parse_upsert_command | 190 | A Reference Name in `[]` is specified but does not exist | {}
|
479
|
-
D [32m 2025-08-01T11:55:49.577006-0500 [0m | INFO | print_msg | 131 | DEBUG-INFO->Data Field `DataField::Date` not found in Egeria | {}
|
480
|
-
D [32m 2025-08-01T11:55:49.577191-0500 [0m | ERROR | proc_el_id | 651 | Element DataField::Date does not exist | {}
|
481
|
-
D [32m 2025-08-01T11:55:49.577384-0500 [0m | INFO | proc_simple_attribute | 455 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
482
|
-
D [32m 2025-08-01T11:55:49.577609-0500 [0m | ERROR | parse_upsert_command | 236 | Update request invalid, element `Date` does not exist
|
483
|
-
| {}
|
484
|
-
D [32m 2025-08-01T11:55:49.577708-0500 [0m | ERROR | parse_upsert_command | 240 | Request is invalid, `Update Data Field` is not valid - see previous messages
|
485
|
-
| {}
|
486
|
-
D [32m 2025-08-01T11:55:49.582022-0500 [0m | ERROR | process_data_field_upsert_command | 966 | Invalid specification - please review
|
2017
|
+
[1mDuring handling of the above exception, another exception occurred:[0m
|
487
2018
|
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
|
550
|
-
|
2019
|
+
|
2020
|
+
[33m[1mTraceback (most recent call last):[0m
|
2021
|
+
|
2022
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m2392[0m, in [35m<module>[0m
|
2023
|
+
[1mmain[0m[1m([0m[1m)[0m
|
2024
|
+
[36m└ [0m[36m[1m<function main at 0x104b7a0c0>[0m
|
2025
|
+
|
2026
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m2373[0m, in [35mmain[0m
|
2027
|
+
[1mglobals[0m [35m[1m=[0m [1mdebugger[0m[35m[1m.[0m[1mrun[0m[1m([0m[1msetup[0m[1m[[0m[36m'file'[0m[1m][0m[1m,[0m [36m[1mNone[0m[1m,[0m [36m[1mNone[0m[1m,[0m [1mis_module[0m[1m)[0m
|
2028
|
+
[36m │ │ │ └ [0m[36m[1mFalse[0m
|
2029
|
+
[36m │ │ └ [0m[36m[1m{'port': 57148, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...[0m
|
2030
|
+
[36m │ └ [0m[36m[1m<function PyDB.run at 0x104b78c20>[0m
|
2031
|
+
[36m └ [0m[36m[1m<__main__.PyDB object at 0x104a6be00>[0m
|
2032
|
+
|
2033
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m1641[0m, in [35mrun[0m
|
2034
|
+
[35m[1mreturn[0m [1mself[0m[35m[1m.[0m[1m_exec[0m[1m([0m[1mis_module[0m[1m,[0m [1mentry_point_fn[0m[1m,[0m [1mmodule_name[0m[1m,[0m [1mfile[0m[1m,[0m [1mglobals[0m[1m,[0m [1mlocals[0m[1m)[0m
|
2035
|
+
[36m │ │ │ │ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
2036
|
+
[36m │ │ │ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
2037
|
+
[36m │ │ │ │ │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
2038
|
+
[36m │ │ │ │ └ [0m[36m[1mNone[0m
|
2039
|
+
[36m │ │ │ └ [0m[36m[1m''[0m
|
2040
|
+
[36m │ │ └ [0m[36m[1mFalse[0m
|
2041
|
+
[36m │ └ [0m[36m[1m<function PyDB._exec at 0x104b78cc0>[0m
|
2042
|
+
[36m └ [0m[36m[1m<__main__.PyDB object at 0x104a6be00>[0m
|
2043
|
+
|
2044
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/[0m[32m[1mpydevd.py[0m", line [33m1648[0m, in [35m_exec[0m
|
2045
|
+
[1mpydev_imports[0m[35m[1m.[0m[1mexecfile[0m[1m([0m[1mfile[0m[1m,[0m [1mglobals[0m[1m,[0m [1mlocals[0m[1m)[0m [30m[1m# execute the script[0m
|
2046
|
+
[36m│ │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
2047
|
+
[36m│ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
2048
|
+
[36m│ │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
2049
|
+
[36m│ └ [0m[36m[1m<function execfile at 0x102c02ac0>[0m
|
2050
|
+
[36m└ [0m[36m[1m<module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...[0m
|
2051
|
+
|
2052
|
+
File "[32m/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/[0m[32m[1m_pydev_execfile.py[0m", line [33m18[0m, in [35mexecfile[0m
|
2053
|
+
[1mexec[0m[1m([0m[1mcompile[0m[1m([0m[1mcontents[0m[35m[1m+[0m[36m"\n"[0m[1m,[0m [1mfile[0m[1m,[0m [36m'exec'[0m[1m)[0m[1m,[0m [1mglob[0m[1m,[0m [1mloc[0m[1m)[0m
|
2054
|
+
[36m │ │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
2055
|
+
[36m │ │ └ [0m[36m[1m{'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...[0m
|
2056
|
+
[36m │ └ [0m[36m[1m'/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'[0m
|
2057
|
+
[36m └ [0m[36m[1m'"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...[0m
|
2058
|
+
|
2059
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m332[0m, in [35m<module>[0m
|
2060
|
+
[1mprocess_markdown_file[0m[1m([0m[1m)[0m
|
2061
|
+
[36m└ [0m[36m[1m<Command process_markdown_file>[0m
|
2062
|
+
|
2063
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
|
2064
|
+
return self.main(*args, **kwargs)
|
2065
|
+
│ │ │ └ {}
|
2066
|
+
│ │ └ ()
|
2067
|
+
│ └ <function Command.main at 0x104ee2480>
|
2068
|
+
└ <Command process_markdown_file>
|
2069
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
|
2070
|
+
rv = self.invoke(ctx)
|
2071
|
+
│ │ └ <click.core.Context object at 0x111dea900>
|
2072
|
+
│ └ <function Command.invoke at 0x104ee2160>
|
2073
|
+
└ <Command process_markdown_file>
|
2074
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
|
2075
|
+
return ctx.invoke(self.callback, **ctx.params)
|
2076
|
+
│ │ │ │ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
2077
|
+
│ │ │ │ └ <click.core.Context object at 0x111dea900>
|
2078
|
+
│ │ │ └ <function process_markdown_file at 0x1127e3ba0>
|
2079
|
+
│ │ └ <Command process_markdown_file>
|
2080
|
+
│ └ <function Context.invoke at 0x104ee13a0>
|
2081
|
+
└ <click.core.Context object at 0x111dea900>
|
2082
|
+
File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
|
2083
|
+
return callback(*args, **kwargs)
|
2084
|
+
│ │ └ {'input_file': 'product.md', 'output_folder': 'monday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'https://l...
|
2085
|
+
│ └ ()
|
2086
|
+
└ <function process_markdown_file at 0x1127e3ba0>
|
2087
|
+
|
2088
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m255[0m, in [35mprocess_markdown_file[0m
|
2089
|
+
[1mprocess_current_block[0m[1m([0m[1mcurrent_block[0m[1m)[0m
|
2090
|
+
[36m│ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
2091
|
+
[36m└ [0m[36m[1m<function process_markdown_file.<locals>.process_current_block at 0x111901a80>[0m
|
2092
|
+
|
2093
|
+
> File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/[0m[32m[1mdr_egeria_md.py[0m", line [33m198[0m, in [35mprocess_current_block[0m
|
2094
|
+
[1mresult[0m [35m[1m=[0m [1mprocess_collection_upsert_command[0m[1m([0m[1mclient[0m[1m,[0m [1mcurrent_block[0m[1m,[0m [1mdirective[0m[1m)[0m
|
2095
|
+
[36m │ │ │ └ [0m[36m[1m'process'[0m
|
2096
|
+
[36m │ │ └ [0m[36m[1m'# Create Root Collection\n## Name\nGeoSpatial Root\n\n## Description\nThis is the root of the GeoSpatial work\n\n## Categor...[0m
|
2097
|
+
[36m │ └ [0m[36m[1m<pyegeria.egeria_tech_client.EgeriaTech object at 0x111dea510>[0m
|
2098
|
+
[36m └ [0m[36m[1m<function process_collection_upsert_command at 0x111e539c0>[0m
|
2099
|
+
|
2100
|
+
File "[32m/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/[0m[32m[1mproduct_manager_commands.py[0m", line [33m546[0m, in [35mprocess_collection_upsert_command[0m
|
2101
|
+
[35m[1mexcept[0m [1mPyegeriaException[0m [35m[1mas[0m [1me[0m[1m:[0m
|
2102
|
+
|
2103
|
+
[31m[1mNameError[0m:[1m name 'PyegeriaException' is not defined[0m
|
2104
|
+
D [32m 2025-08-18T10:45:08.899901-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
2105
|
+
D [32m 2025-08-18T10:46:32.290489-0500 [0m | INFO | process_markdown_file | 93 |
|
2106
|
+
|
2107
|
+
====================================================
|
2108
|
+
|
2109
|
+
| {}
|
2110
|
+
D [32m 2025-08-18T10:46:32.290742-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
2111
|
+
D [32m 2025-08-18T10:47:07.329315-0500 [0m | INFO | parse_upsert_command | 84 | Processing Create on a Root Collection
|
2112
|
+
| {}
|
2113
|
+
D [32m 2025-08-18T10:47:07.331487-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Version Identifier', 'Published Version', 'Version'}` missing | {}
|
2114
|
+
D [32m 2025-08-18T10:47:07.415739-0500 [0m | INFO | print_msg | 142 | DEBUG-INFO->Collection `GeoSpatial Root` not found in Egeria | {}
|
2115
|
+
D [32m 2025-08-18T10:47:07.415999-0500 [0m | INFO | proc_el_id | 677 | Collection `GeoSpatial Root` does not exist | {}
|
2116
|
+
D [32m 2025-08-18T10:47:07.417843-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'classification', 'Classifications'}` missing | {}
|
2117
|
+
D [32m 2025-08-18T10:47:07.418736-0500 [0m | INFO | proc_el_id | 636 | Optional attribute with label`Collection` missing | {}
|
2118
|
+
D [32m 2025-08-18T10:47:07.420185-0500 [0m | INFO | proc_simple_attribute | 460 | Optional attribute with labels: `{'Guid', 'guid', 'GUID'}` missing | {}
|
2119
|
+
D [32m 2025-08-18T10:47:07.420432-0500 [0m | INFO | parse_upsert_command | 256 | Element `GeoSpatial Root` does not exist so it can be created
|
2120
|
+
| {}
|
2121
|
+
D [32m 2025-08-18T10:47:07.442154-0500 [0m | ERROR | process_collection_upsert_command | 550 | Error performing Create Root Collection: name 'set_collections_classifications' is not defined | {}
|
2122
|
+
D [32m 2025-08-18T10:47:07.453041-0500 [0m | ERROR | process_markdown_file | 293 | ===> Unknown Command? <=== | {}
|
2123
|
+
D [32m 2025-08-18T10:47:37.950882-0500 [0m | INFO | process_markdown_file | 93 |
|
2124
|
+
|
2125
|
+
====================================================
|
2126
|
+
|
2127
|
+
| {}
|
2128
|
+
D [32m 2025-08-18T10:47:37.951172-0500 [0m | INFO | process_markdown_file | 94 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/product.md | {}
|
2129
|
+
D [32m 2025-08-18T10:48:22.331831-0500 [0m | INFO | parse_upsert_command | 84 | Processing Create on a Root Collection
|
2130
|
+
| {}
|
2131
|
+
D [32m 2025-08-18T10:48:23.249617-0500 [0m | INFO | print_msg | 142 | INFO-Optional attribute with labels `{'Version Identifier', 'Published Version', 'Version'}` missing | {}
|