great_expectations.cli.v012.init

Module Contents

Functions

init(target_directory, view, usage_stats)

Initialize a new Great Expectations project.

_slack_setup(context)

_get_full_path_to_ge_dir(target_directory)

great_expectations.cli.v012.init.SQLAlchemyError
great_expectations.cli.v012.init.init(target_directory, view, usage_stats) → None

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.v012.init._slack_setup(context)
great_expectations.cli.v012.init._get_full_path_to_ge_dir(target_directory)