You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/30 19:44:57 UTC

[GitHub] [airflow] adilkhash commented on a change in pull request #13990: Fix the AttributeError with text field in TelegramOperator

adilkhash commented on a change in pull request #13990:
URL: https://github.com/apache/airflow/pull/13990#discussion_r567306209



##########
File path: airflow/providers/telegram/operators/telegram.py
##########
@@ -63,9 +63,10 @@ def __init__(
         self.chat_id = chat_id
         self.token = token
         self.telegram_kwargs = telegram_kwargs or {}
+        self.text = text

Review comment:
       i have updated the code because `text` template did not even work properly




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org