You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/06 22:06:11 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #12866: Show DAG serialization errors in the UI.

kaxil commented on a change in pull request #12866:
URL: https://github.com/apache/airflow/pull/12866#discussion_r537134087



##########
File path: airflow/exceptions.py
##########
@@ -130,6 +130,10 @@ class SerializedDagNotFound(DagNotFound):
     """Raise when DAG is not found in the serialized_dags table in DB"""
 
 
+class SerializationError(AirflowException):
+    """A problem occurred when trying to serialized a DAG"""

Review comment:
       ```suggestion
       """A problem occurred when trying to serialize a DAG"""
   ```




----------------------------------------------------------------
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:
users@infra.apache.org