uranusjr commented on code in PR #41390:
URL: https://github.com/apache/airflow/pull/41390#discussion_r1714763688
##########
tests/conftest.py:
##########
@@ -847,6 +847,12 @@ def get_serialized_data(self):
return json.loads(data)
return data
+ def _bag_dag_compat(self, dag):
Review Comment:
Why do we need this? Isn’t the test always run in newer versions? Or is this
supposed to be removed when/before we release 3.0 or something?
--
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]