aws.finspace_data.get_external_data_view_access_details
Example SQL Queries
SELECT * FROMaws.finspace_data.get_external_data_view_access_detailsWHERE"data_view_id" = 'VALUE'AND "dataset_id" = 'VALUE';Description
Returns the credentials to access the external Dataview from an S3 location. To call this API:
You must retrieve the programmatic credentials.
You must be a member of a FinSpace user group, where the dataset that you want to access has Read Dataset Data permissions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| data_view_id Required Input Column The unique identifier for the Dataview that you want to access. | VARCHAR |
| dataset_id Required Input Column The unique identifier for the Dataset. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| credentials The credentials required to access the external Dataview from the S3 location. | STRUCT( |
Show child fields
| |
| s3_location The location where the external Dataview is stored. | STRUCT( |
Show child fields
| |