Using Cloud Functions as operators in a GC Composer DAG
问题 Fellow coders, For a project I'm interested in using Google Cloud Composer to handle several workflows that consist of operations that can be shared between workflows. It seems to me that Cloud Functions are a perfect way of performing tasks as these operations in a Composer DAG. For what I understood of it, I would need an operator that invokes a cloud function with data that is specific for the task in the specific DAG. I found a Google Cloud Function operator in the Airflow documentation,