mistercrunch opened a new issue #13187: URL: https://github.com/apache/superset/issues/13187
Add Google Sheets dataset bad error msg, bad formatting From the logs, "Got an error Column must be constructed with a non-blank name or assign a non-blank .name before adding to a Table" should be surfaced to the user ``` DEBUG:urllib3.connectionpool:https://docs.google.com:443 "GET /spreadsheets/d/1VsvYexiZo8CXxIGGtjYYtHFWvPjws1jUDDLOZ9Whr78/gviz/tq?gid=0&tq=SELECT%20%2A%20LIMIT%200 HTTP/1.1" 200 None WARNING:superset.datasets.dao:Got an error Column must be constructed with a non-blank name or assign a non-blank .name before adding to a Table. validating table: https://docs.google.com/spreadsheets/d/1VsvYexiZo8CXxIGGtjYYtHFWvPjws1jUDDLOZ9Whr78/edit?usp=sharing ``` <img width="753" alt="Screen Shot 2021-02-17 at 12 18 42 PM" src="https://user-images.githubusercontent.com/487433/108262849-568b7300-711a-11eb-91ad-8560797a7441.png"> ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
