diff --git a/docsrc/Connecting_and_queries.rst b/docsrc/Connecting_and_queries.rst index 021a380a16a..26d0f49ec42 100644 --- a/docsrc/Connecting_and_queries.rst +++ b/docsrc/Connecting_and_queries.rst @@ -48,7 +48,6 @@ To get started, follow the steps below: +------------------------------------+---------------------------------------------------------------------------------------------------------------+ .. note:: - If you specify ``engine_name`` but not the ``database`` Python SDK will automatically resolve the database for you behind the scenes. If an ``engine_name`` is not specified the SDK will not be bound to any engine. In this case, if also no ``database`` is specified you can still connect, but queries are limited to database and engine management queries e.g. ``CREATE DATABASE``, ``START ENGINE``, etc.