We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40cd2ce commit 95eda3eCopy full SHA for 95eda3e
.github/workflows/update_models.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Update models
23
run: |-
24
- datamodel-codegen --url https://raw.githubusercontent.com/QuantConnect/Documentation/refs/heads/master/QuantConnect-Platform-2.0.0.yaml --input-file-type openapi --output src/models.py --remove-special-field-name-prefix --use-annotated --collapse-root-models --use-default-kwarg
+ datamodel-codegen --url https://raw.githubusercontent.com/QuantConnect/Documentation/refs/heads/MCP-test/QuantConnect-Platform-2.0.0.yaml --input-file-type openapi --output src/models.py --remove-special-field-name-prefix --use-annotated --collapse-root-models --use-default-kwarg
25
python post_processing.py
26
27
- name: Push to Branch
0 commit comments