[GitHub] [airflow] odajun commented on issue #15198: "cannot import make_kwargs_callable" occurs when using airflow.providers.http.operators.http in 1.10.14.

2021-04-07 Thread GitBox
odajun commented on issue #15198: URL: https://github.com/apache/airflow/issues/15198#issuecomment-815382368 @potiuk Thank you for your support. After installing ```apache-airflow-backport-providers-http==2021.4.10rc2``` in my environment, SimpleHttpOperator worked fine and I did not

[GitHub] [airflow] odajun commented on issue #15198: "cannot import make_kwargs_callable" occurs when using airflow.providers.http.operators.http in 1.10.14.

2021-04-06 Thread GitBox
odajun commented on issue #15198: URL: https://github.com/apache/airflow/issues/15198#issuecomment-814158109 @potiuk Thank you for your reply. > I think the biggest overhead there is not doing the changes but testing it. And here is my ask @odajun @kurtqq @alexInhert - if I release i

[GitHub] [airflow] odajun commented on issue #15198: "cannot import make_kwargs_callable" occurs when using airflow.providers.http.operators.http in 1.10.14.

2021-04-05 Thread GitBox
odajun commented on issue #15198: URL: https://github.com/apache/airflow/issues/15198#issuecomment-813767714 @mik-laj Thank you for confirming this. As for SimpleHttpOperator, I will try to upgrade it to 2.0.x without changing the import source. ``` from airflow.operators.