Skip to content

Commit fe025c4

Browse files
author
David Hasani
committed
define target
1 parent 12136aa commit fe025c4

File tree

1 file changed

+11
-23
lines changed

1 file changed

+11
-23
lines changed

telemetry/definitions/commonDefinitions.json

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -429,23 +429,6 @@
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",
@@ -1655,6 +1638,11 @@
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",
@@ -4069,20 +4057,20 @@
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",

0 commit comments

Comments
 (0)