Kengo Seki created AIRFLOW-2235:
-----------------------------------
Summary: Fix wrong docstrings in Transfer operators for MySQL
Key: AIRFLOW-2235
URL: https://issues.apache.org/jira/browse/AIRFLOW-2235
Project: Apache Airflow
Issue Type: Bug
Components: docs, Documentation
Reporter: Kengo Seki
Docstrings in HiveToMySqlTransfer and PrestoToMySqlTransfer says:
{code}
:param sql: SQL query to execute against the MySQL database
{code}
but actually these queries are executed against Hive and Presto respectively.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)