great_expectations.render.renderer.checkpoint_new_notebook_renderer

Module Contents

Classes

CheckpointNewNotebookRenderer(context: DataContext, checkpoint_name: str)

Abstract base class for methods that help with rendering a jupyter notebook.

class great_expectations.render.renderer.checkpoint_new_notebook_renderer.CheckpointNewNotebookRenderer(context: DataContext, checkpoint_name: str)

Bases: great_expectations.render.renderer.notebook_renderer.BaseNotebookRenderer

Abstract base class for methods that help with rendering a jupyter notebook.

_find_datasource_with_asset(self)

Find a Datasource with a configured Asset.

Useful to pre-populate a working sample Checkpoint for notebook users.

_add_header(self)
_add_imports(self)
_add_optional_customize_your_config(self)
_add_sample_checkpoint_config(self)
_add_test_and_save_your_checkpoint_configuration(self)
_add_review_checkpoint(self)
_add_add_checkpoint(self)
_add_optional_run_checkpoint(self)
render(self)

Render a notebook from parameters.

render_to_disk(self, notebook_file_path: str)

Render a notebook to disk from arguments.