great_expectations.cli.cli_messages

Module Contents

great_expectations.cli.cli_messages.GREETING
:annotation: = <cyan>
___ _ ___ _ _ _
/ __|_ _ ___ __ _| |_ | __|_ ___ __ ___ __| |_ __ _| |_(_)___ _ _ ___
(_ | ‘_/ -_) _` | _| | _|/ ‘_ / -_) _| _/ _` | _| / _ ‘ (_-< ___|_| _____,_|__| |___/_\_\ .__/\___\__|____,_|__|____/_||_/__/ |_| ~ Always know what to expect from your data ~

</cyan>

great_expectations.cli.cli_messages.LETS_BEGIN_PROMPT = Let's create a new Data Context to hold your project configuration.

Great Expectations will create a new directory with the following structure:

great_expectations |– great_expectations.yml |– expectations |– checkpoints |– notebooks |– plugins |– .gitignore |– uncommitted

|– config_variables.yml |– data_docs |– validations

OK to proceed?

great_expectations.cli.cli_messages.PROJECT_IS_COMPLETE = This looks like an existing project that <green>appears complete!</green> You are <green>ready to roll.</green>
great_expectations.cli.cli_messages.RUN_INIT_AGAIN = OK. You must run <green>great_expectations init</green> to fix the missing files!
great_expectations.cli.cli_messages.COMPLETE_ONBOARDING_PROMPT =

It looks like you have a partially initialized Great Expectations project. Would you like to fix this automatically by adding the following missing files (existing files will not be modified)?

great_expectations

|– notebooks |– plugins |– uncommitted

great_expectations.cli.cli_messages.ONBOARDING_COMPLETE =
Great Expectations added some missing files required to run.
  • You may see new files in <yellow>great_expectations/uncommitted</yellow>.

  • You may need to add secrets to <yellow>great_expectations/uncommitted/config_variables.yml</yellow> to finish onboarding.

great_expectations.cli.cli_messages.READY_FOR_CUSTOMIZATION = <cyan>Congratulations! You are now ready to customize your Great Expectations configuration.</cyan>
great_expectations.cli.cli_messages.HOW_TO_CUSTOMIZE
great_expectations.cli.cli_messages.SECTION_SEPARATOR =