From 75ab6a84b22154200a964ec29c92589646a4df24 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 19:11:45 +0000 Subject: [PATCH] feat: Create bigframes.bigquery.ml module This commit introduces the `bigframes.bigquery.ml` module and adds the `create_model` function. It also refactors the `ModelCreationSqlGenerator` to use the new centralized DDL generation logic.