From a9742c8a3821335552b585eabbcfef387f31b582 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 27 Jul 2026 12:33:48 -0400 Subject: [PATCH] Sync sqlserver connection default_dest_schema to gp Export reconciliation: the db has default_dest_schema=gp for the sqlserver connection (GP tables land in gp.*); bring the config file in line. Co-Authored-By: Claude Opus 4.8 --- config/connections.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/connections.json b/config/connections.json index d2198c0..22eb0c6 100644 --- a/config/connections.json +++ b/config/connections.json @@ -16,8 +16,8 @@ "username": "Pricing", "password": "$SQLCMDPASSWORD", "default_dest_connection": "usmidsap02", - "default_dest_schema": null, - "notes": null + "default_dest_schema": "gp", + "notes": "None" }, { "name": "usmidsap02",