Skip to content
Snippets Groups Projects
Commit c6ea1c92 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

a bit of cleanup - return to daily defaults and move summary up

parent 841f4b03
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,26 @@ dashboard_filters:
- Country
- State
cards:
# Overview
- Rowcount:
title: Total [[GenericTable]]
visualization: scalar
metrics: Count
score: 100
group: Overview
- RowcountLast30Days:
title: New [[GenericTable]] in the last 30 days
visualization: scalar
metrics: Count
score: 100
filters: Last30Days
group: Overview
- DistinctFKCounts:
title: Distinct [[FK]]
visualization: scalar
metrics: CountDistinctFKs
score: 100
group: Overview
# General
- NumberDistribution:
title: How [[GenericTable]] are distributed across [[GenericNumber]]
......@@ -335,30 +355,10 @@ cards:
# Special
- Singleton:
title: "[[Singleton]]"
visualization: bar
visualization: scalar
metrics: Count
dimensions: Singleton
score: 30
height: 3
width: 3
group: Singletons
# Overview
- Rowcount:
title: Total [[GenericTable]]
visualization: scalar
metrics: Count
score: 100
group: Overview
- RowcountLast30Days:
title: New [[GenericTable]] in the last 30 days
visualization: scalar
metrics: Count
score: 100
filters: Last30Days
group: Overview
- DistinctFKCounts:
title: Distinct [[FK]]
visualization: scalar
metrics: CountDistinctFKs
score: 100
group: Overview
......@@ -100,7 +100,7 @@
(* 24 30 6) :day
(* 24 30 12 10) :month
:year)
:month))
:day))
(defmethod ->reference [:mbql (type Field)]
[_ {:keys [fk_target_field_id id link aggregation base_type fingerprint] :as field}]
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment