vatsrahul1001 commented on code in PR #46295:
URL: https://github.com/apache/airflow/pull/46295#discussion_r1940873833
##########
tests/api_fastapi/core_api/routes/public/test_assets.py:
##########
@@ -149,7 +149,7 @@ def _create_dag_run(session, num: int = 2):
dag_id="source_dag_id",
run_id=f"source_run_id_{i}",
run_type=DagRunType.MANUAL,
- logical_date=DEFAULT_DATE,
+ logical_date=DEFAULT_DATE + timedelta(days=i),
Review Comment:
This test was failing due to unique constraint error as same logical date
was being inserted in DAGRUN
--
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]