-
Notifications
You must be signed in to change notification settings - Fork 47
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
Add support for basic auth #245
Conversation
This PR includes: - An example Kaggle Croissant file that leverages the new auth - An update to the `README` to explain auth mechanism usage
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
Apologies for so many commits, but I couldn't get the tests to run locally, so had to rely on CI for testing. |
"url": "https://www.kaggle.com/datasets/unsdsn/world-happiness", | ||
"distribution": [ | ||
{ | ||
"contentUrl": "https://www.kaggle.com/api/v1/datasets/download/unsdsn/world-happiness", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Interesting. I thought a test would fail if the keys don't follow a pre-defined order. (This is to simplify the git changes when we migrate JSON-LD in bulk.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great feature :)
Thanks!
Addresses issue #233
This PR includes:
README
to explain auth mechanism usage