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:
[email protected]