mirror of
https://github.com/apache/superset.git
synced 2026-04-22 09:35:23 +00:00
fix: can't sync temporal flag on virtual table (#19366)
This commit is contained in:
@@ -280,7 +280,8 @@ export default class ResultSet extends React.PureComponent<
|
||||
sql,
|
||||
results.selected_columns.map(d => ({
|
||||
column_name: d.name,
|
||||
is_dttm: d.is_date,
|
||||
type: d.type,
|
||||
is_dttm: d.is_dttm,
|
||||
})),
|
||||
datasetToOverwrite.owners.map((o: DatasetOwner) => o.id),
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user