dbt - Advanced Testing
You want to create a generic test that checks if a numeric column's values are within a custom range using parameters
min_value and max_value. Which YAML snippet correctly calls this test for column age with range 18 to 65?