File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -36,29 +36,29 @@ def second_dashboard
36
36
end
37
37
38
38
def list_datasets
39
- puts "\n ====== DASHBOARD DATASETS ====== "
39
+ puts "\n >>>>>>>>>>>>>>>>>>>>>>>>> DASHBOARD DATASETS <<<<<<<<<<<<<<<<<<<<<<<<<<<< "
40
40
Superset ::Dashboard ::Datasets ::List . new ( dashboard_id : first_dashboard_id ) . list
41
+ puts "\n "
41
42
Superset ::Dashboard ::Datasets ::List . new ( dashboard_id : second_dashboard_id ) . list
42
43
end
43
44
44
45
def list_charts
45
- puts "\n ====== DASHBOARD CHARTS ====== "
46
+ puts "\n >>>>>>>>>>>>>>>>>>>>>>>>> DASHBOARD CHARTS <<<<<<<<<<<<<<<<<<<<<<<<<<<< "
46
47
Superset ::Dashboard ::Charts ::List . new ( first_dashboard_id ) . list
47
- puts ''
48
+ puts " \n "
48
49
Superset ::Dashboard ::Charts ::List . new ( second_dashboard_id ) . list
49
50
end
50
51
51
52
def list_native_filters
52
- puts "\n ====== DASHBOARD NATIVE FILTERS ====== "
53
+ puts "\n >>>>>>>>>>>>>>>>>>>>>>>>> DASHBOARD NATIVE FILTERS <<<<<<<<<<<<<<<<<<<<<<<<<<<< "
53
54
list_native_filters_for ( first_dashboard )
54
- puts ''
55
+ puts " \n "
55
56
list_native_filters_for ( second_dashboard )
56
57
end
57
58
58
59
def list_cross_filters
59
- puts "\n ====== DASHBOARD CROSS FILTERS ====== "
60
+ puts "\n >>>>>>>>>>>>>>>>>>>>>>>>> DASHBOARD CROSS FILTERS <<<<<<<<<<<<<<<<<<<<<<<<<<<< "
60
61
list_cross_filters_for ( first_dashboard )
61
- puts ''
62
62
list_cross_filters_for ( second_dashboard )
63
63
end
64
64
Original file line number Diff line number Diff line change @@ -70,3 +70,4 @@ def logger
70
70
end
71
71
end
72
72
end
73
+
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def display_data_sovereignty_report
35
35
36
36
puts "Data Sovereignty Report"
37
37
puts "-----------------------"
38
- puts "Possible Invalid Dashboards : #{ @data_sovereignty_issues . count } "
38
+ puts "Possible Invalid Dashboard Datasets : #{ @data_sovereignty_issues . count } "
39
39
@data_sovereignty_issues
40
40
end
41
41
You can’t perform that action at this time.
0 commit comments