Skip to content

Commit c09b05b

Browse files
author
Metabase Docs bot
committed
[auto] adding content to SEM-349-lighter->master
1 parent fd1ebea commit c09b05b

File tree

268 files changed

+10118
-8243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

268 files changed

+10118
-8243
lines changed

_docs/master/developers-guide/driver-changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ layout: new-docs
3131

3232
- Added a feature `:expressions/today` for drivers that support generating a date for the current day.
3333

34+
## Metabase 0.55.8
35+
36+
- Add multi-method `driver/do-with-resilient-connection` for executing functions in a context where closed connections may be automatically reopened
37+
38+
3439
## Metabase 0.55.0
3540

3641
- Add the multi-method `->date` that allows the driver to control how to cast strings and temporal types to dates.

_site/docs/master/CONTRIBUTING.html

Lines changed: 37 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/base16/atelier-sulphurpool-light.min.css" integrity="sha512-qrwjMzcPG1EHhhg9z2nH7VW7hj525RVx0o7GlxQc4ZhWkghp9slpnTjOUu5thnPaRfRqfAUlX7anvAqD9EonfQ==" crossorigin="anonymous" referrerpolicy="no-referrer">
133133
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
134134

135+
<script src="/js/promo-banner.js"></script>
136+
135137
<!-- GDPR -->
136138
<script type="text/javascript" src="/gdpr-cookie-notice/dist/script.js"></script>
137139
<script type="text/javascript" src="/js/cookie-consent.js"></script>
@@ -160,10 +162,13 @@
160162

161163

162164

163-
<header class="bootstrap ">
165+
166+
167+
<header class="bootstrap sticky">
164168
<div class="navigation-header bg-neutral-white ">
165169

166-
<div class="promo-banner hidden">
170+
171+
<div class="promo-banner hidden">
167172
<div>
168173
<span class="button">New</span>
169174
<span>Metabase 55: Data visualizer for dashboard cards, database connection routing, and much more!</span>
@@ -173,8 +178,8 @@
173178
<button>×</button>
174179
</div>
175180
<script src="/js/events/datetime.js"></script>
176-
<script src="/js/promo-banner.js"></script>
177181

182+
178183

179184

180185
<div class="container d-flex h-100 align-items-center">
@@ -301,6 +306,24 @@ <h6>Embedded Analytics</h6>
301306

302307

303308

309+
</div>
310+
</a>
311+
312+
313+
<a class="menu-link" href="/features/data-segregation">
314+
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
315+
<path stroke="#509EE3" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.75 5.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM4.75 14.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM13.75 5.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM13.75 14.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5Z"></path>
316+
</svg>
317+
318+
319+
<div>
320+
<span class="menu-link-heading">
321+
Data segregation
322+
</span>
323+
324+
325+
326+
304327
</div>
305328
</a>
306329

@@ -366,24 +389,6 @@ <h6>Embedded Analytics</h6>
366389

367390

368391

369-
</div>
370-
</a>
371-
372-
373-
<a class="menu-link" href="/features/data-sandbox">
374-
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
375-
<path stroke="#509EE3" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.75 5.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM4.75 14.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM13.75 5.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM13.75 14.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5Z"></path>
376-
</svg>
377-
378-
379-
<div>
380-
<span class="menu-link-heading">
381-
Sandboxing
382-
</span>
383-
384-
385-
386-
387392
</div>
388393
</a>
389394

@@ -748,14 +753,18 @@ <h6>Learn</h6>
748753
<div class="menu-links-wrapper bg-neutral-95 blog-posts-wrapper">
749754
<span class="menu-heading">Recent Blog Posts</span>
750755

751-
<a class="w-100 post-with-image recent-blog-link mt-1" href="/blog/how-to-build-sales-dashboards">
756+
<a class="w-100 post-with-image recent-blog-link mt-1" href="/blog/story-behind-ai-dataset-generator">
752757
<div class="d-flex align-items-center position-relative overflow-hidden rounded-2 mb-3" id="recent-blog-image-wrapper">
753-
<img alt="Resources Image" class="position-absolute w-100" src="/images/posts/sales-dashboards/sales-dashboard-og.jpg" loading="lazy">
758+
<img alt="Resources Image" class="position-absolute w-100" src="/images/posts/ai-dataset-generator.png" loading="lazy">
754759
</div>
755-
<span class="h6 neutral-40 recent-blog-link-heading mb-3">How to build sales dashboards that sales teams actually use</span>
760+
<span class="h6 neutral-40 recent-blog-link-heading mb-3">The story behind our AI Dataset Generator</span>
756761
</a>
757762

758763

