mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore: removing Druid from front- and back- end (#20338)
* first pass at removing native Druid nosql * removing having_druid * addressing comments, linting * fixed all tests * addressing comments * redirected to ui-core TimeGranularity type * query form metric linting * fixed broken chart type * implementing feedback
This commit is contained in:
@@ -73,8 +73,6 @@ DEPRECATED_FIELDS = (
|
||||
DEPRECATED_EXTRAS_FIELDS = (
|
||||
DeprecatedField(old_name="where", new_name="where"),
|
||||
DeprecatedField(old_name="having", new_name="having"),
|
||||
DeprecatedField(old_name="having_filters", new_name="having_druid"),
|
||||
DeprecatedField(old_name="druid_time_origin", new_name="druid_time_origin"),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user