All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.metadataIngestion.application.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/metadataIngestion/application.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "OpenMetadataApplicationConfig",
  "description": "OpenMetadata Ingestion Framework definition for Applications, i.e., the YAML shape we require.",
  "javaType": "org.openmetadata.schema.metadataIngestion.OpenMetadataAppConfig",
  "type": "object",
  "properties": {
    "workflowConfig": {
      "$ref": "workflow.json#/definitions/workflowConfig",
      "description": "General Workflow configuration, such as the OpenMetadata server connection and logging level"
    },
    "sourcePythonClass": {
      "description": "Source Python Class Name to run the application",
      "type": "string"
    },
    "appConfig": {
      "$ref": "../entity/applications/configuration/applicationConfig.json#/definitions/appConfig",
      "description": "External Application configuration"
    },
    "appPrivateConfig": {
      "$ref": "../entity/applications/configuration/applicationConfig.json#/definitions/privateConfig",
      "description": "External Application Private configuration"
    },
    "ingestionPipelineFQN": {
      "description": "Fully qualified name of ingestion pipeline, used to identify the current ingestion pipeline",
      "type": "string"
    },
    "pipelineRunId": {
      "description": "Unique identifier of pipeline run, used to identify the current pipeline run",
      "$ref": "../type/basic.json#/definitions/uuid"
    }
  },
  "required": ["workflowConfig"],
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy