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

Build fails due to changes to build runner 'ubuntu-latest' #144

Closed ronanstokes-db closed 1 year ago

ronanstokes-db commented 1 year ago

Expected Behavior

Build succeeds

Current Behavior

Build during PR check fails

Steps to Reproduce (for bugs)

Create Pull Request - build will fail due to changes to default Python version in ubuntu-latest

Context

Fix is to explicitly install Python 3.8 during github action to build

Your Environment