Skip to content

Commit

Permalink
db/getDriver: upgrade to opendistro
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaguiar authored Mar 22, 2024
1 parent d39316e commit ad131cb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions db/getDriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ init:
- name : opendistro
type : maven
typeArgs:
groupId : com.amazon.opendistroforelasticsearch.client
artifactId: opendistro-sql-jdbc
class : com.amazon.opendistroforelasticsearch.jdbc.Driver
docs : https://github.com/opendistro-for-elasticsearch/sql/tree/main/sql-jdbc
url : jdbc:elasticsearch://{{url}}
groupId : org.opensearch.driver
artifactId: opensearch-sql-jdbc
class : org.opensearch.jdbc.Driver
docs : https://github.com/opensearch-project/sql-jdbc?tab=readme-ov-file
url : jdbc:opensearch://{{scheme://}}{{host}}{{port}}

# Microsoft SQL Server
- name : sqlserver
Expand Down

0 comments on commit ad131cb

Please sign in to comment.