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/07/25 11:12:24 UTC

[GitHub] [airflow] potiuk commented on issue #25274: Apache Airflow SqlSensor DbApiHook Error

potiuk commented on issue #25274:
URL: https://github.com/apache/airflow/issues/25274#issuecomment-1193911726

   Please use the "Common-sql" sensor for that. Instead of `from airflow.sensors import SqlSensor` use `from airflow.providers.common.sql.sensors import SqlSensors` - that should fix the problem.
   
   Unfortunately, other than documenting it, we cannot do much about it.
   
   Please let me know @vlcheong if it fixed your problem. if it does, I will make sure to add appropriate documentation about 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