This post has been updated and works as of great_expectations 0.11.8
. originally posted October 04, 2019
This is a companion discussion topic for the original entry at https://greatexpectations.io/blog/20200731_data_dictionary_plugin/
This post has been updated and works as of great_expectations 0.11.8
. originally posted October 04, 2019
Hi Kyle
I am facing below issue while running above code
An unexpected Exception occurred during data docs rendering. Because of this error, certain parts of data docs will not be rendered properly and/or may not appear altogether. Please use the trace, included in this message, to diagnose and repair the underlying issue. Detailed information follows:
AttributeError: “‘MyCustomExpectationSuitePageRenderer’ object has no attribute ‘_group_and_order_expectations_by_column’”. Traceback: "Traceback (most recent call last):
File “C:\Users\MO20231951\AppData\Local\Programs\Python\Python39\lib\site-packages\great_expectations\render\renderer\site_builder.py”, line 461, in build
rendered_content = self.renderer_class.render(resource)
File “D:\GE\ge-test\great_expectations\plugins\custom_data_docs\my_custom_renderer.py”, line 15, in render
columns, ordered_columns = self._group_and_order_expectations_by_column(
AttributeError: ‘MyCustomExpectationSuitePageRenderer’ object has no attribute ‘_group_and_order_expectations_by_column’