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:
parent
6a3ac0e436
commit
a9742c8a38
@ -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",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user