cgivre opened a new pull request, #2667: URL: https://github.com/apache/drill/pull/2667
# [DRILL-8327](https://issues.apache.org/jira/browse/DRILL-8327): GoogleSheets not Reporting Schemata to Info_Schema ## Description GoogleSheets (GS) was not reporting available documents to the information schema. This PR fixes that so that users are now able to query the information_schema to find a list of available documents. Note that it is not possible to populate the tabs into the information schema due to Google's rate limits. If this was populated, it would be very easy for a user with a few dozen files to exceed the rate limit. Users can obtain the list of available sheets by using the `_sheets` implicit column. ## Documentation Updated README. ## Testing Ran existing unit tests and added two additional tests to confirm values are being populated into the `information_schema`. -- 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. To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org