pierrejeambrun commented on issue #64950: URL: https://github.com/apache/airflow/issues/64950#issuecomment-4224099410
It's an unintended side effect, because the `_validate_extra` isn't called on empty string. `if value` so basically we verify that the `extra` is a JSON-encoded Python dict unless it's an empty string then we do nothing about it... For backward comp we should still allow "". I'll open a PR to fix that. -- 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]
