athena-datasource icon indicating copy to clipboard operation
athena-datasource copied to clipboard

Update for added context in grafana-aws-sdk

Open njvrzm opened this issue 1 year ago • 0 comments

This PR adds context handling in a number of places to supprot the chagnes in the associated grafana-aws-sdk PR, which this one depends on. I've added a replace directive in go.mod pointing to that PR's branch to enable CI; that should be removed before merging.

This also replaces instances of context.TODO() in tests with context.Background(), so that the former remains a useful signal.

njvrzm avatar May 21 '24 14:05 njvrzm