getredash/redash

Google Spreadsheets worksheet by title cleanup/refactor

Open

#6.409 geöffnet am 31. Aug. 2023

Auf GitHub ansehen
 (5 Kommentare) (3 Reaktionen) (1 zugewiesene Person)Python (24.845 Stars) (4.236 Forks)batch import
enhancementgood first issue

Beschreibung

In #5334 , I left a few comments about future work on the "fetch worksheet by title" functionality for the google spreadsheets query runner. We should address those, namely:

  • don't use mixed-type variables
  • allow for non-quoted worksheet titles (single word)
  • verify 0/1 indexing of worksheet numbers, and add comment if it differs

Contributor Guide