Javier Lopez Tomas created AIRFLOW-5722:
-------------------------------------------
Summary: Split execution and logging when several SQL queries are
executed(PostgresOperator)
Key: AIRFLOW-5722
URL: https://issues.apache.org/jira/browse/AIRFLOW-5722
Project: Apache Airflow
Issue Type: New Feature
Components: hooks, logging, operators
Affects Versions: 1.10.5
Reporter: Javier Lopez Tomas
You can have a string or a file with several queries to be executed by the
operator. My proposal is to split the execution and logging for each of those
queries, so that you would be able to see in the logs the execution of each
query individually, with its log of failures (if there are any).
This would make debugging so much easier, as you could detect easily which
query was causing the failure.
The feature can be implemented in the rest of sql operators
--
This message was sent by Atlassian Jira
(v8.3.4#803005)