sohailiqrar commented on PR #72289:
URL: https://github.com/apache/airflow/pull/72289#issuecomment-5466913040

   `DatabricksSqlHook.get_conn()` was passing `_user_agent_entry` (with a 
leading underscore) to `sql.connect()`. The `databricks-sql-connector` 
deprecated that alias and logs a `[WARN] Parameter '_user_agent_entry' is 
deprecated` warning on every connection open, which means every 
`DatabricksSqlOperator` / sensor execution produces noisy log spam.
   
   Switch to the current parameter name `user_agent_entry`. No behavior change: 
`user_agent_entry` has been supported by `databricks-sql-connector` since well 
before the provider's `>=4.4.0` lower bound.
   
   closes: #72102


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