Skip to content

add custom extent prop for geomap widget#2602

Closed
api-clients-generation-pipeline[bot] wants to merge 1 commit into
masterfrom
datadog-api-spec/generated/3923
Closed

add custom extent prop for geomap widget#2602
api-clients-generation-pipeline[bot] wants to merge 1 commit into
masterfrom
datadog-api-spec/generated/3923

Conversation

@api-clients-generation-pipeline
Copy link
Copy Markdown
Contributor

@api-clients-generation-pipeline api-clients-generation-pipeline Bot commented May 30, 2025

@api-clients-generation-pipeline api-clients-generation-pipeline Bot requested review from a team as code owners May 30, 2025 18:07
}

def __init__(self_, focus: str, **kwargs):
def __init__(self_, focus: str, custom_extent: Union[List[float], UnsetType] = unset, **kwargs):
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 Code Quality Violation

Suggested change
def __init__(self_, focus: str, custom_extent: Union[List[float], UnsetType] = unset, **kwargs):
def __init__(self, focus: str, custom_extent: Union[List[float], UnsetType] = unset, **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

View in Datadog  Leave us feedback  Documentation

@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3923 branch 2 times, most recently from 0fe7558 to c49361c Compare June 6, 2025 17:06
@api-clients-generation-pipeline api-clients-generation-pipeline Bot changed the title add custom extent prop for geomap widget [DEX-114] add custom extent prop for geomap widget Jun 6, 2025
@api-clients-generation-pipeline api-clients-generation-pipeline Bot changed the title [DEX-114] add custom extent prop for geomap widget add custom extent prop for geomap widget Jun 18, 2025
@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3923 branch 2 times, most recently from eb20773 to d2de444 Compare June 20, 2025 14:27
@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3923 branch 2 times, most recently from 3aaefc3 to a159d93 Compare June 26, 2025 21:06

def __init__(self_, focus: str, **kwargs):
def __init__(
self_, custom_extent: Union[List[float], UnsetType] = unset, focus: Union[str, UnsetType] = unset, **kwargs
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 Code Quality Violation

Suggested change
self_, custom_extent: Union[List[float], UnsetType] = unset, focus: Union[str, UnsetType] = unset, **kwargs
self, custom_extent: Union[List[float], UnsetType] = unset, focus: Union[str, UnsetType] = unset, **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

View in Datadog  Leave us feedback  Documentation

@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3923 branch 2 times, most recently from 5e8ac13 to 08552e8 Compare August 12, 2025 15:59
@api-clients-generation-pipeline api-clients-generation-pipeline Bot force-pushed the datadog-api-spec/generated/3923 branch from 08552e8 to 152e80b Compare August 13, 2025 15:23
@github-actions
Copy link
Copy Markdown

This PR has been automatically marked as stale because it has not had activity in the last 30 days.
If there is no activity for another 90 days, this issue will be automatically closed.

@github-actions github-actions Bot added the stale label Sep 27, 2025
@dd-devtools-worker dd-devtools-worker Bot deleted the datadog-api-spec/generated/3923 branch December 14, 2025 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant