You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ly...@apache.org on 2023/01/19 16:36:10 UTC

[superset] 16/21: Add path back into error message

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

lyndsi pushed a commit to branch lyndsi/enable-dataset-creation
in repository https://gitbox.apache.org/repos/asf/superset.git

commit db3c69ecc5cea69c02c2301d298bd94078d4ebe6
Author: lyndsiWilliams <kc...@gmail.com>
AuthorDate: Thu Jan 12 17:09:03 2023 -0600

    Add path back into error message
---
 .../src/views/CRUD/data/dataset/AddDataset/DatasetPanel/index.tsx       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/index.tsx b/superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/index.tsx
index 1095f044a0..73bea70b41 100644
--- a/superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/index.tsx
+++ b/superset-frontend/src/views/CRUD/data/dataset/AddDataset/DatasetPanel/index.tsx
@@ -98,11 +98,13 @@ const DatasetPanelWrapper = ({
         addDangerToast(
           t(
             'The API response from %s does not match the IDatabaseTable interface.',
+            path,
           ),
         );
         logging.error(
           t(
             'The API response from %s does not match the IDatabaseTable interface.',
+            path,
           ),
         );
       }