You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We ran into an issue where one of the sheets in a spreadsheet was a BigQuery connection and couldn't be read. Im recommending two improvements to the connector:
We should filter out sheets that can't be processed from the list of sheets to read. Currently we only check if sheets exist or if any data is in a sheet before processing
We should also add the ability to define a range for capturing from a sheet. This can be broken out into a separate request. You can bake the rows into the initial request we make to the Sheets API
The text was updated successfully, but these errors were encountered:
We ran into an issue where one of the sheets in a spreadsheet was a BigQuery connection and couldn't be read. Im recommending two improvements to the connector:
The text was updated successfully, but these errors were encountered: