Closed metrocavich closed 1 year ago
Merging #45 (564ea86) into master (bde8443) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #45 +/- ##
=======================================
Coverage 82.69% 82.69%
=======================================
Files 9 9
Lines 780 780
=======================================
Hits 645 645
Misses 135 135
lgtm, how was it tested?
I met with a customer who was having issues with the "databricks_spark_sql" driver showing up. We modified the driver class configuration and restarted the splunk service and immediately had it show up.
The old URL clearly was linking to an ODBC driver. The URL pattern in theory does not need to be updated, as the documentation specifically has you override the pattern. However, it is the pattern needed to connect to the Databricks clusters.
fixed JDBC url to not point at ODBC
fixed class name to be correct with newest version
Fixed url pattern