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

Split the synthetics request port field into a oneOf #2678

Merged

Conversation

api-clients-generation-pipeline[bot]
Copy link
Contributor

@api-clients-generation-pipeline api-clients-generation-pipeline bot requested a review from a team as a code owner September 11, 2024 15:04
@api-clients-generation-pipeline api-clients-generation-pipeline bot added the changelog/Changed Changed features results into a major version bump label Sep 11, 2024
Comment on lines +453 to +455
if "{{" in r and "}}" in r:
# workaround to stop matching templated strings
raise TypeError(f"{x} is not supported type {schema}")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔴 Code Quality Violation

too many nesting levels (...read more)

Avoid to nest too many loops together. Having too many loops make your code harder to understand.
Prefer to organize your code in functions and unit of code you can clearly understand.

Learn More

View in Datadog  Leave us feedback  Documentation

@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3107 branch from 8685775 to 9a79797 Compare September 11, 2024 18:03
@api-clients-generation-pipeline api-clients-generation-pipeline bot force-pushed the datadog-api-spec/generated/3107 branch from 962525a to 58242cf Compare September 11, 2024 19:17
@api-clients-generation-pipeline api-clients-generation-pipeline bot merged commit 92128b1 into master Sep 11, 2024
12 checks passed
@api-clients-generation-pipeline api-clients-generation-pipeline bot deleted the datadog-api-spec/generated/3107 branch September 11, 2024 19:50
github-actions bot pushed a commit that referenced this pull request Sep 11, 2024
* update formatter to stop matching templated strings in int schemas

* Regenerate client from commit 3288a6f0 of spec repo

---------

Co-authored-by: Kevin Zou <[email protected]>
Co-authored-by: ci.datadog-api-spec <[email protected]> 92128b1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/Changed Changed features results into a major version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants