From b60da05c1e25110910df685a90bc3a150cf3e5be Mon Sep 17 00:00:00 2001 From: Vardhan Vinay Thigle <39047439+VardhanThigle@users.noreply.github.com> Date: Tue, 17 Dec 2024 04:54:29 +0000 Subject: [PATCH] Using a claimed bucket code-base (#961) --- test_data/mysql_shard_streaming.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_data/mysql_shard_streaming.cfg b/test_data/mysql_shard_streaming.cfg index 7332a2828..a424914ec 100644 --- a/test_data/mysql_shard_streaming.cfg +++ b/test_data/mysql_shard_streaming.cfg @@ -11,7 +11,7 @@ "dataShards":[ { "dataShardId":"physical1", - "tmpDir":"gs://smt-test/", + "tmpDir":"gs://smt-test-bucket/", "streamLocation":"asia-east2", "srcConnectionProfile":{ "name":"test1", @@ -48,4 +48,4 @@ } ] } -} \ No newline at end of file +}