VERSION()

All functions > METADATA > VERSION()

Returns registry version; reload time is set only on a dev workstation.

Signatures

Returns: Registry version; reloaded_at is set on a dev workstation only

VERSION()ROW(version VARCHAR, reloaded_at VARCHAR)
sql
ParameterTypeRequiredDescription

Notes

  • Always returns a row with version (e.g. 0.2.1)
  • reloaded_at (UTC ISO-8601 worker ready time) is set on a dev workstation only; NULL on hosted tiers
  • Use SELECT VERSION().version or SELECT VERSION().reloaded_at for single columns
  • reloaded_at changes when the API worker restarts (uvicorn hot reload)
  • Part of the FeatureMesh constant functions

Examples

E/PI/NULL/VERSION/EMPTY and other no-arg constants (4-operators_and_functions.slt)

@fql-playground(function_constants)

Last update at: 2026/05/26 17:22:09