View source: R/glue_operations.R
glue_get_unfiltered_table_metadata | R Documentation |
Allows a third-party analytical engine to retrieve unfiltered table metadata from the Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_get_unfiltered_table_metadata/ for full documentation.
glue_get_unfiltered_table_metadata(
Region = NULL,
CatalogId,
DatabaseName,
Name,
AuditContext = NULL,
SupportedPermissionTypes,
ParentResourceArn = NULL,
RootResourceArn = NULL,
SupportedDialect = NULL,
Permissions = NULL,
QuerySessionContext = NULL
)
Region |
Specified only if the base tables belong to a different Amazon Web Services Region. |
CatalogId |
[required] The catalog ID where the table resides. |
DatabaseName |
[required] (Required) Specifies the name of a database that contains the table. |
Name |
[required] (Required) Specifies the name of a table for which you are requesting metadata. |
AuditContext |
A structure containing Lake Formation audit context information. |
SupportedPermissionTypes |
[required] Indicates the level of filtering a third-party analytical engine is
capable of enforcing when calling the
Note: Each of these permission types follows a hierarchical order where each subsequent permission type includes all permission of the previous type. Important: If you provide a supported permission type that doesn't match
the user's level of permissions on the table, then Lake Formation raises
an exception. For example, if the third-party engine calling the
|
ParentResourceArn |
The resource ARN of the view. |
RootResourceArn |
The resource ARN of the root view in a chain of nested views. |
SupportedDialect |
A structure specifying the dialect and dialect version used by the query engine. |
Permissions |
The Lake Formation data permissions of the caller on the table. Used to authorize the call when no view context is found. |
QuerySessionContext |
A structure used as a protocol between query engines and Lake Formation or Glue. Contains both a Lake Formation generated authorization identifier and information from the request's authorization context. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.