Airflow BigQueryToMySqlOperator mysql_conn_id issue
I have a problem with the deployment of the BigQueryToMySqlOperator operator. The prolem is that the DAG does not replace the operator I defined, it tries to connect with the default one (‘mssql_default’). This is strange because the database connection variable works correctly on the other operator in this DAG.