You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 19, 2026. It is now read-only.
Since a Firebolt engine needs to be running in order run queries, we'll want the ability to check that an engine is running before running a query. This will also be useful when waiting for an engine that has been started to be available for use. Firebolt offers the ability to locate an engine via their SDK. The returned engine object can be used to get the status of the engine.
I'd expect the interface to look something like this:
Since a Firebolt engine needs to be running in order run queries, we'll want the ability to check that an engine is running before running a query. This will also be useful when waiting for an engine that has been started to be available for use. Firebolt offers the ability to locate an engine via their SDK. The returned
engineobject can be used to get the status of the engine.I'd expect the interface to look something like this: