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:25:46 UTC

[GitHub] [airflow] adilkhash opened a new issue #13989: AttributeError: 'TelegramOperator' object has no attribute 'text'

adilkhash opened a new issue #13989:
URL: https://github.com/apache/airflow/issues/13989


   Hi there 👋
   
   I was playing with the **TelegramOperator** and stumbled upon a bug with the `text` field. It is supposed to be a template field but in reality the instance of the **TelegramOperator** does not have this attribute thus every time I try to execute code I get the error:
   
   > AttributeError: 'TelegramOperator' object has no attribute 'text'
   
   ```python
   TelegramOperator(
           task_id='send_message_telegram',
           telegram_conn_id='telegram_conn_id',
           text='Hello from Airflow!'
       )
   ```


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



[GitHub] [airflow] boring-cyborg[bot] commented on issue #13989: AttributeError: 'TelegramOperator' object has no attribute 'text'

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #13989:
URL: https://github.com/apache/airflow/issues/13989#issuecomment-770267771


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


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



[GitHub] [airflow] kaxil closed issue #13989: AttributeError: 'TelegramOperator' object has no attribute 'text'

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #13989:
URL: https://github.com/apache/airflow/issues/13989


   


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