sorry, I was wrong, the pandas JSONReader folows the redirection.
but I should give josso_sessionid cookie on the request … don’t know if it’s possible.
you mean, we may add aiohttp reader in load_fn as an alternative to the pandas.read_json ?
which it will be a more advanced loader (set cookies, headers, timeout values, etc).
For that we will need to add a parameter in the JSONSource to perform the switch between panda/aiohttp, and kwargs to parametrize the request.
OR we should use another type of source and should duplicate some part of FileSource code to keep resolve_template_vars behaviour and other things ?
I thought the first is better but not sur if it’s what you thought