764+
<a class="w-100 recent-blog-link" href="/blog/how-to-build-sales-dashboards">
765+
<span class="h6 neutral-40 recent-blog-link-heading mb-3">How to build sales dashboards that sales teams actually use</span>
766+
</a>
767+
759768
<a class="w-100 recent-blog-link" href="/blog/what-is-embedded-analytics">
760769
<span class="h6 neutral-40 recent-blog-link-heading mb-3">What is embedded analytics?</span>
761770
</a>
@@ -768,10 +777,6 @@ <h6>Learn</h6>
768777
<span class="h6 neutral-40 recent-blog-link-heading mb-3">Top 5 Dashboard fails (and how to fix them)</span>
769778
</a>
770779

771-
<a class="w-100 recent-blog-link" href="/blog/metabase-product-hunt-ama">
772-
<span class="h6 neutral-40 recent-blog-link-heading mb-3">Product Hunt AMA Recap: embedding, open source success, and more</span>
773-
</a>
774-
775780
</div>
776781
</div>
777782
</div>
@@ -4164,7 +4169,7 @@ <h5>Other resources</h5>
41644169

41654170
<nav style="--bs-breadcrumb-divider: url('/images/chevron_blue_right.svg');" aria-label="breadcrumb">
41664171
<ol class="breadcrumb">
4167-
<li class="breadcrumb-item"><a class="paragraph-5 blue-60 fw-bold" href="/docs/master/">Home</a></li>
4172+
<li class="breadcrumb-item"><a href="/docs/master/">Home</a></li>
41684173

41694174

41704175

@@ -4289,10 +4294,12 @@ <h5>Other resources</h5>
42894294

42904295

42914296

4297+
42924298
<div id="inkeep"></div>
42934299

42944300

42954301
<script src="/js/inkeep.js" type="module" defer=""></script>
4302+
42964303
</div>
42974304
</div>
42984305

@@ -4573,7 +4580,7 @@ <h6>Features</h6>
45734580
<a href="/features/usage-analytics">Usage analytics</a>
45744581
<a href="/features/analytics-dashboards">Analytics dashboards</a>
45754582
<a href="/features/sql-editor">SQL editor</a>
4576-
<a href="/features/data-sandbox">Sandboxing</a>
4583+
<a href="/features/data-segregation">Data segregation</a>
45774584
<a href="/features/models">Models</a>
45784585
<a href="/features/permissions">Permissions</a>
45794586
<a href="/product/csv-uploads">CSV upload</a>

_site/docs/master/actions/basic.html

Lines changed: 38 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@
132132
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/base16/atelier-sulphurpool-light.min.css" integrity="sha512-qrwjMzcPG1EHhhg9z2nH7VW7hj525RVx0o7GlxQc4ZhWkghp9slpnTjOUu5thnPaRfRqfAUlX7anvAqD9EonfQ==" crossorigin="anonymous" referrerpolicy="no-referrer">
133133
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
134134

135+
<script src="/js/promo-banner.js"></script>
136+
135137
<!-- GDPR -->
136138
<script type="text/javascript" src="/gdpr-cookie-notice/dist/script.js"></script>
137139
<script type="text/javascript" src="/js/cookie-consent.js"></script>
@@ -160,10 +162,13 @@
160162

161163

162164

163-
<header class="bootstrap ">
165+
166+
167+
<header class="bootstrap sticky">
164168
<div class="navigation-header bg-neutral-white ">
165169

166-
<div class="promo-banner hidden">
170+
171+
<div class="promo-banner hidden">
167172
<div>
168173
<span class="button">New</span>
169174
<span>Metabase 55: Data visualizer for dashboard cards, database connection routing, and much more!</span>
@@ -173,8 +178,8 @@
173178
<button>×</button>
174179
</div>
175180
<script src="/js/events/datetime.js"></script>
176-
<script src="/js/promo-banner.js"></script>
177181

182+
178183

179184

180185
<div class="container d-flex h-100 align-items-center">
@@ -301,6 +306,24 @@ <h6>Embedded Analytics</h6>
301306

302307

303308

309+
</div>
310+
</a>
311+
312+
313+
<a class="menu-link" href="/features/data-segregation">
314+
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
315+
<path stroke="#509EE3" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.75 5.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM4.75 14.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM13.75 5.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM13.75 14.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5Z"></path>
316+
</svg>
317+
318+
319+
<div>
320+
<span class="menu-link-heading">
321+
Data segregation
322+
</span>
323+
324+
325+
326+
304327
</div>
305328
</a>
306329

@@ -366,24 +389,6 @@ <h6>Embedded Analytics</h6>
366389

367390

368391

