suite_profile_notebook_renderer

Module Contents

Classes

SuiteProfileNotebookRenderer(context: DataContext, expectation_suite_name: str, profiler_name: str, batch_request: Optional[Union[str, Dict[str, Any]]] = None)

Render a notebook that can re-create or edit a suite.

class suite_profile_notebook_renderer.SuiteProfileNotebookRenderer(context: DataContext, expectation_suite_name: str, profiler_name: str, batch_request: Optional[Union[str, Dict[str, Any]]] = None)

Bases: great_expectations.render.renderer.v3.suite_edit_notebook_renderer.SuiteEditNotebookRenderer

Render a notebook that can re-create or edit a suite.

Use cases: - Make an easy path to edit a suite that a Profiler created. - Make it easy to edit a suite where only JSON exists.

render(self, **kwargs)

Render a notebook dict from an expectation suite.

render_to_disk(self, notebook_file_path: str, **kwargs)

Render a notebook to disk from an expectation suite.

add_header(self)
_add_user_configurable_profiler_cells(self)
_add_rule_based_profiler_cells(self)
_add_onboarding_data_assistant_cells(self)
_add_profiler_instructions(self)
_add_onboarding_data_assistant_instructions(self)
_add_available_columns_list(self)