-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathevent.json
More file actions
22 lines (22 loc) · 800 Bytes
/
event.json
File metadata and controls
22 lines (22 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"sourceconnectiontype": "mssql",
"sourceserver": "FastTransfer/Lambda/MssqlToPostgres",
"sourceuser": "admin",
"sourcepassword": "FastTransfer/Lambda/MssqlToPostgres",
"sourcedatabase": "WIKIPEDIA",
"sourceschema": "dbo",
"sourcetable": "dbpedia_14_10K",
"targetconnectiontype": "pgsql",
"targetserver": "FastTransfer/Lambda/MssqlToPostgres",
"targetuser": "postgres",
"targetpassword": "FastTransfer/Lambda/MssqlToPostgres",
"targetdatabase": "postgres",
"targetschema": "public",
"targettable": "dbpediamini",
"method": "None",
"loadmode": "Truncate",
"batchsize": "1048576",
"settingsfile": "/var/task/FastTransfer_Settings.json",
"secret_name": "FastTransfer/Lambda/MssqlToPostgres",
"region_name": "eu-west-1"
}