1
0
mirror of synced 2026-01-05 12:05:28 -05:00
Files
airbyte/airbyte-config/models
Christophe Duong 8b6093ce61 Configure kube pod resources for workers/syncs (#4381)
* Configure kube pod resources for workers/syncs
2021-07-01 12:25:14 +02:00
..

Config Models

This module uses jsonschema2pojo to generate Java config objects from json schema definitions. See build.gradle for details.

How to use

  • Update json schema under:
    src/main/resources/types/
    
  • Run the following command under the project root:
    ./gradlew airbyte-config:models:generateJsonSchema2Pojo
    
    The generated file is under:
    build/generated/src/gen/java/io/airbyte/config/
    

Reference