We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd56a58 commit a154271Copy full SHA for a154271
apps/src/metabase/helpers/analystModeTypes.ts
@@ -42,7 +42,7 @@ export interface MetabaseAppStateDashboardV2 extends MetabaseAppStateBase {
42
43
const fieldsToRemove = [
44
'cache_invalidated_at',
45
- 'archived',
+ // 'archived',
46
'collection_position',
47
'source_card_id',
48
'creator',
@@ -55,12 +55,12 @@ const fieldsToRemove = [
55
'collection_preview',
56
// more useless stuff to remove
57
'displayIsLocked',
58
- 'view_count',
+ // 'view_count',
59
'table_id',
60
'can_run_adhoc_query',
61
'can_write',
62
'card_schema',
63
- 'dashboard_count',
+ // 'dashboard_count',
64
'creator_id',
65
'can_restore',
66
'moderation_reviews',
0 commit comments