atorres-eqrx commented on pull request #12809: URL: https://github.com/apache/airflow/pull/12809#issuecomment-905821908
> > How does one know in which release of airflow this change has been deployed? > > I'm on airflow 1.10.15 and it seems that `headers` is not included in `template_fields`. > > Probably because you are importing the sensor from `contrib` rather than from `providers`. > insall https://pypi.org/project/apache-airflow-backport-providers-http/ > then import it as: > `from airflow.providers.http.sensors.http import HttpSensor ` That did the trick. Thank you! -- 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]
