Lee-W commented on code in PR #40063:
URL: https://github.com/apache/airflow/pull/40063#discussion_r1629006346
##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -336,6 +343,13 @@ class BigQueryValueCheckOperator(_BigQueryDbHookMixin,
SQLValueCheckOperator):
:param sql: SQL to execute.
:param use_legacy_sql: Whether to use legacy SQL (true)
or standard SQL (false).
+ :param encryption_configuration: [Optional] Custom encryption
configuration (e.g., Cloud KMS keys).
Review Comment:
```suggestion
:param encryption_configuration: (Optional) Custom encryption
configuration (e.g., Cloud KMS keys).
```
nitpick: let's unify the docstring convention in this module.
--
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]