We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3819a28 commit 9492990Copy full SHA for 9492990
src/databricks/sql/backend/sea/backend.py
@@ -463,7 +463,9 @@ def execute_command(
463
async_op: bool,
464
enforce_embedded_schema_correctness: bool,
465
row_limit: Optional[int] = None,
466
- query_tags: Optional[Dict[str, Optional[str]]] = None, # TODO: implement query_tags for SEA backend
+ query_tags: Optional[
467
+ Dict[str, Optional[str]]
468
+ ] = None, # TODO: implement query_tags for SEA backend
469
) -> Union[SeaResultSet, None]:
470
"""
471
Execute a SQL command using the SEA backend.
0 commit comments