369-
</div>
370-
</a>
371-
372-
373-
<a class="menu-link" href="/features/data-sandbox">
374-
<svg width="24" height="24" fill="none" xmlns="http://www.w3.org/2000/svg">
375-
<path stroke="#509EE3" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M4.75 5.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM4.75 14.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM13.75 5.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5ZM13.75 14.75a1 1 0 0 1 1-1h3.5a1 1 0 0 1 1 1v3.5a1 1 0 0 1-1 1h-3.5a1 1 0 0 1-1-1v-3.5Z"></path>
376-
</svg>
377-
378-
379-
<div>
380-
<span class="menu-link-heading">
381-
Sandboxing
382-
</span>
383-
384-
385-
386-
387392
</div>
388393
</a>
389394

@@ -748,14 +753,18 @@ <h6>Learn</h6>
748753
<div class="menu-links-wrapper bg-neutral-95 blog-posts-wrapper">
749754
<span class="menu-heading">Recent Blog Posts</span>
750755

751-
<a class="w-100 post-with-image recent-blog-link mt-1" href="/blog/how-to-build-sales-dashboards">
756+
<a class="w-100 post-with-image recent-blog-link mt-1" href="/blog/story-behind-ai-dataset-generator">
752757
<div class="d-flex align-items-center position-relative overflow-hidden rounded-2 mb-3" id="recent-blog-image-wrapper">
753-
<img alt="Resources Image" class="position-absolute w-100" src="/images/posts/sales-dashboards/sales-dashboard-og.jpg" loading="lazy">
758+
<img alt="Resources Image" class="position-absolute w-100" src="/images/posts/ai-dataset-generator.png" loading="lazy">
754759
</div>
755-
<span class="h6 neutral-40 recent-blog-link-heading mb-3">How to build sales dashboards that sales teams actually use</span>
760+
<span class="h6 neutral-40 recent-blog-link-heading mb-3">The story behind our AI Dataset Generator</span>
756761
</a>
757762

758763

764+
<a class="w-100 recent-blog-link" href="/blog/how-to-build-sales-dashboards">
765+
<span class="h6 neutral-40 recent-blog-link-heading mb-3">How to build sales dashboards that sales teams actually use</span>
766+
</a>
767+
759768
<a class="w-100 recent-blog-link" href="/blog/what-is-embedded-analytics">
760769
<span class="h6 neutral-40 recent-blog-link-heading mb-3">What is embedded analytics?</span>
761770
</a>
@@ -768,10 +777,6 @@ <h6>Learn</h6>
768777
<span class="h6 neutral-40 recent-blog-link-heading mb-3">Top 5 Dashboard fails (and how to fix them)</span>
769778
</a>
770779

771-
<a class="w-100 recent-blog-link" href="/blog/metabase-product-hunt-ama">
772-
<span class="h6 neutral-40 recent-blog-link-heading mb-3">Product Hunt AMA Recap: embedding, open source success, and more</span>
773-
</a>
774-
775780
</div>
776781
</div>
777782
</div>
@@ -4164,12 +4169,12 @@ <h5>Other resources</h5>
41644169

41654170
<nav style="--bs-breadcrumb-divider: url('/images/chevron_blue_right.svg');" aria-label="breadcrumb">
41664171
<ol class="breadcrumb">
4167-
<li class="breadcrumb-item"><a class="paragraph-5 blue-60 fw-bold" href="/docs/master/">Home</a></li>
4172+
<li class="breadcrumb-item"><a href="/docs/master/">Home</a></li>
41684173

41694174

41704175

41714176

4172-
<li class="breadcrumb-item"><a class="paragraph-5 blue-60 fw-bold" href="/docs/master/actions/start">Actions</a></li>
4177+
<li class="breadcrumb-item"><a class="blue-60" href="/docs/master/actions/start">Actions</a></li>
41734178

41744179

41754180
</ol>
@@ -4291,10 +4296,12 @@ <h5>Other resources</h5>
42914296

42924297

42934298

4299+
42944300
<div id="inkeep"></div>
42954301

42964302

42974303
<script src="/js/inkeep.js" type="module" defer=""></script>
4304+
42984305
</div>
42994306
</div>
43004307

@@ -4548,7 +4555,7 @@ <h6>Features</h6>
45484555
<a href="/features/usage-analytics">Usage analytics</a>
45494556
<a href="/features/analytics-dashboards">Analytics dashboards</a>
45504557
<a href="/features/sql-editor">SQL editor</a>
4551-
<a href="/features/data-sandbox">Sandboxing</a>
4558+
<a href="/features/data-segregation">Data segregation</a>
45524559
<a href="/features/models">Models</a>
45534560
<a href="/features/permissions">Permissions</a>
45544561
<a href="/product/csv-uploads">CSV upload</a>

0 commit comments

Comments
 (0)