-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(python): Add storage_options hint for azure #18990
base: main
Are you sure you want to change the base?
Conversation
One more comment from a user perspective. Azure users are used to Object Store does not offer the same functionality, which is really a pity, and therefore switching to polars has been quite confusing for me. In conclusion, I think many Azure users who want to use polars keeping in mind best security standards will encounter this issue, and I think some hints could spare them some troubles. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #18990 +/- ##
==========================================
- Coverage 79.88% 79.87% -0.02%
==========================================
Files 1524 1524
Lines 207634 207634
Branches 2904 2904
==========================================
- Hits 165873 165847 -26
- Misses 41214 41240 +26
Partials 547 547 ☔ View full report in Codecov by Sentry. |
I think this is good, but could you do the same for gcp and aws? |
I agree that it would make a lot of sense and I would love to contribute, but I have always worked with Azure and am not familiar with gcp and aws. I have had a look at their respective ConfigKey and for example I could not see the CLI option. |
Following issue #18931.
I've tried to find a good place to put some hints in the documentation, but I can't find a good place in the polars documentation without ruining the nice minimalist style.
I am trying with a PR to add it in the only place I consider acceptable.