We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d8a95 commit e84ba7dCopy full SHA for e84ba7d
src/databricks/sql/backend/sea/backend.py
@@ -14,6 +14,7 @@
14
WaitTimeout,
15
MetadataCommands,
16
)
17
+from databricks.sql.thrift_api.TCLIService import ttypes
18
19
if TYPE_CHECKING:
20
from databricks.sql.client import Cursor
@@ -402,7 +403,7 @@ def execute_command(
402
403
lz4_compression: bool,
404
cursor: Cursor,
405
use_cloud_fetch: bool,
- parameters: List[Dict[str, Any]],
406
+ parameters: Union[List[Dict[str, Any]], List["ttypes.TSparkParameter"]],
407
async_op: bool,
408
enforce_embedded_schema_correctness: bool,
409
row_limit: Optional[int] = None,
0 commit comments