fix: finalize semantic repair and test updates

This commit is contained in:
2026-03-21 15:07:06 +03:00
parent c827c2f098
commit 2da548fd71
99 changed files with 2484 additions and 985 deletions

View File

@@ -1,4 +1,8 @@
#!/usr/bin/env python3
# [DEF:test_dataset_dashboard_relations_script:Module]
# @SEMANTICS: scripts, test, dataset, dashboard, superset, relations
# @PURPOSE: Tests and inspects dataset-to-dashboard relationship responses from Superset API.
# @COMPLEXITY: 2
"""
Script to test dataset-to-dashboard relationships from Superset API.
@@ -164,3 +168,5 @@ def test_dashboard_dataset_relations():
if __name__ == "__main__":
test_dashboard_dataset_relations()
# [/DEF:test_dataset_dashboard_relations_script:Module]