Skip to content

Commit fe4b9cc

Browse files
Refactor: Extract metadata generation into separate script
- Created new bin/generate_connector_metadata_files.py for metadata models - Reverted bin/generate_component_manifest_files.py to main (no changes) - Updated build script to call both generators - Keeps concerns separated for easier review and maintenance Co-Authored-By: AJ Steers <aj@airbyte.io>
1 parent 015a60e commit fe4b9cc

File tree

3 files changed

+333
-344
lines changed

3 files changed

+333
-344
lines changed

bin/generate-component-manifest-dagger.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@
88
set -e
99

1010
python bin/generate_component_manifest_files.py
11+
python bin/generate_connector_metadata_files.py

0 commit comments

Comments
 (0)