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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to