elgalu opened a new pull request #3668: [AIRFLOW-2822] Fix HipChat Deprecation Warning URL: https://github.com/apache/incubator-airflow/pull/3668 [AIRFLOW-2822](https://issues.apache.org/jira/browse/AIRFLOW-2822) Fixes PendingDeprecationWarning on HipChatAPISendRoomNotificationOperator Using `HipChatAPISendRoomNotificationOperator` on Airflow master branch (2.0) gives: ```python airflow/models.py:2390: PendingDeprecationWarning: Invalid arguments were passed to HipChatAPISendRoomNotificationOperator. Support for passing such arguments will be dropped in Airflow 2.0. Invalid arguments were: *args: () **kwargs: {'color': 'green'} category=PendingDeprecationWarning ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services