datahuborg/datahub

View on GitHub

Showing 1,132 of 1,132 total issues

Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    def __init__(self, repo, table, draw_request, draw_response, manager):
Severity: Minor
Found in src/apps/datatables/util/run_draw_request.py - About 35 mins to fix

    Function update_card has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

        def update_card(self, repo, card_name, new_query=None,
    Severity: Minor
    Found in src/core/db/manager.py - About 35 mins to fix

      Function license_view_create has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      def license_view_create(request, repo_base, repo, table, license_id):
      Severity: Minor
      Found in src/browser/views.py - About 35 mins to fix

        Function export_table has 5 arguments (exceeds 4 allowed). Consider refactoring.
        Open

            def export_table(self, table_name, file_path, file_format='CSV',
        Severity: Minor
        Found in src/core/db/backend/pg.py - About 35 mins to fix

          Function export_query has 5 arguments (exceeds 4 allowed). Consider refactoring.
          Open

              def export_query(self, query, file_path, file_format='CSV',
          Severity: Minor
          Found in src/core/db/backend/pg.py - About 35 mins to fix

            Function delete has 5 arguments (exceeds 4 allowed). Consider refactoring.
            Open

                def delete(self, request, repo_base, repo_name, file_name, format=None):
            Severity: Minor
            Found in src/api/views.py - About 35 mins to fix

              Function delete has 5 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                  def delete(self, request, repo_base, repo_name, view, format=None):
              Severity: Minor
              Found in src/api/views.py - About 35 mins to fix

                Function get_view_sql has 5 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                    def get_view_sql(self, repo_base, repo, table, view_params, license_id):
                Severity: Minor
                Found in src/core/db/connection.py - About 35 mins to fix

                  Function import_rows has 5 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                      def import_rows(
                  Severity: Minor
                  Found in src/core/db/connection.py - About 35 mins to fix

                    Function export_table has 5 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        def export_table(self, table_name, file_path, file_format='CSV',
                    Severity: Minor
                    Found in src/core/db/connection.py - About 35 mins to fix

                      Function export_query has 5 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                          def export_query(self, query, file_path, file_format='CSV',
                      Severity: Minor
                      Found in src/core/db/connection.py - About 35 mins to fix

                        Function security_policy_delete has 5 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                        def security_policy_delete(request, repo_base, repo, table, policy_id):
                        Severity: Minor
                        Found in src/browser/views.py - About 35 mins to fix

                          Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              def __init__(self, user, password, host=HOST, port=PORT, repo_base=None):
                          Severity: Minor
                          Found in src/core/db/backend/pg.py - About 35 mins to fix

                            Function create_license_view has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                                def create_license_view(self, repo_base, repo,
                            Severity: Minor
                            Found in src/core/db/backend/pg.py - About 35 mins to fix

                              Function get has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                  def get(self, request, repo_base, repo_name, collaborator, format=None):
                              Severity: Minor
                              Found in src/api/views.py - About 35 mins to fix

                                Function get has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                    def get(self, request, repo_base, repo_name, file_name, format=None):
                                Severity: Minor
                                Found in src/api/views.py - About 35 mins to fix

                                  Function export_view has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                      def export_view(self, repo, view, file_format='CSV',
                                  Severity: Minor
                                  Found in src/core/db/manager.py - About 35 mins to fix

                                    Function update_security_policy has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                        def update_security_policy(policy_id, new_policy, new_policy_type,
                                    Severity: Minor
                                    Found in src/core/db/rlsmanager.py - About 35 mins to fix

                                      Function delete has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                      Open

                                          def delete(self, request, repo_base, repo_name, collaborator, format=None):
                                      Severity: Minor
                                      Found in src/api/views.py - About 35 mins to fix

                                        Function create_security_policy has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                        Open

                                            def create_security_policy(
                                        Severity: Minor
                                        Found in src/api/serializer.py - About 35 mins to fix
                                          Severity
                                          Category
                                          Status
                                          Source
                                          Language