Lee-W commented on code in PR #40063:
URL: https://github.com/apache/airflow/pull/40063#discussion_r1634455461
##########
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:
No worries 🙂 Thank you so much for the prompt update. I'll merge it once CI
pass 🙌
--
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]