databrickslabs / dbldatagen

Generate relevant synthetic data quickly for your projects. The Databricks Labs synthetic data generator (aka `dbldatagen`) may be used to generate large simulated / synthetic data sets for test, POCs, and other uses in Databricks environments including in Delta Live Tables pipelines
https://databrickslabs.github.io/dbldatagen
Other
313 stars 59 forks source link

Feature standard datasets - part 1 #258

Closed ronanstokes-db closed 4 months ago

ronanstokes-db commented 6 months ago

Proposed changes

Describe the big picture of your changes here to communicate to the maintainers. If it fixes a bug or resolves a feature request, please provide a link to that issue.

Types of changes

What types of changes does your code introduce to dbldatagen? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 92.44792% with 29 lines in your changes missing coverage. Please review.

Project coverage is 92.63%. Comparing base (2d51200) to head (639347b).

Files Patch % Lines
...datagen/datasets/multi_table_telephony_provider.py 82.71% 4 Missing and 10 partials :warning:
dbldatagen/datasets_object.py 92.30% 5 Missing and 7 partials :warning:
dbldatagen/datasets/dataset_provider.py 97.56% 1 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #258 +/- ## ========================================== + Coverage 92.59% 92.63% +0.04% ========================================== Files 33 38 +5 Lines 2996 3380 +384 Branches 522 589 +67 ========================================== + Hits 2774 3131 +357 - Misses 132 141 +9 - Partials 90 108 +18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.