get_monitor_code_by_description
Convert natural language monitor descriptions and dataset IDs into YAML configuration code for Sifflet monitoring.
Instructions
Returns a monitor configuration based on the input query
The input is a description of the monitor you want to create.
The description should be a natural language description of the monitor you want to create.
The dataset_ids is a list of dataset ids that the monitor should be applied to. You must provide at least one dataset id. You can find the id of the dataset using search_asset.
The description is a string that describes the monitor you want to create. For example: "Create a monitor that checks if the number of rows in the table is greater than 1000".
The result is a YAML string that contains the monitor configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset_ids | Yes | ||
| description | Yes |