jroachgolf84 commented on code in PR #65314:
URL: https://github.com/apache/airflow/pull/65314#discussion_r3695790890
##########
airflow-core/tests/unit/serialization/test_dag_serialization.py:
##########
@@ -524,6 +524,7 @@ class TestStringifiedDAGs:
@pytest.fixture(autouse=True)
def setup_test_cases(self):
+ DagSerialization._load_operator_extra_links = True
Review Comment:
There was some pretty extensive conversation about this
(https://github.com/apache/airflow/pull/65314#discussion_r3605628549). This
change aligns with the outcome of those conversations.
--
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]