Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(airbyte-cdk): update datamodel_code_generator to 0.26.3 #31

Merged
merged 3 commits into from
Nov 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Airbyte CDK: update datamodel_code_generator to latest version
use double-quotes to align with linting rules

Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
artem1205 committed Nov 12, 2024
commit ac38d87b293b77e60a2a35a194b062875074ca6c
4 changes: 3 additions & 1 deletion bin/generate_component_manifest_files.py
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@


PIP_DEPENDENCIES = [
"datamodel_code_generator==0.11.19",
"datamodel_code_generator==0.26.3",
]


@@ -73,6 +73,8 @@ async def main():
"--enum-field-as-literal",
"one",
"--set-default-enum-member",
"--use-double-quotes",
"--remove-special-field-name-prefix",
],
use_entrypoint=True,
)