Skip to content

Commit 6a6c611

Browse files
authored
Merge pull request #2 from obadial/fix/errors
[BM] fix
2 parents 949075f + 1fe8661 commit 6a6c611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gcp_sales_pipeline/bq_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
logger = logging.getLogger(__name__)
1313

14-
DEFAULT_DATASET: Final[str] = "test"
14+
DEFAULT_DATASET: Final[str] = "bm_mock_data"
1515
DEFAULT_PRODUCTS_TABLE: Final[str] = "products"
1616

1717

0 commit comments

Comments
 (0)