great_expectations.cli.mark

Module Contents

Classes

Mark()

Marks for feature readiness.

class great_expectations.cli.mark.Mark

Marks for feature readiness.

Usage: from great_expectations.cli.mark import Mark as mark

@mark.blah def your_function()

static cli_as_experimental(func: Callable)

Apply as a decorator to CLI commands that are Experimental.

static cli_as_beta(func: Callable)

Apply as a decorator to CLI commands that are beta.

static cli_as_deprecation(message: str = '<yellow>Heads up! This feature will be deprecated in the next major release</yellow>')

Apply as a decorator to CLI commands that will be deprecated.