jm_fen
August 12, 2023, 4:46pm
1
It appears that existing datasets are updating with the wrong datasource. I have a dataset that uses several datasources and datasets all of which are updated on S3 using manifest files. When I refresh some of them, the data it loads is from the wrong source.
For a given dataset how can I see what S3 file the data is coming from and what manifest file it is using?
Max
August 12, 2023, 8:12pm
2
Hi @jm_fen . You can see what datasource a dataset is using by going to the Datasets tab
Then clicking on the 3 dots shown below and clicking Edit
Next, click the 3 dots as shown below and click View details
This will show you the following information about your dataset
I am not as familiar with Manifest files but I will look into that and get back to you.
Max
August 12, 2023, 8:14pm
3
Hi @jm_fen . You can see what datasource a dataset is using by going to the Datasets tab
Then clicking on the 3 dots shown below and clicking Edit
Next, click the 3 dots as shown below and click View details
This will show you the following information about your dataset
jm_fen
August 12, 2023, 8:27pm
4
Thank you. When I follow those steps I am not able to see the details - just the name I gave it.
1 Like
Hi @jm_fen ! For additional details on the data source you can run describe-data-source API call. Please refer to below documentation link.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/describe_data_source.html
Below is a sample of response from describe-data-source API call for a S3 based data source.
Regards,
Karthik
jm_fen
August 17, 2023, 3:35pm
6
Thanks. That works. Would be easier if you could see graphically though instead of using the boto3