From 1fe866170127ec1d854f3a62897e129eb45d97e3 Mon Sep 17 00:00:00 2001 From: Lucas Obadia Date: Mon, 17 Nov 2025 23:44:21 +0100 Subject: [PATCH] [BM] fix --- src/gcp_sales_pipeline/bq_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gcp_sales_pipeline/bq_client.py b/src/gcp_sales_pipeline/bq_client.py index e77f956..f54bfdf 100644 --- a/src/gcp_sales_pipeline/bq_client.py +++ b/src/gcp_sales_pipeline/bq_client.py @@ -11,7 +11,7 @@ logger = logging.getLogger(__name__) -DEFAULT_DATASET: Final[str] = "test" +DEFAULT_DATASET: Final[str] = "bm_mock_data" DEFAULT_PRODUCTS_TABLE: Final[str] = "products"