Skip to content

[FEATURE] Create validate detector type response #224

@dbwiddis

Description

@dbwiddis

Is your feature request related to a problem?

Implement success and type validation failure response to users as shown by the documentation

For success:

{}

For failure

{
  "detector": {
    "feature_attributes": {
      "message": "Feature has invalid query returning empty aggregated data: average_total_rev",
      "sub_issues": {
        "average_total_rev": "Feature has invalid query returning empty aggregated data"
      }
    }
  }
}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions