You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/developer/caching.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ These Lightdash features use caching (if it's enabled on your instance):
45
45
-**Scheduled Deliveries** generate and use cached results for the saved chart or dashboard they belong to.
46
46
-**Google Sheets syncs** also use cached results. If you need syncs to always return fresh data, be aware that enabling caching will cause syncs to deliver cached results until the cache expires.
47
47
-**SQL runner queries** including saved SQL charts and dashboard SQL chart tiles are cached through the same execution path as metric-based charts. Note that the SQL runner does not have a UI button to force-refresh or invalidate the cache — results remain cached until the cache expires.
48
-
-**Metrics Catalog and Spotlight** queries go through the same async query service and are cached like any other query.
48
+
-**Metrics Catalog** queries go through the same async query service and are cached like any other query.
Copy file name to clipboardExpand all lines: guides/lightdash-semantic-layer.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ One of the best things about Lightdash's semantic layer is how flexible it is. Y
67
67
68
68
The most common way to use the semantic layer is in the Lightdash app:
69
69
70
-
- Business users can [explore metrics quickly in Spotlight](/guides/metrics-catalog), a metrics-first experience curated by your data team
70
+
- Business users can [explore metrics quickly in the Metrics Catalog](/guides/metrics-catalog), a metrics-first experience curated by your data team
71
71
- For more complex queries, [query directly from tables](/get-started/exploring-data/using-explores) to select metrics and dimensions without needing to know the underlying data structure
72
72
- Visualizations are generated based on the fields you select, and you can customize however you like
Copy file name to clipboardExpand all lines: guides/metrics-catalog.mdx
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,14 @@
1
1
---
2
-
title: "Spotlight"
2
+
title: "Metrics Catalog"
3
3
sidebarTitle: "Overview"
4
-
description: Spotlight is a suite of features designed to put Metrics front and center. It simplifies data exploration, making it easy for business users to focus on metrics without dealing with complex tables or time dimensions.
4
+
description: Metrics Catalog is a suite of features designed to put Metrics front and center. It simplifies data exploration, making it easy for business users to focus on metrics without dealing with complex tables or time dimensions.
5
5
---
6
6
7
-
<Info>
8
-
**The Spotlight features are currently in beta.**
9
-
10
-
We're actively testing and improving them — some of the functionality might be subject to change.
11
-
</Info>
12
-
13
7
## Getting Started
14
8
15
-
Spotlight features use your existing [Lightdash semantic layer](/guides/lightdash-semantic-layer) and metrics definitions, so you can get started today. Head to **Metrics** in the navigation bar to start exploring.
9
+
Metrics Catalog features use your existing [Lightdash semantic layer](/guides/lightdash-semantic-layer) and metrics definitions, so you can get started today. Head to **Metrics** in the navigation bar to start exploring.
16
10
17
-
Spotlight is organized into two main views:
11
+
Metrics Catalog is organized into two main views:
18
12
19
13
-**Catalog** — A searchable, filterable table of all your project metrics. Browse metrics by category, owner, or popularity, explore any metric over time in the Metrics Explorer, and curate what your business users see through `.yml` configuration.
Copy file name to clipboardExpand all lines: guides/metrics-catalog/catalog.mdx
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "Catalog"
3
-
description: "Browse, explore, and curate your metrics in the Spotlight Metrics Catalog."
3
+
description: "Browse, explore, and curate your metrics in the Metrics Catalog."
4
4
---
5
5
6
6
## Browsing the catalog
@@ -49,11 +49,11 @@ Visualize your metrics in the **Metrics Explorer**.
49
49
50
50
7.**Drag to zoom:** Click and drag across the chart to highlight the desired time range or data points, then release to zoom in on that segment. Hit 'Reset Zoom' to reset chart.
51
51
52
-
## Curating Spotlight for your business users
52
+
## Curating Metrics Catalog for your business users
53
53
54
-
Spotlight is designed to be a tool for your business users to explore and understand your data.
54
+
Metrics Catalog is designed to be a tool for your business users to explore and understand your data.
55
55
56
-
To make Spotlight more useful for your business users, you can curate the metrics they can see and explore.
56
+
To make Metrics Catalog more useful for your business users, you can curate the metrics they can see and explore.
57
57
58
58
To do this, you can:
59
59
@@ -498,7 +498,7 @@ You can set a default owner for all metrics in a model. Metric-level owners over
498
498
<Info>
499
499
- Use the email address of a Lightdash user in your organization.
500
500
- Metric-level owner takes precedence over model-level.
501
-
- You can filter by owner in the Spotlight UI.
501
+
- You can filter by owner in the Metrics Catalog UI.
502
502
- If the email doesn't match a Lightdash user, the metric shows as "Unassigned".
Copy file name to clipboardExpand all lines: references/chart-types/custom-charts.mdx
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,9 @@
1
1
---
2
2
title: "Custom charts"
3
-
description: "Custom charts are available in Beta for those that want additional customization and an extended library of charts. The charts are powered by [vega-lite](https://vega.github.io/vega-lite/examples) - the link will take you to some example galleries of what you can build using this powerful charting library. This includes heat maps, bubble plots, box plots and more."
3
+
description: "Custom charts offer additional customization and an extended library of charts. The charts are powered by [vega-lite](https://vega.github.io/vega-lite/examples) - the link will take you to some example galleries of what you can build using this powerful charting library. This includes heat maps, bubble plots, box plots and more."
4
4
icon: "code"
5
5
---
6
6
7
-
<Info>
8
-
**Custom visualizations are a Beta feature.**
9
-
10
-
This means we have limited documentation and support. We may also change the way these options work in the future.
11
-
</Info>
12
-
13
-
14
7
### Known limitations
15
8
16
9
These new Vega-lite powered charts offer enhanced flexibility and a broader range of visualizations, but there are important limitations to be aware of, particularly concerning interactivity and dashboard integration like:
Copy file name to clipboardExpand all lines: references/lightdash-config-yml.mdx
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "lightdash.config.yml reference"
3
-
description: 'The lightdash.config.yml file allows you to configure project-wide settings for your Lightdash project, including spotlight, parameters, and defaults.'
3
+
description: 'The lightdash.config.yml file allows you to configure project-wide settings for your Lightdash project, including Metrics Catalog, parameters, and defaults.'
4
4
sidebarTitle: "lightdash.config.yml"
5
5
---
6
6
@@ -20,7 +20,7 @@ The `lightdash.config.yml` file is an **optional** configuration file that allow
20
20
21
21
You **don't need**`lightdash.config.yml` to get started with Lightdash! This file is for users who want to:
22
22
23
-
-**Organize metrics in [Spotlight](/guides/metrics-catalog)** with custom categories and visibility settings
23
+
-**Organize metrics in the [Metrics Catalog](/guides/metrics-catalog)** with custom categories and visibility settings
24
24
-**Create parameters** that users can change to modify data across multiple charts and dashboards
25
25
26
26
If you're just getting started with Lightdash, you can skip this file and come back to it later when you want these advanced features.
@@ -48,7 +48,7 @@ Before creating a `lightdash.config.yml` file, make sure you have:
48
48
```
49
49
</Step>
50
50
<Steptitle="Add your first configuration">
51
-
Start with a simple configuration. Here's a basic example that sets up Spotlight categories:
51
+
Start with a simple configuration. Here's a basic example that sets up Metrics Catalog categories:
52
52
53
53
```yaml
54
54
# Basic lightdash.config.yml example
@@ -100,9 +100,9 @@ custom_granularities:
100
100
```
101
101
102
102
103
-
## Spotlight configuration
103
+
## Metrics Catalog configuration
104
104
105
-
The `spotlight` section allows you to configure project-wide spotlight settings. This section is required in the lightdash.config.yml file.
105
+
The `spotlight` section allows you to configure project-wide Metrics Catalog settings. This section is required in the lightdash.config.yml file.
| `label` | Yes | string | The label of the category as it will be displayed in Spotlight. |
128
+
| `label` | Yes | string | The label of the category as it will be displayed in the Metrics Catalog. |
129
129
| `color` | No | string enum | The color of the category. If not provided, it will be set to gray. Allowed values: `gray`, `violet`, `red`, `orange`, `green`, `blue`, `indigo`, `pink`, `yellow`. |
Copy file name to clipboardExpand all lines: references/table-calculation-functions/aggregate-functions.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@ title: "Aggregate functions"
3
3
description: "Built-in functions for referencing column and row totals in your table calculations."
4
4
---
5
5
6
-
<Info>
7
-
**Table calculation functions are an Experimental feature.**
8
-
9
-
These functions may change or be updated without notice as we iterate. See [feature maturity levels](/references/workspace/feature-maturity-levels) for details.
10
-
</Info>
11
-
12
6
Aggregate functions let you reference grand totals and row totals in your table calculations. Unlike [row functions](/references/table-calculation-functions/row-functions) and [pivot functions](/references/table-calculation-functions/pivot-functions) which compile to SQL window functions, aggregate functions generate separate CTEs that compute totals from the underlying data.
13
7
14
8
This means `total()` correctly handles all metric types — including `count_distinct` and `average` — by re-running the metric's native aggregation rather than naively summing grouped values.
Copy file name to clipboardExpand all lines: references/table-calculation-functions/pivot-functions.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@ title: "Pivot functions"
3
3
description: "Built-in functions for accessing values across pivot columns in your table calculations."
4
4
---
5
5
6
-
<Info>
7
-
**Table calculation functions are an Experimental feature.**
8
-
9
-
These functions may change or be updated without notice as we iterate. See [feature maturity levels](/references/workspace/feature-maturity-levels) for details.
10
-
</Info>
11
-
12
6
Pivot functions let you work with values across pivot columns in your results table. When you pivot a dimension in Lightdash, the values of that dimension become separate columns — pivot functions give you a way to reference and aggregate across those columns.
0 commit comments