great_expectations.cli.init

Module Contents

Functions

init(ctx, usage_stats)

Initialize a new Great Expectations project.

_get_full_path_to_ge_dir(target_directory)

great_expectations.cli.init.SQLAlchemyError
great_expectations.cli.init.init(ctx, usage_stats)

Initialize a new Great Expectations project.

This guided input walks the user through setting up a new project and also onboards a new developer in an existing project.

It scaffolds directories, sets up notebooks, creates a project file, and appends to a .gitignore file.

great_expectations.cli.init._get_full_path_to_ge_dir(target_directory)