Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Compilation error when src_eff parameter provided #255

Closed
DVAlexHiggs opened this issue Mar 12, 2025 · 1 comment
Closed

[BUG] Compilation error when src_eff parameter provided #255

DVAlexHiggs opened this issue Mar 12, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@DVAlexHiggs
Copy link
Member

DVAlexHiggs commented Mar 12, 2025

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.

AB#5701

@DVAlexHiggs DVAlexHiggs added the bug Something isn't working label Mar 12, 2025
@DVAlexHiggs DVAlexHiggs self-assigned this Mar 12, 2025
@DVAlexHiggs
Copy link
Member Author

Fixed in v0.11.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant