Create View
Creates a new view in Firebolt.
POST
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
Firebolt user engine host, for example account-1-mindcloud.api.us-east-1.app.firebolt.io.
stringrequired
Name of the user engine, for example mc_fb_act_20260422_engine.
stringrequired
Database to use for the statement.
stringrequired
Name of the view to create.
stringrequired
SELECT statement that defines the view.