Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The following files with docstrings present were reviewed/edited:
_types.py | src\firebolt\async_db
connection.py | src\firebolt\async_db
cursor.py | src\firebolt\async_db
util.py | src\firebolt\async_db
client.py | src\firebolt\client
resource_manager_hooks.py | src\firebolt\client
base.py | src\firebolt\client\auth
token.py | src\firebolt\client\auth
username_password.py | src\firebolt\client\auth
settings.py | src\firebolt\common
connection.py | src\firebolt\db
cursor.py | src\firebolt\db
init.py | src\firebolt\model
binding.py | src\firebolt\model
database.py | src\firebolt\model
engine.py | src\firebolt\model
engine_revision.py | src\firebolt\model
binding.py | src\firebolt\service
database.py | src\firebolt\service
engine.py | src\firebolt\service
engine_revision.py | src\firebolt\service
instance_type.py | src\firebolt\service
manager.py | src\firebolt\service
provider.py | src\firebolt\service
region.py | src\firebolt\service
types.py | src\firebolt\service
exception.py | src\firebolt\utils
token_storage.py | src\firebolt\utils
usage_tracker.py | src\firebolt\utils
util.py | src\firebolt\utils
test_auth_async.py | tests\integration\dbapi\async
test_errors_async.py | tests\integration\dbapi\async
test_queries_async.py | tests\integration\dbapi\async
test_auth.py | tests\integration\dbapi\sync
test_errors.py | tests\integration\dbapi\sync
test_queries.py | tests\integration\dbapi\sync
test_connection.py | tests\unit\async_db
test_cursor.py | tests\unit\async_db
test_module.py | tests\unit\async_db
test_typing_parse.py | tests\unit\async_db
test_client.py | tests\unit\client
test_client_async.py | tests\unit\client
test_auth.py | tests\unit\client\auth
test_auth_async.py | tests\unit\client\auth
test_token.py | tests\unit\client\auth
test_username_password.py | tests\unit\client\auth
test_token_storage.py | tests\unit\common
test_util.py | tests\unit\common
test_connection.py | tests\unit\db
test_cursor.py | tests\unit\db
test_module.py | tests\unit\db
test_resource_manager.py | tests\unit\service