Skip to content

Commit 2ad3baf

Browse files
Update dbt version references to include Fusion (#405)
* Update guides/formatting-your-fields.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Update get-started/develop-in-lightdash/how-to-create-dimensions.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Update references/tables.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Update references/metrics.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Update references/dimensions.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Update references/joins.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> * Update guides/metrics-catalog.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent b75f0d1 commit 2ad3baf

7 files changed

Lines changed: 118 additions & 118 deletions

File tree

get-started/develop-in-lightdash/how-to-create-dimensions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For example, if I had a column in my dbt model called `source` and I wanted to a
8888
...
8989
```
9090
</Tab>
91-
<Tab title="dbt v1.10+">
91+
<Tab title="dbt v1.10+ and Fusion">
9292
```yaml
9393
models:
9494
- name: Pages
@@ -152,7 +152,7 @@ You can jazz up your dimensions by configuring them in your .yml files. These di
152152
...etc
153153
```
154154
</Tab>
155-
<Tab title="dbt v1.10+">
155+
<Tab title="dbt v1.10+ and Fusion">
156156
```yaml
157157
models:
158158
- name: orders

guides/formatting-your-fields.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In your dbt YAML file, it'll look something like this:
3232
hidden: true
3333
```
3434
</Tab>
35-
<Tab title="dbt v1.10+">
35+
<Tab title="dbt v1.10+ and Fusion">
3636
```yaml
3737
models:
3838
- name: users
@@ -72,7 +72,7 @@ The same thing goes for metrics:
7272
hidden: true
7373
```
7474
</Tab>
75-
<Tab title="dbt v1.10+">
75+
<Tab title="dbt v1.10+ and Fusion">
7676
```yaml
7777
models:
7878
- name: users
@@ -158,7 +158,7 @@ For example you might want to group the percentile metrics into two sub categori
158158
groups: ['percentile', 'over']
159159
```
160160
</Tab>
161-
<Tab title="dbt v1.10+">
161+
<Tab title="dbt v1.10+ and Fusion">
162162
```yaml
163163
models:
164164
- name: events
@@ -272,7 +272,7 @@ By default, Lightdash pulls in the descriptions you've included for your dimensi
272272
description: 'Unique identifier for a user'
273273
```
274274
</Tab>
275-
<Tab title="dbt v1.10+">
275+
<Tab title="dbt v1.10+ and Fusion">
276276
```yaml
277277
models:
278278
- name: users
@@ -322,7 +322,7 @@ If you don't add a custom description for your metric, Lightdash will show a des
322322
description: 'Count the unique number of user IDs'
323323
```
324324
</Tab>
325-
<Tab title="dbt v1.10+">
325+
<Tab title="dbt v1.10+ and Fusion">
326326
```yaml
327327
models:
328328
- name: users
@@ -377,7 +377,7 @@ So, if I had a field `user_id_sha64`, I could relabel it to `User ID`.
377377
label: 'User ID'
378378
```
379379
</Tab>
380-
<Tab title="dbt v1.10+">
380+
<Tab title="dbt v1.10+ and Fusion">
381381
```yaml
382382
models:
383383
- name: users
@@ -421,7 +421,7 @@ Same thing goes for metrics!
421421
label: 'Total users'
422422
```
423423
</Tab>
424-
<Tab title="dbt v1.10+">
424+
<Tab title="dbt v1.10+ and Fusion">
425425
```yaml
426426
models:
427427
- name: users
@@ -484,7 +484,7 @@ Like this:
484484
format: '0.00'
485485
```
486486
</Tab>
487-
<Tab title="dbt v1.10+">
487+
<Tab title="dbt v1.10+ and Fusion">
488488
```yaml
489489
models:
490490
- name: sales
@@ -527,7 +527,7 @@ Like this:
527527
format: '0.00'
528528
```
529529
</Tab>
530-
<Tab title="dbt v1.10+">
530+
<Tab title="dbt v1.10+ and Fusion">
531531
```yaml
532532
models:
533533
- name: sales
@@ -588,7 +588,7 @@ Like this:
588588
format: '0," K"'
589589
```
590590
</Tab>
591-
<Tab title="dbt v1.10+">
591+
<Tab title="dbt v1.10+ and Fusion">
592592
```yaml
593593
models:
594594
- name: sales
@@ -634,7 +634,7 @@ Like this:
634634
format: '0.00,,," B"'
635635
```
636636
</Tab>
637-
<Tab title="dbt v1.10+">
637+
<Tab title="dbt v1.10+ and Fusion">
638638
```yaml
639639
models:
640640
- name: sales
@@ -698,7 +698,7 @@ You can add a `format` to your dimensions this:
698698
format: '[$£]#,##0.00'
699699
```
700700
</Tab>
701-
<Tab title="dbt v1.10+">
701+
<Tab title="dbt v1.10+ and Fusion">
702702
```yaml
703703
models:
704704
- name: sales
@@ -742,7 +742,7 @@ You can add a `format` to your metrics this:
742742
format: '[$£]#,##0.00'
743743
```
744744
</Tab>
745-
<Tab title="dbt v1.10+">
745+
<Tab title="dbt v1.10+ and Fusion">
746746
```yaml
747747
models:
748748
- name: sales
@@ -819,7 +819,7 @@ In your model YAML file:
819819
format: '${ld.parameters.currency_symbol}0,0.00'
820820
```
821821
</Tab>
822-
<Tab title="dbt v1.10+">
822+
<Tab title="dbt v1.10+ and Fusion">
823823
```yaml
824824
models:
825825
- name: sales
@@ -898,7 +898,7 @@ In your model YAML file:
898898
format: '${ld.parameters.currency=="usd"?"$":""}${ld.parameters.currency=="eur"?"€":""}${ld.parameters.currency=="eur"?"£":""}0,0.00'
899899
```
900900
</Tab>
901-
<Tab title="dbt v1.10+">
901+
<Tab title="dbt v1.10+ and Fusion">
902902
```yaml
903903
models:
904904
- name: sales
@@ -967,7 +967,7 @@ Then use it in your model YAML file:
967967
format: '0,0${ld.parameters.decimals=="true"?".00":""}'
968968
```
969969
</Tab>
970-
<Tab title="dbt v1.10+">
970+
<Tab title="dbt v1.10+ and Fusion">
971971
```yaml
972972
models:
973973
- name: sales

guides/metrics-catalog.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ This will set the default visibility of metrics in the catalog to `show` for all
138138
visibility: hide
139139
```
140140
</Tab>
141-
<Tab title="dbt v1.10+">
141+
<Tab title="dbt v1.10+ and Fusion">
142142
```yml
143143
models:
144144
- name: events
@@ -178,7 +178,7 @@ This will hide the events model from the catalog.
178178
visibility: show
179179
```
180180
</Tab>
181-
<Tab title="dbt v1.10+">
181+
<Tab title="dbt v1.10+ and Fusion">
182182
```yml
183183
models:
184184
- name: events
@@ -268,7 +268,7 @@ spotlight:
268268
- revenue
269269
```
270270
</Tab>
271-
<Tab title="dbt v1.10+">
271+
<Tab title="dbt v1.10+ and Fusion">
272272
```yml
273273
models:
274274
- name: events
@@ -331,7 +331,7 @@ Now you can add the `marketing` category to the `event_count` metric:
331331
- marketing
332332
```
333333
</Tab>
334-
<Tab title="dbt v1.10+">
334+
<Tab title="dbt v1.10+ and Fusion">
335335
```yml
336336
models:
337337
- name: events
@@ -400,7 +400,7 @@ You can assign owners to metrics using the `spotlight.owner` property. The owner
400400
owner: alice@yourcompany.com
401401
```
402402
</Tab>
403-
<Tab title="dbt v1.10+">
403+
<Tab title="dbt v1.10+ and Fusion">
404404
```yaml
405405
models:
406406
- name: orders
@@ -458,7 +458,7 @@ You can set a default owner for all metrics in a model. Metric-level owners over
458458
# inherits bob@yourcompany.com from model
459459
```
460460
</Tab>
461-
<Tab title="dbt v1.10+">
461+
<Tab title="dbt v1.10+ and Fusion">
462462
```yaml
463463
models:
464464
- name: orders
@@ -534,7 +534,7 @@ Use boolean values at the dimension level to hide a dimension from filter or seg
534534
segment_by: false # hide from segment-by dropdown
535535
```
536536
</Tab>
537-
<Tab title="dbt v1.10+">
537+
<Tab title="dbt v1.10+ and Fusion">
538538
```yaml
539539
models:
540540
- name: orders
@@ -587,7 +587,7 @@ Use an array of dimension names at the metric level to create an allowlist of di
587587
- customer_segment
588588
```
589589
</Tab>
590-
<Tab title="dbt v1.10+">
590+
<Tab title="dbt v1.10+ and Fusion">
591591
```yaml
592592
models:
593593
- name: orders
@@ -678,7 +678,7 @@ To pre-select a time field in the explore view, simply define the default settin
678678
type: count
679679
```
680680
</Tab>
681-
<Tab title="dbt v1.10+">
681+
<Tab title="dbt v1.10+ and Fusion">
682682
```yml
683683
models:
684684
- name: events
@@ -742,7 +742,7 @@ To pre-select a time field in the explore view, simply define the default settin
742742
# ... your column definitions here
743743
```
744744
</Tab>
745-
<Tab title="dbt v1.10+">
745+
<Tab title="dbt v1.10+ and Fusion">
746746
```yaml
747747
models:
748748
- name: events
@@ -806,7 +806,7 @@ This will override the time dimension defined on the table level.
806806
interval: MONTH
807807
```
808808
</Tab>
809-
<Tab title="dbt v1.10+">
809+
<Tab title="dbt v1.10+ and Fusion">
810810
```yaml
811811
models:
812812
- name: events

0 commit comments

Comments
 (0)