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 2021/01/25 15:13:45 UTC

[GitHub] [airflow] sb7f9 edited a comment on issue #13750: Support Standard SQL in BigQuery Sensor

sb7f9 edited a comment on issue #13750:
URL: https://github.com/apache/airflow/issues/13750#issuecomment-766885112


   @eladkal  standard SqlSensor is not compatible with BigQuery due to by default it is using legacy sql which does not support many of the standard sql such as (querying partition tables etc..) There is no direct parameter like "use_legacy_sql" = False available that could overwrite the setting to enforce to use standard sql (BigQueryOperator has this functionality).


----------------------------------------------------------------
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.

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