BigQuery
note
You need to create and open a project from the Welcome Screen. Only after that you will see the DataGrip interface and will be able to create connections.
For full information about BigQuery, refer to the official documentation.
This topic presents a general procedure on how you can create a data source for the connection to your BigQuery database in DataGrip, and run a test connection. It is assumed that you already have the necessary connection details and the database is up and running.
To learn about your DBMS software, refer to its official documentation.
Authentication method | Prerequisites |
---|---|
Google service account |
|
Access and refresh tokens |
|
To connect to the database, create a data source that will store your connection details. You can do this using one of the following ways:
In the main menu, go to File | New | Data Source and select BigQuery.
In the Database Explorer (View | Tool Windows | Database Explorer) , click the New icon () in the toolbar. Navigate to Data Source and select BigQuery.
In the General tab of Data Sources and Drivers dialog right pane, specify the driver and connection type.
In the Driver list, leave the default driver option, unless another driver is required for your connection.
From the Connection type list, select the connection type depending on the connection details that you have:
default: connect by using Host, Port, Project ID, Default dataset, and URL.
URL only: connect by using only the URL.
For the URL only connection type, the JDBC URL that you enter is used and as is, including the database credentials.
note
For the URL only connection type, the JDBC URL is stored in plain text as is, and is also available in IDE log file and data source information.
For the other connection types, the JDBC URL is broken down into connection details. You can either specify them separately and use the automatically generated URL, or you can enter the URL directly in the corresponding field.
Check if there is a Download missing driver files link at the bottom of the connection settings area. Click this link to download drivers that are required to interact with a database. For a direct download link, refer to the JetBrains JDBC drivers page.
Location for the downloaded JDBC drivers is the DataGrip configuration directory.
You can also use your drivers for the database instead of the provided ones. For more information about connecting to a database with your driver, refer to Add a user driver to an existing connection.
If there is no Download missing driver files link, then you already have the required drivers.
Specify the database connection details. Alternatively, paste the JDBC URL in the URL field.
defaultURL onlyIn the Host field, type your server address.
In the Port field, type the port of BigQuery. The default port is 443.
note
Real port numbers might be different on your system. Verify that you use a correct port number with your database administrator, server settings, or hosting provider.
From the Authentication list, select the authentication method that you want to use to authenticate the connection. The following options are available:
Google Service Account: by using a Google service account email address and a full path to a private key file for the service account.
For a data source creation tutorial, refer to BigQuery data source: Google service account.
Google User Account: by providing your Google user account credentials to connect to the server. This method requires authentication each time you connect to the database.
For a data source creation tutorial, refer to BigQuery data source: Google user account.
Access and Refresh Tokens: by using access or refresh tokens that have already been generated from the Google Authorization Server. The refresh token also requires you client ID and your client secret. For more information about tokens, refer to Using OAuth 2.0 to Access Google APIs at developers.google.com.
For a data source creation tutorial, refer to BigQuery data source: Access and refresh tokens (OAuth 2.0).
Application Default Credentials: by using credentials obtained through Application Default Credentials (ADC). For more information about ADC and how to obtain them, refer to Authenticating as a service account at cloud.google.com.
For a data source creation tutorial, refer to BigQuery data source: Application Default Credentials.
No auth: authentication is not required.
In the Project ID field, enter a unique identifier for your project.
Depending on the selected authentication method, specify the following connection settings:
In the Default dataset field, specify the name of the default dataset that you want to connect to.
In the URL field, DataGrip generates the JDBC URL automatically using the values of other connection settings.
If you need to use a JDBC URL with certain additional settings, paste it in the URL field. The general URL to use is as follows:
Format:
jdbc:bigquery://https://<host_address>:<port_number>;DefaultDataset=<dataset_name>
Example:
jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;DefaultDataset=myDataset
For more information about the URL format, refer to the BigQuery official documentation.
From the Authentication list, select the authentication method that you want to use to authenticate the connection. The following options are available:
Google Service Account: by using a Google service account email address and a full path to a private key file for the service account.
For a data source creation tutorial, refer to BigQuery data source: Google service account.
Google User Account: by providing your Google user account credentials to connect to the server. This method requires authentication each time you connect to the database.
For a data source creation tutorial, refer to BigQuery data source: Google user account.
Access and Refresh Tokens: by using access or refresh tokens that have already been generated from the Google Authorization Server. The refresh token also requires you client ID and your client secret. For more information about tokens, refer to Using OAuth 2.0 to Access Google APIs at developers.google.com.
For a data source creation tutorial, refer to BigQuery data source: Access and refresh tokens (OAuth 2.0).
Application Default Credentials: by using credentials obtained through Application Default Credentials (ADC). For more information about ADC and how to obtain them, refer to Authenticating as a service account at cloud.google.com.
For a data source creation tutorial, refer to BigQuery data source: Application Default Credentials.
No auth: authentication is not required.
In the Project ID field, enter a unique identifier for your project.
Depending on the selected authentication method, specify the following connection settings:
In the URL field, DataGrip generates the JDBC URL automatically using the values of other connection settings.
If you need to use a JDBC URL with certain additional settings, paste it in the URL field. The general URL to use is as follows:
Format:
jdbc:bigquery://https://<host_address>:<port_number>;DefaultDataset=<dataset_name>
Example:
jdbc:bigquery://https://www.googleapis.com/bigquery/v2:443;DefaultDataset=myDataset
For more information about the URL format, refer to the BigQuery official documentation.
warning
For the URL only connection type, the URL field contents are stored in plain text, and are also available in the IDE log file.
Use the designated fields to provide your sensitive connection details instead of putting them into the URL field.
For the reference information about connection settings and properties on the General and other tabs of Data Sources and Drivers dialog (CtrlAltShift0S) , see Connection settings and DBMS-specific properties.
Ensure that the connection to the database can be established using the provided details. To do that, click the Test Connection link at the bottom of the connection details area.
In case of any connection issues, refer to the Cannot connect to a database page.
(Optional) By default, only the default project and dataset are introspected and available to work with. If you also want to work with other projects and datasets, in the Schemas tab, select them for the introspection.
Click OK to create the data source.
Find your new data source in Database Explorer () .
For more information about Database Explorer, see the corresponding reference topic.
tip
To see more projects and datasets under your new data source node, click the N of M button and select the ones you need. DataGrip will introspect and show them.
For more information about displaying projects and datasets in Database Explorer, refer to the Show all databases or schemas tutorial.
For more information about working with database objects in DataGrip, refer to Database objects.
To write and run queries, open the default query console by clicking the data source and pressing F4.
To view and edit data of a database object, open Data editor and viewer by double-clicking the object.
For the reference information about connection settings (for example, Host, Port, and so on) on the General and other tabs of Data Sources and Drivers dialog (CtrlAltShift0S) , see Data Sources.
Item | Description | Authentication method |
---|---|---|
Project ID | A unique identifier for your project. |
|
Service account email | Google service account email address. | Google Service Account |
Key file and Service account key file | Full path to a private key file for the service account. |
|
Access token | Generated access token. | Access and Refresh Tokens |
Refresh token | Generated refresh token. | |
Client ID | Generated Google client ID. | |
Client secret | Generated Google client secret. | |
Default dataset | The name of a default dataset. |
|
Thanks for your feedback!