vchiapaikeo commented on code in PR #30655:
URL: https://github.com/apache/airflow/pull/30655#discussion_r1173654557
##########
airflow/providers/google/cloud/hooks/bigquery.py:
##########
@@ -2077,6 +2082,9 @@ def run_query(
labels = labels or self.labels
schema_update_options = list(schema_update_options or [])
+ if priority:
+ self.priority = priority
+
Review Comment:
Why not just add a priority parameter to BigQueryInsertJobOperator as well?
That way, you can instantiate the hook with it? Please default it in such a way
where it is backwards compatible.
--
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]