Skip to content

Commit 0c56cb9

Browse files
github-automation-metabaseMetabase Docs bot
andauthored
[auto] adding content to release-x.56.x->release-x.56.x (#734)
Co-authored-by: Metabase Docs bot <[email protected]>
1 parent b316861 commit 0c56cb9

File tree

8 files changed

+18
-10
lines changed

8 files changed

+18
-10
lines changed

_docs/latest/data-modeling/formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ Whether to display the values in the middle, left, or right in table cells.
8484
Choose how dates are displayed. Options include formats like:
8585

8686
- January 31, 2018
87-
- 31/01/2018
88-
- 2018-01-31
87+
- 31/1/2018
88+
- 2018/1/31
8989
- And other regional date formats
9090

9191
### Abbreviate days and months

_docs/latest/permissions/data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,9 @@ Create query levels include:
136136

137137
### Query builder and native create queries permission
138138

139-
People can use Metabase's query builder or its native/SQL editor.
139+
People can use Metabase's query builder or its native/SQL editor.
140+
141+
If a group has "Blocked" or "Row and column security" View data permissions for _any_ of the tables in the database, then this group will have native queries disabled for _all_ tables in that database. That's because Metabase can't parse SQL queries, so it can't know for sure whether the SQL queries are using the tables with restricted access.
140142

141143
### Query builder only create queries permission
142144

_docs/v0.56/data-modeling/formatting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ Whether to display the values in the middle, left, or right in table cells.
8080
Choose how dates are displayed. Options include formats like:
8181

8282
- January 31, 2018
83-
- 31/01/2018
84-
- 2018-01-31
83+
- 31/1/2018
84+
- 2018/1/31
8585
- And other regional date formats
8686

8787
### Abbreviate days and months

_docs/v0.56/permissions/data.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ Create query levels include:
135135

136136
### Query builder and native create queries permission
137137

138-
People can use Metabase's query builder or its native/SQL editor.
138+
People can use Metabase's query builder or its native/SQL editor.
139+
140+
If a group has "Blocked" or "Row and column security" View data permissions for _any_ of the tables in the database, then this group will have native queries disabled for _all_ tables in that database. That's because Metabase can't parse SQL queries, so it can't know for sure whether the SQL queries are using the tables with restricted access.
139141

140142
### Query builder only create queries permission
141143

_site/docs/latest/data-modeling/formatting.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4892,8 +4892,8 @@ <h3 id="date-style">Date style</h3>
48924892

48934893
<ul>
48944894
<li>January 31, 2018</li>
4895-
<li>31/01/2018</li>
4896-
<li>2018-01-31</li>
4895+
<li>31/1/2018</li>
4896+
<li>2018/1/31</li>
48974897
<li>And other regional date formats</li>
48984898
</ul>
48994899

_site/docs/latest/permissions/data.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5112,6 +5112,8 @@ <h3 id="query-builder-and-native-create-queries-permission">Query builder and na
51125112

51135113
<p>People can use Metabase’s query builder or its native/SQL editor.</p>
51145114

5115+
<p>If a group has “Blocked” or “Row and column security” View data permissions for <em>any</em> of the tables in the database, then this group will have native queries disabled for <em>all</em> tables in that database. That’s because Metabase can’t parse SQL queries, so it can’t know for sure whether the SQL queries are using the tables with restricted access.</p>
5116+
51155117
<h3 id="query-builder-only-create-queries-permission">Query builder only create queries permission</h3>
51165118

51175119
<p>People can create new questions and drill-through existing questions using Metabase’s query builder.</p>

_site/docs/v0.56/data-modeling/formatting.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4894,8 +4894,8 @@ <h3 id="date-style">Date style</h3>
48944894

48954895
<ul>
48964896
<li>January 31, 2018</li>
4897-
<li>31/01/2018</li>
4898-
<li>2018-01-31</li>
4897+
<li>31/1/2018</li>
4898+
<li>2018/1/31</li>
48994899
<li>And other regional date formats</li>
49004900
</ul>
49014901

_site/docs/v0.56/permissions/data.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5114,6 +5114,8 @@ <h3 id="query-builder-and-native-create-queries-permission">Query builder and na
51145114

51155115
<p>People can use Metabase’s query builder or its native/SQL editor.</p>
51165116

5117+
<p>If a group has “Blocked” or “Row and column security” View data permissions for <em>any</em> of the tables in the database, then this group will have native queries disabled for <em>all</em> tables in that database. That’s because Metabase can’t parse SQL queries, so it can’t know for sure whether the SQL queries are using the tables with restricted access.</p>
5118+
51175119
<h3 id="query-builder-only-create-queries-permission">Query builder only create queries permission</h3>
51185120

51195121
<p>People can create new questions and drill-through existing questions using Metabase’s query builder.</p>

0 commit comments

Comments
 (0)