Default28

Results 1 issues of Default28

### Problem? In `python-sdk/data_loaders`, we have `url_loader.py` and `local_directory_loader.py`. We need to add another method `sync_files` to the existing data loaders which will return a [Generator](https://wiki.python.org/moin/Generators) of the file. The...