File tree 2 files changed +1
-4
lines changed
databricks_sql_connector_core
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,7 @@ celerybeat.pid
162
162
.venv
163
163
env /
164
164
venv /
165
+ venv_main /
165
166
ENV /
166
167
env.bak /
167
168
venv.bak /
Original file line number Diff line number Diff line change 4
4
5
5
@pytest .fixture (scope = "session" )
6
6
def host ():
7
- return "adb-6436897454825492.12.azuredatabricks.net"
8
7
return os .getenv ("DATABRICKS_SERVER_HOSTNAME" )
9
8
10
9
11
10
@pytest .fixture (scope = "session" )
12
11
def http_path ():
13
- return "/sql/1.0/warehouses/2f03dd43e35e2aa0"
14
12
return os .getenv ("DATABRICKS_HTTP_PATH" )
15
13
16
14
@@ -26,13 +24,11 @@ def ingestion_user():
26
24
27
25
@pytest .fixture (scope = "session" )
28
26
def catalog ():
29
- return "main"
30
27
return os .getenv ("DATABRICKS_CATALOG" )
31
28
32
29
33
30
@pytest .fixture (scope = "session" )
34
31
def schema ():
35
- return "default"
36
32
return os .getenv ("DATABRICKS_SCHEMA" , "default" )
37
33
38
34
You can’t perform that action at this time.
0 commit comments