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



##########
File path: airflow/serialization/enums.py
##########
@@ -48,3 +48,4 @@ class DagAttributeTypes(str, Enum):
     TASK_GROUP = 'taskgroup'
     EDGE_INFO = 'edgeinfo'
     PARAM = 'param'
+    XCOM_REF = 'xcom_ref'

Review comment:
       nit -- no strong opinion
   
   ```suggestion
       XCOM_REF = 'xcomref'
   ```
   
   to have same convention as the other enum items




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