Keboola · Schema

StorageBackendUpdateBigqueryRequest

Update BigQuery storage backend settings. At least one parameter must be provided.

Data PlatformETLELTData PipelineData StorageTransformationOrchestrationData OperationsCloud DataSnowflakeBigQuery

Properties

Name Type Description
credentials object GCP service-account key file contents (full JSON keyfile).
owner string Associated GCP account owner.
technicalOwner string Associated technical owner.
bqExternalSharingRoleName string Name of the custom IAM role pre-configured for Analytics Hub external bucket sharing.
View JSON Schema on GitHub

JSON Schema

keboola-storagebackendupdatebigqueryrequest.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "StorageBackendUpdateBigqueryRequest",
  "description": "Update BigQuery storage backend settings. At least one parameter must be provided.",
  "minProperties": 1,
  "properties": {
    "credentials": {
      "description": "GCP service-account key file contents (full JSON keyfile).",
      "required": [
        "type",
        "project_id",
        "private_key_id",
        "private_key",
        "client_email",
        "client_id",
        "auth_uri",
        "token_uri",
        "auth_provider_x509_cert_url",
        "client_x509_cert_url"
      ],
      "properties": {
        "type": {
          "type": "string",
          "example": "service_account"
        },
        "project_id": {
          "type": "string",
          "example": "123456789"
        },
        "private_key_id": {
          "type": "string",
          "example": "xxx"
        },
        "private_key": {
          "type": "string",
          "example": "-----BEGIN PRIVATE KEY-----<key contents>-----END PRIVATE KEY-----\n"
        },
        "client_email": {
          "type": "string",
          "example": "something@else.iam.gserviceaccount.com"
        },
        "client_id": {
          "type": "string",
          "example": "123456789"
        },
        "auth_uri": {
          "type": "string",
          "example": "https://accounts.google.com/o/oauth2/auth"
        },
        "token_uri": {
          "type": "string",
          "example": "https://oauth2.googleapis.com/token"
        },
        "auth_provider_x509_cert_url": {
          "type": "string",
          "example": "https://www.googleapis.com/oauth2/v1/certs"
        },
        "client_x509_cert_url": {
          "type": "string",
          "example": "https://www.googleapis.com/robot/v1/metadata/x509/something"
        }
      },
      "type": "object",
      "default": []
    },
    "owner": {
      "description": "Associated GCP account owner.",
      "type": "string",
      "example": "keboola",
      "default": null
    },
    "technicalOwner": {
      "description": "Associated technical owner.",
      "type": "string",
      "example": "keboola",
      "default": null,
      "enum": [
        "keboola",
        "internal",
        "kbdb",
        "byodb"
      ]
    },
    "bqExternalSharingRoleName": {
      "description": "Name of the custom IAM role pre-configured for Analytics Hub external bucket sharing.",
      "type": "string",
      "example": "roles/custom.analyticsHubListingAdmin",
      "nullable": true,
      "default": null
    }
  },
  "type": "object",
  "additionalProperties": false
}

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-storagebackendupdatebigqueryrequest"
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.