getindata/dbt-airflow-factory

View on GitHub
dbt_airflow_factory/bash/bash_parameters_loader.py

Summary

Maintainability
A
0 mins
Test Coverage
D
62%

Too few public methods (1/2)
Open

class BashExecutionParametersLoader:

Used when class has too few public methods, so be sure it's really worth it.

Missing class docstring
Open

class BashExecutionParametersLoader:

Used when a class has no docstring.Even an empty class must have a docstring.

Missing module docstring
Open

from dbt_airflow_factory.bash.bash_parameters import BashExecutionParameters

Used when a module has no docstring.Empty modules do not require a docstring.

Missing function or method docstring
Open

    def create_config(

Used when a function or method has no docstring.Some special methods like init do not require a docstring.

There are no issues that match your filters.

Category
Status