简体   繁体   English

AWS Forecast:具有相同数据集 ARN 的两个数据集组

[英]AWS Forecast: Two dataset groups with same dataset ARNs

I have two dataset groups with two different dataset group ARNs.我有两个具有两个不同数据集组 ARN 的数据集组。 However, they both have a dataset (the target time series) with the exact same name therefore these datasets have the same ARNs.但是,它们都有一个名称完全相同的数据集(目标时间序列),因此这些数据集具有相同的 ARN。 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.当我使用 SDK for python 将任何数据导入数据集组 1 的数据集时,将为数据集组 2 的数据集创建相同的导入作业。

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?我的问题是:如果我删除数据集组 1 的数据集 ARN,是否也会删除数据集组 2 的目标数据集及其导入作业?

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.我没有删除数据集 ARN 以查看是否也会删除数据集组 2 的导入作业,但是我通过使用 boto 3 创建具有新名称的新数据集并更新数据集组解决了我的重复数据集 ARN 的问题2 的数据集与新数据集。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Kube.netes secrets 和 AWS Secrets Manager - 将不同的 ARN 放入同一个文件中? - Kubernetes secrets and AWS Secrets Manager - put different ARNs into the same file? 在 AWS Quick Sight 中更改视觉对象的数据集 - Changing a Dataset for a visual in AWS Quick Sight AWS CDK 从 lambda 查找 ARN - AWS CDK look up ARNs from lambda AWS SAM 和每次部署的资源 ARN 变化 - AWS SAM and the changes in resource ARNs with each deployment 如何使用 AWS ATHENA 查询填充数据表或数据集? - How to fill a datatable or dataset with an AWS ATHENA query? terraform managed_policy_arns 问题与 aws_iam_role - terraform managed_policy_arns issue with aws_iam_role BigQuery - 查询以查找指定数据集或所有数据集的组和成员 - BigQuery - query to find what groups and members of those for a specified dataset or all datasets 如何在创建连接数据集时在 Quicksight 中添加相同的数据集以连接多个数据集? - How to add same dataset in Quicksight to join with multiple datasets while creating joined dataset? 如何读取 SAS 数据集(托管在 S3 上)并将其转换为 AWS RDS? - How to read and convert a SAS dataset (hosted on S3) into AWS RDS? 为什么有些 AWS ARN 需要指定账户分段,而有些则不需要? - Why do some AWS ARNs require account segments to be specified and others do not?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM