File tree 3 files changed +3
-4
lines changed
3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -62,4 +62,4 @@ def validate(self):
62
62
validate_value (self .config ,'access_token' )
63
63
validate_value (self .config ,'catalog' )
64
64
validate_value (self .config , 'schema' )
65
- self .execute ("SELECT 1 as i; " , mode = 'test' ) # execute test query
65
+ self .execute ("SELECT 1 as i" , mode = 'test' ) # execute test query
Original file line number Diff line number Diff line change 1
- import sys
2
-
3
1
from .importProject import ImportProject
4
2
from .mainConfig import MainConfig
5
3
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ dependencies = [
16
16
" pyspark" ,
17
17
" importlib_resources" ,
18
18
" databricks-sql-connector" ,
19
- " sql-formatter"
19
+ " sql-formatter" ,
20
+ " psutil"
20
21
]
21
22
[tool .setuptools .packages .find ]
22
23
# All the following settings are optional:
You can’t perform that action at this time.
0 commit comments