cgivre opened a new pull request, #2680: URL: https://github.com/apache/drill/pull/2680
# [DRILL-8335](https://issues.apache.org/jira/browse/DRILL-8335): Add Ability to Query GoogleSheets Tabs by Index ## Description This PR adds the ability to query Google Sheets tabs by index rather than by name. ## Documentation Updated docs. ### Accessing Tabs by Index If you don't know the names of the available tabs in your GoogleSheets document, you can query the sheets by index using the `tab[n]` format. Indexing starts at zero and every Sheets document must have at least one sheet. Note that this must be enclosed in backticks. ```sql SELECT * FROM googlesheets.<sheet id>.`tab[0]` ``` ## Testing Added additional unit tests. -- 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