[GitHub] [airflow] dinigo commented on issue #13750: Support Standard SQL in BigQuery Sensor

2021-08-12 Thread GitBox
dinigo commented on issue #13750: URL: https://github.com/apache/airflow/issues/13750#issuecomment-897528058 WIP, have something, just struggling with the tests. I'll open it so we can review "collectively" -- This is an automated message from the Apache Git Service. To respond to the me

[GitHub] [airflow] dinigo commented on issue #13750: Support Standard SQL in BigQuery Sensor

2021-08-05 Thread GitBox
dinigo commented on issue #13750: URL: https://github.com/apache/airflow/issues/13750#issuecomment-893381710 Ok, that's another option. It was suggested here with an example piece of code https://github.com/apache/airflow/issues/17315 What do you think then? -- This is an automate

[GitHub] [airflow] dinigo commented on issue #13750: Support Standard SQL in BigQuery Sensor

2021-07-29 Thread GitBox
dinigo commented on issue #13750: URL: https://github.com/apache/airflow/issues/13750#issuecomment-889471613 In cae someone comes around looking for a solution for this. I solved it with this quick fix ```python class BigQuerySqlSensor(SqlSensor): """ Overwrites the use_leg