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
309 stars 58 forks source link

Addition of RandomString #183

Open ronanstokes-db opened 1 year ago

ronanstokes-db commented 1 year 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 1 year ago

Codecov Report

Attention: 63 lines in your changes are missing coverage. Please review.

Comparison is base (250f92a) 91.97% compared to head (0e84261) 90.34%. Report is 8 commits behind head on master.

Files Patch % Lines
dbldatagen/value_based_prng.py 68.90% 35 Missing and 2 partials :warning:
dbldatagen/text_generatestring.py 65.33% 23 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #183 +/- ## ========================================== - Coverage 91.97% 90.34% -1.64% ========================================== Files 23 25 +2 Lines 2680 2879 +199 Branches 452 483 +31 ========================================== + Hits 2465 2601 +136 - Misses 128 186 +58 - Partials 87 92 +5 ```

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

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.