You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
I have built a custom operator where for airflow 1.9 where i am using request library and trying to trigger through POST method using API 2.1 available api calls. The same logic is working for 1.10 and higher versions but not working for 1.9. It throwing me a error: "Error rendering template: Type '<type 'int'>' used for parameter 'request_body[job_id]' is not supported for templating for airflow"
The text was updated successfully, but these errors were encountered:
Hi ,
I have built a custom operator where for airflow 1.9 where i am using request library and trying to trigger through POST method using API 2.1 available api calls. The same logic is working for 1.10 and higher versions but not working for 1.9. It throwing me a error: "Error rendering template: Type '<type 'int'>' used for parameter 'request_body[job_id]' is not supported for templating for airflow"
The text was updated successfully, but these errors were encountered: