From 22a5ee0cfc172843ce8d913fe2c9a5bfec332f11 Mon Sep 17 00:00:00 2001 From: aaronburtle <93220300+aaronburtle@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:38:33 -0700 Subject: [PATCH] Update README.md Update to reflect current workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d68f8925..242baf8e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sqlmlutils -[![BuildAndTest](https://github.com/microsoft/sqlmlutils/actions/workflows/ci.yaml/badge.svg)](https://github.com/microsoft/sqlmlutils/actions/workflows/ci.yaml) +[![R4.2-Python3.10](https://github.com/microsoft/sqlmlutils/actions/workflows/SQL2022.yml/badge.svg)](https://github.com/microsoft/sqlmlutils/actions/workflows/SQL2022.yml) sqlmlutils is a package designed to help users interact with SQL databases (SQL Server and Azure SQL Database) and execute R or Python code in SQL from an R/Python client. Currently, only the R version of sqlmlutils is supported in Azure SQL Database. Python support will be added later.