getindata/data-pipelines-cli

View on GitHub
data_pipelines_cli/cli_commands/generate/utils.py

Summary

Maintainability
A
0 mins
Test Coverage
A
96%

Unnecessary else after return
Open

        if not overwrite:

Used in order to highlight an unnecessary block of code following an if containing a return statement. As such, it will warn when it encounters an else following a chain of ifs, all of them containing a return statement.

Missing function or method docstring
Open

def get_output_file_or_warn_if_exists(

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

Missing module docstring
Open

import json

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

Missing function or method docstring
Open

def get_macro_run_output(

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

Missing function or method docstring
Open

def generate_models_or_sources_from_single_table(

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