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/04/06 08:09:30 UTC

[GitHub] [airflow] ephraimbuddy opened a new pull request, #22775: Fix deprecation warning due to using query.value

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

   When using sqlalchemy 1.4, there's a deprecation warning at the task logging:
   
   SADeprecationWarning: Query.value() is deprecated and will be removed
   in a future release.  Please use Query.with_entities() in combination
   with Query.scalar() (deprecated since: 1.4)
   
   This PR fixes 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: commits-unsubscribe@airflow.apache.org

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


[GitHub] [airflow] github-actions[bot] commented on pull request #22775: Fix deprecation warning due to using query.value

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #22775:
URL: https://github.com/apache/airflow/pull/22775#issuecomment-1089985250

   The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.


-- 
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] ephraimbuddy closed pull request #22775: Fix deprecation warning due to using query.value

Posted by GitBox <gi...@apache.org>.
ephraimbuddy closed pull request #22775: Fix deprecation warning due to using query.value
URL: https://github.com/apache/airflow/pull/22775


-- 
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] kaxil merged pull request #22775: Fix deprecation warning due to using query.value

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


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