dstandish opened a new pull request #21816:
URL: https://github.com/apache/airflow/pull/21816


   Connection extra field is generally assumed to be JSON but we don't actually 
require it.  Here we deprecate non-JSON extra so that in 3.0 we can require it. 
 Further, we require that it not just be any json but must also parse as dict, 
because a string value such as '"hi"' or '[1,2,3]' is json, but a very bad 
practice.
   


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


Reply via email to