We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Unit testing of CTEs is considered an anti-goal by some people, and a requirement by others.
It's not clear what CTE testing would look like. CTEs could be tested by breaking out into individual models, but that has other headaches.
Depends on whether we decide to do this or not.
Q: would we need adapter specialized code to handle CTES?
No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Unit testing of CTEs is considered an anti-goal by some people, and a requirement by others.
It's not clear what CTE testing would look like. CTEs could be tested by breaking out into individual models, but that has other headaches.
Acceptance Criteria
Depends on whether we decide to do this or not.
Impact to other teams
Q: would we need adapter specialized code to handle CTES?
Will backports be required?
No
Context
The text was updated successfully, but these errors were encountered: