great_expectations.cli.v012

Package Contents

Functions

cli(verbose)

Welcome to the great_expectations CLI!

main()

great_expectations.cli.v012.cli(verbose) → None

Welcome to the great_expectations CLI!

Most commands follow this format: great_expectations <NOUN> <VERB>

The nouns are: datasource, docs, project, suite, validation-operator

Most nouns accept the following verbs: new, list, edit

In particular, the CLI supports the following special commands:

  • great_expectations init : create a new great_expectations project

  • great_expectations datasource profile : profile a datasource

  • great_expectations docs build : compile documentation from expectations

great_expectations.cli.v012.main() → None