-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.json
More file actions
23 lines (23 loc) · 828 Bytes
/
template.json
File metadata and controls
23 lines (23 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"templateDefinition": {
"sourceAdapter": "DatabaseReader",
"targetAdapter": "SpannerWriter"
},
"applicationName": "admin.api_il_oracle_to_spanner_v4",
"sourceParameters": {
"Username": "QATEST",
"Password": "<your_password>",
"ConnectionURL": "jdbc:oracle:thin:@//<ipv4_address>:1521/ORCL",
"Tables": "QATEST.POS_TRAINING_DATA",
"FetchSize": "10000",
"DatabaseProviderType": "ORACLE",
"QuiesceOnILCompletion": "true",
"ReturnDateTimeAs": null
},
"targetParameters": {
"ServiceAccountKey": "UploadedFiles/striimfieldproject-c2ba6a841eac1.json",
"InstanceID": "sctestinstance",
"Tables": "QATEST.POS_TRAINING_DATA,renga-test-db.POS_TRAINING_DATA;",
"ProjectId": "striimfieldproject"
}
}