mistercrunch commented on issue #7770: Autocomplete in the table browser in SQL lab is broken - Fix part 2 URL: https://github.com/apache/incubator-superset/pull/7770#issuecomment-505732184 A bit more context. I think recently in 959c35d50, there was an effort to move from using "fully-qualified" table names as in "{schema}.{tableName}" to using objects instead. I think that notation was the way that we dealt with schemas when `allow_multi_schema_metadata_fetch == true`. The driver for the change was that Apache Drill had tables name with dots in them, and that was throwing off some if the dot-spliting logic...
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
