getindata/kedro-airflow-k8s

View on GitHub
kedro_airflow_k8s/operators/data_volume_init.py

Summary

Maintainability
A
0 mins
Test Coverage
B
88%

Function __init__ has 11 arguments (exceeds 4 allowed). Consider refactoring.
Wontfix

    def __init__(
Severity: Major
Found in kedro_airflow_k8s/operators/data_volume_init.py - About 1 hr to fix

    Too many instance attributes (8/7)
    Open

    class DataVolumeInitOperator(KubernetesPodOperator):

    Used when class has too many instance attributes, try to reduce this to get a simpler (and so easier to use) class.

    Too many arguments (11/5)
    Wontfix

        def __init__(

    Used when a function or method takes too many arguments.

    There are no issues that match your filters.

    Category
    Status