You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/19 18:32:30 UTC

[GitHub] [airflow] dstandish opened a new pull request, #26498: ExecutorConfigType should be cacheable

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

   Apparently the cache_ok attribute must be applied to all subclasses too.  So we must apply it here.  This allows sqlalchemy to use the caching behavior introduced with version 1.4.  See https://docs.sqlalchemy.org/en/14/core/type_api.html#sqlalchemy.types.ExternalType.cache_ok for more info.
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] dstandish merged pull request #26498: ExecutorConfigType should be cacheable

Posted by GitBox <gi...@apache.org>.
dstandish merged PR #26498:
URL: https://github.com/apache/airflow/pull/26498


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org