OK So when I create a new Datasource using
great_expectations datasource new
I end up with generator Section that looks like this:
generators:
subdir_reader:
class_name: SubdirReaderBatchKwargsGenerator
base_directory: …/…/DataLake/GE/Residential
Is there someway to influence Generator being used so that I can use GlobReader instead?
I’m also open to using the python code instead of CLI, It looks like the module docs will be useful to that respect. Just asking for CLI
Best,