fix: finalize semantic repair and test updates
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user