Apache Airflow · Schema

MetadatabaseStatus

The status of the metadatabase.

ApacheDAGData PipelineETLOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
status object
View JSON Schema on GitHub

JSON Schema

openapi.yaml-metadatabase-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-airflow/refs/heads/main/json-schema/openapi.yaml-metadatabase-status-schema.json",
  "title": "MetadatabaseStatus",
  "description": "The status of the metadatabase.",
  "type": "object",
  "properties": {
    "status": {
      "$ref": "#/components/schemas/HealthStatus"
    }
  }
}