getindata/dbt-airflow-factory

View on GitHub
dbt_airflow_factory/bash/bash_operator.py

Summary

Maintainability
A
0 mins
Test Coverage
F
56%

Method could be a function
Open

    def _create(self, args: List[str], name: str) -> BashOperator:

Used when a method doesn't use its bound instance, and so could be written as a function.

Too few public methods (1/2)
Open

class BashOperatorBuilder(DbtRunOperatorBuilder):

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

There are no issues that match your filters.

Category
Status