Run Athena query by Terraform

Hi team! I was looking for a way run Athena query created by “aws_athena_named_query” resource by aws provider. But seems it’s only creation of query without actually execute it.

Is there a way execute it through aws provider? Or we need AWS CLI command by provisioner local-exec for this? Thanks.