[CT-3153] [implementation] limit the size of fixtures for unit testing #8708
Labels
unit tests
Issues related to built-in dbt unit testing functionality
user docs
[docs.getdbt.com] Needs better documentation
Housekeeping
Short description
From #8652 and #8290
We should add a limit to how large the unit testing fixtures can be, to avoid performance issues and ensure folks are using unit tests properly.
We should have a way to handle when folks are using seeds as their fixtures, and their seeds are larger than the fixture limit - if your seed file is larger than the size limit for fixture, you must define a fixture for your seed.
Acceptance criteria
note: it's ok if folks run into a warehouse constraint (like query length) for now, we will address that issue in a future ticket if necessary
Impact to Other Teams
None
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered: