kedro_airflow_k8s/operators/data_volume_init.py
Function __init__
has 11 arguments (exceeds 4 allowed). Consider refactoring. Wontfix
Wontfix
def __init__(
Too many instance attributes (8/7) Open
Open
class DataVolumeInitOperator(KubernetesPodOperator):
- Read upRead up
- Exclude checks
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
Wontfix
def __init__(
- Read upRead up
- Exclude checks
Used when a function or method takes too many arguments.