diff --git a/docs/docs/using-superset/exploring-data.mdx b/docs/docs/using-superset/exploring-data.mdx index 90bbf0727..5c158e6c5 100644 --- a/docs/docs/using-superset/exploring-data.mdx +++ b/docs/docs/using-superset/exploring-data.mdx @@ -27,33 +27,34 @@ following information about each flight is given: You may need to enable the functionality to upload a CSV or Excel file to your database. The following section explains how to enable this functionality for the examples database. -In the top menu, select **Data ‣ Databases**. Find the **examples** database in the list and +In the top menu, select **Settings ‣ Data ‣ Database Connections**. Find the **examples** database in the list and select the **Edit** button. -In the resulting modal window, switch to the **Extra** tab and -tick the checkbox for **Allow Data Upload**. End by clicking the **Save** button. +In the resulting modal window, switch to the **Advanced** tab and open **Security** section. +Then, tick the checkbox for **Allow file uploads to database**. End by clicking the **Finish** button. - + ### Loading CSV Data Download the CSV dataset to your computer from [GitHub](https://raw.githubusercontent.com/apache-superset/examples-data/master/tutorial_flights.csv). -In the Superset menu, select **Data ‣ Upload a CSV**. +In the top menu, select **Settings ‣ Data ‣ Database Connections**. Then, **Upload file to database ‣ Upload CSV**. -Then, enter the **Table Name** as _tutorial_flights_ and select the CSV file from your computer. +Then, select select the CSV file from your computer, select **Database** and **Schema**, and enter the **Table Name** +as _tutorial_flights_. -Next enter the text _Travel Date_ into the **Parse Dates** field. +Next enter the text _Travel Date_ into the **File settings ‣ Columns to be parsed as dates** field. -Leaving all the other options in their default settings, select **Save** at the bottom of the page. +Leaving all the other options in their default settings, select **Upload** at the bottom of the page. ### Table Visualization diff --git a/docs/static/img/tutorial/add-data-upload.png b/docs/static/img/tutorial/add-data-upload.png deleted file mode 100644 index d72ad68dc..000000000 Binary files a/docs/static/img/tutorial/add-data-upload.png and /dev/null differ diff --git a/docs/static/img/tutorial/allow-file-uploads.png b/docs/static/img/tutorial/allow-file-uploads.png new file mode 100644 index 000000000..724c1a340 Binary files /dev/null and b/docs/static/img/tutorial/allow-file-uploads.png differ diff --git a/docs/static/img/tutorial/csv_to_database_configuration.png b/docs/static/img/tutorial/csv_to_database_configuration.png index 79fabca28..7444338e3 100644 Binary files a/docs/static/img/tutorial/csv_to_database_configuration.png and b/docs/static/img/tutorial/csv_to_database_configuration.png differ diff --git a/docs/static/img/tutorial/parse_dates_column.png b/docs/static/img/tutorial/parse_dates_column.png index a9def08b7..0af48e188 100644 Binary files a/docs/static/img/tutorial/parse_dates_column.png and b/docs/static/img/tutorial/parse_dates_column.png differ diff --git a/docs/static/img/tutorial/upload_a_csv.png b/docs/static/img/tutorial/upload_a_csv.png index 3c23b3d3b..35988baf4 100644 Binary files a/docs/static/img/tutorial/upload_a_csv.png and b/docs/static/img/tutorial/upload_a_csv.png differ