kedro_airflow_k8s/config.py
File config.py
has 363 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
import os
from kedro.config import MissingConfigException
DEFAULT_CONFIG_TEMPLATE = """
RunConfig
has 24 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class RunConfig(Config):
@property
def image(self):
return self._get_or_fail("image")