Amazon QuickSight CLI to schedule hourly ingestion

0

Is there a way in Amazon QuickSight to schedule hourly data set refresh via AWS CLI?

AWS
전문가
Vadim
질문됨 4년 전858회 조회
1개 답변
0
수락된 답변

Apart from the SPICE scheduled refresh from UI, you can use the create-ingestion CLI to perform manual refresh

Get the dataset id using list-data-sets API

aws quicksight list-data-sets --aws-account-id 1231 --region us-east-1

Create a ingestion to SPICE on-demand and use unique ingestion id every time you run this command:

aws quicksight create-ingestion --data-set-id abc1213131 --ingestion-id xyzab111 --aws-account-id 1231 --region us-east-1

Retrieve status:

aws quicksight describe-ingestion --data-set-id abc1213131 --ingestion-id xyzab111 --aws-account-id 1231 --region us-east-1

Note you can only run create-ingestion 24 times a day.

AWS
전문가
Gokul
답변함 4년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