Airbyte · Schema

JobType

enum that describes the different types of jobs that the platform runs.

Data IntegrationETLELTOpen SourceData PipelineConnectorsData
View JSON Schema on GitHub

JSON Schema

airbyte-jobtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobType",
  "title": "JobType",
  "x-speakeasy-component": true,
  "description": "enum that describes the different types of jobs that the platform runs.",
  "type": "string",
  "enum": [
    "get_spec",
    "check_connection",
    "discover_schema",
    "sync",
    "reset_connection",
    "connection_updater",
    "replicate"
  ]
}