feat: Labels for encrypted fields (#38075)

This commit is contained in:
Vitor Avila
2026-02-23 13:23:33 -03:00
committed by GitHub
parent 40f609fdce
commit 228b598409
9 changed files with 86 additions and 17 deletions

View File

@@ -464,8 +464,8 @@ class PostgresEngineSpec(BasicParametersMixin, PostgresBaseEngineSpec):
# This follows the pattern used by other engine specs (bigquery, snowflake, etc.)
# that specify exact paths rather than using the base class's catch-all "$.*".
encrypted_extra_sensitive_fields = {
"$.aws_iam.external_id",
"$.aws_iam.role_arn",
"$.aws_iam.external_id": "AWS IAM External ID",
"$.aws_iam.role_arn": "AWS IAM Role ARN",
}
column_type_mappings = (