The ZetaSQL Toolkit is a library that helps users use ZetaSQL Java API to perform SQL analysis for multiple query engines, including BigQuery and Cloud Spanner.
Apache License 2.0
39
stars
10
forks
source link
Create separate artifacts for BigQuery and Cloud Spanner #3
Splits the original single
zetasql-toolkit-core
artifact into 3 different artifacts:zetasql-toolkit-core
: includes only the core libraryzetasql-toolkit-bigquery
: includes all BigQuery-related features, depends on the corezetasql-toolkit-spanner
: includes all Spanner-related features, depends on the coreSplit artifacts reduce the dependency surface for users utilizing the toolkit for a particular engine.