great_expectations.render.renderer.renderer

Module Contents

Classes

Renderer()

class great_expectations.render.renderer.renderer.Renderer

Bases: object

classmethod render(cls, ge_object)
classmethod _get_expectation_type(cls, ge_object)
classmethod _find_evr_by_type(cls, evrs, type_)
classmethod _find_all_evrs_by_type(cls, evrs, type_, column_=None)
classmethod _get_column_list_from_evrs(cls, evrs)

Get list of column names.

If expect_table_columns_to_match_ordered_list EVR is present, use it as the list, including the order.

Otherwise, get the list of all columns mentioned in the expectations and order it alphabetically.

Parameters

evrs

Returns

list of columns with best effort sorting

classmethod _group_evrs_by_column(cls, validation_results)
classmethod _group_and_order_expectations_by_column(cls, expectations)

Group expectations by column.