carlos54 commented on issue #59272:
URL: https://github.com/apache/airflow/issues/59272#issuecomment-3805511344

   FYI
   The Airflow table in database shows no errors despite the DAG processing 
failure.:
   
    ./logs/dag_processor/latest/sandbox/sandbox_base_test_error.py.log :
   
   `
   {"timestamp":"2026-01-27T14:21:01.795727Z","level":"error","event":"Failed 
to import: 
/dags/airflow/bundles/sandbox/tracking_repo/sandbox_base_test_error.py","logger":"airflow.models.dagbag.DagBag","filename":"dagbag.py","lineno":415,"error_detail":[{"exc_type":"SyntaxError","exc_value":"invalid
 syntax. Perhaps you forgot a comma? (sandbox_base_test_error.py, line 
63)","exc_notes":[],"syntax_error":{"offset":25,"filename":"/dags/airflow/bundles/sandbox/tracking_repo/sandbox_base_test_error.py","line":"...
   `
   
   
   
   `
   SELECT * FROM import_error;
   id | timestamp | filename | bundle_name | stacktrace
   ----+-----------+----------+-------------+------------
   (0 rows)
   `


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to