pankajkoti commented on issue #32046: URL: https://github.com/apache/airflow/issues/32046#issuecomment-1600580081
hi @dabla, There is an [airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator](https://github.com/apache/airflow/blob/79eac7687cf7c6bcaa4df2b8735efaad79a7fee2/airflow/providers/common/sql/operators/sql.py#L189) which extends the BaseSQLOperator and is the recommended way for running SQL queries. Docs link: https://airflow.apache.org/docs/apache-airflow-providers-common-sql/stable/operators.html#execute-sql-query This I believe will allow you to run SQL queries for ODBC type connections too. Can you please use that and check if something is missing there? -- 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]
