airbnb/caravel

View on GitHub
superset-frontend/plugins/plugin-chart-echarts/src/BoxPlot/buildQuery.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function buildQuery has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function buildQuery(formData: BoxPlotQueryFormData) {
  return buildQueryContext(formData, baseQueryObject => [
    {
      ...baseQueryObject,
      columns: [

    There are no issues that match your filters.

    Category
    Status