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 41a099c commit 4eda6a9Copy full SHA for 4eda6a9
tests/resources/test_data_source_dir/test_jdbc_data.py
@@ -15,7 +15,10 @@
15
DoubleType,
16
)
17
18
-from ...parameters import ORACLEDB_CONNECTION_PARAMETERS, POSTGRES_CONNECTION_PARAMETERS
+from tests.parameters import (
19
+ ORACLEDB_CONNECTION_PARAMETERS,
20
+ POSTGRES_CONNECTION_PARAMETERS,
21
+)
22
23
host = ORACLEDB_CONNECTION_PARAMETERS["host"]
24
port = ORACLEDB_CONNECTION_PARAMETERS["port"]
0 commit comments