Isabel
11/12/2024, 1:31 PMflow_from_source = await flow.from_source(source=RemoteStorage(remote_source), entrypoint=flow_entrypoint)
On windows, the path to the remote_source suddenly has back slashes and then fails, whereas on mac/linux everything works fine.
The issues is that the bucket name does not exist because all slashes are changed to backslashes.
We debugged to the best of our abilities and it seems that in the storage the remote path causes the issue.
What should we do to make our code work for both windows and mac/linux?Nate
11/13/2024, 5:26 AMIsabel
11/13/2024, 1:44 PM