GitHub user rmaziere added a comment to the discussion: Is it possible to use a Connection stored in the metadata DB from a python shell
Hi, There are a lot of changes with v3. You have to use the from `airflow.providers.common.sql.operators.sql.SQLExecuteQueryOperator` insteat of `airflow.providers.mysql`. https://airflow.apache.org/docs/apache-airflow-providers-common-sql/stable/index.html GitHub link: https://github.com/apache/airflow/discussions/60334#discussioncomment-15505243 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
