< Back
Get-DatabricksRun
Post
NAME Get-DatabricksRun
SYNOPSIS
Returns the asettings and status of the run
SYNTAX
Get-DatabricksRun [[-BearerToken] <String>] [[-Region] <String>] [-RunId] <String> [-StateOnly]
[<CommonParameters>]
DESCRIPTION
Returns the asettings and status of the 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>
ID for the Run to check
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-StateOnly [<SwitchParameter>]
Switch. Resturn only the job status field. Normally returns the complete job settings & status.
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-DatabricksRun -BearerToken $BearerToken -Region $Region -RunId 10
RELATED LINKS
SYNOPSIS
Returns the asettings and status of the run
SYNTAX
Get-DatabricksRun [[-BearerToken] <String>] [[-Region] <String>] [-RunId] <String> [-StateOnly]
[<CommonParameters>]
DESCRIPTION
Returns the asettings and status of the 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>
ID for the Run to check
Required? true
Position? 3
Default value
Accept pipeline input? false
Accept wildcard characters? false
-StateOnly [<SwitchParameter>]
Switch. Resturn only the job status field. Normally returns the complete job settings & status.
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-DatabricksRun -BearerToken $BearerToken -Region $Region -RunId 10
RELATED LINKS