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
Describe the bug
As of AutomateDV v0.11.1, NOT providing the src_eff macro is causing compilation errors, as new logic in this version checks for its existence incorrectly and also processes it before this check.
This effectively makes src_eff a required parameter, which is not intended.
Environment
dbt version: v1.9.x
automate_dv version: v0.11.1
Database/Platform: All
To Reproduce
Do not provide src_eff to the sat() macro, this causes an error because the sat() macro is still trying to use it.
Expected behavior
sat() macro works as intended and does not attempt to use the src_eff attribute when it is not provided.
Describe the bug
As of AutomateDV v0.11.1, NOT providing the
src_eff
macro is causing compilation errors, as new logic in this version checks for its existence incorrectly and also processes it before this check.This effectively makes
src_eff
a required parameter, which is not intended.Environment
dbt version: v1.9.x
automate_dv version: v0.11.1
Database/Platform: All
To Reproduce
src_eff
to thesat()
macro, this causes an error because thesat()
macro is still trying to use it.Expected behavior
sat()
macro works as intended and does not attempt to use thesrc_eff
attribute when it is not provided.AB#5701
The text was updated successfully, but these errors were encountered: