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>
33 lines
867 B
JSON
33 lines
867 B
JSON
[
|
|
{
|
|
"name": "S78030956",
|
|
"driver": "db2-jt400",
|
|
"jdbc_url": "jdbc:as400://S7830956;libraries=RLARP,LGDAT,LGPGM",
|
|
"username": "ptrowbridg",
|
|
"password": "$DB2PW",
|
|
"default_dest_connection": "usmidsap02",
|
|
"default_dest_schema": "cms",
|
|
"notes": "None"
|
|
},
|
|
{
|
|
"name": "sqlserver",
|
|
"driver": "mssql-jdbc",
|
|
"jdbc_url": "jdbc:sqlserver://usmidsql01:1433;databaseName=Fanalysis;encrypt=false",
|
|
"username": "Pricing",
|
|
"password": "$SQLCMDPASSWORD",
|
|
"default_dest_connection": "usmidsap02",
|
|
"default_dest_schema": "gp",
|
|
"notes": "None"
|
|
},
|
|
{
|
|
"name": "usmidsap02",
|
|
"driver": "postgresql",
|
|
"jdbc_url": "jdbc:postgresql://10.0.10.40:5432/ubm",
|
|
"username": "ptrowbridge",
|
|
"password": "$PGPW",
|
|
"default_dest_connection": null,
|
|
"default_dest_schema": "None",
|
|
"notes": "None"
|
|
}
|
|
]
|