airbnb/caravel

View on GitHub
superset-frontend/src/features/datasets/AddDataset/EditDataset/UsageTab/index.tsx

Summary

Maintainability
A
2 hrs
Test Coverage

Function useDatasetChartRecords has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const useDatasetChartRecords = (datasetId: string) => {
  const { addDangerToast } = useToasts();

  // Always filters charts by dataset
  const baseFilters = useMemo(

    There are no issues that match your filters.

    Category
    Status