get_model
Retrieve details for a specific Malloy model by providing project, package, and model path.
Instructions
Get details for a specific model.
Args:
project_name: The name of the project, defaults to "home"
package_name: The name of the package
model_path: The path to the model
Returns:
CompiledModel: The compiled Malloy model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_name | No | home | |
| package_name | No | ||
| model_path | No |