Commit c686574
Simplify metadata generation: generate Python from JSON schema
- Changed order of operations: YAML → JSON → Python (instead of YAML → Python → merge)
- Removed all manual Python file merging logic (~100 lines of code removed)
- datamodel-codegen now generates single file directly from consolidated JSON
- Much simpler and more maintainable
- Addresses AJ's feedback to avoid manual Python code manipulation
Co-Authored-By: AJ Steers <aj@airbyte.io>1 parent 23837eb commit c686574
2 files changed
Lines changed: 427 additions & 552 deletions
File tree
- airbyte_cdk/test/models/connector_metadata/generated
- bin
0 commit comments