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

2021-08-11 Thread GitBox
uranusjr commented on issue #13750: URL: https://github.com/apache/airflow/issues/13750#issuecomment-896556433 Anyone fancy a pull request? Sounds not too complicated to me! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

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

2021-07-29 Thread GitBox
uranusjr commented on issue #13750: URL: https://github.com/apache/airflow/issues/13750#issuecomment-889624601 We should probably support passing arguments from a sensor to the underlying hook. Something like this? ```python sense_data = SqlSensor( task_id="sense_data",