Schema-validation of incoming files with Great Expectations
Hi Community! I'm making some tests with the notebook's provide here about GX and Fabric, and I'm got this error: "<frozen importlib._bootstrap>:283: DeprecationWarning: the load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead Created temporary directory '/tmp/tmpoikn0dhd' for ephemeral docs site --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[10], line 5 1 import great_expectations as gx 3 context = gx.get_context() ----> 5 validator = context.sources.pandas_default.read_csv(file_path_to_be_validated) AttributeError: 'EphemeralDataContext' object has no attribute 'sources'" Any one have the same error? 😒 Thanks! TQueresma