Skip to content

[dashboards] Remove an unnecessary field from TimeSeriesFormulaAndFunctionEventQuery #265

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

Merged
merged 15 commits into from
Feb 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-02-04 09:38:20.417386",
"spec_repo_commit": "0e53363"
"regenerated": "2021-02-05 08:16:47.201048",
"spec_repo_commit": "7973735"
},
"v2": {
"apigentools_version": "1.4.1.dev2",
"regenerated": "2021-02-04 09:38:57.988050",
"spec_repo_commit": "0e53363"
"regenerated": "2021-02-05 08:17:25.840340",
"spec_repo_commit": "7973735"
}
}
}
11 changes: 0 additions & 11 deletions docs/v1/FormulaAndFunctionEventsSortType.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ Class | Method | HTTP request | Description
- [EventTimelineWidgetDefinitionType](EventTimelineWidgetDefinitionType.md)
- [FormulaAndFunctionEventAggregation](FormulaAndFunctionEventAggregation.md)
- [FormulaAndFunctionEventsDataSource](FormulaAndFunctionEventsDataSource.md)
- [FormulaAndFunctionEventsSortType](FormulaAndFunctionEventsSortType.md)
- [FormulaAndFunctionMetricAggregation](FormulaAndFunctionMetricAggregation.md)
- [FormulaAndFunctionMetricDataSource](FormulaAndFunctionMetricDataSource.md)
- [FormulaAndFunctionProcessQueryDataSource](FormulaAndFunctionProcessQueryDataSource.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Name | Type | Description | Notes
**aggregation** | [**FormulaAndFunctionEventAggregation**](FormulaAndFunctionEventAggregation.md) | |
**metric** | **str** | Metric used for sorting group by results. | [optional]
**order** | [**QuerySortOrder**](QuerySortOrder.md) | | [optional]
**type** | [**FormulaAndFunctionEventsSortType**](FormulaAndFunctionEventsSortType.md) | | [optional]

[[Back to Model list]](README.md#documentation-for-models) [[Back to API list]](README.md#documentation-for-api-endpoints) [[Back to README]](README.md)

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@

def lazy_import():
from datadog_api_client.v1.model.formula_and_function_event_aggregation import FormulaAndFunctionEventAggregation
from datadog_api_client.v1.model.formula_and_function_events_sort_type import FormulaAndFunctionEventsSortType
from datadog_api_client.v1.model.query_sort_order import QuerySortOrder

globals()["FormulaAndFunctionEventAggregation"] = FormulaAndFunctionEventAggregation
globals()["FormulaAndFunctionEventsSortType"] = FormulaAndFunctionEventsSortType
globals()["QuerySortOrder"] = QuerySortOrder


Expand Down Expand Up @@ -81,7 +79,6 @@ def openapi_types():
"aggregation": (FormulaAndFunctionEventAggregation,), # noqa: E501
"metric": (str,), # noqa: E501
"order": (QuerySortOrder,), # noqa: E501
"type": (FormulaAndFunctionEventsSortType,), # noqa: E501
}

@cached_property
Expand All @@ -92,7 +89,6 @@ def discriminator():
"aggregation": "aggregation", # noqa: E501
"metric": "metric", # noqa: E501
"order": "order", # noqa: E501
"type": "type", # noqa: E501
}

_composed_schemas = {}
Expand Down Expand Up @@ -148,7 +144,6 @@ def __init__(self, aggregation, *args, **kwargs): # noqa: E501
_visited_composed_classes = (Animal,)
metric (str): Metric used for sorting group by results.. [optional] # noqa: E501
order (QuerySortOrder): [optional] # noqa: E501
type (FormulaAndFunctionEventsSortType): [optional] # noqa: E501
"""

_check_type = kwargs.pop("_check_type", True)
Expand Down
1 change: 0 additions & 1 deletion src/datadog_api_client/v1/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
from datadog_api_client.v1.model.event_timeline_widget_definition_type import EventTimelineWidgetDefinitionType
from datadog_api_client.v1.model.formula_and_function_event_aggregation import FormulaAndFunctionEventAggregation
from datadog_api_client.v1.model.formula_and_function_events_data_source import FormulaAndFunctionEventsDataSource
from datadog_api_client.v1.model.formula_and_function_events_sort_type import FormulaAndFunctionEventsSortType
from datadog_api_client.v1.model.formula_and_function_metric_aggregation import FormulaAndFunctionMetricAggregation
from datadog_api_client.v1.model.formula_and_function_metric_data_source import FormulaAndFunctionMetricDataSource
from datadog_api_client.v1.model.formula_and_function_process_query_data_source import (
Expand Down
11 changes: 0 additions & 11 deletions src/datadog_api_client/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1589,15 +1589,6 @@ components:
- RUM
- SECURITY_SIGNALS
- PROFILES
FormulaAndFunctionEventsSortType:
description: Method for sorting event platform results.
enum:
- alphabetical
- measure
type: string
x-enum-varnames:
- ALPHABETICAL
- MEASURE
FormulaAndFunctionMetricAggregation:
description: The aggregation methods available for metrics queries.
enum:
Expand Down Expand Up @@ -7666,8 +7657,6 @@ components:
type: string
order:
$ref: '#/components/schemas/QuerySortOrder'
type:
$ref: '#/components/schemas/FormulaAndFunctionEventsSortType'
required:
- aggregation
type: object
Expand Down
30 changes: 0 additions & 30 deletions tests/v1/test_formula_and_function_events_sort_type.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@

import datadog_api_client.v1
from datadog_api_client.v1.model.formula_and_function_event_aggregation import FormulaAndFunctionEventAggregation
from datadog_api_client.v1.model.formula_and_function_events_sort_type import FormulaAndFunctionEventsSortType
from datadog_api_client.v1.model.query_sort_order import QuerySortOrder

globals()["FormulaAndFunctionEventAggregation"] = FormulaAndFunctionEventAggregation
globals()["FormulaAndFunctionEventsSortType"] = FormulaAndFunctionEventsSortType
globals()["QuerySortOrder"] = QuerySortOrder
from datadog_api_client.v1.model.time_series_formula_and_function_event_query_definition_sort import (
TimeSeriesFormulaAndFunctionEventQueryDefinitionSort,
Expand Down