Skip to content
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

Error calling StartQueryExecution when CUR table name starts with number #828

Open
luiseterc opened this issue Jun 4, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@luiseterc
Copy link

When the CUR table starts with a number, in my case with my account ID, whenever you try to deploy some additional dashboards such as the Graviton Opportunities or the Extended Support projection costs, the cid-cmd deploy command throws and error when try to create some Athena tables.

InvalidRequestException: An error occurred (InvalidRequestException) when calling the StartQueryExecution operation: line 30:7: identifiers must not start with a digit; surround the identifier with double quotes

The issue is in helpers/athena.py file, I have worked around it by printing the actual query being executed, quoting the table name and executing the query form the Athena console instead.

image

@iakov-aws iakov-aws added the bug Something isn't working label Jun 22, 2024
@iakov-aws
Copy link
Collaborator

this will be adressed in #807

@iakov-aws iakov-aws self-assigned this Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants