View source: R/glue_operations.R
glue_get_job_run | R Documentation |
Retrieves the metadata for a given job run. Job run history is accessible for 365 days for your workflow and job run.
See https://www.paws-r-sdk.com/docs/glue_get_job_run/ for full documentation.
glue_get_job_run(JobName, RunId, PredecessorsIncluded = NULL)
JobName |
[required] Name of the job definition being run. |
RunId |
[required] The ID of the job run. |
PredecessorsIncluded |
True if a list of predecessor runs should be returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.