Skip to content

Conversation

@amontanez24
Copy link
Contributor

resolves #2747

@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

❌ Patch coverage is 97.29730% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 98.10%. Comparing base (526cd12) to head (51b033e).

Files with missing lines Patch % Lines
sdv/datasets/demo.py 97.14% 1 Missing ⚠️
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           
Flag Coverage Δ
integration 75.65% <78.37%> (-0.02%) ⬇️
unit 96.84% <94.59%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@amontanez24 amontanez24 marked this pull request as ready for review November 18, 2025 18:34
@amontanez24 amontanez24 requested a review from a team as a code owner November 18, 2025 18:34
@amontanez24 amontanez24 requested review from sarahmish and removed request for a team November 18, 2025 18:34

from sdv.datasets import demo, local

__all__ = ['demo', 'local']
Copy link
Contributor Author

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

@amontanez24 amontanez24 requested review from fealho and frances-h and removed request for sarahmish November 18, 2025 18:35
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):
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add bucket and credentials parameter to download_demo

4 participants