mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user