Whenever I attempt to Describe an AWS Athena table in DataGrip it fails. The error states that is is a permissions error but I am fairly certain it is not. In fact, I can describe tables using SQLWorkbench/j and the Athena console without issue. It is only a problem in DataGrip.
The query I am running is simply DESCRIBE schemaName.TableName;

Is this normal or an issue or something I am doing incorrectly in DG.