eladkal commented on a change in pull request #22395:
URL: https://github.com/apache/airflow/pull/22395#discussion_r831005786
##########
File path: airflow/providers/google/cloud/hooks/bigquery.py
##########
@@ -1503,6 +1503,8 @@ def insert_job(
project_id: Optional[str] = None,
location: Optional[str] = None,
nowait: bool = False,
+ retry: Optional[Retry] = None,
Review comment:
Just to clarify what is the reason we use `None` rather than
`DEFAULT_RETRY`?
What is the default behavior or job.result() ? I assume there was some value
for retry set in the underlying service regardless if we set it explicitly or
not? (Just want to make sure that this is not a breaking change)
--
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]