This API is used to query preview data from a given connection type or from a native Amazon S3 based Glue Data Catalog
Source:R/glue_operations.R
glue_get_entity_records.RdThis API is used to query preview data from a given connection type or from a native Amazon S3 based Glue Data Catalog.
See https://www.paws-r-sdk.com/docs/glue_get_entity_records/ for full documentation.
Usage
glue_get_entity_records(
ConnectionName = NULL,
CatalogId = NULL,
EntityName,
NextToken = NULL,
DataStoreApiVersion = NULL,
ConnectionOptions = NULL,
FilterPredicate = NULL,
Limit,
OrderBy = NULL,
SelectedFields = NULL
)Arguments
- ConnectionName
The name of the connection that contains the connection type credentials.
- CatalogId
The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.
- EntityName
[required] Name of the entity that we want to query the preview data from the given connection type.
- NextToken
A continuation token, included if this is a continuation call.
- DataStoreApiVersion
The API version of the SaaS connector.
- ConnectionOptions
Connector options that are required to query the data.
- FilterPredicate
A filter predicate that you can apply in the query request.
- Limit
[required] Limits the number of records fetched with the request.
- OrderBy
A parameter that orders the response preview data.
- SelectedFields
List of fields that we want to fetch as part of preview data.