简体   繁体   中英

AWS Forecast: Two dataset groups with same dataset ARNs

I have two dataset groups with two different dataset group ARNs. However, they both have a dataset (the target time series) with the exact same name therefore these datasets have the same ARNs. When I import any data into dataset group 1's dataset using the SDK for python, the same import job will be created for dataset group 2's dataset.

My question is: If I delete the dataset ARN for dataset group 1, will the target dataset and its import jobs for dataset group 2 be deleted as well?

I did not delete the dataset ARN to see whether the import jobs for dataset group 2 would be deleted too, however I resolved my issue of having duplicate dataset ARNs by using boto 3 to create a new dataset with a new name and updating the dataset group 2's dataset with the new dataset.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM