jedcunningham commented on code in PR #48477:
URL: https://github.com/apache/airflow/pull/48477#discussion_r2019205047
##########
airflow-core/tests/unit/models/test_taskinstance.py:
##########
@@ -4122,7 +4122,7 @@ def first_asset_task(*, outlet_events):
first_asset_task()
- with dag_maker(schedule=None, serialized=True, session=session):
+ with dag_maker(schedule=None, serialized=False, session=session):
Review Comment:
@uranusjr @Lee-W pretty sure this is a sign these 2 TI tests are either
wrong and/or there is a gremlin hiding in dag_maker around assets?
--
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]