Is there a way I can test polars locally using Azurite?
Azurite provides a local URI – ‘http://127.0.0.1/devstoreaccount/{container_name}’ to point to a file, but polars doesn’t seem to have a way to interact with them. I tried using various ‘storage_options’ parameters but couldn’t actually get it working.