Relative Content

Tag Archive for airflowgrpcairflow-2.xgrpc-python

Templating the request message in Airflow GrpcOperator

Airflow’s GrpcOperator supports passing template variables in the data field. However, the protobuf-generated message object that needs to go into the data field is evaluated at parse time, which breaks the templates.