dpgaspar commented on code in PR #28192:
URL: https://github.com/apache/superset/pull/28192#discussion_r1583039196


##########
superset/databases/api.py:
##########
@@ -151,6 +155,9 @@ class DatabaseRestApi(BaseSupersetModelRestApi):
         "get_connection",
         "csv_upload",
         "excel_upload",
+        "excel_upload_metadata",
+        "columnar_upload",
+        "columnar_upload_metadata",

Review Comment:
   These endpoints are used by the frontend to fetch metadata from the data 
files, metadata is composed by column names and sheet names. The frontend uses 
them to populate dropdown fields that use column names and sheet names (Excel).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to