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 2022/09/07 06:29:03 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #26192: Enable serialization of already-serialized objects

uranusjr commented on code in PR #26192:
URL: https://github.com/apache/airflow/pull/26192#discussion_r964431476


##########
airflow/serialization/enums.py:
##########
@@ -50,3 +50,4 @@ class DagAttributeTypes(str, Enum):
     PARAM = 'param'
     XCOM_REF = 'xcomref'
     DATASET = 'dataset'
+    ENCODING_ENUM = '__encoding_enum__'

Review Comment:
   Why not just `ENCODING`? (since the class is Encoding)



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org