matthieuvilatte commented on PR #27638: URL: https://github.com/apache/airflow/pull/27638#issuecomment-1423856880
@steren This Operator doesn't deploy a new Cloud Run Service, but can be used to make an authenticated call to an exising Cloud Run Service using a Service Account stored in Airflow Connections. This Operator name is indeed confusing, but I don't think we should rename it `Cloud Run hook`. I might be wrong but when describing Airflow DAGs, we always use Operators. An Operator holds the `execute` method which is called when executing the task and uses a hook to deal with the connection. May be `Cloud Run Service Call Operator`? -- 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]
