Skip to content

Commit

Permalink
Updated BigQuery driver to 1.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
schuemie committed Jan 14, 2025
1 parent 231bc49 commit 1abc92a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Changes:

- Updated Databricks driver to 2.6.36.

- Updated BigQuery driver to 1.6.2.

- Using `INSERT` with multiple values in `insertTable()` for DataBricks for faster inserts.


Expand Down
3 changes: 2 additions & 1 deletion R/Drivers.R
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ downloadJdbcDrivers <- function(dbms, pathToDriver = Sys.getenv("DATABASECONNECT
4,oracle,oracleV19.8.zip,https://ohdsi.github.io/DatabaseConnectorJars/
5,spark,DatabricksJDBC42-2.6.36.1062.zip,https://databricks-bi-artifacts.s3.us-east-2.amazonaws.com/simbaspark-drivers/jdbc/2.6.36/
6,snowflake,snowflake-jdbc-3.16.1.jar,https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/3.16.1/
7,bigquery,SimbaBigQueryJDBC42-1.3.2.1003.zip,https://storage.googleapis.com/simba-bq-release/jdbc/"
7,bigquery,SimbaJDBCDriverforGoogleBigQuery42_1.6.2.1003.zip,https://storage.googleapis.com/simba-bq-release/jdbc/"
)

if (dbms == "all") {
dbms <- jdbcDriverSources$dbms
}
Expand Down

0 comments on commit 1abc92a

Please sign in to comment.