mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-11 06:10:05 +00:00
fix(*): fix compute job execution
This commit is contained in:
@@ -9,7 +9,8 @@ import { RequestClient } from './request/RequestClient'
|
||||
import {
|
||||
JobExecutor,
|
||||
WebJobExecutor,
|
||||
ComputeJobExecutor
|
||||
ComputeJobExecutor,
|
||||
JesJobExecutor
|
||||
} from './job-execution'
|
||||
|
||||
const defaultConfig: SASjsConfig = {
|
||||
@@ -759,6 +760,11 @@ export default class SASjs {
|
||||
this.sasjsConfig.serverUrl,
|
||||
this.sasViyaApiClient!
|
||||
)
|
||||
|
||||
this.jesJobExecutor = new JesJobExecutor(
|
||||
this.sasjsConfig.serverUrl,
|
||||
this.sasViyaApiClient!
|
||||
)
|
||||
}
|
||||
|
||||
private async createFoldersAndServices(
|
||||
|
||||
Reference in New Issue
Block a user