sb7f9 commented 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 queries which does not support many of the 
regular sql queries 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:
[email protected]


Reply via email to