acarmisc commented on issue #16564:
URL: https://github.com/apache/airflow/issues/16564#issuecomment-865361104
Hi!
My intention was not to point to precise code snippet... I only notice that
there are some changes in part of the code involved in this kind of tasks.
Sounds a little strange to me a difference in configurations (logging setup)
because the only change is the docker image that is build changing the dag of
the base image :
```
1c1
< FROM apache/airflow:2.1.0
---
> FROM apache/airflow:2.0.1
```
The docker-compose file is the same.
Anyway the log is not very useful (actually is the problem :) ):
On 2.0.1
```
[2021-06-19 18:19:54,775] {dbapi.py:180} INFO - Running statement:
[** OMITTED QUERY FOR PRIVACY **], parameters: None
[2021-06-19 18:19:55,314] {taskinstance.py:1455} ERROR -
java.sql.SQLException: [MapR][DrillJDBCDriver](500165) Query execution error.
Details: VALIDATION ERROR: From line 86, column 7 to line 86, column 9: Object
'foobar/barfoo' not found within 'db.name'
[Error Id: 9bf75eea-04d4-4791-b31c-3198f1c898ab on mapr-node23:31010].
com.mapr.drill.support.exceptions.com.mapr.drill.support.exceptions.GeneralException:
com.mapr.drill.support.exceptions.GeneralException:
[MapR][DrillJDBCDriver](500165) Query execution error. Details: VALIDATION
ERROR: From line 86, column 7 to line 86, column 9: Object 'foobar/barfoo' not
found within 'db.name'
[Error Id: 9bf75eea-04d4-4791-b31c-3198f1c898ab on mapr-node23:31010].
[2021-06-19 18:19:55,972] {local_task_job.py:146} INFO - Task exited with
return code 1
```
On 2.1.0
```
[2021-06-21 09:15:46,818] {base_job.py:219} DEBUG - [heartbeat]
[2021-06-21 09:15:48,256] {dbapi.py:204} INFO - Running statement:
[** OMITTED QUERY **], parameters: None
[2021-06-21 09:15:48,711] {cli_action_loggers.py:84} DEBUG - Calling
callbacks: []
[2021-06-21 09:15:48,807] {local_task_job.py:151} INFO - Task exited with
return code 1
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]