< Back
Get-DatabricksJobRun
Post
NAME Get-DatabricksJobRun
SYNOPSIS
Displays the job output for a specific run
SYNTAX
Get-DatabricksJobRun [[-BearerToken] <String>] [[-Region] <String>] [-RunId] <String> [-includeNoteBookOutput]
[<CommonParameters>]
DESCRIPTION
Displays the job output for a specific run
PARAMETERS
-BearerToken <String>
Your Databricks Bearer token to authenticate to your workspace (see User Settings in Datatbricks WebUI)
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Region <String>
Azure Region - must match the URL of your Databricks workspace, example northeurope
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-RunId <String>
The Run Id of the Job
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-includeNoteBookOutput [<SwitchParameter>]
When notebook returns value through dbutils.notebook.exit() api will retrieve this value. API limits this to
first 5MB of output only
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Author: Simon D'Morias / Data Thirst Ltd
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-DatabricksJobRun -BearerToken $BearerToken -Region $Region
Returns all clusters
RELATED LINKS
SYNOPSIS
Displays the job output for a specific run
SYNTAX
Get-DatabricksJobRun [[-BearerToken] <String>] [[-Region] <String>] [-RunId] <String> [-includeNoteBookOutput]
[<CommonParameters>]
DESCRIPTION
Displays the job output for a specific run
PARAMETERS
-BearerToken <String>
Your Databricks Bearer token to authenticate to your workspace (see User Settings in Datatbricks WebUI)
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
-Region <String>
Azure Region - must match the URL of your Databricks workspace, example northeurope
Required? false
Position? 2
Default value
Accept pipeline input? false
Accept wildcard characters? false
-RunId <String>
The Run Id of the Job
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-includeNoteBookOutput [<SwitchParameter>]
When notebook returns value through dbutils.notebook.exit() api will retrieve this value. API limits this to
first 5MB of output only
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
OUTPUTS
NOTES
Author: Simon D'Morias / Data Thirst Ltd
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Get-DatabricksJobRun -BearerToken $BearerToken -Region $Region
Returns all clusters
RELATED LINKS