henry3260 commented on code in PR #63733:
URL: https://github.com/apache/airflow/pull/63733#discussion_r2944330123


##########
airflow-core/src/airflow/utils/types.py:
##########
@@ -28,6 +28,7 @@ class DagRunType(str, enum.Enum):
     BACKFILL_JOB = "backfill"
     SCHEDULED = "scheduled"
     MANUAL = "manual"
+    OPERATOR = "operator"

Review Comment:
   > Would the purpose be more clear by naming `operator` as 
`operator_triggered`? Since we're using `"message": f"Dag with dag_id 
'{dag_id}' does not allow operator-triggered runs",` in the error details.
   
   Good idea!!



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