AttributeError: 'Datasource' object has no attribute 'get ...
github.com › great-expectations › great_expectationsAttributeError: 'Datasource' object has no attribute 'get_batch' ----- AttributeError Traceback (most recent call last) /var/folders/cf/2ksxt2dn7f55h6k3vd65j4880000gn/T/ipykernel_78183/1563605950.py in <module> 6 7 ----> 8 batch = context.get_batch(batch_kwargs, expectation_suite_name) 9 batch.head() ~/PycharmProjects/IEAP/venv/lib/python3.9/site-packages/great_expectations/data_context/data_context.py in get_batch(self, arg1, arg2, arg3, **kwargs) 1495 data_asset_type = arg3 1496 batch ...