IgorShcherbakov

Results 5 comments of IgorShcherbakov

The problem was solved by enabling the parameter - create_temp_table=True Was this intended or is it a bug?

@Kilo59 updated to version 0.18.12, set create_temp_table: false, result: ![изображение](https://github.com/great-expectations/great_expectations/assets/35165017/b776e0f6-5b2d-4f3b-a687-f7542a855d45)

The problem is in the "run" method of the "Checkpoint" class. Resources are not released.

There is no way to terminate the GE without ending the program completely. For example, context.engine.dispose() and context.connection.close().

@Kilo59 print(os.getenv("PYTHONIOENCODING")) returns UTF-8 ```python "Exception type": "UnicodeDecodeError", "Message": "'charmap' codec can't decode byte 0x98 in position 497: character maps to " "Details": "Traceback (most recent call last): File \"C:\\...\\dwh-greatexpectations\\main.py\",...