load_spec
Load a .qa.xml quality spec file at runtime to define the active specification for data quality checks. Replaces any prior spec for current queries.
Instructions
Load a .qa.xml spec file at runtime.
Replaces any previously loaded spec so that subsequent search_spec calls use the new file. Use this when the spec path is only known at conversation time (e.g. a file on OneDrive or a network share) instead of pre-configuring PROSUITE_SPEC_PATH.
Args: path: Absolute path to the .qa.xml spec file on the local machine.
Returns a dict with 'conditions_loaded' on success, or 'error' on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |