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/06/24 13:20:56 UTC

[GitHub] [airflow] sicarul commented on issue #15279: Error on logging empty line to Cloudwatch

sicarul commented on issue #15279:
URL: https://github.com/apache/airflow/issues/15279#issuecomment-867631634


   Hey y'all, i'm having the same issue now, but i found a workaround, you can use this awk command to delete the newlines in the Bash command:
   
   `my_cool_command | awk NF`
   
   In case you have the same problem as i did (In my case it happens with running dbt, which puts empty newlines for styling between it's messages)
   
   Have a great day!


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