Using custom loaders with built-in recipes for large amounts of data

I need to feed a lot of data using a custom loader but I want to use a built-in recipe.

I've read the recommendation here in the Using custom loaders with built-in recipes section but since I have a lot of data I need to use a generator as a loader. Does that require me to copy-paste the built-in recipe and then use my custom loader?

Gosh my bad. Typo when I used --loader so it works just fine with my entry points. No need for help

2 Likes