mirror of
https://github.com/apache/superset.git
synced 2026-06-02 06:09:21 +00:00
feat(explore): Integrate dataset panel with Folders feature (#33104)
Co-authored-by: Kamil Gabryjelski <kamil.gabryjelski@gmail.com>
This commit is contained in:
committed by
GitHub
parent
a5a91d5e48
commit
7b9ebbe735
@@ -18,6 +18,7 @@
|
||||
*/
|
||||
|
||||
import { useCallback, useEffect, useMemo, useState } from 'react';
|
||||
import { nanoid } from 'nanoid';
|
||||
import {
|
||||
ensureIsArray,
|
||||
GenericDataType,
|
||||
@@ -77,6 +78,7 @@ const coerceMetrics = (
|
||||
return {
|
||||
metric_name: metric,
|
||||
error_text: t('This metric might be incompatible with current dataset'),
|
||||
uuid: nanoid(),
|
||||
};
|
||||
}
|
||||
if (!isDictionaryForAdhocMetric(metric)) {
|
||||
|
||||
Reference in New Issue
Block a user