rrr2rrr commented on code in PR #38593:
URL: https://github.com/apache/airflow/pull/38593#discussion_r1560478523


##########
airflow/providers/apprise/hooks/apprise.py:
##########
@@ -71,7 +72,7 @@ def notify(
         title: str | None = None,
         notify_type: NotifyType = NotifyType.INFO,
         body_format: NotifyFormat = NotifyFormat.TEXT,
-        tag: str | Iterable[str] | None = None,
+        tag: str | Iterable[str] = MATCH_ALL_TAG,

Review Comment:
   How it should work according to the Apprise:
   
   >         if the tag is specified (either a string or a set/list/tuple
   >         of strings), then only the notifications flagged with that
   >         tagged value are notified.  By default, all added services
   >         are notified (tag=MATCH_ALL_TAG)



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