Details
Description
Export from non default DB will fail with a table not found exception. The current workaround is to do a select by prefixing the table name with the DB name, e.g.: select * from db1.table1
INSERT ... FROM `MISSING_DB.table`
Attachments
Issue Links
- depends on
-
HUE-1686 [beeswax] Saving results should not re-execute the query
-
- Resolved
-