Enables streaming job validation, minor bugfix (#13287)

* Enabling validation

* Fixing issue where ESJ property isn't set during creation, only from sqlproj load

* Bump dependency on azdata
This commit is contained in:
Benjin Dubishar
2020-11-06 16:15:50 -08:00
committed by GitHub
parent e83d3ba57f
commit aaa8831a7d
2 changed files with 7 additions and 1 deletions

View File

@@ -298,6 +298,7 @@ export class Project {
const attributes = new Map<string, string>();
if (itemType === templates.externalStreamingJob) {
fileEntry.sqlObjectType = constants.ExternalStreamingJob;
attributes.set(constants.Type, constants.ExternalStreamingJob);
}