fix(dask): Preserve remote URIs (e.g. s3://) in DaskOfflineStore path
… resolution
What this PR does / why we need it:
Which issue(s) this PR fixes:
Misc
Please sign the commit so that DCO commit pass
@predictorsSH There is 1 more instance in the same file where absolute path is not correctly set up https://github.com/feast-dev/feast/blob/master/sdk/python/feast/infra/offline_stores/dask.py#L472
Can you please apply the same fix for offline_write_batch method ?
Thanks! I've applied the same fix to offline_write_batch with the same logic.
@predictorsSH can you run the linter? make format-python?
I've applied the formatting using make format-python
Hello, is there any updates?
No further updates from my side.
@predictorsSH Sorry, can you tell when the fix will be available? Or will the problem not be fixed at all?
@predictorsSH can you please rebase (and squash, if possible) ? Once CI passed, we can get it merged.
Can you please tell me the approximate time when the fix will be? We are really looking forward to it. Thank you!