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
[dagster-dbt] Refactor UnitTestDefinition instantiation in utils.py to 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
0 commit comments