Airflow trigger DAG anytime after a google sheet is being updated
问题 Is there any way I can schedule a DAG to be triggered right after a google sheet is being updated? Not sure if I get any answer from this doc : https://airflow.readthedocs.io/en/latest/_api/airflow/providers/google/suite/hooks/sheets/index.html 回答1: @Alejandro's direction is right but just expanding on to his answer. You can use HttpSensor operator to do a get request to sheet file by google drive api HttpSensor( task_id='http_sensor_check', http_conn_id='http_default', endpoint='https://www