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 <noreply@anthropic.com>
This commit is contained in:
Paul Trowbridge 2026-07-27 12:33:48 -04:00
parent 6a3ac0e436
commit a9742c8a38

View File

@ -16,8 +16,8 @@
"username": "Pricing", "username": "Pricing",
"password": "$SQLCMDPASSWORD", "password": "$SQLCMDPASSWORD",
"default_dest_connection": "usmidsap02", "default_dest_connection": "usmidsap02",
"default_dest_schema": null, "default_dest_schema": "gp",
"notes": null "notes": "None"
}, },
{ {
"name": "usmidsap02", "name": "usmidsap02",