mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
Button Druidify\!->Slice\!
This commit is contained in:
@@ -399,7 +399,6 @@ class SqlaTable(Model, Queryable, AuditMixinNullable):
|
||||
inner_time_filter[0] = timestamp >= inner_from_dttm.isoformat()
|
||||
if inner_to_dttm:
|
||||
inner_time_filter[1] = timestamp <= inner_to_dttm.isoformat()
|
||||
|
||||
where_clause_and = []
|
||||
for col, op, eq in filter:
|
||||
col_obj = cols[col]
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<a class="btn btn-default" href="/{{ datasource.baselink }}/edit/{{ datasource.id }}" data-toggle="tooltip" title="Edit datasource">
|
||||
<i class="fa fa-edit"></i>
|
||||
</a>
|
||||
<button type="button" class="btn btn-default druidify" data-toggle="tooltip" title="Druidify!">
|
||||
<button type="button" class="btn btn-default druidify" data-toggle="tooltip" title="Slice!">
|
||||
<i class="fa fa-bolt"></i>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user