From f69eed30702ed9bb2f45074c1a39975e0ce320a9 Mon Sep 17 00:00:00 2001 From: logicoffee Date: Wed, 21 Jan 2026 21:43:36 +0900 Subject: [PATCH] Update README --- README.md | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 78c5fe8..53d62e4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Analyze analytics SQL to extract referenced tables/columns and time bounds. +## Support + +BigQuery and Redshift are currently supported. + ## Install Base install: @@ -22,20 +26,14 @@ Redshift extras (only needed for `build_schema`): pip install analytics-query-analyzer[redshift] ``` -## Support - -BigQuery is currently supported and tested. - -## Schema format - -Schemas follow sqlglot conventions, with nested fields represented as nested dicts. - ## Usage ### analyze Extract table/column references from a query. +Schema format follows sqlglot conventions, with nested fields represented as nested dicts. + ```python from analytics_query_analyzer import analyze from sqlglot import dialects @@ -124,7 +122,7 @@ timespans = analyze_timespan( ### build_schema -Fetch a schema dictionary from BigQuery. +Fetch a schema dictionary from BigQuery or Redshift. ```python from analytics_query_analyzer import build_schema