Skip to main content
Version: current [25.0.x]

SYS.VERSION

The sys.version table contains metadata for the version of Dremio software that is deployed.

Syntax
SELECT * 
FROM sys.version

Example Output

versioncommit_idcommit_messagecommit_timebuild_emailbuild_time
23.0.0-202207052318080341-02708eac02708eac53091e3d2ec930073857b0564a07fb4dnull2022-07-05T22:46:37+0000empty text2022-07-05T23:43:03+0000

Fields

FieldData TypeDescription
versionvarcharThe version of Dremio software that is deployed.
commit_idvarcharThe last commit ID for the build that is deployed.
commit_messagevarcharThe commit message for the commit ID.
commit_timevarcharThe time that the last commit was made.
build_emailvarcharThis value is always empty.
build_timevarcharThe time of the last build for this version of software.