pyegeria 5.4.7.6__tar.gz → 5.4.7.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pyegeria-5.4.7.6/pyegeria.egg-info → pyegeria-5.4.7.7}/PKG-INFO +1 -1
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_commands/ext_ref_commands.py +6 -3
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/_client_new.py +1 -1
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/_output_formats.py +20 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/automated_curation.py +71 -66
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/collection_manager.py +1 -1
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/external_references.py +1 -1
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/mermaid_utilities.py +1 -1
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/output_formatter.py +3 -1
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7/pyegeria.egg-info}/PKG-INFO +1 -1
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyproject.toml +1 -1
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_automated_curation_omvs.py +12 -2
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_external_references.py +10 -10
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_solution_architect_omvs.py +1 -1
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/LICENSE +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/MANIFEST.in +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/README.md +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/Dr-Egeria_md-orig.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/dr_egeria_command_help.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/dr_egeria_jupyter.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/dr_egeria_md.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/exp_list_glossaries.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/get_asset_graph.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/get_collection.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/get_project_dependencies.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/get_project_structure.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/get_tech_type_elements.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/glossary_actions.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_assets.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_cert_types.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_collections.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_data_designer.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_data_structures_full.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_deployed_catalogs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_deployed_database_schemas.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_deployed_databases.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_deployed_servers.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_format_set.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_glossaries.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_projects.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_tech_type_elements.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_tech_types.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_terms.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_todos.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cat/list_user_ids.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cli/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cli/egeria.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cli/egeria_cat.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cli/egeria_login_tui.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cli/egeria_my.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cli/egeria_ops.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cli/egeria_tech.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/cli/ops_config.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/my/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/my/list_my_profile.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/my/list_my_roles.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/my/monitor_my_todos.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/my/monitor_open_todos.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/my/todo_actions.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/gov_server_actions.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/list_archives.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/list_catalog_targets.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/load_archive.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/monitor_asset_events.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/monitor_engine_activity.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/monitor_engine_activity_c.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/monitor_gov_eng_status.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/monitor_integ_daemon_status.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/monitor_platform_status.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/monitor_server_startup.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/monitor_server_status.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/orig_monitor_server_list.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/orig_monitor_server_status.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/refresh_integration_daemon.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/restart_integration_daemon.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/table_integ_daemon_status.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/ops/x_engine_actions.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/generic_actions.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/get_element_info.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/get_guid_info.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/get_tech_details.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/get_tech_type_template.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_all_om_type_elements.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_all_om_type_elements_x.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_all_related_elements.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_anchored_elements.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_asset_types.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_elements_by_classification_by_property_value.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_elements_by_property_value.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_elements_by_property_value_x.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_elements_for_classification.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_gov_action_processes.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_information_supply_chains.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_registered_services.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_related_elements_with_prop_value.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_related_specification.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_relationship_types.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_relationships.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_solution_blueprints.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_solution_components.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_solution_roles.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_tech_templates.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/list_valid_metadata_values.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/table_tech_templates.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/commands/tech/x_list_related_elements.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/README.md +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_cocoMDS1.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_cocoMDS2.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_cocoMDS3.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_cocoMDS4.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_cocoMDS5.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_cocoMDS6.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_cocoMDSx.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_cocoView1.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_coco_core.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_coco_datalake.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_exchangeDL01.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_governDL01.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_monitorDev01.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/config_monitorGov01.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Coco_config/globals.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/GeoSpatial Products Example.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Jupyter Notebooks/P-egeria-server-config.ipynb +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Jupyter Notebooks/README.md +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Jupyter Notebooks/common/P-environment-check.ipynb +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Jupyter Notebooks/common/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Jupyter Notebooks/common/common-functions.ipynb +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Jupyter Notebooks/common/environment-check.ipynb +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Jupyter Notebooks/common/globals.ipynb +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Jupyter Notebooks/common/globals.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/Jupyter Notebooks/common/orig_globals.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/format_sets/all_format_sets.json +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/format_sets/custom_format_sets.json +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/format_sets/subset_format_sets.json +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/format_sets_save_load_example.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/examples/output_formats_example.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/data/commands-working.json +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/data/commands.json +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/data/generated_format_sets.json +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/data/generated_format_sets.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/dr_egeria.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_commands/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_commands/data_designer_commands.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_commands/glossary_commands.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_commands/governance_officer_commands.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_commands/product_manager_commands.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_commands/project_commands.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_commands/solution_architect_commands.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_commands/view_commands.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_processing_utils/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_processing_utils/common_md_proc_utils.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_processing_utils/common_md_utils.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_processing_utils/determine_width.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_processing_utils/extraction_utils.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_processing_utils/gen_format_sets.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_processing_utils/generate_dr_help.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_processing_utils/generate_md_cmd_templates.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_processing_utils/generate_md_templates.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_processing_utils/md_processing_constants.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/md_processing/md_processing_utils/message_constants.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/__init__.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/_client.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/_deprecated_gov_engine.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/_exceptions.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/_exceptions_new.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/_globals.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/_output_format_models.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/_validators.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/asset_catalog_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/classification_manager.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/classification_manager_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/collection_models.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/config.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/core_omag_server_config.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/create_tech_guid_lists.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/data_designer.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/egeria_cat_client.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/egeria_client.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/egeria_config_client.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/egeria_my_client.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/egeria_tech_client.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/feedback_manager_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/format_set_executor.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/full_omag_server_config.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/glossary_manager.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/governance_officer.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/load_config.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/logging_configuration.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/mcp_adapter.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/mcp_server.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/md_processing_utils.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/md_processing_utils_orig.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/metadata_explorer_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/models.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/my_profile_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/platform_services.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/project_manager.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/reference_data.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/registered_info.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/runtime_manager_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/server_operations.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/solution_architect.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/template_manager_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/utils.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/valid_metadata_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria/x_action_author_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria.egg-info/SOURCES.txt +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria.egg-info/dependency_links.txt +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria.egg-info/entry_points.txt +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria.egg-info/requires.txt +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/pyegeria.egg-info/top_level.txt +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/setup.cfg +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_asset_catalog_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_classification_manager_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_client.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_collection_manager_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_config.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_config_unit.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_core_omag_server_config.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_data_designer.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_dr_egeria_command_help_modes.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_egeria_cat_client.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_egeria_client.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_egeria_my_client.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_env_settings.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_feedback_manager_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_format_set_dict.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_full_omag_server_config.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_glossary_manager_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_governance_officer_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_load_config.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_mcp_adapter.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_metadata_explorer_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_my_profile_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_output_format_models_unit.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_output_format_sets_unit.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_output_formats.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_platform_services.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_project_manager_omvs.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_reference_data.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_registered_info.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_root_path.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_runtime_manager.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_server_operations.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_utils.py +0 -0
- {pyegeria-5.4.7.6 → pyegeria-5.4.7.7}/tests/test_valid_metadata_omvs.py +0 -0
@@ -100,13 +100,15 @@ def process_external_reference_upsert_command(egeria_client: EgeriaTech, txt: st
|
|
100
100
|
prop_body["copyright"] = attributes.get('Copyright', {}).get('value', None)
|
101
101
|
prop_body["attribution"] = attributes.get('Attribution', {}).get('value', None)
|
102
102
|
|
103
|
-
if object_type
|
103
|
+
if object_type in ["RelatedMedia", "Related Media"]:
|
104
|
+
object_type = "RelatedMedia"
|
104
105
|
prop_body["class"] = "RelatedProperties"
|
105
106
|
prop_body["mediaType"] = attributes.get('Media Type', {}).get('value', None)
|
106
107
|
prop_body["mediaTypeOtherId"] = attributes.get('Media Type Other ID', {}).get('value', None)
|
107
108
|
prop_body["defaultMediaUsage"]= attributes.get('Default Media Usage', {}).get('value', None)
|
108
109
|
prop_body["defaultMediaUsageOtherId"] = attributes.get('Default Media Usage Other ID', {}).get('value', None)
|
109
|
-
elif object_type
|
110
|
+
elif object_type in ["CitedDocument", "Cited Document"]:
|
111
|
+
object_type = "CitedDocument"
|
110
112
|
prop_body["class"] = "CitedDocumentProperties"
|
111
113
|
prop_body["numberOfPages"] = attributes.get('Number of Pages', {}).get('value', None)
|
112
114
|
prop_body["pageRange"] = attributes.get('Page Range', {}).get('value', None)
|
@@ -119,7 +121,8 @@ def process_external_reference_upsert_command(egeria_client: EgeriaTech, txt: st
|
|
119
121
|
prop_body["publicationCity"] = attributes.get('Publication City', {}).get('value', None)
|
120
122
|
prop_body["publicationYear"] = attributes.get('Publication Year', {}).get('value', None)
|
121
123
|
prop_body["publicationNumbers"]= attributes.get('Publication Numbers', {}).get('value', None)
|
122
|
-
|
124
|
+
elif object_type in ["ExternalReference", "External Reference"]:
|
125
|
+
object_type = "ExternalReference"
|
123
126
|
|
124
127
|
|
125
128
|
if object_action == "Update":
|
@@ -1565,7 +1565,7 @@ class Client2:
|
|
1565
1565
|
json_body = validated_body.model_dump_json(indent=2, exclude_none=True)
|
1566
1566
|
|
1567
1567
|
response = await self._async_make_request("POST", url, json_body)
|
1568
|
-
elements = response.json().get("
|
1568
|
+
elements = response.json().get("elements", NO_ELEMENTS_FOUND)
|
1569
1569
|
if type(elements) is str:
|
1570
1570
|
logger.info(NO_ELEMENTS_FOUND)
|
1571
1571
|
return NO_ELEMENTS_FOUND
|
@@ -298,6 +298,26 @@ base_output_format_sets = FormatSetDict({
|
|
298
298
|
)
|
299
299
|
],
|
300
300
|
),
|
301
|
+
"TechTypeDetail": FormatSet(
|
302
|
+
target_type="TechTypeDetail",
|
303
|
+
heading="Technology Type Details",
|
304
|
+
description="Details of a Technology Type Valid Value.",
|
305
|
+
annotations={}, # No specific annotations
|
306
|
+
formats=[
|
307
|
+
Format(
|
308
|
+
types=["ALL"],
|
309
|
+
columns= [
|
310
|
+
Column(name='Display Name', key='display_name'),
|
311
|
+
Column(name="Qualified Name", key='qualified_name'),
|
312
|
+
Column(name="GUID", key='guid'),
|
313
|
+
Column(name="Description", key='description'),
|
314
|
+
Column(name="Catalog Template Placeholders", key='catalog_template_specs'),
|
315
|
+
Column(name="Reference URL", key='ref_url'),
|
316
|
+
],
|
317
|
+
)
|
318
|
+
],
|
319
|
+
),
|
320
|
+
|
301
321
|
"ExternalReference": FormatSet(
|
302
322
|
target_type="External Reference",
|
303
323
|
heading="External Reference Attributes",
|
@@ -75,44 +75,35 @@ class AutomatedCuration(Client2):
|
|
75
75
|
Extract properties from a technology type element and populate the provided columns_struct.
|
76
76
|
Tolerant to missing fields.
|
77
77
|
"""
|
78
|
-
# Populate direct properties first
|
79
|
-
col_data = populate_columns_from_properties(element, columns_struct)
|
80
|
-
columns_list = col_data.get("formats", {}).get("columns", [])
|
81
|
-
|
82
|
-
# Referenceable header extraction (GUID, qualifiedName, displayName, etc.)
|
83
|
-
header_props = _extract_referenceable_properties(element)
|
84
|
-
for column in columns_list:
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
78
|
+
# # Populate direct properties first
|
79
|
+
# col_data = populate_columns_from_properties(element, columns_struct)
|
80
|
+
# columns_list = col_data.get("formats", {}).get("columns", [])
|
81
|
+
#
|
82
|
+
# # Referenceable header extraction (GUID, qualifiedName, displayName, etc.)
|
83
|
+
# header_props = _extract_referenceable_properties(element)
|
84
|
+
# for column in columns_list:
|
85
|
+
# key = column.get("key")
|
86
|
+
# if key in header_props:
|
87
|
+
# column["value"] = header_props.get(key)
|
88
|
+
# elif isinstance(key, str) and key.lower() == "guid":
|
89
|
+
# column["value"] = header_props.get("GUID")
|
90
|
+
#
|
91
|
+
# # Try common category/type fields
|
92
|
+
# category = (
|
93
|
+
# element.get("properties", {}).get("category")
|
94
|
+
# or element.get("elementProperties", {}).get("category")
|
95
|
+
# or element.get("elementType", {}).get("typeName")
|
96
|
+
# or ""
|
97
|
+
# )
|
98
|
+
columns_list = columns_struct.get("formats", {}).get("columns", [])
|
99
|
+
|
100
|
+
guid = element.get('technologyTypeGUID',None)
|
101
|
+
qualified_name = element.get('qualifiedName',None)
|
102
|
+
display_name = element.get('displayName',None)
|
103
|
+
description = element.get('description',None)
|
104
|
+
catalog_templates = element.get('catalogTemplates',None)
|
105
|
+
external_references = element.get('externalReferences',None)
|
90
106
|
|
91
|
-
# Try common category/type fields
|
92
|
-
category = (
|
93
|
-
element.get("properties", {}).get("category")
|
94
|
-
or element.get("elementProperties", {}).get("category")
|
95
|
-
or element.get("elementType", {}).get("typeName")
|
96
|
-
or ""
|
97
|
-
)
|
98
|
-
for column in columns_list:
|
99
|
-
if column.get("key") in ("category", "type_name"):
|
100
|
-
column["value"] = category
|
101
|
-
|
102
|
-
# Classification names if present
|
103
|
-
class_names = []
|
104
|
-
for c in (element.get("elementHeader", {}).get("classifications") or []):
|
105
|
-
name = c.get("classificationName")
|
106
|
-
if name:
|
107
|
-
class_names.append(name)
|
108
|
-
if class_names:
|
109
|
-
for column in columns_list:
|
110
|
-
if column.get("key") == "classifications":
|
111
|
-
column["value"] = ", ".join(class_names)
|
112
|
-
break
|
113
|
-
|
114
|
-
# Relationship-driven fields (generic handling)
|
115
|
-
col_data = get_required_relationships(element, col_data)
|
116
107
|
|
117
108
|
# Mermaid graph support if present
|
118
109
|
mermaid_val = element.get("mermaidGraph", "") or ""
|
@@ -120,8 +111,33 @@ class AutomatedCuration(Client2):
|
|
120
111
|
if column.get("key") == "mermaid":
|
121
112
|
column["value"] = mermaid_val
|
122
113
|
break
|
123
|
-
|
124
|
-
|
114
|
+
elif column.get("key") == "catalog_template_specs":
|
115
|
+
specs = ""
|
116
|
+
for template in catalog_templates:
|
117
|
+
for placeholder in template['specification']['placeholderProperty']:
|
118
|
+
specs += (f"* Placeholder Property: {placeholder['placeholderPropertyName']}\n\t"
|
119
|
+
f"Type: {placeholder.get('dataType',"")}\n\t"
|
120
|
+
f"Description: {placeholder.get('description',"")}\n\t"
|
121
|
+
f"Required: {placeholder.get("required","")}\n\t"
|
122
|
+
f"Example: {placeholder.get("example","")}\n\n")
|
123
|
+
column["value"] = specs
|
124
|
+
elif column.get("key") == "catalog_templates":
|
125
|
+
column["value"] =catalog_templates
|
126
|
+
elif column.get("key") == "guid":
|
127
|
+
column["value"] = guid
|
128
|
+
elif column.get("key") == "qualified_name":
|
129
|
+
column["value"] = qualified_name
|
130
|
+
elif column.get("key") == "display_name":
|
131
|
+
column["value"] = display_name
|
132
|
+
elif column.get("key") == "description":
|
133
|
+
column["value"] = description
|
134
|
+
elif column.get("key") == "external_references":
|
135
|
+
column["value"] = external_references
|
136
|
+
elif column.get("key") == "ref_url":
|
137
|
+
column["value"] = external_references[0]['relatedElement']['properties'].get('url',"")
|
138
|
+
|
139
|
+
columns_struct["formats"]["columns"] = columns_list
|
140
|
+
return columns_struct
|
125
141
|
|
126
142
|
def _generate_tech_type_output(
|
127
143
|
self,
|
@@ -3306,7 +3322,7 @@ class AutomatedCuration(Client2):
|
|
3306
3322
|
)
|
3307
3323
|
return response
|
3308
3324
|
|
3309
|
-
async def _async_get_technology_type_detail(self, type_name: str,
|
3325
|
+
async def _async_get_technology_type_detail(self, type_name: str,
|
3310
3326
|
body: dict | FilterRequestBody = None,
|
3311
3327
|
output_format: str = "JSON",
|
3312
3328
|
output_format_set: str | dict = "TechType") -> list | str:
|
@@ -3316,13 +3332,9 @@ class AutomatedCuration(Client2):
|
|
3316
3332
|
----------
|
3317
3333
|
type_name : str
|
3318
3334
|
The name of the technology type to retrieve detailed information for.
|
3319
|
-
template_only : bool
|
3320
|
-
If true, only the template information will be returned.
|
3321
3335
|
body: dict | FilterRequestBody
|
3322
3336
|
If provided, the information in the body supersedes the other parameters and allows more advanced requests.
|
3323
3337
|
|
3324
|
-
|
3325
|
-
|
3326
3338
|
Returns
|
3327
3339
|
-------
|
3328
3340
|
list[dict] | str
|
@@ -3356,27 +3368,24 @@ class AutomatedCuration(Client2):
|
|
3356
3368
|
# validate_name(type_name)
|
3357
3369
|
url = str(HttpUrl(f"{self.curation_command_root}/technology-types/by-name"))
|
3358
3370
|
if body is None:
|
3359
|
-
classified_elements = ["Template"] if template_only else []
|
3360
3371
|
body = {
|
3361
3372
|
"class": "FilterRequestBody",
|
3362
|
-
"filter": type_name
|
3363
|
-
"includeOnlyClassifiedElements": classified_elements,
|
3373
|
+
"filter": type_name
|
3364
3374
|
}
|
3365
|
-
response = await self._async_get_name_request(
|
3366
|
-
url,
|
3367
|
-
_type=self.TECH_TYPE_ENTITY_LABEL,
|
3368
|
-
_gen_output=self._generate_tech_type_output,
|
3369
|
-
filter_string=type_name,
|
3370
|
-
classification_names=classified_elements if template_only else None,
|
3371
|
-
start_from=0,
|
3372
|
-
page_size=0,
|
3373
|
-
output_format=output_format,
|
3374
|
-
output_format_set=output_format_set,
|
3375
|
-
body=body,
|
3376
|
-
)
|
3377
|
-
return response
|
3378
3375
|
|
3379
|
-
|
3376
|
+
response = await self._async_make_request("POST", url, body)
|
3377
|
+
element = response.json().get("element", NO_ELEMENTS_FOUND)
|
3378
|
+
if type(element) is str:
|
3379
|
+
logger.info(NO_ELEMENTS_FOUND)
|
3380
|
+
return NO_ELEMENTS_FOUND
|
3381
|
+
|
3382
|
+
if output_format != 'JSON': # return a simplified markdown representation
|
3383
|
+
logger.info(f"Found elements, output format: {output_format} and output_format_set: {output_format_set}")
|
3384
|
+
return self._generate_tech_type_output(element, type_name, "ValidMetadataValue",
|
3385
|
+
output_format, output_format_set)
|
3386
|
+
return element
|
3387
|
+
|
3388
|
+
def get_technology_type_detail(self, type_name: str,
|
3380
3389
|
body: dict | FilterRequestBody = None,
|
3381
3390
|
output_format: str = "JSON",
|
3382
3391
|
output_format_set: str | dict = "TechType") -> list | str:
|
@@ -3386,13 +3395,9 @@ class AutomatedCuration(Client2):
|
|
3386
3395
|
----------
|
3387
3396
|
type_name : str
|
3388
3397
|
The name of the technology type to retrieve detailed information for.
|
3389
|
-
template_only : bool
|
3390
|
-
If true, only the template information will be returned.
|
3391
3398
|
body: dict | FilterRequestBody
|
3392
3399
|
If provided, the information in the body supersedes the other parameters and allows more advanced requests.
|
3393
3400
|
|
3394
|
-
|
3395
|
-
|
3396
3401
|
Returns
|
3397
3402
|
-------
|
3398
3403
|
list[dict] | str
|
@@ -3425,7 +3430,7 @@ class AutomatedCuration(Client2):
|
|
3425
3430
|
|
3426
3431
|
loop = asyncio.get_event_loop()
|
3427
3432
|
response = loop.run_until_complete(
|
3428
|
-
self._async_get_technology_type_detail(type_name,
|
3433
|
+
self._async_get_technology_type_detail(type_name, body=body,
|
3429
3434
|
output_format=output_format,
|
3430
3435
|
output_format_set=output_format_set)
|
3431
3436
|
)
|
@@ -209,7 +209,7 @@ class CollectionManager(Client2):
|
|
209
209
|
|
210
210
|
url = (f"{self.platform_url}/servers/{self.view_server}/api/open-metadata/collection-manager/"
|
211
211
|
f"metadata-elements/{parent_guid}/collections")
|
212
|
-
|
212
|
+
|
213
213
|
response = await self._async_make_request("POST", url, body_slimmer(body))
|
214
214
|
elements = response.json().get("elements", NO_ELEMENTS_FOUND)
|
215
215
|
if type(elements) is str:
|
@@ -1403,7 +1403,7 @@ class ExternalReferences(Client2):
|
|
1403
1403
|
The principle specified by the user_id does not have authorization for the requested action
|
1404
1404
|
"""
|
1405
1405
|
url = str(HttpUrl(f"{self.command_root}/external-references/by-name"))
|
1406
|
-
response = await self._async_get_name_request(url, _type="
|
1406
|
+
response = await self._async_get_name_request(url, _type="ExternalReference",
|
1407
1407
|
_gen_output=self._generate_external_reference_output,
|
1408
1408
|
filter_string=filter_string,
|
1409
1409
|
classification_names=classification_names,
|
@@ -23,7 +23,9 @@ Console = Console(width=settings.Environment.console_width)
|
|
23
23
|
|
24
24
|
def _extract_referenceable_properties(element: dict[str, Any]) -> dict[str, Any]:
|
25
25
|
# Get general header attributes
|
26
|
-
guid = element
|
26
|
+
guid = element.get('elementHeader', {}).get("guid", None)
|
27
|
+
if guid is None:
|
28
|
+
return {}
|
27
29
|
metadata_collection_id = element['elementHeader']['origin'].get("homeMetadataCollectionId", None)
|
28
30
|
metadata_collection_name = element['elementHeader']['origin'].get("homeMetadataCollectionName", None)
|
29
31
|
origin_category = element['elementHeader'].get("origin_category", None)
|
@@ -34,7 +34,7 @@ from pyegeria._exceptions import (
|
|
34
34
|
# from pyegeria.admin_services import FullServerConfig
|
35
35
|
|
36
36
|
disable_ssl_warnings = True
|
37
|
-
console = Console()
|
37
|
+
console = Console(width=200)
|
38
38
|
|
39
39
|
|
40
40
|
class TestAutomatedCuration:
|
@@ -807,7 +807,17 @@ class TestAutomatedCuration:
|
|
807
807
|
|
808
808
|
start_time = time.perf_counter()
|
809
809
|
# response = a_client.get_technology_type_detail("CSV Data File", True)
|
810
|
-
response = a_client.get_technology_type_detail("File System",
|
810
|
+
response = a_client.get_technology_type_detail("File System", output_format="DICT",
|
811
|
+
output_format_set="TechTypeDetail")
|
812
|
+
duration = time.perf_counter() - start_time
|
813
|
+
print(f"\n\tDuration was {duration} seconds")
|
814
|
+
if type(response) is list:
|
815
|
+
out = "\n\n" + json.dumps(response, indent=4)
|
816
|
+
count = len(response)
|
817
|
+
console.log(f"Found {count} elements")
|
818
|
+
print_json(out)
|
819
|
+
elif type(response) is str:
|
820
|
+
console.log("\n\n" + response)
|
811
821
|
|
812
822
|
duration = time.perf_counter() - start_time
|
813
823
|
print(f"\n\tDuration was {duration} seconds")
|
@@ -145,10 +145,10 @@ class TestExternalReferences:
|
|
145
145
|
)
|
146
146
|
token = p_client.create_egeria_bearer_token(self.good_user_2, "secret")
|
147
147
|
start_time = time.perf_counter()
|
148
|
-
search_string = "
|
148
|
+
search_string = "Data-Prep"
|
149
149
|
|
150
150
|
response = p_client.find_external_references(
|
151
|
-
search_string, output_format="DICT", output_format_set="
|
151
|
+
search_string, metadata_element_types=["ExternalReference", "CitedDocument"],output_format="DICT", output_format_set="Regerenceable"
|
152
152
|
)
|
153
153
|
duration = time.perf_counter() - start_time
|
154
154
|
|
@@ -180,8 +180,8 @@ class TestExternalReferences:
|
|
180
180
|
token = p_client.create_egeria_bearer_token(self.good_user_2, "secret")
|
181
181
|
start_time = time.perf_counter()
|
182
182
|
# project_name = "Teddy Bear Drop Foot Clinical Trial IT Setup"
|
183
|
-
|
184
|
-
response = p_client.get_external_references_by_name(
|
183
|
+
ref_name = "ExtRef::Milvus---Web-Site"
|
184
|
+
response = p_client.get_external_references_by_name(ref_name)
|
185
185
|
duration = time.perf_counter() - start_time
|
186
186
|
|
187
187
|
print(f"\n\tDuration was {duration} seconds")
|
@@ -249,9 +249,9 @@ class TestExternalReferences:
|
|
249
249
|
)
|
250
250
|
token = p_client.create_egeria_bearer_token(self.good_user_2, "secret")
|
251
251
|
start_time = time.perf_counter()
|
252
|
-
ref_guid =
|
252
|
+
ref_guid = 'c85c1f5e-f7fb-4a2c-82ee-4bc90534fcbd'
|
253
253
|
|
254
|
-
response = p_client.get_external_reference_by_guid(ref_guid, output_format="DICT", output_format_set="External-Reference-DrE")
|
254
|
+
response = p_client.get_external_reference_by_guid(ref_guid, element_type="Cited Document", output_format="DICT", output_format_set="External-Reference-DrE")
|
255
255
|
duration = time.perf_counter() - start_time
|
256
256
|
duration = time.perf_counter() - start_time
|
257
257
|
|
@@ -496,7 +496,7 @@ class TestExternalReferences:
|
|
496
496
|
# finally:
|
497
497
|
# p_client.close_session()
|
498
498
|
|
499
|
-
def
|
499
|
+
def test_delete_ext_ref(self):
|
500
500
|
try:
|
501
501
|
p_client = ExternalReferences(
|
502
502
|
self.good_view_server_2,
|
@@ -506,13 +506,13 @@ class TestExternalReferences:
|
|
506
506
|
|
507
507
|
token = p_client.create_egeria_bearer_token(self.good_user_2, "secret")
|
508
508
|
start_time = time.perf_counter()
|
509
|
-
|
509
|
+
ext_ref_guid = 'c85c1f5e-f7fb-4a2c-82ee-4bc90534fcbd'
|
510
510
|
|
511
|
-
response = p_client.
|
511
|
+
response = p_client.delete_external_reference(ext_ref_guid)
|
512
512
|
duration = time.perf_counter() - start_time
|
513
513
|
# resp_str = json.loads(response)
|
514
514
|
print(f"\n\tDuration was {duration} seconds\n")
|
515
|
-
print(f"Project GUID: {
|
515
|
+
print(f"Project GUID: {ext_ref_guid} was deleted")
|
516
516
|
assert True
|
517
517
|
|
518
518
|
except (
|
@@ -1336,7 +1336,7 @@ class TestSolutionArchitect:
|
|
1336
1336
|
|
1337
1337
|
s_client.create_egeria_bearer_token()
|
1338
1338
|
start_time = time.perf_counter()
|
1339
|
-
response = s_client.find_solution_components(filter, output_format='
|
1339
|
+
response = s_client.find_solution_components(filter, output_format='MERMAID')
|
1340
1340
|
duration = time.perf_counter() - start_time
|
1341
1341
|
print(
|
1342
1342
|
f"\n\tDuration was {duration:.2f} seconds, Type: {type(response)}, Element count is {len(response)}"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|