Skip to content

Commit a154271

Browse files
committed
Add more fields to card metadata
1 parent bd56a58 commit a154271

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/src/metabase/helpers/analystModeTypes.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export interface MetabaseAppStateDashboardV2 extends MetabaseAppStateBase {
4242

4343
const fieldsToRemove = [
4444
'cache_invalidated_at',
45-
'archived',
45+
// 'archived',
4646
'collection_position',
4747
'source_card_id',
4848
'creator',
@@ -55,12 +55,12 @@ const fieldsToRemove = [
5555
'collection_preview',
5656
// more useless stuff to remove
5757
'displayIsLocked',
58-
'view_count',
58+
// 'view_count',
5959
'table_id',
6060
'can_run_adhoc_query',
6161
'can_write',
6262
'card_schema',
63-
'dashboard_count',
63+
// 'dashboard_count',
6464
'creator_id',
6565
'can_restore',
6666
'moderation_reviews',

0 commit comments

Comments
 (0)