Skip to content

Commit ebdd010

Browse files
authored
Merge pull request #222 from data-integrations/fix-db-browse-studio
CDAP-18875 fix browse in studio
2 parents 95c23c4 + fabc900 commit ebdd010

7 files changed

Lines changed: 10 additions & 6 deletions

File tree

mssql-plugin/widgets/SqlServer-batchsink.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"label": "Connection",
2929
"name": "connection",
3030
"widget-attributes": {
31-
"connectionType": "SqlServer"
31+
"connectionType": "SQL Server"
3232
}
3333
},
3434
{

mssql-plugin/widgets/SqlServer-batchsource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"label": "Connection",
2929
"name": "connection",
3030
"widget-attributes": {
31-
"connectionType": "SqlServer"
31+
"connectionType": "SQL Server"
3232
}
3333
},
3434
{

mysql-plugin/widgets/Mysql-batchsink.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"label": "Connection",
2929
"name": "connection",
3030
"widget-attributes": {
31-
"connectionType": "Mysql"
31+
"connectionType": "MySQL"
3232
}
3333
},
3434
{

mysql-plugin/widgets/Mysql-batchsource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"label": "Connection",
2929
"name": "connection",
3030
"widget-attributes": {
31-
"connectionType": "Mysql"
31+
"connectionType": "MySQL"
3232
}
3333
},
3434
{

oracle-plugin/widgets/Oracle-batchsource.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,10 @@
270270
{
271271
"type": "property",
272272
"name": "connectionArguments"
273+
},
274+
{
275+
"type": "property",
276+
"name": "database"
273277
}
274278
]
275279
},

postgresql-plugin/widgets/Postgres-batchsink.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"label": "Connection",
2929
"name": "connection",
3030
"widget-attributes": {
31-
"connectionType": "Postgres"
31+
"connectionType": "PostgreSQL"
3232
}
3333
},
3434
{

postgresql-plugin/widgets/Postgres-batchsource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"label": "Connection",
2929
"name": "connection",
3030
"widget-attributes": {
31-
"connectionType": "Postgres"
31+
"connectionType": "PostgreSQL"
3232
}
3333
},
3434
{

0 commit comments

Comments
 (0)