Vitor-Avila commented on code in PR #38075:
URL: https://github.com/apache/superset/pull/38075#discussion_r2825556704
##########
superset/db_engine_specs/bigquery.py:
##########
@@ -192,6 +192,9 @@ class BigQueryEngineSpec(BaseEngineSpec): # pylint:
disable=too-many-public-met
# when editing the database, mask this field in `encrypted_extra`
# pylint: disable=invalid-name
encrypted_extra_sensitive_fields = {"$.credentials_info.private_key"}
+ encrypted_extra_sensitive_field_labels = {
+ "$.credentials_info.private_key": "Service Account Private Key",
+ }
Review Comment:
Yeah, I actually thought at this at first, but thought that perhaps changing
an existing property from the DB Engine Spec could be bad. Let me work on this
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]