2024/12/11 - EMR Serverless - 1 updated api methods
Changes This release adds support for accessing system profile logs in Lake Formation-enabled jobs.
{'accessSystemProfileLogs': 'boolean'}
Creates and returns a URL that you can use to access the application UIs for a job run.
For jobs in a running state, the application UI is a live user interface such as the Spark or Tez web UI. For completed jobs, the application UI is a persistent application user interface such as the Spark History Server or persistent Tez UI.
See also: AWS API Documentation
Request Syntax
client.get_dashboard_for_job_run( applicationId='string', jobRunId='string', attempt=123, accessSystemProfileLogs=True|False )
string
[REQUIRED]
The ID of the application.
string
[REQUIRED]
The ID of the job run.
integer
An optimal parameter that indicates the amount of attempts for the job. If not specified, this value defaults to the attempt of the latest job.
boolean
Allows access to system profile logs for Lake Formation-enabled jobs. Default is false.
dict
Response Syntax
{ 'url': 'string' }
Response Structure
(dict) --
url (string) --
The URL to view job run's dashboard.