potiuk commented on code in PR #30887:
URL: https://github.com/apache/airflow/pull/30887#discussion_r1186715633
##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -836,10 +853,14 @@ def __init__(
impersonation_chain: str | Sequence[str] | None = None,
deferrable: bool = False,
poll_interval: float = 4.0,
+ use_legacy_sql: bool = True,
Review Comment:
One last question. Whe 'self.hook` instead of `hook` ? It does not seem to
be needed for that case?
##########
airflow/providers/google/cloud/operators/bigquery.py:
##########
@@ -836,10 +853,14 @@ def __init__(
impersonation_chain: str | Sequence[str] | None = None,
deferrable: bool = False,
poll_interval: float = 4.0,
+ use_legacy_sql: bool = True,
Review Comment:
One last question. Whe `self.hook` instead of `hook` ? It does not seem to
be needed for that case?
--
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]