Avihais12344 commented on code in PR #41695:
URL: https://github.com/apache/airflow/pull/41695#discussion_r1746699750
##########
airflow/models/dag.py:
##########
@@ -532,7 +532,7 @@ def __init__(
is_paused_upon_creation: bool | None = None,
jinja_environment_kwargs: dict | None = None,
render_template_as_native_obj: bool = False,
- tags: list[str] | None = None,
+ tags: abc.Collection | None = None,
Review Comment:
Same as
[here](https://github.com/apache/airflow/pull/41695#discussion_r1746699503).
--
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]