getindata/data-pipelines-cli

View on GitHub
data_pipelines_cli/cli_commands/publish.py

Summary

Maintainability
A
0 mins
Test Coverage
A
94%

Missing function or method docstring
Open

def publish_package(package_path: pathlib.Path, key_path: str, env: str) -> None:

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

Variable name f doesn't conform to snake_case naming style
Open

    with open(pathlib.Path.cwd().joinpath("dbt_project.yml"), "r") as f:

Used when the name doesn't conform to naming rules associated to its type (constant, variable, class...).

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

    help="Name of the environment",

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