Querying columns with native SQL types#
The field values of experiments stored in SQL tables can be queried directly with SQL if they are among the ones that provide a native SQL type.
These include bool
, int
, float
, string
, time
, datetime
, date
, UUID
, and bytes
.
Why should you care?
You can quickly build a reporting dashboard using your existing infrastructure (database and dashboard) at no added complexity/cost.
Querying columns with native SQL types