semantic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user