Skip to content

Commit

Permalink
update output file
Browse files Browse the repository at this point in the history
  • Loading branch information
erohmensing committed Jun 10, 2024
1 parent f2f2d40 commit 61b82e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol-models/bin/generate-python-dataclasses.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ ROOT_DIR=${ROOT_DIR:-$(git rev-parse --show-toplevel)}


YAML_DIR=protocol-models/src/main/resources/airbyte_protocol
OUTPUT_DIR=protocol-models/python/airbyte_protocol_dataclasses/airbyte_protocol_dataclasses/models
OUTPUT_DIR=protocol-models/python/airbyte_protocol_dataclasses/airbyte_protocol/models

python -m pip install --upgrade pip
pip install -U datamodel_code_generator
Expand Down

0 comments on commit 61b82e6

Please sign in to comment.