File tree Expand file tree Collapse file tree 1 file changed +11
-23
lines changed Expand file tree Collapse file tree 1 file changed +11
-23
lines changed Original file line number Diff line number Diff line change 429429 "type" : " string" ,
430430 "description" : " Represents the IDE session from which users start the transformation process"
431431 },
432- {
433- "name" : " codeTransformSQLSourceDBAllowed" ,
434- "type" : " string" ,
435- "description" : " Allowed DBs to transform from" ,
436- "allowedValues" : [
437- " ORACLE"
438- ]
439- },
440- {
441- "name" : " codeTransformSQLTargetDBAllowed" ,
442- "type" : " string" ,
443- "description" : " Allowed DBs to transform to" ,
444- "allowedValues" : [
445- " AURORA_POSTGRESQL" ,
446- " RDS_POSTGRESQL"
447- ]
448- },
449432 {
450433 "name" : " codeTransformStartSrcComponents" ,
451434 "type" : " string" ,
16551638 "type" : " string" ,
16561639 "description" : " The source of the operation"
16571640 },
1641+ {
1642+ "name" : " target" ,
1643+ "type" : " string" ,
1644+ "description" : " The target of the operation"
1645+ },
16581646 {
16591647 "name" : " sourceFacetType" ,
16601648 "type" : " string" ,
40694057 "required" : true
40704058 },
40714059 {
4072- "type" : " codeTransformSQLSourceDBAllowed " ,
4060+ "type" : " reason " ,
40734061 "required" : false
40744062 },
40754063 {
4076- "type" : " codeTransformSQLTargetDBAllowed " ,
4077- "required" : false
4064+ "type" : " result " ,
4065+ "required" : true
40784066 },
40794067 {
4080- "type" : " reason " ,
4068+ "type" : " source " ,
40814069 "required" : false
40824070 },
40834071 {
4084- "type" : " result " ,
4085- "required" : true
4072+ "type" : " target " ,
4073+ "required" : false
40864074 },
40874075 {
40884076 "type" : " userChoice" ,
You can’t perform that action at this time.
0 commit comments