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

   related: #36166
   
   Airflow currently support two SQL database backend with postgresql and 
mysql. PostgreSQL being the default one it's also the trigger used by default 
by the Keda ScaledObject created when enabling autoscaling. Which do not work 
if using a mysql database. Query has to be changed a bit and [mysql trigger 
parameters](https://keda.sh/docs/2.12/scalers/mysql/#authentication-parameters) 
aren't the same (pretty sneaky little changes within key names) and most of all 
the connection string used isn't the correct one when addressing to mysql.


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to