Skip to content

Connection error using BigQueryJDBCDriver version 1.3.2 #172

@sanbor

Description

@sanbor

I connect to biguqyer-emulator using JDBC BigQuery driver in IntelliJ. Today I updated the JDBC driver to version 1.3.2 and it stopped working. Rolled back to version 1.3.0 and it works fine.

The error I get with version 1.3.2 is [HY000][100007] [Simba][BigQueryJDBCDriver](100007) Failed to retrieve: PSC end point does not have correct value.

The URL I'm using to connect is jdbc:bigquery://https://localhost/:9050;RootURL=http://localhost:9050;ProjectId=<redacted>;DefaultDataset=<redacted>

The release notes of JDBC driver are here: https://cloud.google.com/bigquery/docs/reference/odbc-jdbc-drivers#jdbc_release_132_1003 Not sure is related, but there is the following message

Caution: To comply with the Google deprecation of the out-of-band (OOB) authorization flow, JDBC version 1.3.2 introduces changes that may require you to reauthenticate and/or recreate your connection strings. This is because the user account flow has changed and no longer supports the deprecated out-of-band flow. See the Install and configuration guide for more details.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions