Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.firebolt.io/llms.txt

Use this file to discover all available pages before exploring further.

You can use the information_schema.engines_billing view to see daily billing information for all the engines in all the accounts across all the regions in organization.
SELECT
  *
FROM
  information_schema.engines_billing;

Columns in information_schema.engines_billing

Each row has the following columns.
Column NameData TypeDescription
engine_nameTEXTName of the engine
account_nameTEXTAccount to which the engine belongs
engine_descriptionTEXTDescription of engine as entered by user when the engine is created
regionTEXTRegion where the engine was created
usage_dateDATEDate for which the usage is reported
consumed_fbuNUMERICNumber of FBUs consumed by the engine for the given date
billed_costNUMERICThe cost for the FBUs consumed for the given date
is_creditBOOLEANIndicates whether costs were used as credit