Skip to content

Commit

Permalink
d/aws_athena_named_query: 'ReadWithoutTimeout' handler variant.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Nov 7, 2023
1 parent 7fdd189 commit 79c2139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/athena/named_query_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
// @SDKDataSource("aws_athena_named_query")
func dataSourceNamedQuery() *schema.Resource {
return &schema.Resource{
ReadContext: dataSourceNamedQueryRead,
ReadWithoutTimeout: dataSourceNamedQueryRead,

Schema: map[string]*schema.Schema{
"database": {
Expand Down

0 comments on commit 79c2139

Please sign in to comment.