grafana / grafana-aws-sdk

Common AWS configs for plugins
Apache License 2.0
7 stars 15 forks source link

Move athena and redshift MakeDatasourceFactory into grafana-aws-sdk #131

Open njvrzm opened 4 months ago

njvrzm commented 4 months ago

The athena and redshift plugins got the same fix (https://github.com/grafana/athena-datasource/issues/314) for a shared credentials caching issue but this introduced some duplicated code and of course won't help any new datasources based on the sdk. The duplicated function should be refactored to work generically and moved into the sdk, then athena and redshift should be updated to use it.

njvrzm commented 4 weeks ago

Moving this back to the back burner in favor of mulitenancy work.