hughhhh commented on a change in pull request #5915: [WIP] Google spreadsheets
URL: 
https://github.com/apache/incubator-superset/pull/5915#discussion_r218880509
 
 

 ##########
 File path: superset/views/core.py
 ##########
 @@ -2223,10 +2223,11 @@ def sqllab_viz(self):
         }))
 
     @has_access
-    @expose('/table/<database_id>/<table_name>/<schema>/')
+    @expose('/table/<database_id>/<path:table_name>/<schema>/')
     @log_this
     def table(self, database_id, table_name, schema):
 
 Review comment:
   What is the `path` doing for us here? is it a reference the param in the URI?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to