pyegeria 5.4.0.34__py3-none-any.whl → 5.4.1__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.
@@ -896,3 +896,1115 @@ Processing `Start From` in `List` on a `Projects`
896
896
 
897
897
  | {}
898
898
  2025-08-29T14:20:17.260314-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
899
+ 2025-08-29T15:33:48.563038-0500 | ERROR | process_link_project_hierarchy_command | 200 | An error has been caught in function 'process_link_project_hierarchy_command', process 'MainProcess' (48606), thread 'MainThread' (8317477056): | {}
900
+ Traceback (most recent call last):
901
+
902
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2392, in <module>
903
+ main()
904
+ └ <function main at 0x10a1879c0>
905
+
906
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2373, in main
907
+ globals = debugger.run(setup['file'], None, None, is_module)
908
+  │ │ │ └ False
909
+  │ │ └ {'port': 63958, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
910
+  │ └ <function PyDB.run at 0x10a186520>
911
+  └ <__main__.PyDB object at 0x10a1942f0>
912
+
913
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1641, in run
914
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
915
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
916
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
917
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
918
+  │ │ │ │ └ None
919
+  │ │ │ └ ''
920
+  │ │ └ False
921
+  │ └ <function PyDB._exec at 0x10a1865c0>
922
+  └ <__main__.PyDB object at 0x10a1942f0>
923
+
924
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1648, in _exec
925
+ pydev_imports.execfile(file, globals, locals) # execute the script
926
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
927
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
928
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
929
+ │ └ <function execfile at 0x106f41760>
930
+ └ <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
931
+
932
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
933
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
934
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
935
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
936
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
937
+  └ '"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...
938
+
939
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 97, in <module>
940
+ process_markdown_file()
941
+ └ <Command process_markdown_file>
942
+
943
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
944
+ return self.main(*args, **kwargs)
945
+ │ │ │ └ {}
946
+ │ │ └ ()
947
+ │ └ <function Command.main at 0x10a3fb920>
948
+ └ <Command process_markdown_file>
949
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
950
+ rv = self.invoke(ctx)
951
+ │ │ └ <click.core.Context object at 0x11970a660>
952
+ │ └ <function Command.invoke at 0x10a3fb600>
953
+ └ <Command process_markdown_file>
954
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
955
+ return ctx.invoke(self.callback, **ctx.params)
956
+ │ │ │ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
957
+ │ │ │ │ └ <click.core.Context object at 0x11970a660>
958
+ │ │ │ └ <function process_markdown_file at 0x1199c8c20>
959
+ │ │ └ <Command process_markdown_file>
960
+ │ └ <function Context.invoke at 0x10a3fa840>
961
+ └ <click.core.Context object at 0x11970a660>
962
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
963
+ return callback(*args, **kwargs)
964
+ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
965
+ │ └ ()
966
+ └ <function process_markdown_file at 0x1199c8c20>
967
+
968
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 60, in process_markdown_file
969
+ process_md_file(input_file, output_folder, directive, server, url, userid, user_pass)
970
+ │ │ │ │ │ │ │ └ 'secret'
971
+ │ │ │ │ │ │ └ 'erinoverview'
972
+ │ │ │ │ │ └ 'https://localhost:9443'
973
+ │ │ │ │ └ 'qs-view-server'
974
+ │ │ │ └ 'process'
975
+ │ │ └ 'Friday'
976
+ │ └ 'output_tests.md'
977
+ └ <function process_md_file at 0x1199c84a0>
978
+
979
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 266, in process_md_file
980
+ process_current_block(current_block)
981
+ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
982
+ └ <function process_md_file.<locals>.process_current_block at 0x119c5b4c0>
983
+
984
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 138, in process_current_block
985
+ result = process_link_project_hierarchy_command(client, current_block, directive)
986
+  │ │ │ └ 'process'
987
+  │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
988
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x11970a3c0>
989
+  └ <function process_link_project_hierarchy_command at 0x119a50400>
990
+
991
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/project_commands.py", line 200, in process_link_project_hierarchy_command
992
+ parsed_output = parse_view_command(egeria_client, object_type, object_action,
993
+  │ │ │ └ 'Link'
994
+  │ │ └ 'Parent Project'
995
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x11970a3c0>
996
+  └ <function parse_view_command at 0x11980db20>
997
+
998
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 286, in parse_view_command
999
+ attributes = command_spec.get('Attributes', [])
1000
+  └ None
1001
+
1002
+ AttributeError: 'NoneType' object has no attribute 'get'
1003
+ 2025-08-29T15:33:48.579977-0500 | ERROR | process_link_project_hierarchy_command | 204 | No output for `Link` | {}
1004
+ 2025-08-29T15:33:48.589473-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
1005
+ 2025-08-29T15:33:48.589740-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
1006
+ 2025-08-29T15:34:34.685368-0500 | INFO | process_md_file | 88 |
1007
+
1008
+ ====================================================
1009
+
1010
+ | {}
1011
+ 2025-08-29T15:34:34.686025-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1012
+ 2025-08-29T15:37:15.898114-0500 | INFO | process_md_file | 88 |
1013
+
1014
+ ====================================================
1015
+
1016
+ | {}
1017
+ 2025-08-29T15:37:15.898917-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1018
+ 2025-08-29T15:40:32.405129-0500 | ERROR | process_link_project_hierarchy_command | 200 | An error has been caught in function 'process_link_project_hierarchy_command', process 'MainProcess' (52597), thread 'MainThread' (8317477056): | {}
1019
+ Traceback (most recent call last):
1020
+
1021
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2392, in <module>
1022
+ main()
1023
+ └ <function main at 0x1063879c0>
1024
+
1025
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 2373, in main
1026
+ globals = debugger.run(setup['file'], None, None, is_module)
1027
+  │ │ │ └ False
1028
+  │ │ └ {'port': 50211, 'vm_type': None, 'client': '127.0.0.1', 'server': False, 'DEBUG_RECORD_SOCKET_READS': False, 'multiproc': Fal...
1029
+  │ └ <function PyDB.run at 0x106386520>
1030
+  └ <__main__.PyDB object at 0x1063942f0>
1031
+
1032
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1641, in run
1033
+ return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
1034
+  │ │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
1035
+  │ │ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
1036
+  │ │ │ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
1037
+  │ │ │ │ └ None
1038
+  │ │ │ └ ''
1039
+  │ │ └ False
1040
+  │ └ <function PyDB._exec at 0x1063865c0>
1041
+  └ <__main__.PyDB object at 0x1063942f0>
1042
+
1043
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/pydevd.py", line 1648, in _exec
1044
+ pydev_imports.execfile(file, globals, locals) # execute the script
1045
+ │ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
1046
+ │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
1047
+ │ │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
1048
+ │ └ <function execfile at 0x1031c1760>
1049
+ └ <module '_pydev_bundle.pydev_imports' from '/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev...
1050
+
1051
+ File "/Users/dwolfson/Applications/PyCharm.app/Contents/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
1052
+ exec(compile(contents+"\n", file, 'exec'), glob, loc)
1053
+  │ │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
1054
+  │ │ └ {'__name__': '__main__', '__doc__': '\nThis is an ongoing experiment in parsing and playing with Freddie docs\n', '__package_...
1055
+  │ └ '/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py'
1056
+  └ '"""\nThis is an ongoing experiment in parsing and playing with Freddie docs\n"""\nimport os\nimport sys\nfrom datetime impor...
1057
+
1058
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 97, in <module>
1059
+ process_markdown_file()
1060
+ └ <Command process_markdown_file>
1061
+
1062
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1442, in __call__
1063
+ return self.main(*args, **kwargs)
1064
+ │ │ │ └ {}
1065
+ │ │ └ ()
1066
+ │ └ <function Command.main at 0x106deb920>
1067
+ └ <Command process_markdown_file>
1068
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1363, in main
1069
+ rv = self.invoke(ctx)
1070
+ │ │ └ <click.core.Context object at 0x1156da660>
1071
+ │ └ <function Command.invoke at 0x106deb600>
1072
+ └ <Command process_markdown_file>
1073
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 1226, in invoke
1074
+ return ctx.invoke(self.callback, **ctx.params)
1075
+ │ │ │ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
1076
+ │ │ │ │ └ <click.core.Context object at 0x1156da660>
1077
+ │ │ │ └ <function process_markdown_file at 0x1158fcc20>
1078
+ │ │ └ <Command process_markdown_file>
1079
+ │ └ <function Context.invoke at 0x106dea840>
1080
+ └ <click.core.Context object at 0x1156da660>
1081
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/.venv/lib/python3.13/site-packages/click/core.py", line 794, in invoke
1082
+ return callback(*args, **kwargs)
1083
+ │ │ └ {'input_file': 'output_tests.md', 'output_folder': 'Friday', 'directive': 'process', 'server': 'qs-view-server', 'url': 'http...
1084
+ │ └ ()
1085
+ └ <function process_markdown_file at 0x1158fcc20>
1086
+
1087
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/commands/cat/dr_egeria_md.py", line 60, in process_markdown_file
1088
+ process_md_file(input_file, output_folder, directive, server, url, userid, user_pass)
1089
+ │ │ │ │ │ │ │ └ 'secret'
1090
+ │ │ │ │ │ │ └ 'erinoverview'
1091
+ │ │ │ │ │ └ 'https://localhost:9443'
1092
+ │ │ │ │ └ 'qs-view-server'
1093
+ │ │ │ └ 'process'
1094
+ │ │ └ 'Friday'
1095
+ │ └ 'output_tests.md'
1096
+ └ <function process_md_file at 0x1158fc4a0>
1097
+
1098
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 266, in process_md_file
1099
+ process_current_block(current_block)
1100
+ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
1101
+ └ <function process_md_file.<locals>.process_current_block at 0x115c2f4c0>
1102
+
1103
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/dr_egeria.py", line 138, in process_current_block
1104
+ result = process_link_project_hierarchy_command(client, current_block, directive)
1105
+  │ │ │ └ 'process'
1106
+  │ │ └ '# Link Parent Project\n## Parent Project\nTask::First Task\n## Child Project\nTask::Second Task\n## Label\n1 to 2\n## Descri...
1107
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1156da3c0>
1108
+  └ <function process_link_project_hierarchy_command at 0x115a0c400>
1109
+
1110
+ > File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_commands/project_commands.py", line 200, in process_link_project_hierarchy_command
1111
+ parsed_output = parse_view_command(egeria_client, object_type, object_action,
1112
+  │ │ │ └ 'Link'
1113
+  │ │ └ 'Parent Project'
1114
+  │ └ <pyegeria.egeria_tech_client.EgeriaTech object at 0x1156da3c0>
1115
+  └ <function parse_view_command at 0x1157ddb20>
1116
+
1117
+ File "/Users/dwolfson/localGit/egeria-v5-3/egeria-python/md_processing/md_processing_utils/common_md_proc_utils.py", line 286, in parse_view_command
1118
+ attributes = command_spec.get('Attributes', [])
1119
+  └ None
1120
+
1121
+ AttributeError: 'NoneType' object has no attribute 'get'
1122
+ 2025-08-29T15:40:32.418294-0500 | ERROR | process_link_project_hierarchy_command | 204 | No output for `Link` | {}
1123
+ 2025-08-29T15:40:32.427966-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
1124
+ 2025-08-29T15:40:32.428254-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
1125
+ 2025-08-29T15:43:00.430973-0500 | INFO | process_md_file | 88 |
1126
+
1127
+ ====================================================
1128
+
1129
+ | {}
1130
+ 2025-08-29T15:43:00.431512-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1131
+ 2025-08-29T15:48:29.951450-0500 | INFO | process_md_file | 88 |
1132
+
1133
+ ====================================================
1134
+
1135
+ | {}
1136
+ 2025-08-29T15:48:29.951965-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1137
+ 2025-08-29T15:48:39.268539-0500 | ERROR | parse_view_command | 287 | Parser failed to find `Link Parent Project` command for in the specification | {}
1138
+ 2025-08-29T15:49:40.710199-0500 | INFO | process_md_file | 88 |
1139
+
1140
+ ====================================================
1141
+
1142
+ | {}
1143
+ 2025-08-29T15:49:40.710750-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1144
+ 2025-08-29T15:51:25.892839-0500 | INFO | process_md_file | 88 |
1145
+
1146
+ ====================================================
1147
+
1148
+ | {}
1149
+ 2025-08-29T15:51:25.893404-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1150
+ 2025-08-29T15:52:46.727963-0500 | ERROR | parse_view_command | 287 | Parser failed to find `Link Parent Project` command for in the specification | {}
1151
+ 2025-08-29T15:55:35.030103-0500 | INFO | process_md_file | 88 |
1152
+
1153
+ ====================================================
1154
+
1155
+ | {}
1156
+ 2025-08-29T15:55:35.030379-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1157
+ 2025-08-29T15:59:05.041196-0500 | INFO | process_md_file | 88 |
1158
+
1159
+ ====================================================
1160
+
1161
+ | {}
1162
+ 2025-08-29T15:59:05.041718-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1163
+ 2025-08-29T16:02:58.680294-0500 | INFO | process_md_file | 88 |
1164
+
1165
+ ====================================================
1166
+
1167
+ | {}
1168
+ 2025-08-29T16:02:58.680878-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1169
+ 2025-08-29T16:03:58.221783-0500 | INFO | process_md_file | 88 |
1170
+
1171
+ ====================================================
1172
+
1173
+ | {}
1174
+ 2025-08-29T16:03:58.222010-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1175
+ 2025-08-29T16:03:58.223550-0500 | INFO | parse_view_command | 297 | Processing Link on Parent Project
1176
+ | {}
1177
+ 2025-08-29T16:03:58.223608-0500 | TRACE | parse_view_command | 319 | ___
1178
+ Processing `Parent Project` in `Link` on a `Parent Project`
1179
+ with usage level: `Basic` | {}
1180
+ 2025-08-29T16:03:58.291716-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1181
+ 2025-08-29T16:03:58.291826-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1182
+ 2025-08-29T16:03:58.291868-0500 | TRACE | parse_view_command | 319 | ___
1183
+ Processing `Child Project` in `Link` on a `Parent Project`
1184
+ with usage level: `Basic` | {}
1185
+ 2025-08-29T16:03:58.322114-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1186
+ 2025-08-29T16:03:58.322234-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1187
+ 2025-08-29T16:03:58.322276-0500 | TRACE | parse_view_command | 319 | ___
1188
+ Processing `Description` in `Link` on a `Parent Project`
1189
+ with usage level: `Basic` | {}
1190
+ 2025-08-29T16:03:58.322415-0500 | TRACE | parse_view_command | 319 | ___
1191
+ Processing `Label` in `Link` on a `Parent Project`
1192
+ with usage level: `Basic` | {}
1193
+ 2025-08-29T16:03:58.324049-0500 | DEBUG | process_link_project_hierarchy_command | 210 | {
1194
+ "valid": true,
1195
+ "exists": false,
1196
+ "reason": "",
1197
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1198
+ "attributes": {
1199
+ "Parent Project": {
1200
+ "status": "INFO",
1201
+ "reason": "Element Parent Project `Task::First Task` exists",
1202
+ "value": "Task::First Task",
1203
+ "valid": true,
1204
+ "exists": true,
1205
+ "qualified_name": "Task::First Task",
1206
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1207
+ },
1208
+ "Child Project": {
1209
+ "status": "INFO",
1210
+ "reason": "Element Child Project `Task::Second Task` exists",
1211
+ "value": "Task::Second Task",
1212
+ "valid": true,
1213
+ "exists": true,
1214
+ "qualified_name": "Task::Second Task",
1215
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1216
+ },
1217
+ "Description": {
1218
+ "status": "INFO",
1219
+ "OK": null,
1220
+ "value": "A link from 1 to 2",
1221
+ "valid": true,
1222
+ "exists": true
1223
+ },
1224
+ "Label": {
1225
+ "status": "INFO",
1226
+ "OK": null,
1227
+ "value": "1 to 2",
1228
+ "valid": true,
1229
+ "exists": true
1230
+ }
1231
+ }
1232
+ } | {}
1233
+ 2025-08-29T16:03:58.327018-0500 | ERROR | process_link_project_hierarchy_command | 287 | PyegeriaException occurred:
1234
+
1235
+ => VALIDATION_ERROR_1
1236
+ => Invalid parameters were provided -> `unexpected property class name`.
1237
+ * Context:
1238
+
1239
+ * System Action: The parameters provided were invalid.
1240
+ * User Action: Check that your parameters are correct - please see documentation, if unsure.
1241
+ | {}
1242
+ 2025-08-29T16:03:58.328540-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
1243
+ 2025-08-29T16:03:58.328610-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
1244
+ 2025-08-29T16:10:30.421194-0500 | INFO | process_md_file | 88 |
1245
+
1246
+ ====================================================
1247
+
1248
+ | {}
1249
+ 2025-08-29T16:10:30.421780-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1250
+ 2025-08-29T16:10:30.426111-0500 | INFO | parse_view_command | 297 | Processing Link on Parent Project
1251
+ | {}
1252
+ 2025-08-29T16:10:30.426321-0500 | TRACE | parse_view_command | 319 | ___
1253
+ Processing `Parent Project` in `Link` on a `Parent Project`
1254
+ with usage level: `Basic` | {}
1255
+ 2025-08-29T16:10:30.500624-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1256
+ 2025-08-29T16:10:30.500743-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1257
+ 2025-08-29T16:10:30.500793-0500 | TRACE | parse_view_command | 319 | ___
1258
+ Processing `Child Project` in `Link` on a `Parent Project`
1259
+ with usage level: `Basic` | {}
1260
+ 2025-08-29T16:10:30.532417-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1261
+ 2025-08-29T16:10:30.532535-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1262
+ 2025-08-29T16:10:30.532580-0500 | TRACE | parse_view_command | 319 | ___
1263
+ Processing `Description` in `Link` on a `Parent Project`
1264
+ with usage level: `Basic` | {}
1265
+ 2025-08-29T16:10:30.532719-0500 | TRACE | parse_view_command | 319 | ___
1266
+ Processing `Label` in `Link` on a `Parent Project`
1267
+ with usage level: `Basic` | {}
1268
+ 2025-08-29T16:10:30.534398-0500 | DEBUG | process_link_project_hierarchy_command | 210 | {
1269
+ "valid": true,
1270
+ "exists": false,
1271
+ "reason": "",
1272
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1273
+ "attributes": {
1274
+ "Parent Project": {
1275
+ "status": "INFO",
1276
+ "reason": "Element Parent Project `Task::First Task` exists",
1277
+ "value": "Task::First Task",
1278
+ "valid": true,
1279
+ "exists": true,
1280
+ "qualified_name": "Task::First Task",
1281
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1282
+ },
1283
+ "Child Project": {
1284
+ "status": "INFO",
1285
+ "reason": "Element Child Project `Task::Second Task` exists",
1286
+ "value": "Task::Second Task",
1287
+ "valid": true,
1288
+ "exists": true,
1289
+ "qualified_name": "Task::Second Task",
1290
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1291
+ },
1292
+ "Description": {
1293
+ "status": "INFO",
1294
+ "OK": null,
1295
+ "value": "A link from 1 to 2",
1296
+ "valid": true,
1297
+ "exists": true
1298
+ },
1299
+ "Label": {
1300
+ "status": "INFO",
1301
+ "OK": null,
1302
+ "value": "1 to 2",
1303
+ "valid": true,
1304
+ "exists": true
1305
+ }
1306
+ }
1307
+ } | {}
1308
+ 2025-08-29T16:10:30.539268-0500 | ERROR | process_link_project_hierarchy_command | 287 | PyegeriaException occurred:
1309
+
1310
+ => VALIDATION_ERROR_1
1311
+ => Invalid parameters were provided -> `unexpected property class name`.
1312
+ * Context:
1313
+
1314
+ * System Action: The parameters provided were invalid.
1315
+ * User Action: Check that your parameters are correct - please see documentation, if unsure.
1316
+ | {}
1317
+ 2025-08-29T16:10:30.540764-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
1318
+ 2025-08-29T16:10:30.540866-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
1319
+ 2025-08-29T16:12:03.728702-0500 | INFO | process_md_file | 88 |
1320
+
1321
+ ====================================================
1322
+
1323
+ | {}
1324
+ 2025-08-29T16:12:03.729316-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1325
+ 2025-08-29T16:12:31.285514-0500 | INFO | parse_view_command | 297 | Processing Link on Parent Project
1326
+ | {}
1327
+ 2025-08-29T16:12:31.286004-0500 | TRACE | parse_view_command | 319 | ___
1328
+ Processing `Parent Project` in `Link` on a `Parent Project`
1329
+ with usage level: `Basic` | {}
1330
+ 2025-08-29T16:12:31.383854-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1331
+ 2025-08-29T16:12:31.384004-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1332
+ 2025-08-29T16:12:31.384117-0500 | TRACE | parse_view_command | 319 | ___
1333
+ Processing `Child Project` in `Link` on a `Parent Project`
1334
+ with usage level: `Basic` | {}
1335
+ 2025-08-29T16:12:31.418250-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1336
+ 2025-08-29T16:12:31.418412-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1337
+ 2025-08-29T16:12:31.418549-0500 | TRACE | parse_view_command | 319 | ___
1338
+ Processing `Description` in `Link` on a `Parent Project`
1339
+ with usage level: `Basic` | {}
1340
+ 2025-08-29T16:12:31.419112-0500 | TRACE | parse_view_command | 319 | ___
1341
+ Processing `Label` in `Link` on a `Parent Project`
1342
+ with usage level: `Basic` | {}
1343
+ 2025-08-29T16:12:31.423879-0500 | DEBUG | process_link_project_hierarchy_command | 210 | {
1344
+ "valid": true,
1345
+ "exists": false,
1346
+ "reason": "",
1347
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1348
+ "attributes": {
1349
+ "Parent Project": {
1350
+ "status": "INFO",
1351
+ "reason": "Element Parent Project `Task::First Task` exists",
1352
+ "value": "Task::First Task",
1353
+ "valid": true,
1354
+ "exists": true,
1355
+ "qualified_name": "Task::First Task",
1356
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1357
+ },
1358
+ "Child Project": {
1359
+ "status": "INFO",
1360
+ "reason": "Element Child Project `Task::Second Task` exists",
1361
+ "value": "Task::Second Task",
1362
+ "valid": true,
1363
+ "exists": true,
1364
+ "qualified_name": "Task::Second Task",
1365
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1366
+ },
1367
+ "Description": {
1368
+ "status": "INFO",
1369
+ "OK": null,
1370
+ "value": "A link from 1 to 2",
1371
+ "valid": true,
1372
+ "exists": true
1373
+ },
1374
+ "Label": {
1375
+ "status": "INFO",
1376
+ "OK": null,
1377
+ "value": "1 to 2",
1378
+ "valid": true,
1379
+ "exists": true
1380
+ }
1381
+ }
1382
+ } | {}
1383
+ 2025-08-29T16:14:06.143400-0500 | INFO | process_md_file | 88 |
1384
+
1385
+ ====================================================
1386
+
1387
+ | {}
1388
+ 2025-08-29T16:14:06.143968-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1389
+ 2025-08-29T16:14:11.765484-0500 | INFO | parse_view_command | 297 | Processing Link on Parent Project
1390
+ | {}
1391
+ 2025-08-29T16:14:11.765743-0500 | TRACE | parse_view_command | 319 | ___
1392
+ Processing `Parent Project` in `Link` on a `Parent Project`
1393
+ with usage level: `Basic` | {}
1394
+ 2025-08-29T16:14:11.858797-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1395
+ 2025-08-29T16:14:11.858973-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1396
+ 2025-08-29T16:14:11.859081-0500 | TRACE | parse_view_command | 319 | ___
1397
+ Processing `Child Project` in `Link` on a `Parent Project`
1398
+ with usage level: `Basic` | {}
1399
+ 2025-08-29T16:14:11.897795-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1400
+ 2025-08-29T16:14:11.897961-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1401
+ 2025-08-29T16:14:11.898058-0500 | TRACE | parse_view_command | 319 | ___
1402
+ Processing `Description` in `Link` on a `Parent Project`
1403
+ with usage level: `Basic` | {}
1404
+ 2025-08-29T16:14:11.898626-0500 | TRACE | parse_view_command | 319 | ___
1405
+ Processing `Label` in `Link` on a `Parent Project`
1406
+ with usage level: `Basic` | {}
1407
+ 2025-08-29T16:14:11.903177-0500 | DEBUG | process_link_project_hierarchy_command | 210 | {
1408
+ "valid": true,
1409
+ "exists": false,
1410
+ "reason": "",
1411
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1412
+ "attributes": {
1413
+ "Parent Project": {
1414
+ "status": "INFO",
1415
+ "reason": "Element Parent Project `Task::First Task` exists",
1416
+ "value": "Task::First Task",
1417
+ "valid": true,
1418
+ "exists": true,
1419
+ "qualified_name": "Task::First Task",
1420
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1421
+ },
1422
+ "Child Project": {
1423
+ "status": "INFO",
1424
+ "reason": "Element Child Project `Task::Second Task` exists",
1425
+ "value": "Task::Second Task",
1426
+ "valid": true,
1427
+ "exists": true,
1428
+ "qualified_name": "Task::Second Task",
1429
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1430
+ },
1431
+ "Description": {
1432
+ "status": "INFO",
1433
+ "OK": null,
1434
+ "value": "A link from 1 to 2",
1435
+ "valid": true,
1436
+ "exists": true
1437
+ },
1438
+ "Label": {
1439
+ "status": "INFO",
1440
+ "OK": null,
1441
+ "value": "1 to 2",
1442
+ "valid": true,
1443
+ "exists": true
1444
+ }
1445
+ }
1446
+ } | {}
1447
+ 2025-08-29T16:16:14.049722-0500 | INFO | process_md_file | 88 |
1448
+
1449
+ ====================================================
1450
+
1451
+ | {}
1452
+ 2025-08-29T16:16:14.050165-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1453
+ 2025-08-29T16:16:14.053747-0500 | INFO | parse_view_command | 297 | Processing Link on Parent Project
1454
+ | {}
1455
+ 2025-08-29T16:16:14.054017-0500 | TRACE | parse_view_command | 319 | ___
1456
+ Processing `Parent Project` in `Link` on a `Parent Project`
1457
+ with usage level: `Basic` | {}
1458
+ 2025-08-29T16:16:14.124171-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1459
+ 2025-08-29T16:16:14.124282-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1460
+ 2025-08-29T16:16:14.124323-0500 | TRACE | parse_view_command | 319 | ___
1461
+ Processing `Child Project` in `Link` on a `Parent Project`
1462
+ with usage level: `Basic` | {}
1463
+ 2025-08-29T16:16:14.152498-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1464
+ 2025-08-29T16:16:14.152600-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1465
+ 2025-08-29T16:16:14.152637-0500 | TRACE | parse_view_command | 319 | ___
1466
+ Processing `Description` in `Link` on a `Parent Project`
1467
+ with usage level: `Basic` | {}
1468
+ 2025-08-29T16:16:14.152765-0500 | TRACE | parse_view_command | 319 | ___
1469
+ Processing `Label` in `Link` on a `Parent Project`
1470
+ with usage level: `Basic` | {}
1471
+ 2025-08-29T16:16:14.154076-0500 | DEBUG | process_link_project_hierarchy_command | 210 | {
1472
+ "valid": true,
1473
+ "exists": false,
1474
+ "reason": "",
1475
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1476
+ "attributes": {
1477
+ "Parent Project": {
1478
+ "status": "INFO",
1479
+ "reason": "Element Parent Project `Task::First Task` exists",
1480
+ "value": "Task::First Task",
1481
+ "valid": true,
1482
+ "exists": true,
1483
+ "qualified_name": "Task::First Task",
1484
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1485
+ },
1486
+ "Child Project": {
1487
+ "status": "INFO",
1488
+ "reason": "Element Child Project `Task::Second Task` exists",
1489
+ "value": "Task::Second Task",
1490
+ "valid": true,
1491
+ "exists": true,
1492
+ "qualified_name": "Task::Second Task",
1493
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1494
+ },
1495
+ "Description": {
1496
+ "status": "INFO",
1497
+ "OK": null,
1498
+ "value": "A link from 1 to 2",
1499
+ "valid": true,
1500
+ "exists": true
1501
+ },
1502
+ "Label": {
1503
+ "status": "INFO",
1504
+ "OK": null,
1505
+ "value": "1 to 2",
1506
+ "valid": true,
1507
+ "exists": true
1508
+ }
1509
+ }
1510
+ } | {}
1511
+ 2025-08-29T16:16:14.156538-0500 | ERROR | process_link_project_hierarchy_command | 287 | PyegeriaException occurred:
1512
+
1513
+ => VALIDATION_ERROR_1
1514
+ => Invalid parameters were provided -> `unexpected property class name`.
1515
+ * Context:
1516
+
1517
+ * System Action: The parameters provided were invalid.
1518
+ * User Action: Check that your parameters are correct - please see documentation, if unsure.
1519
+ | {}
1520
+ 2025-08-29T16:16:14.157937-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
1521
+ 2025-08-29T16:16:14.157995-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
1522
+ 2025-08-29T16:16:41.321957-0500 | INFO | process_md_file | 88 |
1523
+
1524
+ ====================================================
1525
+
1526
+ | {}
1527
+ 2025-08-29T16:16:41.322577-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1528
+ 2025-08-29T16:16:41.326947-0500 | INFO | parse_view_command | 297 | Processing Link on Parent Project
1529
+ | {}
1530
+ 2025-08-29T16:16:41.327132-0500 | TRACE | parse_view_command | 319 | ___
1531
+ Processing `Parent Project` in `Link` on a `Parent Project`
1532
+ with usage level: `Basic` | {}
1533
+ 2025-08-29T16:16:41.399051-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1534
+ 2025-08-29T16:16:41.399167-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1535
+ 2025-08-29T16:16:41.399262-0500 | TRACE | parse_view_command | 319 | ___
1536
+ Processing `Child Project` in `Link` on a `Parent Project`
1537
+ with usage level: `Basic` | {}
1538
+ 2025-08-29T16:16:41.432841-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1539
+ 2025-08-29T16:16:41.432949-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1540
+ 2025-08-29T16:16:41.432994-0500 | TRACE | parse_view_command | 319 | ___
1541
+ Processing `Description` in `Link` on a `Parent Project`
1542
+ with usage level: `Basic` | {}
1543
+ 2025-08-29T16:16:41.433134-0500 | TRACE | parse_view_command | 319 | ___
1544
+ Processing `Label` in `Link` on a `Parent Project`
1545
+ with usage level: `Basic` | {}
1546
+ 2025-08-29T16:16:41.434553-0500 | DEBUG | process_link_project_hierarchy_command | 210 | {
1547
+ "valid": true,
1548
+ "exists": false,
1549
+ "reason": "",
1550
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1551
+ "attributes": {
1552
+ "Parent Project": {
1553
+ "status": "INFO",
1554
+ "reason": "Element Parent Project `Task::First Task` exists",
1555
+ "value": "Task::First Task",
1556
+ "valid": true,
1557
+ "exists": true,
1558
+ "qualified_name": "Task::First Task",
1559
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1560
+ },
1561
+ "Child Project": {
1562
+ "status": "INFO",
1563
+ "reason": "Element Child Project `Task::Second Task` exists",
1564
+ "value": "Task::Second Task",
1565
+ "valid": true,
1566
+ "exists": true,
1567
+ "qualified_name": "Task::Second Task",
1568
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1569
+ },
1570
+ "Description": {
1571
+ "status": "INFO",
1572
+ "OK": null,
1573
+ "value": "A link from 1 to 2",
1574
+ "valid": true,
1575
+ "exists": true
1576
+ },
1577
+ "Label": {
1578
+ "status": "INFO",
1579
+ "OK": null,
1580
+ "value": "1 to 2",
1581
+ "valid": true,
1582
+ "exists": true
1583
+ }
1584
+ }
1585
+ } | {}
1586
+ 2025-08-29T16:16:41.437441-0500 | ERROR | process_link_project_hierarchy_command | 287 | PyegeriaException occurred:
1587
+
1588
+ => VALIDATION_ERROR_1
1589
+ => Invalid parameters were provided -> `unexpected property class name`.
1590
+ * Context:
1591
+
1592
+ * System Action: The parameters provided were invalid.
1593
+ * User Action: Check that your parameters are correct - please see documentation, if unsure.
1594
+ | {}
1595
+ 2025-08-29T16:16:41.438857-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
1596
+ 2025-08-29T16:16:41.440207-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
1597
+ 2025-08-29T16:17:05.296602-0500 | INFO | process_md_file | 88 |
1598
+
1599
+ ====================================================
1600
+
1601
+ | {}
1602
+ 2025-08-29T16:17:05.297207-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1603
+ 2025-08-29T16:17:10.898389-0500 | INFO | parse_view_command | 297 | Processing Link on Parent Project
1604
+ | {}
1605
+ 2025-08-29T16:17:10.898612-0500 | TRACE | parse_view_command | 319 | ___
1606
+ Processing `Parent Project` in `Link` on a `Parent Project`
1607
+ with usage level: `Basic` | {}
1608
+ 2025-08-29T16:17:10.989972-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1609
+ 2025-08-29T16:17:10.990526-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1610
+ 2025-08-29T16:17:10.990645-0500 | TRACE | parse_view_command | 319 | ___
1611
+ Processing `Child Project` in `Link` on a `Parent Project`
1612
+ with usage level: `Basic` | {}
1613
+ 2025-08-29T16:17:11.025581-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1614
+ 2025-08-29T16:17:11.025787-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1615
+ 2025-08-29T16:17:11.025894-0500 | TRACE | parse_view_command | 319 | ___
1616
+ Processing `Description` in `Link` on a `Parent Project`
1617
+ with usage level: `Basic` | {}
1618
+ 2025-08-29T16:17:11.026394-0500 | TRACE | parse_view_command | 319 | ___
1619
+ Processing `Label` in `Link` on a `Parent Project`
1620
+ with usage level: `Basic` | {}
1621
+ 2025-08-29T16:17:11.030735-0500 | DEBUG | process_link_project_hierarchy_command | 210 | {
1622
+ "valid": true,
1623
+ "exists": false,
1624
+ "reason": "",
1625
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1626
+ "attributes": {
1627
+ "Parent Project": {
1628
+ "status": "INFO",
1629
+ "reason": "Element Parent Project `Task::First Task` exists",
1630
+ "value": "Task::First Task",
1631
+ "valid": true,
1632
+ "exists": true,
1633
+ "qualified_name": "Task::First Task",
1634
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1635
+ },
1636
+ "Child Project": {
1637
+ "status": "INFO",
1638
+ "reason": "Element Child Project `Task::Second Task` exists",
1639
+ "value": "Task::Second Task",
1640
+ "valid": true,
1641
+ "exists": true,
1642
+ "qualified_name": "Task::Second Task",
1643
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1644
+ },
1645
+ "Description": {
1646
+ "status": "INFO",
1647
+ "OK": null,
1648
+ "value": "A link from 1 to 2",
1649
+ "valid": true,
1650
+ "exists": true
1651
+ },
1652
+ "Label": {
1653
+ "status": "INFO",
1654
+ "OK": null,
1655
+ "value": "1 to 2",
1656
+ "valid": true,
1657
+ "exists": true
1658
+ }
1659
+ }
1660
+ } | {}
1661
+ 2025-08-29T16:30:20.112782-0500 | INFO | process_md_file | 88 |
1662
+
1663
+ ====================================================
1664
+
1665
+ | {}
1666
+ 2025-08-29T16:30:20.113380-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1667
+ 2025-08-29T16:30:26.127767-0500 | INFO | parse_view_command | 297 | Processing Link on Parent Project
1668
+ | {}
1669
+ 2025-08-29T16:30:26.128086-0500 | TRACE | parse_view_command | 319 | ___
1670
+ Processing `Parent Project` in `Link` on a `Parent Project`
1671
+ with usage level: `Basic` | {}
1672
+ 2025-08-29T16:30:26.212767-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1673
+ 2025-08-29T16:30:26.212922-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1674
+ 2025-08-29T16:30:26.213052-0500 | TRACE | parse_view_command | 319 | ___
1675
+ Processing `Child Project` in `Link` on a `Parent Project`
1676
+ with usage level: `Basic` | {}
1677
+ 2025-08-29T16:30:26.248421-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1678
+ 2025-08-29T16:30:26.248583-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1679
+ 2025-08-29T16:30:26.248680-0500 | TRACE | parse_view_command | 319 | ___
1680
+ Processing `Description` in `Link` on a `Parent Project`
1681
+ with usage level: `Basic` | {}
1682
+ 2025-08-29T16:30:26.249216-0500 | TRACE | parse_view_command | 319 | ___
1683
+ Processing `Label` in `Link` on a `Parent Project`
1684
+ with usage level: `Basic` | {}
1685
+ 2025-08-29T16:30:26.254394-0500 | DEBUG | process_link_project_hierarchy_command | 210 | {
1686
+ "valid": true,
1687
+ "exists": false,
1688
+ "reason": "",
1689
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1690
+ "attributes": {
1691
+ "Parent Project": {
1692
+ "status": "INFO",
1693
+ "reason": "Element Parent Project `Task::First Task` exists",
1694
+ "value": "Task::First Task",
1695
+ "valid": true,
1696
+ "exists": true,
1697
+ "qualified_name": "Task::First Task",
1698
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1699
+ },
1700
+ "Child Project": {
1701
+ "status": "INFO",
1702
+ "reason": "Element Child Project `Task::Second Task` exists",
1703
+ "value": "Task::Second Task",
1704
+ "valid": true,
1705
+ "exists": true,
1706
+ "qualified_name": "Task::Second Task",
1707
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1708
+ },
1709
+ "Description": {
1710
+ "status": "INFO",
1711
+ "OK": null,
1712
+ "value": "A link from 1 to 2",
1713
+ "valid": true,
1714
+ "exists": true
1715
+ },
1716
+ "Label": {
1717
+ "status": "INFO",
1718
+ "OK": null,
1719
+ "value": "1 to 2",
1720
+ "valid": true,
1721
+ "exists": true
1722
+ }
1723
+ }
1724
+ } | {}
1725
+ 2025-08-29T16:30:26.586430-0500 | SUCCESS | process_link_project_hierarchy_command | 277 | ==>Created Parent Project link named ``
1726
+ | {}
1727
+ 2025-08-29T16:30:26.594334-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
1728
+ 2025-08-29T16:35:04.078633-0500 | INFO | process_md_file | 88 |
1729
+
1730
+ ====================================================
1731
+
1732
+ | {}
1733
+ 2025-08-29T16:35:04.079973-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1734
+ 2025-08-29T16:35:04.084157-0500 | ERROR | parse_view_command | 287 | Parser failed to find `List Projects` command for in the specification | {}
1735
+ 2025-08-29T16:35:48.277390-0500 | INFO | process_md_file | 88 |
1736
+
1737
+ ====================================================
1738
+
1739
+ | {}
1740
+ 2025-08-29T16:35:48.278014-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1741
+ 2025-08-29T16:35:48.283637-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
1742
+ 2025-08-29T16:35:48.284247-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
1743
+ 2025-08-29T16:37:21.168414-0500 | INFO | process_md_file | 88 |
1744
+
1745
+ ====================================================
1746
+
1747
+ | {}
1748
+ 2025-08-29T16:37:21.169213-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1749
+ 2025-08-29T16:37:21.173409-0500 | INFO | parse_view_command | 297 | Processing Link on Project Dependency
1750
+ | {}
1751
+ 2025-08-29T16:37:21.173576-0500 | TRACE | parse_view_command | 319 | ___
1752
+ Processing `Parent Project` in `Link` on a `Project Dependency`
1753
+ with usage level: `Basic` | {}
1754
+ 2025-08-29T16:37:21.248771-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1755
+ 2025-08-29T16:37:21.248885-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1756
+ 2025-08-29T16:37:21.248927-0500 | TRACE | parse_view_command | 319 | ___
1757
+ Processing `Child Project` in `Link` on a `Project Dependency`
1758
+ with usage level: `Basic` | {}
1759
+ 2025-08-29T16:37:21.285078-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1760
+ 2025-08-29T16:37:21.285190-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1761
+ 2025-08-29T16:37:21.285232-0500 | TRACE | parse_view_command | 319 | ___
1762
+ Processing `Description` in `Link` on a `Project Dependency`
1763
+ with usage level: `Basic` | {}
1764
+ 2025-08-29T16:37:21.285376-0500 | TRACE | parse_view_command | 319 | ___
1765
+ Processing `Label` in `Link` on a `Project Dependency`
1766
+ with usage level: `Basic` | {}
1767
+ 2025-08-29T16:37:21.287276-0500 | DEBUG | process_link_project_dependency_command | 316 | {
1768
+ "valid": true,
1769
+ "exists": false,
1770
+ "reason": "",
1771
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1772
+ "attributes": {
1773
+ "Parent Project": {
1774
+ "status": "INFO",
1775
+ "reason": "Element Parent Project `Task::First Task` exists",
1776
+ "value": "Task::First Task",
1777
+ "valid": true,
1778
+ "exists": true,
1779
+ "qualified_name": "Task::First Task",
1780
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1781
+ },
1782
+ "Child Project": {
1783
+ "status": "INFO",
1784
+ "reason": "Element Child Project `Task::Second Task` exists",
1785
+ "value": "Task::Second Task",
1786
+ "valid": true,
1787
+ "exists": true,
1788
+ "qualified_name": "Task::Second Task",
1789
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1790
+ },
1791
+ "Description": {
1792
+ "status": "INFO",
1793
+ "OK": null,
1794
+ "value": "A link from 1 to 2",
1795
+ "valid": true,
1796
+ "exists": true
1797
+ },
1798
+ "Label": {
1799
+ "status": "INFO",
1800
+ "OK": null,
1801
+ "value": "1 to 2",
1802
+ "valid": true,
1803
+ "exists": true
1804
+ }
1805
+ }
1806
+ } | {}
1807
+ 2025-08-29T16:37:21.287370-0500 | ERROR | process_link_project_dependency_command | 397 | Error performing Link Project Dependency: EgeriaTech object has no attribute 'set_project_dependency' | {}
1808
+ 2025-08-29T16:37:21.288693-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
1809
+ 2025-08-29T16:37:21.288751-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
1810
+ 2025-08-29T16:39:31.438940-0500 | INFO | process_md_file | 88 |
1811
+
1812
+ ====================================================
1813
+
1814
+ | {}
1815
+ 2025-08-29T16:39:31.439575-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1816
+ 2025-08-29T16:39:31.443813-0500 | INFO | parse_view_command | 297 | Processing Link on Project Dependency
1817
+ | {}
1818
+ 2025-08-29T16:39:31.443978-0500 | TRACE | parse_view_command | 319 | ___
1819
+ Processing `Parent Project` in `Link` on a `Project Dependency`
1820
+ with usage level: `Basic` | {}
1821
+ 2025-08-29T16:39:31.517500-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1822
+ 2025-08-29T16:39:31.517624-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1823
+ 2025-08-29T16:39:31.517667-0500 | TRACE | parse_view_command | 319 | ___
1824
+ Processing `Child Project` in `Link` on a `Project Dependency`
1825
+ with usage level: `Basic` | {}
1826
+ 2025-08-29T16:39:31.553719-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1827
+ 2025-08-29T16:39:31.553834-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1828
+ 2025-08-29T16:39:31.553875-0500 | TRACE | parse_view_command | 319 | ___
1829
+ Processing `Description` in `Link` on a `Project Dependency`
1830
+ with usage level: `Basic` | {}
1831
+ 2025-08-29T16:39:31.554016-0500 | TRACE | parse_view_command | 319 | ___
1832
+ Processing `Label` in `Link` on a `Project Dependency`
1833
+ with usage level: `Basic` | {}
1834
+ 2025-08-29T16:39:31.555470-0500 | DEBUG | process_link_project_dependency_command | 316 | {
1835
+ "valid": true,
1836
+ "exists": false,
1837
+ "reason": "",
1838
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1839
+ "attributes": {
1840
+ "Parent Project": {
1841
+ "status": "INFO",
1842
+ "reason": "Element Parent Project `Task::First Task` exists",
1843
+ "value": "Task::First Task",
1844
+ "valid": true,
1845
+ "exists": true,
1846
+ "qualified_name": "Task::First Task",
1847
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1848
+ },
1849
+ "Child Project": {
1850
+ "status": "INFO",
1851
+ "reason": "Element Child Project `Task::Second Task` exists",
1852
+ "value": "Task::Second Task",
1853
+ "valid": true,
1854
+ "exists": true,
1855
+ "qualified_name": "Task::Second Task",
1856
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1857
+ },
1858
+ "Description": {
1859
+ "status": "INFO",
1860
+ "OK": null,
1861
+ "value": "A link from 1 to 2",
1862
+ "valid": true,
1863
+ "exists": true
1864
+ },
1865
+ "Label": {
1866
+ "status": "INFO",
1867
+ "OK": null,
1868
+ "value": "1 to 2",
1869
+ "valid": true,
1870
+ "exists": true
1871
+ }
1872
+ }
1873
+ } | {}
1874
+ 2025-08-29T16:39:31.555583-0500 | ERROR | process_link_project_dependency_command | 397 | Error performing Link Project Dependency: ProjectManager.set_project_dependency() got an unexpected keyword argument 'parent_project_guid'. Did you mean 'upstream_project_guid'? | {}
1875
+ 2025-08-29T16:39:31.556987-0500 | ERROR | process_md_file | 304 | ===> Unknown Command? <=== | {}
1876
+ 2025-08-29T16:39:31.557069-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
1877
+ 2025-08-29T16:40:09.648000-0500 | INFO | process_md_file | 88 |
1878
+
1879
+ ====================================================
1880
+
1881
+ | {}
1882
+ 2025-08-29T16:40:09.648698-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1883
+ 2025-08-29T16:40:09.652596-0500 | INFO | parse_view_command | 297 | Processing Link on Project Dependency
1884
+ | {}
1885
+ 2025-08-29T16:40:09.652760-0500 | TRACE | parse_view_command | 319 | ___
1886
+ Processing `Parent Project` in `Link` on a `Project Dependency`
1887
+ with usage level: `Basic` | {}
1888
+ 2025-08-29T16:40:09.725545-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1889
+ 2025-08-29T16:40:09.725663-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1890
+ 2025-08-29T16:40:09.725711-0500 | TRACE | parse_view_command | 319 | ___
1891
+ Processing `Child Project` in `Link` on a `Project Dependency`
1892
+ with usage level: `Basic` | {}
1893
+ 2025-08-29T16:40:09.756214-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1894
+ 2025-08-29T16:40:09.756331-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1895
+ 2025-08-29T16:40:09.756372-0500 | TRACE | parse_view_command | 319 | ___
1896
+ Processing `Description` in `Link` on a `Project Dependency`
1897
+ with usage level: `Basic` | {}
1898
+ 2025-08-29T16:40:09.756522-0500 | TRACE | parse_view_command | 319 | ___
1899
+ Processing `Label` in `Link` on a `Project Dependency`
1900
+ with usage level: `Basic` | {}
1901
+ 2025-08-29T16:40:09.757923-0500 | DEBUG | process_link_project_dependency_command | 316 | {
1902
+ "valid": true,
1903
+ "exists": false,
1904
+ "reason": "",
1905
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1906
+ "attributes": {
1907
+ "Parent Project": {
1908
+ "status": "INFO",
1909
+ "reason": "Element Parent Project `Task::First Task` exists",
1910
+ "value": "Task::First Task",
1911
+ "valid": true,
1912
+ "exists": true,
1913
+ "qualified_name": "Task::First Task",
1914
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1915
+ },
1916
+ "Child Project": {
1917
+ "status": "INFO",
1918
+ "reason": "Element Child Project `Task::Second Task` exists",
1919
+ "value": "Task::Second Task",
1920
+ "valid": true,
1921
+ "exists": true,
1922
+ "qualified_name": "Task::Second Task",
1923
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1924
+ },
1925
+ "Description": {
1926
+ "status": "INFO",
1927
+ "OK": null,
1928
+ "value": "A link from 1 to 2",
1929
+ "valid": true,
1930
+ "exists": true
1931
+ },
1932
+ "Label": {
1933
+ "status": "INFO",
1934
+ "OK": null,
1935
+ "value": "1 to 2",
1936
+ "valid": true,
1937
+ "exists": true
1938
+ }
1939
+ }
1940
+ } | {}
1941
+ 2025-08-29T16:40:09.813264-0500 | SUCCESS | process_link_project_dependency_command | 383 | ==>Created Project Dependency link named ``
1942
+ | {}
1943
+ 2025-08-29T16:40:09.814785-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}
1944
+ 2025-08-29T16:40:52.106717-0500 | INFO | process_md_file | 88 |
1945
+
1946
+ ====================================================
1947
+
1948
+ | {}
1949
+ 2025-08-29T16:40:52.107281-0500 | INFO | process_md_file | 89 | Processing Markdown File: ../../md_processing/dr_egeria_inbox/output_tests.md | {}
1950
+ 2025-08-29T16:40:52.110974-0500 | INFO | parse_view_command | 297 | Processing Link on Project Dependency
1951
+ | {}
1952
+ 2025-08-29T16:40:52.111235-0500 | TRACE | parse_view_command | 319 | ___
1953
+ Processing `Parent Project` in `Link` on a `Project Dependency`
1954
+ with usage level: `Basic` | {}
1955
+ 2025-08-29T16:40:52.182324-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Parent Project `First Task` with qualified name `Task::First Task` | {}
1956
+ 2025-08-29T16:40:52.182441-0500 | INFO | proc_ids | 874 | Element Parent Project `Task::First Task` exists | {}
1957
+ 2025-08-29T16:40:52.182483-0500 | TRACE | parse_view_command | 319 | ___
1958
+ Processing `Child Project` in `Link` on a `Project Dependency`
1959
+ with usage level: `Basic` | {}
1960
+ 2025-08-29T16:40:52.214042-0500 | INFO | print_msg | 139 | DEBUG-INFO->Found Child Project `Second Task` with qualified name `Task::Second Task` | {}
1961
+ 2025-08-29T16:40:52.214156-0500 | INFO | proc_ids | 874 | Element Child Project `Task::Second Task` exists | {}
1962
+ 2025-08-29T16:40:52.214198-0500 | TRACE | parse_view_command | 319 | ___
1963
+ Processing `Description` in `Link` on a `Project Dependency`
1964
+ with usage level: `Basic` | {}
1965
+ 2025-08-29T16:40:52.214340-0500 | TRACE | parse_view_command | 319 | ___
1966
+ Processing `Label` in `Link` on a `Project Dependency`
1967
+ with usage level: `Basic` | {}
1968
+ 2025-08-29T16:40:52.215698-0500 | DEBUG | process_link_project_dependency_command | 316 | {
1969
+ "valid": true,
1970
+ "exists": false,
1971
+ "reason": "",
1972
+ "display": "\n\t* Parent Project: `Task::First Task`\n\t\n\t* Child Project: `Task::Second Task`\n\t\n\t* Description: `A link from 1 to 2`\n\t\n\t* Label: `1 to 2`\n\t",
1973
+ "attributes": {
1974
+ "Parent Project": {
1975
+ "status": "INFO",
1976
+ "reason": "Element Parent Project `Task::First Task` exists",
1977
+ "value": "Task::First Task",
1978
+ "valid": true,
1979
+ "exists": true,
1980
+ "qualified_name": "Task::First Task",
1981
+ "guid": "050ecf5f-aac0-46c7-86f1-0b9ddd01c79c"
1982
+ },
1983
+ "Child Project": {
1984
+ "status": "INFO",
1985
+ "reason": "Element Child Project `Task::Second Task` exists",
1986
+ "value": "Task::Second Task",
1987
+ "valid": true,
1988
+ "exists": true,
1989
+ "qualified_name": "Task::Second Task",
1990
+ "guid": "94b883bb-f3f7-49b4-ab0e-2a381fff5243"
1991
+ },
1992
+ "Description": {
1993
+ "status": "INFO",
1994
+ "OK": null,
1995
+ "value": "A link from 1 to 2",
1996
+ "valid": true,
1997
+ "exists": true
1998
+ },
1999
+ "Label": {
2000
+ "status": "INFO",
2001
+ "OK": null,
2002
+ "value": "1 to 2",
2003
+ "valid": true,
2004
+ "exists": true
2005
+ }
2006
+ }
2007
+ } | {}
2008
+ 2025-08-29T16:40:52.272423-0500 | SUCCESS | process_link_project_dependency_command | 383 | ==>Created Project Dependency link named ``
2009
+ | {}
2010
+ 2025-08-29T16:40:52.273931-0500 | INFO | process_markdown_file | 61 | Called process_markdown_file with input file output_tests.md | {}