From 3af8e3e5025ce3ce5219e2e9fcf84d7c2209e54d Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 09:27:17 +0000 Subject: [PATCH] docs: note Query API currently supports Snowflake only; BigQuery planned Co-Authored-By: vaclav.eder --- overview/api/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/api/index.md b/overview/api/index.md index aea723a0..e59b2edf 100644 --- a/overview/api/index.md +++ b/overview/api/index.md @@ -31,7 +31,7 @@ The main APIs for our components are: | [Importer API](https://app.swaggerhub.com/apis-docs/keboola/import) | [Importer](/integrate/storage/api/importer/) is a helper service for easy table imports. | | [Notifications API](https://app.swaggerhub.com/apis/odinuv/notifications-service) | API to subscribe to events, e.g., failed orchestrations. | | [OAuth Broker API](https://oauthapi3.docs.apiary.io/#) | OAuth Broker is a component managing [OAuth authorizations](/extend/common-interface/oauth/#authorize) of other components. | -| [Query API](https://query.keboola.com/api/v1/documentation) | Query is a service for running SQL queries on Snowflake and BigQuery. | +| [Query API](https://query.keboola.com/api/v1/documentation) | Query is a service for running SQL queries on Snowflake. BigQuery support is planned but not yet available. | | [Queue API](https://app.swaggerhub.com/apis-docs/keboola/job-queue-api) | Queue is a service for [running components](/extend/docker-runner/) and managing [Jobs](/integrate/jobs/). | | [Scheduler API](https://app.swaggerhub.com/apis/odinuv/scheduler) | API to automate configurations. | | [Stream API](https://stream.keboola.com/v1/documentation/) | The Keboola Stream API allows you to ingest small and frequent events into your project's storage. |