o-nikolas commented on PR #65649: URL: https://github.com/apache/airflow/pull/65649#issuecomment-4673912566
@nicolamarangoni Can you include more of the tracebacks in the logs? The small snippet you shared stops just before a second traceback is logged. But the first one appears to be from within Kombu, so not an Airflow issue. I haven't reviewed this code maybe @vincbeck or @mscsy0104 can weigh in, but my guess is now Airflow accepts non-string, but passes them along to Kombu which is not prepared to accept non-string. So either we need a PR in the Kombu project, or go back to throwing in Airflow with a helpful message saying that users must provide strings. -- 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]
