Docs: Google Sheets quarterly update (FY27 Q3) - #648
Open
lwandz13 wants to merge 5 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Quarterly documentation update (FY27 Q3) for the Google Sheets data source. This is an accuracy-focused refresh: all content was reconciled against the plugin's Go backend and TypeScript frontend, review dates were updated, one new behavior (from plugin 2.6.0) was documented, and prose was brought in line with the Grafana Writer's Toolkit / Vale style. All seven pages now pass Vale with zero errors.
_index.md:
Updated review date, converted en-dash list separators to colons in "Get started", present-tense fix in the quick start, converted smart quotes to straight quotes
configure.md:
Updated review date, corrected the Drive API scope from
drive.metadata.readonlytodrive.readonlyto match the scope the plugin actually requests, present-tense fixes in the default spreadsheet ID and JWT sections, code-formattedcamelCasequery-editor.md:
Updated review date, added a "Formula errors in numeric columns" note to "How data is interpreted" (cells with
#DIV/0!,#N/A,#REF!now yield a null value), present-tense fix, converted smart quotes to straight quotestemplate-variables.md:
Updated review date, present-tense fixes, converted en-dash separators to colons, reworded to avoid the
Grafana'spossessiveannotations.md:
Updated review date, converted en-dash separators to colons,
datetimetodate-timealerting.md:
Updated review date, present-tense fix, converted en-dash separators to colons in use cases and next steps
troubleshooting.md:
Updated review date, added a "Null or empty values for cells with formula errors" entry documenting the 2.6.0 behavior change (formula errors in numeric columns no longer fail the whole query), converted smart quotes to straight quotes
Technical accuracy verified against:
src/plugin.json(supported features,grafanaDependency >=11.6.0-0, plugin ID)pkg/googlesheets/googleclient.go(auth flow, requested OAuth scopes,TestClientbehavior, error messages)pkg/googlesheets/googlesheets.go(numeric-cell null handling from PR Fix panic in numberConverter on nil EffectiveValue #641 / 2.6.0)pkg/googlesheets/datasource.go(CheckHealth messages)pkg/models/settings.go,pkg/models/query.go(provisioningjsonDatakeys, query fields)src/components/ConfigEditor.tsx,QueryEditor.tsx,VariableQueryEditor.tsx(auth types, cache options, query and variable fields)