Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.20.3
-
None
Description
This PR adds support for INSERT queries which allow a user to append data to an existing GoogleSheets tab. It also:
- Adds support for DROP TABLE queries which were not implemented
- Modifies CTAS queries so that if a user executes a CTAS query with a file token, Drill will add a new tab to an existing document, but if the user executes a CTAS with a file name, it will create an entirely new document.