< Back
Get-DatabricksDBFSFolder
Post
NAME Get-DatabricksDBFSFolder
SYNOPSIS
Get a listing of files and folders within DBFS
SYNTAX
Get-DatabricksDBFSFolder [[-BearerToken] <String>] [[-Region] <String>] [[-Path] <String>] [<CommonParameters>]
DESCRIPTION
Get a listing of files and folders within DBFS
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
-Path <String>
The Databricks DBFS folder to list
Required? false
Position? 3
Default value
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-DatabricksDBFSFolder -BearerToken $BearerToken -Region $Region -Path /test
RELATED LINKS
SYNOPSIS
Get a listing of files and folders within DBFS
SYNTAX
Get-DatabricksDBFSFolder [[-BearerToken] <String>] [[-Region] <String>] [[-Path] <String>] [<CommonParameters>]
DESCRIPTION
Get a listing of files and folders within DBFS
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
-Path <String>
The Databricks DBFS folder to list
Required? false
Position? 3
Default value
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-DatabricksDBFSFolder -BearerToken $BearerToken -Region $Region -Path /test
RELATED LINKS