如何以编程方式对不同组的快速仪表板复制?

发布于 2025-02-09 03:10:24 字数 322 浏览 1 评论 0原文

我到处都在搜索,但是我找不到实现这一目标的方法,也许其他人也遇到了同样的问题。

我使用一个与一个客户的数据相对应的特定数据集,可以快速观看仪表板。我想使用具有相同结构但每次与其他客户端相对应的数据集多次重新创建相同的仪表板。我想以编程方式执行此操作,因为实际上每个仪表板中涉及许多客户端和许多数据集,因此在不犯错的情况下,很难在Quicksight的UI中手动执行操作。

我一直在玩API和AWS CLI命令,所以我发现使用模板,但是令我沮丧的是,这似乎仅对版本控制有用,而不是从“模板”中创建不同的仪表板,您只需要指定一个新的数据集。

有人知道我如何实现这一目标吗?

谢谢

I have searched everywhere but I can't find a way to achieve this, maybe someone else has had the same issue.

I have a dashboard in Quicksight using a particular dataset which corresponds to one client's data. I would like to recreate the same dashboard multiple times using datasets which have the same structure but correspond to other clients each time. I want to do this programmatically because in reality there are many clients and many datasets involved in each dashboard so it will be difficult to do manually in Quicksight's UI without making mistakes.

I've been playing around with APIs and AWS CLI commands, so I've discovered using templates but to my dismay this seems to only be useful for versioning rather than creating different dashboards from a 'template' where you only need to specify a new dataset.

Does anyone have an idea how I can achieve this?

Thank you

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

凉薄对峙 2025-02-16 03:10:24

You can achieve this with templates and the AWS CLI, API, or SDK

  1. Create a template from your analysis using
  2. 使用 create-dashboard 。源实用参数中指定的数据集占位符必须与模板中引用的数据集的名称匹配,以便快速观看可以用新数据集替换它。

You can achieve this with templates and the AWS CLI, API, or SDK

  1. Create a template from your analysis using create-template
  2. Create a new dashboard from this template and a specific dataset using create-dashboard. The dataset placeholder specified in the source-entity parameter must match the name of the dataset referenced in your template, so that Quicksight can replace it with your new dataset.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文