View source: R/quicksight_operations.R
quicksight_update_data_set | R Documentation |
Updates a dataset. This operation doesn't support datasets that include uploaded files as a source. Partial updates are not supported by this operation.
See https://www.paws-r-sdk.com/docs/quicksight_update_data_set/ for full documentation.
quicksight_update_data_set(
AwsAccountId,
DataSetId,
Name,
PhysicalTableMap,
LogicalTableMap = NULL,
ImportMode,
ColumnGroups = NULL,
FieldFolders = NULL,
RowLevelPermissionDataSet = NULL,
RowLevelPermissionTagConfiguration = NULL,
ColumnLevelPermissionRules = NULL,
DataSetUsageConfiguration = NULL,
DatasetParameters = NULL,
PerformanceConfiguration = NULL
)
AwsAccountId |
[required] The Amazon Web Services account ID. |
DataSetId |
[required] The ID for the dataset that you want to update. This ID is unique per Amazon Web Services Region for each Amazon Web Services account. |
Name |
[required] The display name for the dataset. |
PhysicalTableMap |
[required] Declares the physical tables that are available in the underlying data sources. |
LogicalTableMap |
Configures the combination and transformation of the data from the physical tables. |
ImportMode |
[required] Indicates whether you want to import the data into SPICE. |
ColumnGroups |
Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported. |
FieldFolders |
The folder that contains fields and nested subfolders for your dataset. |
RowLevelPermissionDataSet |
The row-level security configuration for the data you want to create. |
RowLevelPermissionTagConfiguration |
The configuration of tags on a dataset to set row-level security. Row-level security tags are currently supported for anonymous embedding only. |
ColumnLevelPermissionRules |
A set of one or more definitions of a |
DataSetUsageConfiguration |
|
DatasetParameters |
The parameter declarations of the dataset. |
PerformanceConfiguration |
The configuration for the performance optimization of the dataset that
contains a |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.