You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AI data validation macro for multiple cloud platforms
This commit introduces a new macro for AI-powered data validation across Snowflake, Databricks, and BigQuery. The implementation includes:
- A generic AI data validation test macro
- Platform-specific implementations for generating AI validation queries
- Support for different LLM models and validation prompts
{% set context_part = context ~ "" if context else "" %}
13
+
{% set prompt_template ="You are a data validator that should reply with string true if the expectation is met or the string false otherwise. " ~ context_part ~ "You got the following expectation: " ~ expectation_prompt ~ ". Your only role is to determine if the following text meets this expectation: " %}
0 commit comments