Xiaodong DENG created AIRFLOW-3139:
--------------------------------------
Summary: Include parameters into log.info for SQL-operators if any
Key: AIRFLOW-3139
URL: https://issues.apache.org/jira/browse/AIRFLOW-3139
Project: Apache Airflow
Issue Type: Improvement
Components: operators
Reporter: Xiaodong DENG
Assignee: Xiaodong DENG
Attachments: Screen Shot 2018-10-02 at 3.24.21 PM.png
For SQL-operators based on {color:#a6e22e}DbApiHook{color}, like
SqliteOperator, PostgresOperator, the SQL command itself will be printed into
log INFO.
But if parameters are used for the sql command, the parameters are not printed.
This makes the printing useless.
*Example:*
!Screen Shot 2018-10-02 at 3.24.21 PM.png!
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)