From ef4d203d76aade9585f35ad4dc8e6f9d596b99c8 Mon Sep 17 00:00:00 2001 From: Prateek Bisht <143113996+prateekbisht23@users.noreply.github.com> Date: Wed, 24 Sep 2025 12:29:07 +0530 Subject: [PATCH] docs: update import-data guide to reflect dashboard UI change (#38675) --- apps/docs/content/guides/database/import-data.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/guides/database/import-data.mdx b/apps/docs/content/guides/database/import-data.mdx index 4d32ed592e..df2a6cc0b6 100644 --- a/apps/docs/content/guides/database/import-data.mdx +++ b/apps/docs/content/guides/database/import-data.mdx @@ -27,7 +27,7 @@ If you're importing a large dataset or importing data into production, plan ahea Supabase dashboard provides a user-friendly way to import data. However, for very large datasets, this method may not be the most efficient choice, given the size limit is 100MB. It's generally better suited for smaller datasets and quick data imports. Consider using alternative methods like pgloader for large-scale data imports. 1. Navigate to the relevant table in the [Table Editor.](/dashboard/project/_/editor) -2. Click on “Insert” then choose "Import Data from CSV" and follow the on-screen instructions to upload your CSV file. +2. Click on _+ New table_ (for new, empty projects) or _Insert_ (for existing tables), then choose _Import Data from CSV_ and follow the on-screen instructions to upload your CSV file. ### Option 2: Bulk import using pgloader