potiuk commented on pull request #15736: URL: https://github.com/apache/airflow/pull/15736#issuecomment-872092759
> > 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. I see. Yeah . Plausible. -- 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]
