mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
chore: Add Cypress tests for drill by (#23849)
This commit is contained in:
committed by
GitHub
parent
31d33592ef
commit
60046ca1cc
@@ -61,7 +61,7 @@ PRESTO_POLL_INTERVAL = 0.1
|
||||
HIVE_POLL_INTERVAL = 0.1
|
||||
|
||||
SQL_MAX_ROW = 10000
|
||||
SQLLAB_CTAS_NO_LIMIT = True # SQL_MAX_ROW will not take affect for the CTA queries
|
||||
SQLLAB_CTAS_NO_LIMIT = True # SQL_MAX_ROW will not take effect for the CTA queries
|
||||
FEATURE_FLAGS = {
|
||||
**FEATURE_FLAGS,
|
||||
"foo": "bar",
|
||||
@@ -71,6 +71,7 @@ FEATURE_FLAGS = {
|
||||
"ALERT_REPORTS": True,
|
||||
"DASHBOARD_NATIVE_FILTERS": True,
|
||||
"DRILL_TO_DETAIL": True,
|
||||
"DRILL_BY": True,
|
||||
"HORIZONTAL_FILTER_BAR": True,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user