Keboola · Schema

StorageBackendCreateBigqueryRequest

Create a new BigQuery storage backend by providing GCP service-account credentials and folder.

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
owner string Associated GCP account owner (mostly: keboola, client-).
technicalOwner string Associated technical owner (who technically manages the account). Enum: keboola, internal, kbdb, byodb.
folderId string GCP folder ID where the service account is allowed to create projects.
region string Backend region.
credentials object GCP service-account key file content (full JSON keyfile).
bqExternalSharingRoleName string Name of the custom IAM role pre-configured for Analytics Hub external bucket sharing. When set, the bucket sharing setup guide surfaces this role name to the user. When absent, the guide falls back to
View JSON Schema on GitHub

JSON Schema

keboola-storagebackendcreatebigqueryrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "StorageBackendCreateBigqueryRequest",
  "description": "Create a new BigQuery storage backend by providing GCP service-account credentials and folder.",
  "required": [
    "owner",
    "technicalOwner",
    "folderId",
    "region",
    "credentials"
  ],
  "properties": {
    "owner": {
      "description": "Associated GCP account owner (mostly: keboola, client-<name>).",
      "type": "string",
      "example": "keboola"
    },
    "technicalOwner": {
      "description": "Associated technical owner (who technically manages the account). Enum: keboola, internal, kbdb, byodb.",
      "type": "string",
      "example": "keboola"
    },
    "folderId": {
      "description": "GCP folder ID where the service account is allowed to create projects.",
      "type": "string",
      "example": "123"
    },
    "region": {
      "description": "Backend region.",
      "type": "string",
      "example": "us-east-1"
    },
    "credentials": {
      "description": "GCP service-account key file content (full JSON keyfile).",
      "type": "object",
      "example": {
        "type": "service_account",
        "project_id": "123456789",
        "private_key_id": "xxx",
        "private_key": "-----BEGIN PRIVATE KEY-----<key contents>-----END PRIVATE KEY-----\n",
        "client_email": "something@else.iam.gserviceaccount.com",
        "client_id": "123456789",
        "auth_uri": "https://accounts.google.com/o/oauth2/auth",
        "token_uri": "https://oauth2.googleapis.com/token",
        "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
        "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/something"
      }
    },
    "bqExternalSharingRoleName": {
      "description": "Name of the custom IAM role pre-configured for Analytics Hub external bucket sharing. When set, the bucket sharing setup guide surfaces this role name to the user. When absent, the guide falls back to recommending the built-in `roles/analyticshub.listingAdmin` role.",
      "type": "string",
      "example": "roles/custom.analyticsHubListingAdmin",
      "nullable": true
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/keboola-storagebackendcreatebigqueryrequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.