Tool to fetch a BigQuery table's schema and metadata without querying row data. Use before generating SQL queries to avoid column name typos and confirm field types and nullable modes. This is especially useful when INFORMATION_SCHEMA access is restricted.
table_idRequiredstringThe table ID to retrieve schema and metadata for.
dataset_idRequiredstringThe dataset ID containing the table.
project_idRequiredstringThe project ID containing the dataset.
selected_fieldsstringComma-separated list of fields to return (e.g., 'schema,numRows,type'). If not specified, returns all fields.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action