Closed graciegoheen closed 1 year ago
Looks like this error was unrelated!
Looks like this error was unrelated!
Ok no worries! I'll be honest, this is not something we've tested and we have considered including support.
If you get it working let us know! It might be awkward, so if we can add proper support then we'd love to. If it "just works" then even better!
It actually "just works"!
I had a separate derived column set to NULL. I had forgotten to add quotes to the NULL ('NULL'), so that was what was actually throwing the error.
It actually "just works"!
I had a separate derived column set to NULL. I had forgotten to add quotes to the NULL ('NULL'), so that was what was actually throwing the error.
Excellent! Thanks for the feedback 😊
Describe the bug A clear and concise description of what the bug is.
Let's say I have a derived column that uses logic that I've stored in a dbt macro to make my code more DRY:
I get an error when trying to compile my stage model:
Environment
dbt version: 1.5 automate_dv version: 0.9.6 Database/Platform: snowflake
Expected behavior A clear and concise description of what you expected to happen.
I would like to be able to use a dbt macro for my derived column definition in my stage files to make my code more DRY.
Screenshots If applicable, add screenshots to help explain your problem.
Log files If applicable, provide dbt log files which include the problem.
Additional context Add any other context about the problem here.