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

Updated build process #142

Closed ronanstokes-db closed 1 year ago

ronanstokes-db commented 1 year ago

Proposed changes

Needed to change build actions as Python 3.8 is no longer default on ubuntu_latest

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

Change is to build actions only

codecov[bot] commented 1 year ago

Codecov Report

Merging #142 (903bb2b) into master (981a5a4) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #142   +/-   ##
=======================================
  Coverage   86.90%   86.90%           
=======================================
  Files          21       21           
  Lines        2161     2161           
  Branches      367      344   -23     
=======================================
  Hits         1878     1878           
  Misses        183      183           
  Partials      100      100           
Impacted Files Coverage Δ
dbldatagen/data_analyzer.py 84.21% <0.00%> (ø)

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

ronanstokes-db commented 1 year ago

superceded by other PR