Ready to get started?

Download a free trial of the Google Data Catalog ODBC Driver to get started:

 Download Now

Learn more:

Google Data Catalog Icon Google Data Catalog ODBC Driver

The Google Data Catalog ODBC Driver is a powerful tool that allows you to connect with live data from Google Data Catalog, directly from any applications that support ODBC connectivity.

Access Google Data Catalog data like you would a database - read, write, and update Google Data Catalog Schemas, Tables, etc. through a standard ODBC Driver interface.

Import Google Data Catalog Data into FileMaker Pro



Create reports that integrate Google Data Catalog data in Filemaker Pro.

One of the strengths of the CData ODBC driver is its ubiquitous support across many applications and platforms. In this article, you will configure the ODBC driver in FileMaker Pro and create data visualizations with Google Data Catalog data.

Query Google Data Catalog Data in FileMaker Pro

If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. See the "Getting Started" chapter of the help documentation for a guide to creating a DSN on Windows or Unix-based systems like Mac OS X and Linux.

Google Data Catalog uses the OAuth authentication standard. Authorize access to Google APIs on behalf on individual users or on behalf of users in a domain.

Before connecting, specify the following to identify the organization and project you would like to connect to:

  • OrganizationId: The ID associated with the Google Cloud Platform organization resource you would like to connect to. Find this by navigating to the cloud console.

    Click the project selection drop-down, and select your organization from the list. Then, click More -> Settings. The organization ID is displayed on this page.

  • ProjectId: The ID associated with the Google Cloud Platform project resource you would like to connect to.

    Find this by navigating to the cloud console dashboard and selecting your project from the Select from drop-down. The project ID will be present in the Project info card.

When you connect, the OAuth endpoint opens in your default browser. Log in and grant permissions to the application to completes the OAuth process. For more information, refer to the OAuth section in the Help documentation.

When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.

You can then load Google Data Catalog data into tables in Filemaker Pro:

  1. In your solution, click File -> Import Records -> ODBC Data Source, and select the CData Google Data Catalog DSN.
  2. In the resulting SQL Query Builder wizard, select tables and columns and then click Insert into SQL Query. You can edit this query directly. For example:

    SELECT Type, DatasetName FROM Schemas WHERE ProjectId = 'bigquery-public-data'

    You can use the UI to build filters in the WHERE clause by clicking the WHERE tab.

  3. In the resulting Import Field Mapping wizard, you can define mappings from columns in the data source to the columns in a destination table. To create a new table for the query results, select New Table ("CData GoogleDataCatalog Source") from the Target box, and click Import.

For more information on the SQL that the driver supports out of the box, see the help documentation.

Process Data at Design Time

You can sort and aggregate data, as well as calculate summary functions, while you browse tables. To manipulate the view of data at design time, first complete the two steps below:

  1. Switch to Browse mode: Click the Mode pop-up menu in the footer of the application.
  2. Switch to Table view: Click the table icon in the View As menu in the main toolbar of the application.

Aggregate and Summarize

Follow the procedure below to group column values and then display a summary, as shown in the screenshot below:

  1. Sort: Click the arrow in the Type column header and then click Sort Ascending in the resulting menu.
  2. Group: In the menu for the Type column click Add Trailing Group by Type to group the values and create a subsequent row where summary calculations can be inserted. Click Add Leading Group to introduce the group with a summary.
  3. Summarize: In the menu for a column that has been grouped, select a summary from the Trailing Subtotals menu.

the procedure below to create a simple bar chart that shows the total DatasetName for each Type.

  1. Click the arrow in the DatasetName column header and click "Chart by DatasetName" in the menu. If you have already grouped on a column in the Table view, Type, for example, you can select the option to chart DatasetName by Type.
  2. In the Chart Setup window, select columns to draw the chart: To add the column for the x-axis, click the button next to the Data box.

Selecting the x-axis and y-axis will draw the chart. You can also process data in the Chart Setup: Set the following options to create a basic chart.

  1. Click the button next to the Data box and select Specify Field Value. Select a column in the resulting dialog.
  2. Select a summary for the y-axis in the Summary menu.