-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS::QuickSight::Template - AWS::QuickSight::* #274
Comments
Is there any sort of timeline or update on when additional CloudFormation support for QuickSight will be available? |
Hi there... any updates on this? |
Bueller? |
It's quite unclear to me why AWS keeps on building specific resources. |
Hi ! Any update on this? This would come handy, certainly with creating templates. This is currently a pain to do with the AWS CLI... |
@rohits-spec do you have any insight as to how soon this is coming? We are planning our deployment of QS right now, and we need to know whether to use work arounds or if CF will be supported any day now? Will this take:
? Thanks! ❤️ |
Quicksight now has CloudFormation support for:
I haven't actually tried them yet to see how complete they are, but they arrived yesterday! |
Ah cool. I was hoping there'd be support for actually deploying the QS service itself. It's annoying to do manual setup in staging, dev and testing. Especially when all other parts are already automated with CDK. |
Closing this issue as Quicksight onboarded CloudFormation on 1/14. |
Any chances that samples with CloudFormation resources configuration will be added to the documentation? It will be cool to have an example of an Analysis setup with some visualizations configuration |
@rohits-spec I'd not close it. It's not usable at the moment. |
Also, would be cool if the following resources can be managed by CloudFormation too:
|
Reopening this issue due to the concerns raised here by community members. I will work with Quicksight team and provide an update here. |
I agree with the commenters above. We need robust CloudFormation support for QuickSight. Re-building the same dashboards from scratch in dev, test and prod using nothing but the GUI... really kinda sucks. |
Probably not quite the right place to ask for this for it, but API support for configuring VPC Connections to QuickSight would be nice. https://docs.aws.amazon.com/quicksight/latest/user/vpc-creating-a-connection-in-quicksight.html Then adding CloudFormation support for it too would be wonderful! |
Ha, @danieljamesscott was just looking for the exact same thing today. I guess there is no way, eh? |
Not that I've found. 😢 |
Is there any estimate for the deployment of the DataSets, DataSources, and Permissions QuickSight/CloudFormation features? |
Can anybody provide any examples of using these new CloudFormation or CDK constructs? The documentation is pretty useless |
Here we go. Will do a blog post soon and create those CDK custom constructs |
I recently attempted to use AWS::QuickSight::DataSource and ran into an Internal Error when attempting to use RdsParameters. We have worked around the issue thanks to AWS Support (use MySqlParameters instead) but wanted to mention it here as Support said it is reported as non-functional. |
Here we go. |
Please give this capability ASAP. |
no no no, there is still no way to describe details of analysis and there are no samples of resources usage in documentation |
I strongly disagree with closing. Unless documentation has been greatly
updated and all above concerns are addressed in a blog post.
|
Is there any timeline on fixing the circular dependency between Analysis and Template? |
Has anybody created AWS::QuickSight::DataSet for ATHENA DataSource ? I'm stuck with I have
|
How do you create a new
If I don't provide it, then it errors out with:
So what's the correct approach? I've tried the following values:
|
Huh, so strange. The error:
Is returned when specifying So weird and misleading. |
This is really a huge blocker. We can codify everything: application, RDS, security groups, VPC. And we can codify a data source, a data set, and a dashboard. But the bridge between these two is missing, and thereby it breaks everything, especially when using things like AWS CDK (infra-as-code). |
I has the same issue @alerof, had to contact AWS support. PhysicalTableMap in DataSet in CF should look like this. It works for me know
|
Hi, I am trying to join 2 logical tables with Aurora being a datasource. Getting error: Unsupported join on clause "ptr-process-type = process-type-id"
Am I missing something?
|
Is there a way to join two datasets in cloudformation? When I am attempting to join LogicalTable from second dataset with LogicalTable from the first dataset, the cloudformation is unable to recognize the name of the LogicalTable from another dataset. |
I created this ticket in aws-cdk for this specific problem: aws/aws-cdk#19212 |
Thank you for this workaround, it help with circular dependency problem |
This is a huge problem for us, is there any update on when / if ever this will be fixed? |
@zjinmei please move this out of shipped. As many before have pointed out, there is currently no way to automate the template to dashboard creation with CDK. Problem 1: Circular dependency Problem 2: Changes are not diff-able Proposed solution: |
As there still unresolved issues changing status back to researching. |
I wrote a solution to this problem with Python, and I am working on a PR to add functionality to CDK. Until QuickSight resources can be created using pure CDK, I think the best solution is to provide import functionality, and enable functionality to create copies of those imported resources. Once QuickSight resources can be created using pure CDK, that functionality can be added as well. |
Also, cloudformation doesn't support tag-based row level security on datasets. This feature is essential for anonymous embedding, which is essential for my company's use case. |
It does not seem possible to reference a template version when creating a dashboard. As part of the pipeline I update the template from an existing template to create a new version. The dashboard references the template but it does not seem possible to pull the latest version from the template without a custom resource
I receive an error
|
I see it is now possible to create templates using json and the CLI commands: https://docs.aws.amazon.com/cli/latest/reference/quicksight/create-template.html @AkifRafique, when can we expect this to be available for CDK too? |
hey folks, being entirely honest, this is a hard thread to follow as a non-quicksights user/expert. i found some comments on the cdk thread that leads me to believe this is solved. can anyone confirm? |
Since the original request on this issue has been completed, I'm going to close this issue and recommend that any outstanding bugs or coverage gaps in the QuickSight resources be reported on new issues. It is very difficult to isolate individual problems that need to be addressed from the long chain of comments here. While many of the gaps have been covered, we recognize that there are still some missing pieces to fully automating a CI/CD solution for this service. Please report each of them separately, and we'll get them assigned and prioritized. |
1. Title
AWS::QuickSight::*
2. Scope of request
There'se no QuickSight resources available, although the scope of the API has recently been extended.
3. Expected behavior
Create DataSets, Analysis, Dashboards and Reportings via CloudFormation.
5. Helpful Links to speed up research and evaluation
https://docs.aws.amazon.com/quicksight/latest/APIReference/API_Operations.html
6. Category (required)
The text was updated successfully, but these errors were encountered: