denimalpaca commented on issue #28343: URL: https://github.com/apache/airflow/issues/28343#issuecomment-1349778209
Not entirely sure what's going on here, but it looks like it should be fine with the [`_BigQueryDbHookMixin`](https://github.com/apache/airflow/blob/main/airflow/providers/google/cloud/operators/bigquery.py#L115) class. That defines `get_hook()` which is using `self.use_legacy_sql`. So that's getting passed into the hook. -- 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]
