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
I want to add a "safe divide" cross db macro (like DIV0 in snowflake) to prevent errors when dividing by 0.
Describe alternatives you've considered
Additional context
Who will this benefit?
Package developers - we're currently using nullif() on the denominator in dbt_project_evaluator package and would like to replace this with a simple safe divide macro.
Describe the feature
I want to add a "safe divide" cross db macro (like DIV0 in snowflake) to prevent errors when dividing by 0.
Describe alternatives you've considered
Additional context
Who will this benefit?
Package developers - we're currently using nullif() on the denominator in dbt_project_evaluator package and would like to replace this with a simple safe divide macro.
Are you interested in contributing this feature?
Yes. I, @angelica-lastra, and @deanna-minnick will be collaborating on this!
The text was updated successfully, but these errors were encountered: