* test [ci skip] * Autogenerated files * Add missing annotation * Remove unused json2Schema block from worker * Move tess * Missing deps and format * Fix test build * TMP * Add missing dependencies * PR comments * Tmp * [ci skip] Tmp * Fix acceptance test and add the seed dependency * Fix build * For diff * tmp * Build pass * make the worker to be on the platform only * fix setting.yaml * Fix pmd * Fix Cron * Add chart * Fix cron * Fix server build.gradle * Fix jar conflict * PR comments * Add cron micronaut environemnt
22 lines
548 B
YAML
22 lines
548 B
YAML
---
|
|
"$schema": http://json-schema.org/draft-07/schema#
|
|
"$id": https://github.com/airbytehq/airbyte/blob/master/airbyte-config/models/src/main/resources/types/IntegrationLauncherConfig.yaml
|
|
title: IntegrationLauncherConfig
|
|
description: integration launcher config
|
|
type: object
|
|
additionalProperties: false
|
|
required:
|
|
- jobId
|
|
- attemptId
|
|
- dockerImage
|
|
properties:
|
|
jobId:
|
|
type: string
|
|
attemptId:
|
|
type: integer
|
|
dockerImage:
|
|
type: string
|
|
protocolVersion:
|
|
type: object
|
|
existingJavaType: io.airbyte.commons.version.Version
|