getindata/dbt-airflow-factory

View on GitHub
dbt_airflow_factory/bash/bash_parameters.py

Summary

Maintainability
A
0 mins
Test Coverage
C
75%

Too few public methods (0/2)
Open

class BashExecutionParameters:

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

Unused argument 'kwargs'
Open

    def __init__(self, execution_script: str = "dbt --no-write-json", **kwargs: Any) -> None:

Used when a function or method argument is not used.

There are no issues that match your filters.

Category
Status