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 configure a new Data Context.

First, Great Expectations will create a new directory:

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

|– config_variables.yml |– documentation |– 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
:annotation: = To run locally, we need some files that are not in source control.
- Anything existing will not be modified.
- Would you like to fix this automatically?
great_expectations.cli.cli_messages.SLACK_SETUP_INTRO =

<cyan>========== Slack Notifications ==========</cyan>

great_expectations.cli.cli_messages.SLACK_SETUP_PROMPT = Would you like to set up Slack data quality notifications?
great_expectations.cli.cli_messages.SLACK_WEBHOOK_PROMPT = Please add your Slack webhook below. Getting one is easy!
great_expectations.cli.cli_messages.SLACK_LATER =

To setup Slack later please see the the slack section in the CLI init getting started guide.

great_expectations.cli.cli_messages.SLACK_SETUP_COMPLETE =

OK. <green>Slack is set up.</green> To modify this in the future please see the slack section in the CLI init getting started guide.

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.BUILD_DOCS_PROMPT = Would you like to build & view this project's Data Docs!?
great_expectations.cli.cli_messages.NO_DATASOURCES_FOUND
great_expectations.cli.cli_messages.SETUP_SUCCESS =

<cyan>Congratulations! Great Expectations is now set up.</cyan>

great_expectations.cli.cli_messages.SECTION_SEPARATOR =

great_expectations.cli.cli_messages.DONE = Done