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 2022/01/22 10:13:26 UTC

[GitHub] [airflow] potiuk commented on issue #21027: AirflowException: decoding with 'utf-16le' codec failed (AirflowException: Task received SIGTERM signal)

potiuk commented on issue #21027:
URL: https://github.com/apache/airflow/issues/21027#issuecomment-1019157487


   > the message of error doesn't show the exactly the point of failure. there are a mode to enable a debug in log level to trace the error or to show the string with error on decode?
   
   Not really. The error is clearly generated here:
   
   ```
    File "/airflow/plugins/mssql_utils.py", line 64, in execute
   ```
   
   It's an error generated by your own plugin (mssql_utils.py), so this is not an airflow problem, you should diagnose and improve your plugin's code.


-- 
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: commits-unsubscribe@airflow.apache.org

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