We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50fc5be commit 4dd71ceCopy full SHA for 4dd71ce
1 file changed
elementary/monitor/api/tests/tests.py
@@ -445,7 +445,7 @@ def _get_test_result_from_test_result_db_row(
445
test_results: Optional[Union[DbtTestResultSchema, ElementaryTestResultSchema]]
446
447
if test_result_db_row.test_type == "dbt_test":
448
- # Test result rows are always a list for non-elementary tests
+ # Sample data is always a list for non-elementary tests
449
sample_data = cast(Optional[list], test_result_db_row.sample_data)
450
if disable_samples:
451
sample_data = []
0 commit comments