Re: [PR] Add encryption_configuration parameter to BigQuery operators [airflow]

2024-06-11 Thread via GitHub
Lee-W merged PR #40063: URL: https://github.com/apache/airflow/pull/40063 -- 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: commits-unsubscr...@airflow.ap

Re: [PR] Add encryption_configuration parameter to BigQuery operators [airflow]

2024-06-11 Thread via GitHub
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): :p

Re: [PR] Add encryption_configuration parameter to BigQuery operators [airflow]

2024-06-11 Thread via GitHub
VladaZakharova commented on code in PR #40063: URL: https://github.com/apache/airflow/pull/40063#discussion_r1634453354 ## airflow/providers/google/cloud/operators/bigquery.py: ## @@ -336,6 +343,13 @@ class BigQueryValueCheckOperator(_BigQueryDbHookMixin, SQLValueCheckOperator)

Re: [PR] Add encryption_configuration parameter to BigQuery operators [airflow]

2024-06-11 Thread via GitHub
Lee-W commented on code in PR #40063: URL: https://github.com/apache/airflow/pull/40063#discussion_r1634440230 ## airflow/providers/google/cloud/operators/bigquery.py: ## @@ -336,6 +343,13 @@ class BigQueryValueCheckOperator(_BigQueryDbHookMixin, SQLValueCheckOperator): :p

Re: [PR] Add encryption_configuration parameter to BigQuery operators [airflow]

2024-06-06 Thread via GitHub
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): :p

[PR] Add encryption_configuration parameter to BigQuery operators [airflow]

2024-06-05 Thread via GitHub
VladaZakharova opened a new pull request, #40063: URL: https://github.com/apache/airflow/pull/40063 This PR adding encryption_configuration parameter to BigQueryValueCheckOperator, BigQueryColumnCheckOperator, BigQueryGetDataOperator and BigQueryIntervalCheckOperator to add CMEK key suppor