ashb commented on issue #5743: [AIRFLOW-5088][AIP-24] Persisting serialized DAG 
in DB for webserver scalability
URL: https://github.com/apache/airflow/pull/5743#issuecomment-532172833
 
 
   > * [ ] Agree / dis-agree on using 
https://pypi.org/project/SQLAlchemy-JSONField/
   
   That probably looks like it reduces the complexity of our code a bit. The 
only complexity to using it is that we'd need to set `enforce_string` to True 
or False based on what features the backend has, which isn't amazing. Though 
looking at the code I think we could try leaving it off/default and see how 
that copes with Mysql 5.7.
   
   (If we want to get this in 1.10.x then we can't change the required database 
versions.)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to