This commit is contained in:
2026-05-20 23:54:53 +03:00
parent a43886106e
commit 68740cd9ed
167 changed files with 10620 additions and 29041 deletions

View File

@@ -1,6 +1,8 @@
#!/usr/bin/env python3
# #region test_dataset_dashboard_relations_script [C:2] [TYPE Module] [SEMANTICS pydantic, dashboard, dataset, test, superset]
# @BRIEF Tests and inspects dataset-to-dashboard relationship responses from Superset API.
# @RATIONALE Added '# DIAGNOSTIC SCRIPT — not a test' header comment. Script already had if __name__ guard.
"""
Script to test dataset-to-dashboard relationships from Superset API.
@@ -9,8 +11,8 @@ Usage:
"""
import json
import sys
from pathlib import Path
import sys
# Add src to path (parent of scripts directory)
sys.path.append(str(Path(__file__).parent.parent.parent))
@@ -170,3 +172,4 @@ if __name__ == "__main__":
test_dashboard_dataset_relations()
# #endregion test_dataset_dashboard_relations_script
# #endregion test_dataset_dashboard_relations_script