Looker
You can use Looker to query and visualize data by means of Dremio Cloud.
Supported Authentication Methods
There are two methods of authenticating that you can choose from when you connect from DbVisualizer to Dremio Cloud:
Use Microsoft Azure Active Directory as an enterprise identity provider
To configure Microsoft Azure Active Directory, see Microsoft Azure Active Directory.
noteYou can use Microsoft authentication only if the admin for your Dremio Cloud organization has enabled it.
Use a personal access token (PAT) obtained from Dremio Cloud
To create a PAT, follow the steps in Creating a Token
Prerequisites
Copy the ID of the Dremio Cloud project that you want to connect to. See Obtaining the ID of a Project for the steps. After you obtain it, save it somewhere that you can retrieve it from during the procedure.
Creating a Connection
Log into Looker.
In the menu bar at the top of the page, select Admin, and then select Connections under Database.
Click the Add Connection button in the top-right corner of the page to open the Connection Settings page for creating a connection.
Specify a name for the connection.
In the Dialect field, select Dremio 11+.
In the Remote Host:Port fields, specify
sql.dremio.cloud
and443
.In the Database field, paste the ID of the project that you want to connect to in Dremio Cloud.
In the Username and Password fields, specify your authentication credentials:
If you want to authenticate by using a Microsoft account and password, and Microsoft Azure Active Directory is configured as an enterprise identity provider for Dremio Cloud, specify the username and password for the account.
If you want to authenticate by using a personal access token, specify these values:
- In the Username field, type
$token
. - In the Password field, paste your personal access token.
- In the Username field, type
Ensure that the SSL check box is selected.
Click Test These Settings at the bottom of the page to check that the information that you specified is all valid.
Click Add Connection if the test of the connection is successful.
The new connection is listed on the Connections page.