Results 1 issues of Koichi Ishida

Google BigQuery table can be created with Google Sheet as follows. ![image](https://user-images.githubusercontent.com/5561944/85405391-50e58980-b59b-11ea-972a-4607ce604828.png) When querying this kind of table, bq> operator needs drive read scope: "https://www.googleapis.com/auth/drive.readonly". (https://github.com/googleapis/google-api-java-client-services/blob/master/clients/google-api-services-sheets/v4/1.30.1/com/google/api/services/sheets/v4/SheetsScopes.java#L33) However, digdag does not...