Muhammad Sohail
Results
2
comments of
Muhammad Sohail
Not sure if it's been mentioned and albeit redundant, you could look into the `default` parameter to the `var()` function. [Docs](https://docs.getdbt.com/reference/dbt-jinja-functions/var#variable-default-values). ```yaml vars: special_schema: "my_special_schema" models: my_staging_models: staging: +materialized: view...
Very odd, I cannot seem to figure out the reason for the `yank-pop` test failures. It seems something very specific or OS/system related, as running the tests locally with the...