Skip to content

Commit 8f2953e

Browse files
introduce DownloadManager import
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent 54e0570 commit 8f2953e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/databricks/sql/backend/sea/queue.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
from abc import ABC
44
from typing import List, Optional, Tuple, Union, TYPE_CHECKING
55

6+
from databricks.sql.cloudfetch.download_manager import ResultFileDownloadManager
7+
68
try:
79
import pyarrow
810
except ImportError:

0 commit comments

Comments
 (0)