Googlebigquery

Learn how to use Googlebigquery with Composio

Overview

Enum

GOOGLEBIGQUERY

Description

Connect to BigQuery to query BigData.

Authentication Details

credentials_json
stringRequired

Actions

Query tool will run a sql query in bigquery. note: make sure the query being input in a single line format. for example, select * from sample dataset.sample table where column name = ‘value’

Action Parameters

query
stringRequired

Action Response

data
object
successful
boolean
error