airbnb/caravel

View on GitHub

Showing 2,441 of 6,157 total issues

File trino.py has 445 lines of code (exceeds 250 allowed). Consider refactoring.
Open

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements.  See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership.  The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
Severity: Minor
Found in superset/db_engine_specs/trino.py - About 6 hrs to fix

    Function transformSeries has 167 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    export function transformSeries(
      series: SeriesOption,
      colorScale: CategoricalColorScale,
      colorScaleKey: string,
      opts: {

      File tags.py has 444 lines of code (exceeds 250 allowed). Consider refactoring.
      Open

      # Licensed to the Apache Software Foundation (ASF) under one
      # or more contributor license agreements.  See the NOTICE file
      # distributed with this work for additional information
      # regarding copyright ownership.  The ASF licenses this file
      # to you under the Apache License, Version 2.0 (the
      Severity: Minor
      Found in superset/common/tags.py - About 6 hrs to fix

        Function transformProps has 166 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

        export default function transformProps(
          chartProps: HeatmapChartProps,
        ): HeatmapTransformedProps {
          const refs: Refs = {};
          const { width, height, formData, queriesData, datasource } = chartProps;

          Function chartReducer has 165 lines of code (exceeds 25 allowed). Consider refactoring.
          Open

          export default function chartReducer(
            charts: Record<string, ChartState> = {},
            action: AnyChartAction,
          ) {
            const actionHandlers: Record<string, ChartActionHandler> = {
          Severity: Major
          Found in superset-frontend/src/components/Chart/chartReducer.ts - About 6 hrs to fix

            File world_bank.py has 441 lines of code (exceeds 250 allowed). Consider refactoring.
            Open

            # Licensed to the Apache Software Foundation (ASF) under one
            # or more contributor license agreements.  See the NOTICE file
            # distributed with this work for additional information
            # regarding copyright ownership.  The ASF licenses this file
            # to you under the Apache License, Version 2.0 (the
            Severity: Minor
            Found in superset/examples/world_bank.py - About 6 hrs to fix

              File ListView.tsx has 441 lines of code (exceeds 250 allowed). Consider refactoring.
              Open

              /**
               * Licensed to the Apache Software Foundation (ASF) under one
               * or more contributor license agreements.  See the NOTICE file
               * distributed with this work for additional information
               * regarding copyright ownership.  The ASF licenses this file
              Severity: Minor
              Found in superset-frontend/src/components/ListView/ListView.tsx - About 6 hrs to fix

                Function import_from_dict has a Cognitive Complexity of 43 (exceeds 5 allowed). Consider refactoring.
                Open

                    def import_from_dict(
                        # pylint: disable=too-many-arguments,too-many-branches,too-many-locals
                        cls,
                        dict_rep: dict[Any, Any],
                        parent: Optional[Any] = None,
                Severity: Minor
                Found in superset/models/helpers.py - About 6 hrs to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function expand_data has a Cognitive Complexity of 43 (exceeds 5 allowed). Consider refactoring.
                Open

                    def expand_data(  # pylint: disable=too-many-locals
                        cls, columns: list[ResultSetColumnType], data: list[dict[Any, Any]]
                    ) -> tuple[
                        list[ResultSetColumnType], list[dict[Any, Any]], list[ResultSetColumnType]
                    ]:
                Severity: Minor
                Found in superset/db_engine_specs/presto.py - About 6 hrs to fix

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function useSimpleTabFilterProps has a Cognitive Complexity of 43 (exceeds 5 allowed). Consider refactoring.
                Open

                export const useSimpleTabFilterProps = (props: Props) => {
                  const defaultTimeFilter = useDefaultTimeFilter();
                
                  const isOperatorRelevant = (operator: Operators, subject: string) => {
                    const column = props.datasource.columns?.find(

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                Function DndFilterSelect has a Cognitive Complexity of 43 (exceeds 5 allowed). Consider refactoring.
                Open

                const DndFilterSelect = (props: DndFilterSelectProps) => {
                  const {
                    datasource,
                    onChange = () => {},
                    name: controlName,

                Cognitive Complexity

                Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                A method's cognitive complexity is based on a few simple rules:

                • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                • Code is considered more complex for each "break in the linear flow of the code"
                • Code is considered more complex when "flow breaking structures are nested"

                Further reading

                File Tabs.jsx has 440 lines of code (exceeds 250 allowed). Consider refactoring.
                Open

                /**
                 * Licensed to the Apache Software Foundation (ASF) under one
                 * or more contributor license agreements.  See the NOTICE file
                 * distributed with this work for additional information
                 * regarding copyright ownership.  The ASF licenses this file
                Severity: Minor
                Found in superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx - About 6 hrs to fix

                  File DndMetricSelect.test.tsx has 439 lines of code (exceeds 250 allowed). Consider refactoring.
                  Open

                  /**
                   * Licensed to the Apache Software Foundation (ASF) under one
                   * or more contributor license agreements.  See the NOTICE file
                   * distributed with this work for additional information
                   * regarding copyright ownership.  The ASF licenses this file

                    File CollectionTable.tsx has 439 lines of code (exceeds 250 allowed). Consider refactoring.
                    Open

                    /**
                     * Licensed to the Apache Software Foundation (ASF) under one
                     * or more contributor license agreements.  See the NOTICE file
                     * distributed with this work for additional information
                     * regarding copyright ownership.  The ASF licenses this file
                    Severity: Minor
                    Found in superset-frontend/src/components/Datasource/CollectionTable.tsx - About 6 hrs to fix

                      Function renderColHeaderRow has 163 lines of code (exceeds 25 allowed). Consider refactoring.
                      Open

                        renderColHeaderRow(attrName, attrIdx, pivotSettings) {
                          // Render a single row in the column header at the top of the pivot table.
                      
                          const {
                            rowAttrs,

                        File controlPanel.tsx has 438 lines of code (exceeds 250 allowed). Consider refactoring.
                        Open

                        /**
                         * Licensed to the Apache Software Foundation (ASF) under one
                         * or more contributor license agreements.  See the NOTICE file
                         * distributed with this work for additional information
                         * regarding copyright ownership.  The ASF licenses this file

                          ExploreMixin has 47 functions (exceeds 20 allowed). Consider refactoring.
                          Open

                          class ExploreMixin:  # pylint: disable=too-many-public-methods
                              """
                              Allows any flask_appbuilder.Model (Query, Table, etc.)
                              to be used to power a chart inside /explore
                              """
                          Severity: Minor
                          Found in superset/models/helpers.py - About 6 hrs to fix

                            Function renderPopover has 162 lines of code (exceeds 25 allowed). Consider refactoring.
                            Open

                              renderPopover() {
                                return (
                                  <div id="ts-col-popo" style={{ width: 320 }}>
                                    {this.formRow(
                                      t('Label'),

                              File ColumnSelectPopover.tsx has 435 lines of code (exceeds 250 allowed). Consider refactoring.
                              Open

                              /**
                               * Licensed to the Apache Software Foundation (ASF) under one
                               * or more contributor license agreements.  See the NOTICE file
                               * distributed with this work for additional information
                               * regarding copyright ownership.  The ASF licenses this file

                                File DrillByModal.tsx has 435 lines of code (exceeds 250 allowed). Consider refactoring.
                                Open

                                /**
                                 * Licensed to the Apache Software Foundation (ASF) under one
                                 * or more contributor license agreements.  See the NOTICE file
                                 * distributed with this work for additional information
                                 * regarding copyright ownership.  The ASF licenses this file
                                Severity: Minor
                                Found in superset-frontend/src/components/Chart/DrillBy/DrillByModal.tsx - About 6 hrs to fix
                                  Severity
                                  Category
                                  Status
                                  Source
                                  Language