Airbyte · JSON Structure

Airbyte Resource Requirements Structure

optional resource requirements to run workers (blank for unbounded allocations)

Type: object Properties: 6
Data IntegrationETLELTOpen SourceData PipelineConnectorsData

ResourceRequirements is a JSON Structure definition published by Airbyte, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

cpu_request cpu_limit memory_request memory_limit ephemeral_storage_request ephemeral_storage_limit

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/airbyte/refs/heads/main/json-structure/airbyte-resource-requirements-structure.json",
  "name": "ResourceRequirements",
  "description": "optional resource requirements to run workers (blank for unbounded allocations)",
  "type": "object",
  "properties": {
    "cpu_request": {
      "type": "string"
    },
    "cpu_limit": {
      "type": "string"
    },
    "memory_request": {
      "type": "string"
    },
    "memory_limit": {
      "type": "string"
    },
    "ephemeral_storage_request": {
      "type": "string"
    },
    "ephemeral_storage_limit": {
      "type": "string"
    }
  }
}