airbnb/caravel

View on GitHub
superset-frontend/packages/superset-ui-core/src/chart/clients/ChartClient.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function loadQueryData has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async loadQueryData(
    formData: QueryFormData,
    options?: Partial<RequestConfig>,
  ): Promise<QueryData[]> {
    const { viz_type: visType } = formData;

    There are no issues that match your filters.

    Category
    Status