Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Cloud SQL Support

Compare
Choose a tag to compare
@jmuharsky jmuharsky released this 22 Mar 18:31
· 96 commits to master since this release

Cloud SQL is now a supported datasource for Widgets. Notable UX changes:

  • On the Widget Config tab, The Widget Type dropdown (chart, text) has been removed, and replaced with a Datasource Type dropdown (under the Datasource section). Choosing this will determine visible tabs, display options, etc.
    • When the BigQuery datasource is selected, the BQ connection settings (project, datasource, optimizer, etc.) display.
    • When the Cloud SQL datasource is selected, text boxes for instance and db names appear.
    • When the Text datasource is selected, a context text area appears (this was formerly the Body text area).
  • The Pivot settings have been moved to the Columns tab.
  • The Server Config dialog now contains a section for Cloud SQL, and the username/password can be set. Note that all Cloud SQL datasources must grant SELECT access to the username/password for the server. Future updates will support named datasources, and per-instance credentials.