From 70d89c52891309b0b390384a500fb71f4bc16610 Mon Sep 17 00:00:00 2001 From: ptiurin Date: Fri, 7 Feb 2025 18:37:13 +0000 Subject: [PATCH] docs: Fix footnote in connection section --- docsrc/Connecting_and_queries.rst | 1 - 1 file changed, 1 deletion(-) 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.