You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2021/11/23 10:56:07 UTC

[superset] branch master updated: docs(exploring-data): Add upload excel notes (#17502)

This is an automated email from the ASF dual-hosted git repository.

villebro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new c7a7865  docs(exploring-data): Add upload excel notes (#17502)
c7a7865 is described below

commit c7a7865f464626172d9cedc3ad2ef751ff5c33c9
Author: aniaan <fj...@gmail.com>
AuthorDate: Tue Nov 23 18:54:59 2021 +0800

    docs(exploring-data): Add upload excel notes (#17502)
    
    * docs(exploring-data): Add upload excel notes
    
    * docs(exploring-data): Add upload Columnar file notes
    
    * docs(exploring-data): fix typo
---
 .../src/pages/docs/Creating Charts and Dashboards/exploring-data.mdx | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/docs/src/pages/docs/Creating Charts and Dashboards/exploring-data.mdx b/docs/src/pages/docs/Creating Charts and Dashboards/exploring-data.mdx
index 4a77394..7ce2fcb 100644
--- a/docs/src/pages/docs/Creating Charts and Dashboards/exploring-data.mdx	
+++ b/docs/src/pages/docs/Creating Charts and Dashboards/exploring-data.mdx	
@@ -23,9 +23,12 @@ following information about each flight is given:
 
 ### Enabling Data Upload Functionality
 
-You may need to enable the functionality to upload a CSV or Excel file to your database. The following section
+You may need to enable the functionality to upload a CSV, Excel file or Parquet file to your database. The following section
 explains how to enable this functionality for the examples database.
 
+**Note:** To enable `Upload Excel`, you need to make sure that the `xlrd` dependency is installed,
+which you can execute `pip install apache-superset[excel]` to install.
+
 In the top menu, select **Data ‣ Databases**. Find the **examples** database in the list and
 select the **Edit** button.