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 have searched the existing issues, and I could not find an existing issue for this feature
I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion
Describe the feature
Allow ephemeral models to define unit tests using dict format. The rows for the unit tests could be written as YAML, easing both writability and readability.
Is this your first time submitting a feature request?
Describe the feature
Allow ephemeral models to define unit tests using
dict
format. The rows for the unit tests could be written as YAML, easing both writability and readability.Describe alternatives you've considered
Follow-up from #9686.
The
sql
format for unit tests allow us to define unit tests for ephemeral models, but are far less convenient thandict
format:Who will this benefit?
Everyone who unit tests ephemeral models. This might make ephemeral models more useful.
Are you interested in contributing this feature?
If someone gives a rough pointer of where to contribute, I can do it
Anything else?
No response
The text was updated successfully, but these errors were encountered: