Giovanni Corsetti
Giovanni Corsetti
> It would be good to make the `on_warning_callback` argument available for the `source freshness` command since, similarly to the test command, you can configure the severity (see [freshness](https://docs.getdbt.com/reference/resource-properties/freshness)), and...
@fabiomx @tatiana it is important to mention that `on_warning_callback` already works for freshness, it just doesn't capture the freshness message. I am in the process of implementing cosmos-dbt in the...
@fabiomx no need for that. As I have written, `If warnings that are not associated with tests occur (e.g. freshness warnings), they will still trigger the on_warning_callback method above. However,...