-
Notifications
You must be signed in to change notification settings - Fork 41
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
Allow Table Widget requests to specify text replace formatting in dashboards #2147
Allow Table Widget requests to specify text replace formatting in dashboards #2147
Conversation
src/datadog_api_client/v1/model/table_widget_text_format_rule_main.py
Outdated
Show resolved
Hide resolved
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
src/datadog_api_client/v1/model/table_widget_text_format_replace_substring.py
Show resolved
Hide resolved
"_with": "with", | ||
} | ||
|
||
def __init__(self_, type: TableWidgetTextFormatReplaceAllType, _with: str, **kwargs): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
def __init__(self_, type: TableWidgetTextFormatReplaceAllType, _with: str, **kwargs): | |
def __init__(self, type: TableWidgetTextFormatReplaceAllType, _with: str, **kwargs): |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
635c999
to
95a9cd3
Compare
95a9cd3
to
7bf392d
Compare
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
} | ||
|
||
def __init__( | ||
self_, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔴 Code Quality Violation
self_, | |
self, |
first parameter of a class function should be self (...read more)
In a class method (that is not a class method nor a static method), the first argument must be self
by convention.
Learn More
7bf392d
to
5999cad
Compare
5999cad
to
aff8ee0
Compare
aff8ee0
to
b4d4f3b
Compare
…hboards (#2147) Co-authored-by: ci.datadog-api-spec <[email protected]> 06852c9
See DataDog/datadog-api-spec#3069
Test branch datadog-api-spec/test/hyung.lee/payp-27