I am trying to use Great Expectations (Python data quality framework). I ran the quickstart after installing GX on WSL2 and Python 3.9.16
The quickstart code can be found here: https://docs.greatexpectations.io/docs/tutorials/quickstart/
I am getting an error at the last statement:
context.convert_to_file_context()
AttributeError: 'FileDataContext' object has no attribute 'convert_to_file_context'
What am I doing wrong?