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/12/13 21:39:56 UTC

[GitHub] [airflow] denimalpaca commented on issue #28343: BigQueryColumnCheckOperator doesn't actually implement use_legacy_sql kwarg

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

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