ashb commented on a change in pull request #5302: [AIRFLOW-4374] Make enum-like-classes inherit from enum URL: https://github.com/apache/airflow/pull/5302#discussion_r292383388
########## File path: UPDATING.md ########## @@ -24,6 +24,21 @@ assists users migrating to a new version. ## Airflow Master +### TriggerRules and WeightRules only by enum members, not by string value +Passing a string value to `trigger_rule` and `weight_rule` in operators has been removed and only the enum member can be provided. Review comment: This isn't true (anymore?) - it's just deprecated but not removed. ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
