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
302 stars 57 forks source link

Feature html formatting #208

Closed ronanstokes-db closed 1 year ago

ronanstokes-db commented 1 year ago

Proposed changes

Added Html formatting to script methods that generate code

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

Merging #208 (a7514e3) into master (9e58aaa) will increase coverage by 0.07%. The diff coverage is 97.50%.

:exclamation: Current head a7514e3 differs from pull request most recent head ac2ab75. Consider uploading reports for the commit ac2ab75 to get more accurate results

@@            Coverage Diff             @@
##           master     #208      +/-   ##
==========================================
+ Coverage   91.90%   91.97%   +0.07%     
==========================================
  Files          22       23       +1     
  Lines        2643     2680      +37     
  Branches      449      452       +3     
==========================================
+ Hits         2429     2465      +36     
- Misses        127      128       +1     
  Partials       87       87              
Impacted Files Coverage Δ
dbldatagen/html_utils.py 93.33% <93.33%> (ø)
dbldatagen/__init__.py 91.30% <100.00%> (+0.39%) :arrow_up:
dbldatagen/data_generator.py 85.11% <100.00%> (+0.18%) :arrow_up:
dbldatagen/utils.py 98.19% <100.00%> (+0.16%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.