EO learn instance_id deprecation warning

Hi,
With the latest versions of eo-learn and sentinelhub-py when I use eo-learn to download Sentinel data (e.g. using S2L1CWCSInput), I get the deprecation warning from here:

But if I pass the suggested “config” parameter instead, I get:
TypeError: init() got an unexpected keyword argument ‘config’

I guess even though instance_id is deprecated in sentinelhub-py, the replacement config parameter is not yet supported by eo-learn?

Hi @barrett,

You are right. The deprecation is there to let users know it will be removed some time in the future. Unfortunately, eo-learn is not yet completely compliant, hence this discrepancy.

In any case, at the moment it is just a warning. We’ll be updating eo-learn in near future.

Best,
Matej