You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: