grafana / athena-datasource

Apache License 2.0
36 stars 12 forks source link

Rebuild the datasource when settings change #314

Closed njvrzm closed 4 months ago

njvrzm commented 4 months ago

Previously when saving settings the datasource would be partially rebuild but maintain its connection cache, so if auth-related settings changed the change would not be applied. Now the datasource will be rebuilt entirely.

Fixes #264.

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.

njvrzm commented 4 months ago

Regarding redshift, yep, same story there. I'm going to duplicate this there for now, and make a ticket to refactor it into grafana-aws-sdk later - the interfaces are a bit too tangled up to make it a quick fix.