Skip to content

v 1.6

Latest

Choose a tag to compare

@lambdamusic lambdamusic released this 16 Jan 18:04
dee6974

v 1.6

  • New /gbq command for BigQuery schema exploration
    • /gbq tables [keyword] - list tables in tabular format with name, last updated, and full path
    • /gbq fields [table] - list all fields in a specific table
    • /gbq fields "search" - search for fields containing string across all tables
    • /gbq fields [table] "search" - search for fields within a specific table
    • Defaults to dimensions-ai.data_analytics dataset
    • Auto-displays fields when exactly one table is found
    • Tabular output format for easy copy-paste into SQL queries
  • Added BigQuery configuration support in ~/.dimensions/settings file
  • Added optional dependency: google-cloud-bigquery>=3.0.0