RNHTTR commented on issue #68908:
URL: https://github.com/apache/airflow/issues/68908#issuecomment-4847361836

   I'm not convinced that it's necessary to write additional code here. Option 
B is basically triggering a cloud function (either via HTTPOperator or 
PythonOperator with a GCP Hook/REST API call to the cloud function endpoint) 
plus using a deferrable HTTPSensor, and that pattern is already easily 
achievable. I don't believe it's necessary to specifically document this, but 
maybe it makes sense to add an example using this pattern 
[here](https://github.com/apache/airflow/tree/providers-google/22.2.0/providers/google/tests/system/google/cloud/cloud_functions)?


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to