We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60fdf84 + 581d4b8 commit c96fda6Copy full SHA for c96fda6
.script/dataConnectorValidator.ts
@@ -47,7 +47,7 @@ export async function IsValidDataConnectorSchema(filePath: string): Promise<Exit
47
}
48
49
function isPotentialConnectorJson(jsonFile: any) {
50
- if(typeof jsonFile.id != "undefined" && typeof jsonFile.connectivityCriterias != "undefined")
+ if(typeof jsonFile.id != "undefined" && typeof jsonFile.connectivityCriterias != "undefined" && jsonFile.dataTypes.length > 0)
51
{
52
return true;
53
0 commit comments