1
0
mirror of synced 2026-01-20 12:07:14 -05:00
Files
airbyte/airbyte-config/config-models
Anne e7cc086394 Turn on auto-detect schema env variable (#21814)
* Turn on auto-detect schema env variable
Co-authored-by: Edmundo Ruiz Ghanem <168664+edmundito@users.noreply.github.com>
2023-01-25 13:39:15 -08: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:
    SUB_BUILD=PLATFORM ./gradlew airbyte-config:config-models:generateJsonSchema2Pojo
    
    The generated file is under:
    build/generated/src/gen/java/io/airbyte/config/
    

Reference