-
Notifications
You must be signed in to change notification settings - Fork 405
Add bucket and credentials parameter to download_demo #2748
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2748 +/- ##
=======================================
Coverage 98.10% 98.10%
=======================================
Files 72 73 +1
Lines 8015 8022 +7
=======================================
+ Hits 7863 7870 +7
Misses 152 152
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
||
| from sdv.datasets import demo, local | ||
|
|
||
| __all__ = ['demo', 'local'] |
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.
this was needed so that I could load the add-ons on Enterprise
| s3_bucket_name (str): | ||
| The name of the bucket to download from. Only 'sdv-datasets-public' is supported in | ||
| SDV Community. SDV Enterprise is required for other buckets. | ||
| credentials (str): |
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.
dict, not str. This happens in all docstrings.
resolves #2747