ephraimbuddy opened a new pull request, #34858: URL: https://github.com/apache/airflow/pull/34858
We serialize some plugin's fields as dictionaries leading to errors when accessing the /plugins endpoint. Here's the error: ValueError: dictionary update sequence element #0 has length 1; 2 is required The fields are lists of strings and this PR addresses it. -- 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]
