Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dagster-dbt] Refactor UnitTestDefinition instantiation in utils.py t…
…o use from_dict method Verified `test_dbt_with_unit_tests()` passes with both "fqn:*" and "tag:test" selectors. Updated the instantiation of UnitTestDefinition in the __getattr__ method to utilize the from_dict method instead of the constructor. This change enhances the clarity and consistency of the code when handling unit test nodes from the manifest JSON. Fixed: dagster-io#27007
- Loading branch information