@@ -28,7 +28,7 @@ There are a few things admins need to do to support CSV uploads:
-[Connect to a database using a database user account with write access](#connect-to-a-database-using-a-database-user-account-with-write-access). This way Metabase will be able to store the uploaded data somewhere.
-[Select the database and schema you want to store the uploaded data in](#select-the-database-and-schema-that-you-want-to-store-the-data-in).
-[(Optional) Specify a prefix for Metabase to prepend to the uploaded tables](#specify-a-prefix-for-metabase-to-prepend-to-the-uploaded-tables).
-[Add people to a group with unrestricted data access to the upload schema database](#add-people-to-a-group-with-unrestricted-data-access-to-the-upload-schema).
-[Add people to a group with view data and create query access to the upload schema database](#add-people-to-a-group-with-data-access-to-the-upload-schema).
## Connect to a database using a database user account with write access
...
...
@@ -57,7 +57,7 @@ When people upload a CSV to a collection, Metabase will:
Admins can optionally specify a string of text to add in front of the table that Metabase creates to store the uploaded data.
## Add people to a group with unrestricted data access to the upload schema
## Add people to a group with data access to the upload schema
In order to upload CSVs, a person must be in a group with **View data** access of "Can view" and **Create queries** of Query builder access or higher to the schema you've selected to store your uploaded data. See [groups](../people-and-groups/managing.md) and [data permissions](../permissions/data.md).
@@ -147,6 +147,10 @@ Note that only admins can delete database connections in your Metabase, so peopl
If you see this modal pop-up, Metabase is telling you that the people in the All Users group (that is, everyone in your Metabase), have a higher level of access to the database, schema, or table that you're setting permissions on. To limit your current group to your preferred permission level, the All Users group must have a less permissive level of access to the data source in question.
## Upload permissions
See [Upload permissions](../databases/uploads.md#add-people-to-a-group-with-data-access-to-the-upload-schema).