ShousenZHANG commented on issue #35259:
URL: https://github.com/apache/airflow/issues/35259#issuecomment-5707539184

   Taking the Telegram slice.
   
   Neither `TelegramOperator` nor `TelegramFileOperator` lists 
`telegram_conn_id` in `template_fields`, so a templated connection id reaches 
`TelegramHook` unrendered. Both store it in `__init__` and read 
`self.telegram_conn_id` inside `execute()`, so rendering it is what the hook 
ends up receiving.
   
   Both declare `template_fields` as a plain literal tuple with no helper 
building it, so this is not the `aws_template_fields()` no-op case from #70638.
   
   Opened as #73263.
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to