getindata/kedro-airflow-k8s

View on GitHub
kedro_airflow_k8s/config.py

Summary

Maintainability
C
7 hrs
Test Coverage
A
98%

File config.py has 363 lines of code (exceeds 250 allowed). Consider refactoring.
Open

import os

from kedro.config import MissingConfigException

DEFAULT_CONFIG_TEMPLATE = """
Severity: Minor
Found in kedro_airflow_k8s/config.py - About 4 hrs to fix

    RunConfig has 24 functions (exceeds 20 allowed). Consider refactoring.
    Open

    class RunConfig(Config):
        @property
        def image(self):
            return self._get_or_fail("image")
    
    
    Severity: Minor
    Found in kedro_airflow_k8s/config.py - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status