A much higher quality sample of the effect can be found here.
Download the CSV file from this location and then upload it to your Azure Storage Container. Below is a CLI example to accomplish this.
wget https://raw.githubusercontent.com/gretelai/gretel-blueprints/main/sample_data/sample-synthetic-healthcare.csv
az storage blob upload --account-name "<your-storage-account>" \
-c "<your-storage-container>" \
- Install the Gretel Client along with its AWS Hybrid Dependencies. https://docs.gretel.ai/gretel-basics/getting-started/environment-setup/cli-and-sdk
pip install -U "gretel-client" "gretel-client[aws]"- Set your AWS profile env var as needed.
export AWS_PROFILE="your-relevant-profile"