olegkachur-e commented on code in PR #66917:
URL: https://github.com/apache/airflow/pull/66917#discussion_r3246997030


##########
providers/google/src/airflow/providers/google/cloud/triggers/cloud_sql.py:
##########
@@ -41,13 +43,15 @@ def __init__(
         gcp_conn_id: str = "google_cloud_default",
         impersonation_chain: str | Sequence[str] | None = None,
         poke_interval: int = 20,
+        api_version: str = "v1beta4",
     ):
         super().__init__()
         self.gcp_conn_id = gcp_conn_id
         self.impersonation_chain = impersonation_chain
         self.operation_name = operation_name
         self.project_id = project_id
         self.poke_interval = poke_interval
+        self.api_version = api_version

Review Comment:
   Thank you for the common solution, I've updated trigger and test.



-- 
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]

Reply via email to