Closed scrawfor closed 7 months ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Summary
No issue created, but I can open one if needed.
This fixes an issue with the cross-database dbt macro
bool_or
. It was usingany
which selects the first non-null column value. This means it can return false even if there is a true in the same group. Updated the function to use the max function instead.Example:
Checklist
Delete items not relevant to your PR: