What problem does it solve?
Manually crafting complex Snowflake queries can be error-prone and time-consuming. This Skill simplifies the process, making it quick and straightforward to write queries with structured arguments.
Core Features & Use Cases
- Preformatted Queries: Utilize a template that pre-defines placeholders for input parameters.
- Named Parameters: Use clear names for parameters to make the code self-explanatory.
- Automated Validation: Built-in validation checks help in avoiding syntax errors and logical mistakes.
- Use Case: A data analyst needs to write a query to retrieve users who have not interacted with the application for more than a month. With this Skill, they can easily input their parameters and generate a query without the complexities of writing it from scratch.
Quick Start
Write Snowflake queries by naming parameters and filling them out, like this: SELECT * FROM users WHERE name = ? AND last_interaction < ?; Run 'wmill generate-metadata' to finalize and run 'wmill sync push' to deploy your script.