Connect to Google BigQuery

Certified Associate Developer

Hi, 

We have a requirement to create reports using BigQuery data. If we use API to access BigQuery the data is very huge and we are unable to process it or we need to call the integration multiple times to retrieve the data. Instead, we are trying to configure BigQuery as a data source.

Do we have any plugins or a way to connect to Google BigQuery? Please let us know.

Thanks,

Bhargavi.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Appian Employee
    in reply to Bhargavi

    I'm not that familiar with BigQuery, but are there APIs / queries that you can run that would aggregate the data and just return the aggregated results? Then you could use those results directly in charts / grids. In general this will be much more efficient because the query will be done directly on the source system rather than pulling the data into Appian and manipulating it.

Children