PApostol commented on issue #20468: URL: https://github.com/apache/airflow/issues/20468#issuecomment-999847126
I think this has already been fixed on `main` by changing `self.tags = tags` to `self.tags = tags or []` in [airflow/models/dag.py](https://github.com/apache/airflow/blob/main/airflow/models/dag.py#L492) (the change is not in Airflow 2.2.3 though). Can you check the issue against `main`? -- 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]
