databricks.getCleanRoomAssetRevisionsCleanRoomAsset
Explore with Pulumi AI
Using getCleanRoomAssetRevisionsCleanRoomAsset
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCleanRoomAssetRevisionsCleanRoomAsset(args: GetCleanRoomAssetRevisionsCleanRoomAssetArgs, opts?: InvokeOptions): Promise<GetCleanRoomAssetRevisionsCleanRoomAssetResult>
function getCleanRoomAssetRevisionsCleanRoomAssetOutput(args: GetCleanRoomAssetRevisionsCleanRoomAssetOutputArgs, opts?: InvokeOptions): Output<GetCleanRoomAssetRevisionsCleanRoomAssetResult>
def get_clean_room_asset_revisions_clean_room_asset(asset_type: Optional[str] = None,
clean_room_name: Optional[str] = None,
foreign_table: Optional[GetCleanRoomAssetRevisionsCleanRoomAssetForeignTable] = None,
foreign_table_local_details: Optional[GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableLocalDetails] = None,
name: Optional[str] = None,
notebook: Optional[GetCleanRoomAssetRevisionsCleanRoomAssetNotebook] = None,
table: Optional[GetCleanRoomAssetRevisionsCleanRoomAssetTable] = None,
table_local_details: Optional[GetCleanRoomAssetRevisionsCleanRoomAssetTableLocalDetails] = None,
view: Optional[GetCleanRoomAssetRevisionsCleanRoomAssetView] = None,
view_local_details: Optional[GetCleanRoomAssetRevisionsCleanRoomAssetViewLocalDetails] = None,
volume_local_details: Optional[GetCleanRoomAssetRevisionsCleanRoomAssetVolumeLocalDetails] = None,
opts: Optional[InvokeOptions] = None) -> GetCleanRoomAssetRevisionsCleanRoomAssetResult
def get_clean_room_asset_revisions_clean_room_asset_output(asset_type: Optional[pulumi.Input[str]] = None,
clean_room_name: Optional[pulumi.Input[str]] = None,
foreign_table: Optional[pulumi.Input[GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableArgs]] = None,
foreign_table_local_details: Optional[pulumi.Input[GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableLocalDetailsArgs]] = None,
name: Optional[pulumi.Input[str]] = None,
notebook: Optional[pulumi.Input[GetCleanRoomAssetRevisionsCleanRoomAssetNotebookArgs]] = None,
table: Optional[pulumi.Input[GetCleanRoomAssetRevisionsCleanRoomAssetTableArgs]] = None,
table_local_details: Optional[pulumi.Input[GetCleanRoomAssetRevisionsCleanRoomAssetTableLocalDetailsArgs]] = None,
view: Optional[pulumi.Input[GetCleanRoomAssetRevisionsCleanRoomAssetViewArgs]] = None,
view_local_details: Optional[pulumi.Input[GetCleanRoomAssetRevisionsCleanRoomAssetViewLocalDetailsArgs]] = None,
volume_local_details: Optional[pulumi.Input[GetCleanRoomAssetRevisionsCleanRoomAssetVolumeLocalDetailsArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCleanRoomAssetRevisionsCleanRoomAssetResult]
func GetCleanRoomAssetRevisionsCleanRoomAsset(ctx *Context, args *GetCleanRoomAssetRevisionsCleanRoomAssetArgs, opts ...InvokeOption) (*GetCleanRoomAssetRevisionsCleanRoomAssetResult, error)
func GetCleanRoomAssetRevisionsCleanRoomAssetOutput(ctx *Context, args *GetCleanRoomAssetRevisionsCleanRoomAssetOutputArgs, opts ...InvokeOption) GetCleanRoomAssetRevisionsCleanRoomAssetResultOutput
> Note: This function is named GetCleanRoomAssetRevisionsCleanRoomAsset
in the Go SDK.
public static class GetCleanRoomAssetRevisionsCleanRoomAsset
{
public static Task<GetCleanRoomAssetRevisionsCleanRoomAssetResult> InvokeAsync(GetCleanRoomAssetRevisionsCleanRoomAssetArgs args, InvokeOptions? opts = null)
public static Output<GetCleanRoomAssetRevisionsCleanRoomAssetResult> Invoke(GetCleanRoomAssetRevisionsCleanRoomAssetInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCleanRoomAssetRevisionsCleanRoomAssetResult> getCleanRoomAssetRevisionsCleanRoomAsset(GetCleanRoomAssetRevisionsCleanRoomAssetArgs args, InvokeOptions options)
public static Output<GetCleanRoomAssetRevisionsCleanRoomAssetResult> getCleanRoomAssetRevisionsCleanRoomAsset(GetCleanRoomAssetRevisionsCleanRoomAssetArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getCleanRoomAssetRevisionsCleanRoomAsset:getCleanRoomAssetRevisionsCleanRoomAsset
arguments:
# arguments dictionary
The following arguments are supported:
- Asset
Type string - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- Name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- Clean
Room stringName - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- Foreign
Table GetClean Room Asset Revisions Clean Room Asset Foreign Table - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- Foreign
Table GetLocal Details Clean Room Asset Revisions Clean Room Asset Foreign Table Local Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- Notebook
Get
Clean Room Asset Revisions Clean Room Asset Notebook - (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- Table
Get
Clean Room Asset Revisions Clean Room Asset Table - (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- Table
Local GetDetails Clean Room Asset Revisions Clean Room Asset Table Local Details - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- View
Get
Clean Room Asset Revisions Clean Room Asset View - (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- View
Local GetDetails Clean Room Asset Revisions Clean Room Asset View Local Details - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- Volume
Local GetDetails Clean Room Asset Revisions Clean Room Asset Volume Local Details - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
- Asset
Type string - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- Name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- Clean
Room stringName - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- Foreign
Table GetClean Room Asset Revisions Clean Room Asset Foreign Table - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- Foreign
Table GetLocal Details Clean Room Asset Revisions Clean Room Asset Foreign Table Local Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- Notebook
Get
Clean Room Asset Revisions Clean Room Asset Notebook - (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- Table
Get
Clean Room Asset Revisions Clean Room Asset Table - (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- Table
Local GetDetails Clean Room Asset Revisions Clean Room Asset Table Local Details - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- View
Get
Clean Room Asset Revisions Clean Room Asset View - (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- View
Local GetDetails Clean Room Asset Revisions Clean Room Asset View Local Details - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- Volume
Local GetDetails Clean Room Asset Revisions Clean Room Asset Volume Local Details - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
- asset
Type String - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- name String
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- clean
Room StringName - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- foreign
Table GetClean Room Asset Revisions Clean Room Asset Foreign Table - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- foreign
Table GetLocal Details Clean Room Asset Revisions Clean Room Asset Foreign Table Local Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- notebook
Get
Clean Room Asset Revisions Clean Room Asset Notebook - (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- table
Get
Clean Room Asset Revisions Clean Room Asset Table - (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- table
Local GetDetails Clean Room Asset Revisions Clean Room Asset Table Local Details - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- view
Get
Clean Room Asset Revisions Clean Room Asset View - (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- view
Local GetDetails Clean Room Asset Revisions Clean Room Asset View Local Details - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- volume
Local GetDetails Clean Room Asset Revisions Clean Room Asset Volume Local Details - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
- asset
Type string - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- clean
Room stringName - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- foreign
Table GetClean Room Asset Revisions Clean Room Asset Foreign Table - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- foreign
Table GetLocal Details Clean Room Asset Revisions Clean Room Asset Foreign Table Local Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- notebook
Get
Clean Room Asset Revisions Clean Room Asset Notebook - (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- table
Get
Clean Room Asset Revisions Clean Room Asset Table - (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- table
Local GetDetails Clean Room Asset Revisions Clean Room Asset Table Local Details - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- view
Get
Clean Room Asset Revisions Clean Room Asset View - (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- view
Local GetDetails Clean Room Asset Revisions Clean Room Asset View Local Details - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- volume
Local GetDetails Clean Room Asset Revisions Clean Room Asset Volume Local Details - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
- asset_
type str - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- name str
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- clean_
room_ strname - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- foreign_
table GetClean Room Asset Revisions Clean Room Asset Foreign Table - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- foreign_
table_ Getlocal_ details Clean Room Asset Revisions Clean Room Asset Foreign Table Local Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- notebook
Get
Clean Room Asset Revisions Clean Room Asset Notebook - (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- table
Get
Clean Room Asset Revisions Clean Room Asset Table - (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- table_
local_ Getdetails Clean Room Asset Revisions Clean Room Asset Table Local Details - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- view
Get
Clean Room Asset Revisions Clean Room Asset View - (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- view_
local_ Getdetails Clean Room Asset Revisions Clean Room Asset View Local Details - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- volume_
local_ Getdetails Clean Room Asset Revisions Clean Room Asset Volume Local Details - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
- asset
Type String - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- name String
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- clean
Room StringName - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- foreign
Table Property Map - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- foreign
Table Property MapLocal Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- notebook Property Map
- (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- table Property Map
- (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- table
Local Property MapDetails - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- view Property Map
- (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- view
Local Property MapDetails - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- volume
Local Property MapDetails - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
getCleanRoomAssetRevisionsCleanRoomAsset Result
The following output properties are available:
- Added
At int - (integer) - When the asset is added to the clean room, in epoch milliseconds
- Asset
Type string - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- (string) - The name of the partition column
- Owner
Collaborator stringAlias - (string) - The alias of the collaborator who owns this asset
- Status string
- (string) - Status of the asset. Possible values are:
ACTIVE
,PENDING
,PERMISSION_DENIED
- Clean
Room stringName - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- Foreign
Table GetClean Room Asset Revisions Clean Room Asset Foreign Table - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- Foreign
Table GetLocal Details Clean Room Asset Revisions Clean Room Asset Foreign Table Local Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- Notebook
Get
Clean Room Asset Revisions Clean Room Asset Notebook - (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- Table
Get
Clean Room Asset Revisions Clean Room Asset Table - (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- Table
Local GetDetails Clean Room Asset Revisions Clean Room Asset Table Local Details - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- View
Get
Clean Room Asset Revisions Clean Room Asset View - (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- View
Local GetDetails Clean Room Asset Revisions Clean Room Asset View Local Details - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- Volume
Local GetDetails Clean Room Asset Revisions Clean Room Asset Volume Local Details - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
- Added
At int - (integer) - When the asset is added to the clean room, in epoch milliseconds
- Asset
Type string - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- (string) - The name of the partition column
- Owner
Collaborator stringAlias - (string) - The alias of the collaborator who owns this asset
- Status string
- (string) - Status of the asset. Possible values are:
ACTIVE
,PENDING
,PERMISSION_DENIED
- Clean
Room stringName - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- Foreign
Table GetClean Room Asset Revisions Clean Room Asset Foreign Table - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- Foreign
Table GetLocal Details Clean Room Asset Revisions Clean Room Asset Foreign Table Local Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- Notebook
Get
Clean Room Asset Revisions Clean Room Asset Notebook - (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- Table
Get
Clean Room Asset Revisions Clean Room Asset Table - (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- Table
Local GetDetails Clean Room Asset Revisions Clean Room Asset Table Local Details - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- View
Get
Clean Room Asset Revisions Clean Room Asset View - (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- View
Local GetDetails Clean Room Asset Revisions Clean Room Asset View Local Details - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- Volume
Local GetDetails Clean Room Asset Revisions Clean Room Asset Volume Local Details - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
- added
At Integer - (integer) - When the asset is added to the clean room, in epoch milliseconds
- asset
Type String - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- (string) - The name of the partition column
- owner
Collaborator StringAlias - (string) - The alias of the collaborator who owns this asset
- status String
- (string) - Status of the asset. Possible values are:
ACTIVE
,PENDING
,PERMISSION_DENIED
- clean
Room StringName - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- foreign
Table GetClean Room Asset Revisions Clean Room Asset Foreign Table - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- foreign
Table GetLocal Details Clean Room Asset Revisions Clean Room Asset Foreign Table Local Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- notebook
Get
Clean Room Asset Revisions Clean Room Asset Notebook - (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- table
Get
Clean Room Asset Revisions Clean Room Asset Table - (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- table
Local GetDetails Clean Room Asset Revisions Clean Room Asset Table Local Details - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- view
Get
Clean Room Asset Revisions Clean Room Asset View - (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- view
Local GetDetails Clean Room Asset Revisions Clean Room Asset View Local Details - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- volume
Local GetDetails Clean Room Asset Revisions Clean Room Asset Volume Local Details - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
- added
At number - (integer) - When the asset is added to the clean room, in epoch milliseconds
- asset
Type string - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- (string) - The name of the partition column
- owner
Collaborator stringAlias - (string) - The alias of the collaborator who owns this asset
- status string
- (string) - Status of the asset. Possible values are:
ACTIVE
,PENDING
,PERMISSION_DENIED
- clean
Room stringName - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- foreign
Table GetClean Room Asset Revisions Clean Room Asset Foreign Table - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- foreign
Table GetLocal Details Clean Room Asset Revisions Clean Room Asset Foreign Table Local Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- notebook
Get
Clean Room Asset Revisions Clean Room Asset Notebook - (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- table
Get
Clean Room Asset Revisions Clean Room Asset Table - (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- table
Local GetDetails Clean Room Asset Revisions Clean Room Asset Table Local Details - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- view
Get
Clean Room Asset Revisions Clean Room Asset View - (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- view
Local GetDetails Clean Room Asset Revisions Clean Room Asset View Local Details - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- volume
Local GetDetails Clean Room Asset Revisions Clean Room Asset Volume Local Details - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
- added_
at int - (integer) - When the asset is added to the clean room, in epoch milliseconds
- asset_
type str - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- (string) - The name of the partition column
- owner_
collaborator_ stralias - (string) - The alias of the collaborator who owns this asset
- status str
- (string) - Status of the asset. Possible values are:
ACTIVE
,PENDING
,PERMISSION_DENIED
- clean_
room_ strname - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- foreign_
table GetClean Room Asset Revisions Clean Room Asset Foreign Table - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- foreign_
table_ Getlocal_ details Clean Room Asset Revisions Clean Room Asset Foreign Table Local Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- notebook
Get
Clean Room Asset Revisions Clean Room Asset Notebook - (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- table
Get
Clean Room Asset Revisions Clean Room Asset Table - (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- table_
local_ Getdetails Clean Room Asset Revisions Clean Room Asset Table Local Details - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- view
Get
Clean Room Asset Revisions Clean Room Asset View - (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- view_
local_ Getdetails Clean Room Asset Revisions Clean Room Asset View Local Details - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- volume_
local_ Getdetails Clean Room Asset Revisions Clean Room Asset Volume Local Details - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
- added
At Number - (integer) - When the asset is added to the clean room, in epoch milliseconds
- asset
Type String - (string) - The type of the asset. Possible values are:
FOREIGN_TABLE
,NOTEBOOK_FILE
,TABLE
,VIEW
,VOLUME
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- (string) - The name of the partition column
- owner
Collaborator StringAlias - (string) - The alias of the collaborator who owns this asset
- status String
- (string) - Status of the asset. Possible values are:
ACTIVE
,PENDING
,PERMISSION_DENIED
- clean
Room StringName - (string) - The name of the clean room this asset belongs to. This field is required for create operations and populated by the server for responses
- foreign
Table Property Map - (CleanRoomAssetForeignTable) - Foreign table details available to all collaborators of the clean room. Present if and only if asset_type is FOREIGN_TABLE
- foreign
Table Property MapLocal Details - (CleanRoomAssetForeignTableLocalDetails) - Local details for a foreign that are only available to its owner. Present if and only if asset_type is FOREIGN_TABLE
- notebook Property Map
- (CleanRoomAssetNotebook) - Notebook details available to all collaborators of the clean room. Present if and only if asset_type is NOTEBOOK_FILE
- table Property Map
- (CleanRoomAssetTable) - Table details available to all collaborators of the clean room. Present if and only if asset_type is TABLE
- table
Local Property MapDetails - (CleanRoomAssetTableLocalDetails) - Local details for a table that are only available to its owner. Present if and only if asset_type is TABLE
- view Property Map
- (CleanRoomAssetView) - View details available to all collaborators of the clean room. Present if and only if asset_type is VIEW
- view
Local Property MapDetails - (CleanRoomAssetViewLocalDetails) - Local details for a view that are only available to its owner. Present if and only if asset_type is VIEW
- volume
Local Property MapDetails - (CleanRoomAssetVolumeLocalDetails) - Local details for a volume that are only available to its owner. Present if and only if asset_type is VOLUME
Supporting Types
GetCleanRoomAssetRevisionsCleanRoomAssetForeignTable
- Columns
List<Get
Clean Room Asset Revisions Clean Room Asset Foreign Table Column> - (list of ColumnInfo) - The metadata information of the columns in the view
- Columns
[]Get
Clean Room Asset Revisions Clean Room Asset Foreign Table Column - (list of ColumnInfo) - The metadata information of the columns in the view
- columns
List<Get
Clean Room Asset Revisions Clean Room Asset Foreign Table Column> - (list of ColumnInfo) - The metadata information of the columns in the view
- columns
Get
Clean Room Asset Revisions Clean Room Asset Foreign Table Column[] - (list of ColumnInfo) - The metadata information of the columns in the view
- columns
Sequence[Get
Clean Room Asset Revisions Clean Room Asset Foreign Table Column] - (list of ColumnInfo) - The metadata information of the columns in the view
- columns List<Property Map>
- (list of ColumnInfo) - The metadata information of the columns in the view
GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableColumn
- Comment string
- (string) - User-provided free-form text description
- Mask
Get
Clean Room Asset Revisions Clean Room Asset Foreign Table Column Mask - (ColumnMask)
- Name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- Nullable bool
- (boolean) - Whether field may be Null (default: true)
- Partition
Index int - (integer) - Partition index for column
- Position int
- (integer) - Ordinal position of column (starting at position 0)
- Type
Interval stringType - (string) - Format of IntervalType
- Type
Json string - (string) - Full data type specification, JSON-serialized
- Type
Name string - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- Type
Precision int - (integer) - Digits of precision; required for DecimalTypes
- Type
Scale int - (integer) - Digits to right of decimal; Required for DecimalTypes
- Type
Text string - (string) - Full data type specification as SQL/catalogString text
- Comment string
- (string) - User-provided free-form text description
- Mask
Get
Clean Room Asset Revisions Clean Room Asset Foreign Table Column Mask - (ColumnMask)
- Name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- Nullable bool
- (boolean) - Whether field may be Null (default: true)
- Partition
Index int - (integer) - Partition index for column
- Position int
- (integer) - Ordinal position of column (starting at position 0)
- Type
Interval stringType - (string) - Format of IntervalType
- Type
Json string - (string) - Full data type specification, JSON-serialized
- Type
Name string - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- Type
Precision int - (integer) - Digits of precision; required for DecimalTypes
- Type
Scale int - (integer) - Digits to right of decimal; Required for DecimalTypes
- Type
Text string - (string) - Full data type specification as SQL/catalogString text
- comment String
- (string) - User-provided free-form text description
- mask
Get
Clean Room Asset Revisions Clean Room Asset Foreign Table Column Mask - (ColumnMask)
- name String
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable Boolean
- (boolean) - Whether field may be Null (default: true)
- partition
Index Integer - (integer) - Partition index for column
- position Integer
- (integer) - Ordinal position of column (starting at position 0)
- type
Interval StringType - (string) - Format of IntervalType
- type
Json String - (string) - Full data type specification, JSON-serialized
- type
Name String - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type
Precision Integer - (integer) - Digits of precision; required for DecimalTypes
- type
Scale Integer - (integer) - Digits to right of decimal; Required for DecimalTypes
- type
Text String - (string) - Full data type specification as SQL/catalogString text
- comment string
- (string) - User-provided free-form text description
- mask
Get
Clean Room Asset Revisions Clean Room Asset Foreign Table Column Mask - (ColumnMask)
- name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable boolean
- (boolean) - Whether field may be Null (default: true)
- partition
Index number - (integer) - Partition index for column
- position number
- (integer) - Ordinal position of column (starting at position 0)
- type
Interval stringType - (string) - Format of IntervalType
- type
Json string - (string) - Full data type specification, JSON-serialized
- type
Name string - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type
Precision number - (integer) - Digits of precision; required for DecimalTypes
- type
Scale number - (integer) - Digits to right of decimal; Required for DecimalTypes
- type
Text string - (string) - Full data type specification as SQL/catalogString text
- comment str
- (string) - User-provided free-form text description
- mask
Get
Clean Room Asset Revisions Clean Room Asset Foreign Table Column Mask - (ColumnMask)
- name str
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable bool
- (boolean) - Whether field may be Null (default: true)
- partition_
index int - (integer) - Partition index for column
- position int
- (integer) - Ordinal position of column (starting at position 0)
- type_
interval_ strtype - (string) - Format of IntervalType
- type_
json str - (string) - Full data type specification, JSON-serialized
- type_
name str - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type_
precision int - (integer) - Digits of precision; required for DecimalTypes
- type_
scale int - (integer) - Digits to right of decimal; Required for DecimalTypes
- type_
text str - (string) - Full data type specification as SQL/catalogString text
- comment String
- (string) - User-provided free-form text description
- mask Property Map
- (ColumnMask)
- name String
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable Boolean
- (boolean) - Whether field may be Null (default: true)
- partition
Index Number - (integer) - Partition index for column
- position Number
- (integer) - Ordinal position of column (starting at position 0)
- type
Interval StringType - (string) - Format of IntervalType
- type
Json String - (string) - Full data type specification, JSON-serialized
- type
Name String - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type
Precision Number - (integer) - Digits of precision; required for DecimalTypes
- type
Scale Number - (integer) - Digits to right of decimal; Required for DecimalTypes
- type
Text String - (string) - Full data type specification as SQL/catalogString text
GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableColumnMask
- Function
Name string - (string) - The full name of the column mask SQL UDF
- Using
Column List<string>Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- Function
Name string - (string) - The full name of the column mask SQL UDF
- Using
Column []stringNames - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function
Name String - (string) - The full name of the column mask SQL UDF
- using
Column List<String>Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function
Name string - (string) - The full name of the column mask SQL UDF
- using
Column string[]Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function_
name str - (string) - The full name of the column mask SQL UDF
- using_
column_ Sequence[str]names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function
Name String - (string) - The full name of the column mask SQL UDF
- using
Column List<String>Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
GetCleanRoomAssetRevisionsCleanRoomAssetForeignTableLocalDetails
- Local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- Local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local
Name String - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local_
name str - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local
Name String - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
GetCleanRoomAssetRevisionsCleanRoomAssetNotebook
- Etag string
- (string) - Server generated etag that represents the notebook version
- Notebook
Content string - (string) - Base 64 representation of the notebook contents. This is the same format as returned by :method:workspace/export with the format of HTML
- Review
State string - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- Reviews
List<Get
Clean Room Asset Revisions Clean Room Asset Notebook Review> - (list of CleanRoomNotebookReview) - All existing approvals or rejections
- Runner
Collaborator List<string>Aliases - (list of string) - collaborators that can run the notebook
- Etag string
- (string) - Server generated etag that represents the notebook version
- Notebook
Content string - (string) - Base 64 representation of the notebook contents. This is the same format as returned by :method:workspace/export with the format of HTML
- Review
State string - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- Reviews
[]Get
Clean Room Asset Revisions Clean Room Asset Notebook Review - (list of CleanRoomNotebookReview) - All existing approvals or rejections
- Runner
Collaborator []stringAliases - (list of string) - collaborators that can run the notebook
- etag String
- (string) - Server generated etag that represents the notebook version
- notebook
Content String - (string) - Base 64 representation of the notebook contents. This is the same format as returned by :method:workspace/export with the format of HTML
- review
State String - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- reviews
List<Get
Clean Room Asset Revisions Clean Room Asset Notebook Review> - (list of CleanRoomNotebookReview) - All existing approvals or rejections
- runner
Collaborator List<String>Aliases - (list of string) - collaborators that can run the notebook
- etag string
- (string) - Server generated etag that represents the notebook version
- notebook
Content string - (string) - Base 64 representation of the notebook contents. This is the same format as returned by :method:workspace/export with the format of HTML
- review
State string - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- reviews
Get
Clean Room Asset Revisions Clean Room Asset Notebook Review[] - (list of CleanRoomNotebookReview) - All existing approvals or rejections
- runner
Collaborator string[]Aliases - (list of string) - collaborators that can run the notebook
- etag str
- (string) - Server generated etag that represents the notebook version
- notebook_
content str - (string) - Base 64 representation of the notebook contents. This is the same format as returned by :method:workspace/export with the format of HTML
- review_
state str - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- reviews
Sequence[Get
Clean Room Asset Revisions Clean Room Asset Notebook Review] - (list of CleanRoomNotebookReview) - All existing approvals or rejections
- runner_
collaborator_ Sequence[str]aliases - (list of string) - collaborators that can run the notebook
- etag String
- (string) - Server generated etag that represents the notebook version
- notebook
Content String - (string) - Base 64 representation of the notebook contents. This is the same format as returned by :method:workspace/export with the format of HTML
- review
State String - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- reviews List<Property Map>
- (list of CleanRoomNotebookReview) - All existing approvals or rejections
- runner
Collaborator List<String>Aliases - (list of string) - collaborators that can run the notebook
GetCleanRoomAssetRevisionsCleanRoomAssetNotebookReview
- Comment string
- (string) - User-provided free-form text description
- Created
At intMillis - (integer) - When the review was submitted, in epoch milliseconds
- Review
State string - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- Review
Sub stringReason - (string) - Specified when the review was not explicitly made by a user. Possible values are:
AUTO_APPROVED
,BACKFILLED
- Reviewer
Collaborator stringAlias - (string) - Collaborator alias of the reviewer
- Comment string
- (string) - User-provided free-form text description
- Created
At intMillis - (integer) - When the review was submitted, in epoch milliseconds
- Review
State string - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- Review
Sub stringReason - (string) - Specified when the review was not explicitly made by a user. Possible values are:
AUTO_APPROVED
,BACKFILLED
- Reviewer
Collaborator stringAlias - (string) - Collaborator alias of the reviewer
- comment String
- (string) - User-provided free-form text description
- created
At IntegerMillis - (integer) - When the review was submitted, in epoch milliseconds
- review
State String - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- review
Sub StringReason - (string) - Specified when the review was not explicitly made by a user. Possible values are:
AUTO_APPROVED
,BACKFILLED
- reviewer
Collaborator StringAlias - (string) - Collaborator alias of the reviewer
- comment string
- (string) - User-provided free-form text description
- created
At numberMillis - (integer) - When the review was submitted, in epoch milliseconds
- review
State string - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- review
Sub stringReason - (string) - Specified when the review was not explicitly made by a user. Possible values are:
AUTO_APPROVED
,BACKFILLED
- reviewer
Collaborator stringAlias - (string) - Collaborator alias of the reviewer
- comment str
- (string) - User-provided free-form text description
- created_
at_ intmillis - (integer) - When the review was submitted, in epoch milliseconds
- review_
state str - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- review_
sub_ strreason - (string) - Specified when the review was not explicitly made by a user. Possible values are:
AUTO_APPROVED
,BACKFILLED
- reviewer_
collaborator_ stralias - (string) - Collaborator alias of the reviewer
- comment String
- (string) - User-provided free-form text description
- created
At NumberMillis - (integer) - When the review was submitted, in epoch milliseconds
- review
State String - (string) - Review outcome. Possible values are:
APPROVED
,PENDING
,REJECTED
- review
Sub StringReason - (string) - Specified when the review was not explicitly made by a user. Possible values are:
AUTO_APPROVED
,BACKFILLED
- reviewer
Collaborator StringAlias - (string) - Collaborator alias of the reviewer
GetCleanRoomAssetRevisionsCleanRoomAssetTable
- Columns
List<Get
Clean Room Asset Revisions Clean Room Asset Table Column> - (list of ColumnInfo) - The metadata information of the columns in the view
- Columns
[]Get
Clean Room Asset Revisions Clean Room Asset Table Column - (list of ColumnInfo) - The metadata information of the columns in the view
- columns
List<Get
Clean Room Asset Revisions Clean Room Asset Table Column> - (list of ColumnInfo) - The metadata information of the columns in the view
- columns
Get
Clean Room Asset Revisions Clean Room Asset Table Column[] - (list of ColumnInfo) - The metadata information of the columns in the view
- columns
Sequence[Get
Clean Room Asset Revisions Clean Room Asset Table Column] - (list of ColumnInfo) - The metadata information of the columns in the view
- columns List<Property Map>
- (list of ColumnInfo) - The metadata information of the columns in the view
GetCleanRoomAssetRevisionsCleanRoomAssetTableColumn
- Comment string
- (string) - User-provided free-form text description
- Mask
Get
Clean Room Asset Revisions Clean Room Asset Table Column Mask - (ColumnMask)
- Name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- Nullable bool
- (boolean) - Whether field may be Null (default: true)
- Partition
Index int - (integer) - Partition index for column
- Position int
- (integer) - Ordinal position of column (starting at position 0)
- Type
Interval stringType - (string) - Format of IntervalType
- Type
Json string - (string) - Full data type specification, JSON-serialized
- Type
Name string - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- Type
Precision int - (integer) - Digits of precision; required for DecimalTypes
- Type
Scale int - (integer) - Digits to right of decimal; Required for DecimalTypes
- Type
Text string - (string) - Full data type specification as SQL/catalogString text
- Comment string
- (string) - User-provided free-form text description
- Mask
Get
Clean Room Asset Revisions Clean Room Asset Table Column Mask - (ColumnMask)
- Name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- Nullable bool
- (boolean) - Whether field may be Null (default: true)
- Partition
Index int - (integer) - Partition index for column
- Position int
- (integer) - Ordinal position of column (starting at position 0)
- Type
Interval stringType - (string) - Format of IntervalType
- Type
Json string - (string) - Full data type specification, JSON-serialized
- Type
Name string - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- Type
Precision int - (integer) - Digits of precision; required for DecimalTypes
- Type
Scale int - (integer) - Digits to right of decimal; Required for DecimalTypes
- Type
Text string - (string) - Full data type specification as SQL/catalogString text
- comment String
- (string) - User-provided free-form text description
- mask
Get
Clean Room Asset Revisions Clean Room Asset Table Column Mask - (ColumnMask)
- name String
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable Boolean
- (boolean) - Whether field may be Null (default: true)
- partition
Index Integer - (integer) - Partition index for column
- position Integer
- (integer) - Ordinal position of column (starting at position 0)
- type
Interval StringType - (string) - Format of IntervalType
- type
Json String - (string) - Full data type specification, JSON-serialized
- type
Name String - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type
Precision Integer - (integer) - Digits of precision; required for DecimalTypes
- type
Scale Integer - (integer) - Digits to right of decimal; Required for DecimalTypes
- type
Text String - (string) - Full data type specification as SQL/catalogString text
- comment string
- (string) - User-provided free-form text description
- mask
Get
Clean Room Asset Revisions Clean Room Asset Table Column Mask - (ColumnMask)
- name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable boolean
- (boolean) - Whether field may be Null (default: true)
- partition
Index number - (integer) - Partition index for column
- position number
- (integer) - Ordinal position of column (starting at position 0)
- type
Interval stringType - (string) - Format of IntervalType
- type
Json string - (string) - Full data type specification, JSON-serialized
- type
Name string - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type
Precision number - (integer) - Digits of precision; required for DecimalTypes
- type
Scale number - (integer) - Digits to right of decimal; Required for DecimalTypes
- type
Text string - (string) - Full data type specification as SQL/catalogString text
- comment str
- (string) - User-provided free-form text description
- mask
Get
Clean Room Asset Revisions Clean Room Asset Table Column Mask - (ColumnMask)
- name str
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable bool
- (boolean) - Whether field may be Null (default: true)
- partition_
index int - (integer) - Partition index for column
- position int
- (integer) - Ordinal position of column (starting at position 0)
- type_
interval_ strtype - (string) - Format of IntervalType
- type_
json str - (string) - Full data type specification, JSON-serialized
- type_
name str - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type_
precision int - (integer) - Digits of precision; required for DecimalTypes
- type_
scale int - (integer) - Digits to right of decimal; Required for DecimalTypes
- type_
text str - (string) - Full data type specification as SQL/catalogString text
- comment String
- (string) - User-provided free-form text description
- mask Property Map
- (ColumnMask)
- name String
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable Boolean
- (boolean) - Whether field may be Null (default: true)
- partition
Index Number - (integer) - Partition index for column
- position Number
- (integer) - Ordinal position of column (starting at position 0)
- type
Interval StringType - (string) - Format of IntervalType
- type
Json String - (string) - Full data type specification, JSON-serialized
- type
Name String - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type
Precision Number - (integer) - Digits of precision; required for DecimalTypes
- type
Scale Number - (integer) - Digits to right of decimal; Required for DecimalTypes
- type
Text String - (string) - Full data type specification as SQL/catalogString text
GetCleanRoomAssetRevisionsCleanRoomAssetTableColumnMask
- Function
Name string - (string) - The full name of the column mask SQL UDF
- Using
Column List<string>Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- Function
Name string - (string) - The full name of the column mask SQL UDF
- Using
Column []stringNames - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function
Name String - (string) - The full name of the column mask SQL UDF
- using
Column List<String>Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function
Name string - (string) - The full name of the column mask SQL UDF
- using
Column string[]Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function_
name str - (string) - The full name of the column mask SQL UDF
- using_
column_ Sequence[str]names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function
Name String - (string) - The full name of the column mask SQL UDF
- using
Column List<String>Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
GetCleanRoomAssetRevisionsCleanRoomAssetTableLocalDetails
- Local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- Partitions
List<Get
Clean Room Asset Revisions Clean Room Asset Table Local Details Partition> - (list of Partition) - Partition filtering specification for a shared table
- Local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- Partitions
[]Get
Clean Room Asset Revisions Clean Room Asset Table Local Details Partition - (list of Partition) - Partition filtering specification for a shared table
- local
Name String - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- partitions
List<Get
Clean Room Asset Revisions Clean Room Asset Table Local Details Partition> - (list of Partition) - Partition filtering specification for a shared table
- local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- partitions
Get
Clean Room Asset Revisions Clean Room Asset Table Local Details Partition[] - (list of Partition) - Partition filtering specification for a shared table
- local_
name str - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- partitions
Sequence[Get
Clean Room Asset Revisions Clean Room Asset Table Local Details Partition] - (list of Partition) - Partition filtering specification for a shared table
- local
Name String - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- partitions List<Property Map>
- (list of Partition) - Partition filtering specification for a shared table
GetCleanRoomAssetRevisionsCleanRoomAssetTableLocalDetailsPartition
- Values
List<Get
Clean Room Asset Revisions Clean Room Asset Table Local Details Partition Value> - (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
- Values
[]Get
Clean Room Asset Revisions Clean Room Asset Table Local Details Partition Value - (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
- values
List<Get
Clean Room Asset Revisions Clean Room Asset Table Local Details Partition Value> - (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
- values
Get
Clean Room Asset Revisions Clean Room Asset Table Local Details Partition Value[] - (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
- values
Sequence[Get
Clean Room Asset Revisions Clean Room Asset Table Local Details Partition Value] - (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
- values List<Property Map>
- (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
GetCleanRoomAssetRevisionsCleanRoomAssetTableLocalDetailsPartitionValue
- Name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- Op string
- (string) - The operator to apply for the value. Possible values are:
EQUAL
,LIKE
- Recipient
Property stringKey - (string) - The key of a Delta Sharing recipient's property. For example "databricks-account-id".
When this field is set, field
value
can not be set - Value string
- (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
- Name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- Op string
- (string) - The operator to apply for the value. Possible values are:
EQUAL
,LIKE
- Recipient
Property stringKey - (string) - The key of a Delta Sharing recipient's property. For example "databricks-account-id".
When this field is set, field
value
can not be set - Value string
- (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
- name String
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- op String
- (string) - The operator to apply for the value. Possible values are:
EQUAL
,LIKE
- recipient
Property StringKey - (string) - The key of a Delta Sharing recipient's property. For example "databricks-account-id".
When this field is set, field
value
can not be set - value String
- (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
- name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- op string
- (string) - The operator to apply for the value. Possible values are:
EQUAL
,LIKE
- recipient
Property stringKey - (string) - The key of a Delta Sharing recipient's property. For example "databricks-account-id".
When this field is set, field
value
can not be set - value string
- (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
- name str
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- op str
- (string) - The operator to apply for the value. Possible values are:
EQUAL
,LIKE
- recipient_
property_ strkey - (string) - The key of a Delta Sharing recipient's property. For example "databricks-account-id".
When this field is set, field
value
can not be set - value str
- (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
- name String
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- op String
- (string) - The operator to apply for the value. Possible values are:
EQUAL
,LIKE
- recipient
Property StringKey - (string) - The key of a Delta Sharing recipient's property. For example "databricks-account-id".
When this field is set, field
value
can not be set - value String
- (string) - The value of the partition column. When this value is not set, it means
null
value. When this field is set, fieldrecipient_property_key
can not be set
GetCleanRoomAssetRevisionsCleanRoomAssetView
- Columns
List<Get
Clean Room Asset Revisions Clean Room Asset View Column> - (list of ColumnInfo) - The metadata information of the columns in the view
- Columns
[]Get
Clean Room Asset Revisions Clean Room Asset View Column - (list of ColumnInfo) - The metadata information of the columns in the view
- columns
List<Get
Clean Room Asset Revisions Clean Room Asset View Column> - (list of ColumnInfo) - The metadata information of the columns in the view
- columns
Get
Clean Room Asset Revisions Clean Room Asset View Column[] - (list of ColumnInfo) - The metadata information of the columns in the view
- columns
Sequence[Get
Clean Room Asset Revisions Clean Room Asset View Column] - (list of ColumnInfo) - The metadata information of the columns in the view
- columns List<Property Map>
- (list of ColumnInfo) - The metadata information of the columns in the view
GetCleanRoomAssetRevisionsCleanRoomAssetViewColumn
- Comment string
- (string) - User-provided free-form text description
- Mask
Get
Clean Room Asset Revisions Clean Room Asset View Column Mask - (ColumnMask)
- Name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- Nullable bool
- (boolean) - Whether field may be Null (default: true)
- Partition
Index int - (integer) - Partition index for column
- Position int
- (integer) - Ordinal position of column (starting at position 0)
- Type
Interval stringType - (string) - Format of IntervalType
- Type
Json string - (string) - Full data type specification, JSON-serialized
- Type
Name string - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- Type
Precision int - (integer) - Digits of precision; required for DecimalTypes
- Type
Scale int - (integer) - Digits to right of decimal; Required for DecimalTypes
- Type
Text string - (string) - Full data type specification as SQL/catalogString text
- Comment string
- (string) - User-provided free-form text description
- Mask
Get
Clean Room Asset Revisions Clean Room Asset View Column Mask - (ColumnMask)
- Name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- Nullable bool
- (boolean) - Whether field may be Null (default: true)
- Partition
Index int - (integer) - Partition index for column
- Position int
- (integer) - Ordinal position of column (starting at position 0)
- Type
Interval stringType - (string) - Format of IntervalType
- Type
Json string - (string) - Full data type specification, JSON-serialized
- Type
Name string - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- Type
Precision int - (integer) - Digits of precision; required for DecimalTypes
- Type
Scale int - (integer) - Digits to right of decimal; Required for DecimalTypes
- Type
Text string - (string) - Full data type specification as SQL/catalogString text
- comment String
- (string) - User-provided free-form text description
- mask
Get
Clean Room Asset Revisions Clean Room Asset View Column Mask - (ColumnMask)
- name String
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable Boolean
- (boolean) - Whether field may be Null (default: true)
- partition
Index Integer - (integer) - Partition index for column
- position Integer
- (integer) - Ordinal position of column (starting at position 0)
- type
Interval StringType - (string) - Format of IntervalType
- type
Json String - (string) - Full data type specification, JSON-serialized
- type
Name String - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type
Precision Integer - (integer) - Digits of precision; required for DecimalTypes
- type
Scale Integer - (integer) - Digits to right of decimal; Required for DecimalTypes
- type
Text String - (string) - Full data type specification as SQL/catalogString text
- comment string
- (string) - User-provided free-form text description
- mask
Get
Clean Room Asset Revisions Clean Room Asset View Column Mask - (ColumnMask)
- name string
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable boolean
- (boolean) - Whether field may be Null (default: true)
- partition
Index number - (integer) - Partition index for column
- position number
- (integer) - Ordinal position of column (starting at position 0)
- type
Interval stringType - (string) - Format of IntervalType
- type
Json string - (string) - Full data type specification, JSON-serialized
- type
Name string - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type
Precision number - (integer) - Digits of precision; required for DecimalTypes
- type
Scale number - (integer) - Digits to right of decimal; Required for DecimalTypes
- type
Text string - (string) - Full data type specification as SQL/catalogString text
- comment str
- (string) - User-provided free-form text description
- mask
Get
Clean Room Asset Revisions Clean Room Asset View Column Mask - (ColumnMask)
- name str
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable bool
- (boolean) - Whether field may be Null (default: true)
- partition_
index int - (integer) - Partition index for column
- position int
- (integer) - Ordinal position of column (starting at position 0)
- type_
interval_ strtype - (string) - Format of IntervalType
- type_
json str - (string) - Full data type specification, JSON-serialized
- type_
name str - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type_
precision int - (integer) - Digits of precision; required for DecimalTypes
- type_
scale int - (integer) - Digits to right of decimal; Required for DecimalTypes
- type_
text str - (string) - Full data type specification as SQL/catalogString text
- comment String
- (string) - User-provided free-form text description
- mask Property Map
- (ColumnMask)
- name String
A fully qualified name that uniquely identifies the asset within the clean room. This is also the name displayed in the clean room UI.
For UC securable assets (tables, volumes, etc.), the format is shared_catalog.shared_schema.asset_name
For notebooks, the name is the notebook file name. For jar analyses, the name is the jar analysis name
- nullable Boolean
- (boolean) - Whether field may be Null (default: true)
- partition
Index Number - (integer) - Partition index for column
- position Number
- (integer) - Ordinal position of column (starting at position 0)
- type
Interval StringType - (string) - Format of IntervalType
- type
Json String - (string) - Full data type specification, JSON-serialized
- type
Name String - (string) - . Possible values are:
ARRAY
,BINARY
,BOOLEAN
,BYTE
,CHAR
,DATE
,DECIMAL
,DOUBLE
,FLOAT
,GEOGRAPHY
,GEOMETRY
,INT
,INTERVAL
,LONG
,MAP
,NULL
,SHORT
,STRING
,STRUCT
,TABLE_TYPE
,TIMESTAMP
,TIMESTAMP_NTZ
,USER_DEFINED_TYPE
,VARIANT
- type
Precision Number - (integer) - Digits of precision; required for DecimalTypes
- type
Scale Number - (integer) - Digits to right of decimal; Required for DecimalTypes
- type
Text String - (string) - Full data type specification as SQL/catalogString text
GetCleanRoomAssetRevisionsCleanRoomAssetViewColumnMask
- Function
Name string - (string) - The full name of the column mask SQL UDF
- Using
Column List<string>Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- Function
Name string - (string) - The full name of the column mask SQL UDF
- Using
Column []stringNames - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function
Name String - (string) - The full name of the column mask SQL UDF
- using
Column List<String>Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function
Name string - (string) - The full name of the column mask SQL UDF
- using
Column string[]Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function_
name str - (string) - The full name of the column mask SQL UDF
- using_
column_ Sequence[str]names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
- function
Name String - (string) - The full name of the column mask SQL UDF
- using
Column List<String>Names - (list of string) - The list of additional table columns to be passed as input to the column mask function. The first arg of the mask function should be of the type of the column being masked and the types of the rest of the args should match the types of columns in 'using_column_names'
GetCleanRoomAssetRevisionsCleanRoomAssetViewLocalDetails
- Local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- Local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local
Name String - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local_
name str - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local
Name String - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
GetCleanRoomAssetRevisionsCleanRoomAssetVolumeLocalDetails
- Local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- Local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local
Name String - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local
Name string - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local_
name str - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
- local
Name String - (string) - The fully qualified name of the volume in its owner's local metastore, in the format of catalog.schema.volume_name
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricks
Terraform Provider.