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/07/01 09:04:46 UTC

[GitHub] [airflow] JavierLopezT commented on pull request #15736: Logging and returning info about query execution SnowflakeHook

JavierLopezT commented on pull request #15736:
URL: https://github.com/apache/airflow/pull/15736#issuecomment-872066459


   > Seems that execution_info are "rows" returned by Cursor which is not json-serializable.
   > 
   > This PyMSQL shows an example how you can do it: https://programmersought.com/article/12771376188/
   
   I made a workaround eventually. The real output is a list of dicts, so it is serializable with real data. The error was due to the mocking I think. 
   
   Everything green now, I hope it can be merged soon


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