GoogleCloudPlatform / GoogleCloudPlatform/database-assessment
feat: add `IS_RDS` metric to `calculated_metrics`
Open
- Dominant language
- Python
- Stars
- 83
- Forks
- 38
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/GoogleCloudPlatform/database-assessment/blob/bc4a6c462b5f0175e755d5ea523382df7052c6b1/scripts/collector/postgres/sql/calculated_metrics.sql#L183
```sql
select count(1) from ..extensions.. where extension_owner='rdsadmin' and is_super_user
```
Contributor guide
Assessment
This issue has not been assessed yet.