You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/08 15:52:49 UTC

[GitHub] [airflow] eladkal commented on a diff in pull request #24330: Workaround job race bug on biguery to gcs transfer

eladkal commented on code in PR #24330:
URL: https://github.com/apache/airflow/pull/24330#discussion_r892559999


##########
airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -1915,6 +1916,7 @@ def run_extract(
         :param print_header: Whether to print a header for a CSV file extract.
         :param labels: a dictionary containing labels for the job/query,
             passed to BigQuery
+        :param return_full_job: return full job instead of job id only

Review Comment:
   This function is deprecated.
   By adding this fix what does it means for when we will remove the function?
   Would we have to support the new functionality as well?



-- 
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-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org