metadb-project / metadb

Metadb extends PostgreSQL with features to support analytics such as streaming data sources, data model transforms, and historical data
Apache License 2.0
8 stars 2 forks source link

Allow the Metadb administrator to specify which version of the folio-analytics SQL to be used and not require a new Metadb release #71

Closed mdgatid closed 3 weeks ago

mdgatid commented 1 month ago

Currently when folio-analytics queries are updated, in order to have them used in a Metadb deployment we need to create a new release of Metadb. This enhancement would allow the version of SQL in folio-analytics to be specified at startup (either through config or command-line).

nassibnassar commented 3 weeks ago

Added in commit ae614ac8695b4d91207baac0b5c27882f65bca58 as build override via environment variable. Example:

METADB_FOLIO='refs/tags/v1.7.7' ./build.sh