firebolt-python-sdk
0.x
Connecting and querying
Managing resources
Async DB
Client
Common
DB
Model
Service
firebolt-python-sdk
Index
Edit on GitHub
Index
A
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
W
A
access_token (firebolt.common.settings.Settings attribute)
account_id (firebolt.client.client.AsyncClient property)
(firebolt.client.client.Client property)
account_name (firebolt.common.settings.Settings attribute)
(firebolt.utils.exception.AccountNotFoundError attribute)
AccountNotFoundError
aclose() (firebolt.async_db.connection.Connection method)
AlreadyBoundError
api_endpoint (firebolt.async_db.connection.Connection attribute)
(firebolt.db.connection.Connection attribute)
(firebolt.utils.exception.AuthenticationError attribute)
api_name (firebolt.service.types.WarmupMethod attribute)
api_settings_preset_name (firebolt.service.types.EngineType attribute)
AsyncClient (class in firebolt.client.client)
AsyncExecutionUnavailableError
attach_to_database() (firebolt.model.engine.Engine method)
attach_to_engine() (firebolt.model.database.Database method)
AttachedEngineInUseError
auth_from_env() (in module firebolt.common.settings)
AuthenticationError
AuthorizationError
auto_stop_delay_duration (firebolt.model.engine.EngineSettings attribute)
C
cancel() (firebolt.async_db.cursor.Cursor method)
(firebolt.db.cursor.Cursor method)
cause (firebolt.utils.exception.AuthenticationError attribute)
(firebolt.utils.exception.AuthorizationError attribute)
cheapest_instance_in_region() (firebolt.service.instance_type.InstanceTypeService method)
Client (class in firebolt.client.client)
client_class (firebolt.async_db.connection.Connection attribute)
(firebolt.db.connection.Connection attribute)
close() (firebolt.async_db.cursor.Cursor method)
(firebolt.db.connection.Connection method)
(firebolt.db.cursor.Cursor method)
closed (firebolt.async_db.connection.Connection property)
(firebolt.db.connection.Connection property)
commit() (firebolt.async_db.connection.Connection method)
(firebolt.db.connection.Connection method)
compute_region_key (firebolt.model.database.Database attribute)
(firebolt.model.engine.Engine attribute)
ConfigurationError
connect() (in module firebolt.async_db.connection)
(in module firebolt.db.connection)
Connection (class in firebolt.async_db.connection)
(class in firebolt.db.connection)
connection (firebolt.async_db.cursor.Cursor attribute)
(firebolt.db.cursor.Cursor attribute)
ConnectionClosedError
ConnectionError
cpu_virtual_cores_count (firebolt.model.instance_type.InstanceType attribute)
create() (firebolt.service.database.DatabaseService method)
(firebolt.service.engine.EngineService method)
create_actor (firebolt.model.database.Database attribute)
(firebolt.model.engine.Engine attribute)
(firebolt.model.engine_revision.EngineRevision attribute)
create_time (firebolt.model.database.Database attribute)
(firebolt.model.engine.Engine attribute)
(firebolt.model.engine_revision.EngineRevision attribute)
(firebolt.model.instance_type.InstanceType attribute)
(firebolt.model.provider.Provider attribute)
(firebolt.model.region.Region attribute)
current_status (firebolt.model.database.Database attribute)
(firebolt.model.engine.Engine attribute)
(firebolt.model.engine_revision.EngineRevision attribute)
current_status_summary (firebolt.model.engine.Engine attribute)
Cursor (class in firebolt.async_db.cursor)
(class in firebolt.db.cursor)
cursor() (firebolt.async_db.connection.Connection method)
(firebolt.db.connection.Connection method)
CursorClosedError
CursorError
D
DATA_ANALYTICS (firebolt.service.types.EngineType attribute)
data_size_compressed (firebolt.model.database.Database attribute)
data_size_full (firebolt.model.database.Database attribute)
Database (class in firebolt.model.database)
database (firebolt.async_db.connection.Connection attribute)
(firebolt.db.connection.Connection attribute)
(firebolt.model.engine.Engine property)
database_id (firebolt.model.database.Database property)
database_key (firebolt.model.database.Database attribute)
DATABASE_ORDER_COMPUTE_REGION_ID_ASC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_COMPUTE_REGION_ID_DESC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_CREATE_ACTOR_ASC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_CREATE_ACTOR_DESC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_CREATE_TIME_ASC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_CREATE_TIME_DESC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_DATA_SIZE_COMPRESSED_ASC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_DATA_SIZE_COMPRESSED_DESC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_DATA_SIZE_FULL_ASC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_DATA_SIZE_FULL_DESC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_LAST_UPDATE_ACTOR_ASC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_LAST_UPDATE_ACTOR_DESC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_LAST_UPDATE_TIME_ASC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_LAST_UPDATE_TIME_DESC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_NAME_ASC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_NAME_DESC (firebolt.service.types.DatabaseOrder attribute)
DATABASE_ORDER_UNSPECIFIED (firebolt.service.types.DatabaseOrder attribute)
DatabaseError
DatabaseOrder (class in firebolt.service.types)
DatabaseService (class in firebolt.service.database)
DataError
db_compute_instances_count (firebolt.model.engine_revision.EngineRevisionSpecification attribute)
db_compute_instances_type_key (firebolt.model.engine_revision.EngineRevisionSpecification attribute)
db_compute_instances_use_spot (firebolt.model.engine_revision.EngineRevisionSpecification attribute)
db_version (firebolt.model.engine_revision.EngineRevisionSpecification attribute)
default() (firebolt.model.engine.EngineSettings class method)
default_region (firebolt.common.settings.Settings attribute)
(firebolt.service.region.RegionService property)
delete() (firebolt.model.database.Database method)
(firebolt.model.engine.Engine method)
description (firebolt.model.database.Database attribute)
(firebolt.model.engine.Engine attribute)
desired_status (firebolt.model.database.Database attribute)
(firebolt.model.engine.Engine attribute)
(firebolt.model.engine_revision.EngineRevision attribute)
display_name (firebolt.model.provider.Provider attribute)
(firebolt.model.region.Region attribute)
E
emoji (firebolt.model.database.Database attribute)
(firebolt.model.engine.Engine attribute)
endpoint (firebolt.model.engine.Engine attribute)
endpoint_desired_revision_key (firebolt.model.engine.Engine attribute)
endpoint_serving_revision_key (firebolt.model.engine.Engine attribute)
Engine (class in firebolt.model.engine)
engine_id (firebolt.model.engine.Engine property)
ENGINE_ORDER_COMPUTE_REGION_ID_ASC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_COMPUTE_REGION_ID_DESC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_CREATE_ACTOR_ASC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_CREATE_ACTOR_DESC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_CREATE_TIME_ASC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_CREATE_TIME_DESC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_CURRENT_STATUS_ASC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_CURRENT_STATUS_DESC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_LAST_UPDATE_ACTOR_ASC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_LAST_UPDATE_ACTOR_DESC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_LAST_UPDATE_TIME_ASC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_LAST_UPDATE_TIME_DESC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_LATEST_REVISION_CURRENT_STATUS_ASC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_LATEST_REVISION_CURRENT_STATUS_DESC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_LATEST_REVISION_SPECIFICATION_DB_COMPUTE_INSTANCES_COUNT_ASC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_LATEST_REVISION_SPECIFICATION_DB_COMPUTE_INSTANCES_COUNT_DESC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_LATEST_REVISION_SPECIFICATION_DB_COMPUTE_INSTANCES_TYPE_ID_ASC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_LATEST_REVISION_SPECIFICATION_DB_COMPUTE_INSTANCES_TYPE_ID_DESC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_NAME_ASC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_NAME_DESC (firebolt.service.types.EngineOrder attribute)
ENGINE_ORDER_UNSPECIFIED (firebolt.service.types.EngineOrder attribute)
ENGINE_STATUS_CREATED (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_DELETED (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_PROVISIONING_FAILED (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_PROVISIONING_FINISHED (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_PROVISIONING_PENDING (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_PROVISIONING_STARTED (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_RUNNING_IDLE (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_RUNNING_REVISION_CHANGE_FAILED (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_RUNNING_REVISION_CHANGING (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_RUNNING_REVISION_RESTART_FAILED (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_RUNNING_REVISION_RESTARTING (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_RUNNING_REVISION_SERVING (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_RUNNING_REVISION_STARTING (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_RUNNING_REVISION_STARTUP_FAILED (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_RUNNING_REVISIONS_TERMINATING (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_SUMMARY_DELETED (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_DELETING (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_FAILED (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_REPAIRING (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_RESTARTING (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_RESTARTING_INITIALIZING (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_RUNNING (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_STARTING (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_STARTING_INITIALIZING (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_STOPPED (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_STOPPING (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_UNSPECIFIED (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_SUMMARY_UPGRADING (firebolt.service.types.EngineStatusSummary attribute)
ENGINE_STATUS_TERMINATION_F (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_TERMINATION_FIN (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_TERMINATION_PENDING (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_TERMINATION_ST (firebolt.service.types.EngineStatus attribute)
ENGINE_STATUS_UNSPECIFIED (firebolt.service.types.EngineStatus attribute)
engine_url (firebolt.async_db.connection.Connection attribute)
(firebolt.db.connection.Connection attribute)
EngineNotRunningError
EngineOrder (class in firebolt.service.types)
EngineRevision (class in firebolt.model.engine_revision)
EngineRevisionSpecification (class in firebolt.model.engine_revision)
EngineService (class in firebolt.service.engine)
EngineSettings (class in firebolt.model.engine)
EngineStatus (class in firebolt.service.types)
EngineStatusSummary (class in firebolt.service.types)
EngineType (class in firebolt.service.types)
Error (in module firebolt.utils.exception)
execute() (firebolt.async_db.cursor.Cursor method)
(firebolt.db.cursor.Cursor method)
executemany() (firebolt.async_db.cursor.Cursor method)
(firebolt.db.cursor.Cursor method)
F
fetchall() (firebolt.async_db.cursor.Cursor method)
fetchmany() (firebolt.async_db.cursor.Cursor method)
fetchone() (firebolt.async_db.cursor.Cursor method)
firebolt.async_db.connection
module
firebolt.async_db.cursor
module
firebolt.async_db.util
module
firebolt.client.auth.token.Token
module
firebolt.client.auth.username_password.UsernamePassword
module
firebolt.client.client
module
firebolt.common.settings
module
firebolt.common.token_storage
module
firebolt.common.urls
module
firebolt.common.util
module
firebolt.db.connection
module
firebolt.db.cursor
module
firebolt.model.database
module
firebolt.model.engine
module
firebolt.model.engine_revision
module
firebolt.model.instance_type
module
firebolt.model.provider
module
firebolt.model.region
module
firebolt.service.base
module
firebolt.service.binding
module
firebolt.service.database
module
firebolt.service.engine
module
firebolt.service.engine_revision
module
firebolt.service.instance_type
module
firebolt.service.manager
module
firebolt.service.provider
module
firebolt.service.region
module
firebolt.service.types
module
firebolt.utils.exception
module
FireboltDatabaseError
FireboltEngineError
FireboltError
from_env() (in module firebolt.common.settings)
G
GENERAL_PURPOSE (firebolt.service.types.EngineType attribute)
get() (firebolt.service.database.DatabaseService method)
(firebolt.service.engine.EngineService method)
get_attached_engines() (firebolt.model.database.Database method)
get_by_id() (firebolt.service.region.RegionService method)
get_by_ids() (firebolt.service.engine.EngineService method)
get_by_key() (firebolt.service.instance_type.InstanceTypeService method)
(firebolt.service.region.RegionService method)
get_by_name() (firebolt.service.database.DatabaseService method)
(firebolt.service.engine.EngineService method)
(firebolt.service.instance_type.InstanceTypeService method)
(firebolt.service.region.RegionService method)
get_connection() (firebolt.model.engine.Engine method)
get_default_engine() (firebolt.model.database.Database method)
get_id_by_name() (firebolt.service.database.DatabaseService method)
get_instance_types_per_region() (firebolt.service.instance_type.InstanceTypeService method)
get_latest() (firebolt.model.engine.Engine method)
get_many() (firebolt.service.database.DatabaseService method)
(firebolt.service.engine.EngineService method)
get_provider_id() (in module firebolt.service.provider)
get_status() (firebolt.async_db.cursor.Cursor method)
(firebolt.db.cursor.Cursor method)
H
health_status (firebolt.model.database.Database attribute)
(firebolt.model.engine.Engine attribute)
(firebolt.model.engine_revision.EngineRevision attribute)
I
instance_types (firebolt.service.instance_type.InstanceTypeService property)
instance_types_by_key (firebolt.service.instance_type.InstanceTypeService property)
instance_types_by_name (firebolt.service.instance_type.InstanceTypeService property)
InstanceType (class in firebolt.model.instance_type)
InstanceTypeService (class in firebolt.service.instance_type)
IntegrityError
InterfaceError
InternalError
is_db_available() (in module firebolt.async_db.util)
is_engine_running() (in module firebolt.async_db.util)
is_read_only (firebolt.model.engine.EngineSettings attribute)
is_spot_available (firebolt.model.instance_type.InstanceType attribute)
is_system_database (firebolt.model.database.Database attribute)
K
key (firebolt.model.engine.Engine attribute)
(firebolt.model.engine_revision.EngineRevision attribute)
(firebolt.model.instance_type.InstanceType attribute)
(firebolt.model.region.Region attribute)
L
last_update_actor (firebolt.model.database.Database attribute)
(firebolt.model.engine.Engine attribute)
(firebolt.model.engine_revision.EngineRevision attribute)
last_update_time (firebolt.model.database.Database attribute)
(firebolt.model.engine.Engine attribute)
(firebolt.model.engine_revision.EngineRevision attribute)
(firebolt.model.instance_type.InstanceType attribute)
(firebolt.model.provider.Provider attribute)
(firebolt.model.region.Region attribute)
last_use_time (firebolt.model.engine.Engine attribute)
latest_revision_key (firebolt.model.engine.Engine attribute)
M
memory_size_bytes (firebolt.model.instance_type.InstanceType attribute)
method_name (firebolt.utils.exception.AttachedEngineInUseError attribute)
(firebolt.utils.exception.CursorClosedError attribute)
(firebolt.utils.exception.NoAttachedDatabaseError attribute)
(firebolt.utils.exception.QueryNotRunError attribute)
MINIMAL (firebolt.service.types.WarmupMethod attribute)
minimum_logging_level (firebolt.model.engine.EngineSettings attribute)
module
firebolt.async_db.connection
firebolt.async_db.cursor
firebolt.async_db.util
firebolt.client.auth.token.Token
firebolt.client.auth.username_password.UsernamePassword
firebolt.client.client
firebolt.common.settings
firebolt.common.token_storage
firebolt.common.urls
firebolt.common.util
firebolt.db.connection
firebolt.db.cursor
firebolt.model.database
firebolt.model.engine
firebolt.model.engine_revision
firebolt.model.instance_type
firebolt.model.provider
firebolt.model.region
firebolt.service.base
firebolt.service.binding
firebolt.service.database
firebolt.service.engine
firebolt.service.engine_revision
firebolt.service.instance_type
firebolt.service.manager
firebolt.service.provider
firebolt.service.region
firebolt.service.types
firebolt.utils.exception
N
name (firebolt.model.database.Database attribute)
(firebolt.model.engine.Engine attribute)
(firebolt.model.instance_type.InstanceType attribute)
(firebolt.model.provider.Provider attribute)
(firebolt.model.region.Region attribute)
nextset() (firebolt.async_db.cursor.Cursor method)
NoAttachedDatabaseError
NotSupportedError
O
OperationalError
P
parse_obj_with_service() (firebolt.model.database.Database class method)
(firebolt.model.engine.Engine class method)
password (firebolt.common.settings.Settings attribute)
(in module firebolt.client.auth.username_password.UsernamePassword)
PRELOAD_ALL_DATA (firebolt.service.types.WarmupMethod attribute)
PRELOAD_INDEXES (firebolt.service.types.WarmupMethod attribute)
preset (firebolt.model.engine.EngineSettings attribute)
price_per_hour_cents (firebolt.model.instance_type.InstanceType attribute)
ProgrammingError
Provider (class in firebolt.model.provider)
provider_id (firebolt.model.provider.Provider attribute)
proxy_instances_count (firebolt.model.engine_revision.EngineRevisionSpecification attribute)
proxy_instances_type_key (firebolt.model.engine_revision.EngineRevisionSpecification attribute)
proxy_version (firebolt.model.engine_revision.EngineRevisionSpecification attribute)
Q
QueryNotRunError
R
Region (class in firebolt.model.region)
regions (firebolt.service.region.RegionService property)
regions_by_key (firebolt.service.region.RegionService property)
regions_by_name (firebolt.service.region.RegionService property)
RegionService (class in firebolt.service.region)
ResourceManager (class in firebolt.service.manager)
restart() (firebolt.model.engine.Engine method)
S
server (firebolt.common.settings.Settings attribute)
Settings (class in firebolt.common.settings)
settings (firebolt.model.engine.Engine attribute)
specification (firebolt.model.engine_revision.EngineRevision attribute)
start() (firebolt.model.engine.Engine method)
stop() (firebolt.model.engine.Engine method)
storage_bucket_name (firebolt.model.database.Database attribute)
storage_size_bytes (firebolt.model.instance_type.InstanceType attribute)
T
token (in module firebolt.client.auth.token.Token)
U
update() (firebolt.model.database.Database method)
(firebolt.model.engine.Engine method)
user (firebolt.common.settings.Settings attribute)
username (in module firebolt.client.auth.username_password.UsernamePassword)
W
warm_up (firebolt.model.engine.EngineSettings attribute)
WarmupMethod (class in firebolt.service.types)
Warning