You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use api version only in GoogleAdsHook not operators (#15266)
Add parameter api_version to both GoogleAdsToGcsOperator & GoogleAdsListAccountsOperator.
Remove repeated line self.gcp_conn_id = gcp_conn_id.
Change the default api_version to v5 since v3 is deprecated.
Add api_version to GoogleAdsHook's docstring.
0 commit comments