-
Notifications
You must be signed in to change notification settings - Fork 631
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
[AL-2372] do not accept empty tokens for private datasets #2507
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2507 +/- ##
==========================================
+ Coverage 84.90% 84.92% +0.01%
==========================================
Files 328 328
Lines 38830 38820 -10
==========================================
- Hits 32970 32968 -2
+ Misses 5860 5852 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
[AL-2350] Indra returns polygons differently than python
🚀 🚀 Pull Request
Impact
Description
if the dataset's token is empty or None and the dataset is not a public one then we need to get the token from the client side to normally process and create dataloader object from it
Things to be aware of
Things to worry about
Additional Context