fixup! [AIRFLOW-4964] Add BigQuery Data Transfer Hook and Operator (#5769)
This commit is contained in:
Родитель
35e7b622c2
Коммит
a39ace92a8
|
@ -47,7 +47,6 @@ class GoogleDriveHook(GoogleCloudBaseHook):
|
|||
) -> None:
|
||||
super().__init__(gcp_conn_id, delegate_to)
|
||||
self.api_version = api_version
|
||||
self.num_retries = self._get_field("num_retries", 5)
|
||||
|
||||
def get_conn(self) -> Any:
|
||||
"""
|
||||
|
|
Загрузка…
Ссылка в новой задаче