uranusjr commented on a change in pull request #16584:
URL: https://github.com/apache/airflow/pull/16584#discussion_r657016810
##########
File path: airflow/models/dag.py
##########
@@ -267,9 +266,10 @@ def __init__(
jinja_environment_kwargs: Optional[Dict] = None,
render_template_as_native_obj: bool = False,
tags: Optional[List[str]] = None,
- ):
+ ): # pylint:
disable=too-many-arguments,too-many-locals,too-many-statements
from airflow.utils.task_group import TaskGroup
+ super().__init__()
Review comment:
IMO this is a OK fix. Thanks for the explaination.
--
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]