1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-18 22:10:06 +00:00

feat: new mv_getjobresult.sas macro, corresponding test, and additional fixes

This commit is contained in:
Allan Bowe
2021-05-06 01:07:25 +03:00
parent b1380983ec
commit 04a3189a89
8 changed files with 489 additions and 14 deletions

View File

@@ -54,13 +54,14 @@
convenient way to wait for the job to finish before fetching the log.
@param [in] access_token_var= The global macro variable to contain the access token
@param [in] access_token_var= The global macro variable to contain the access
token
@param [in] mdebug= set to 1 to enable DEBUG messages
@param [in] grant_type= valid values:
@li password
@li authorization_code
@li detect - will check if access_token exists, if not will use sas_services if
a SASStudioV session else authorization_code. Default option.
@li detect - will check if access_token exists, if not will use sas_services
if a SASStudioV session else authorization_code. Default option.
@li sas_services - will use oauth_bearer=sas_services.
@param [in] uri= The uri of the running job for which to fetch the status,
in the format `/jobExecution/jobs/$UUID/state` (unquoted).