jason810496 commented on issue #46547:
URL: https://github.com/apache/airflow/issues/46547#issuecomment-2665630992
Hi @Komalpawar22,
Could you provide an example DAG to help reproduce the issue?
I attempted to reproduce it but didn't observe the `base_date` query
parameter.
```
## Before Migration (2.9.3)
- Executed before migration:
-
http://localhost:8080/dags/example_python_decorator/grid?tab=logs&dag_run_id=manual__2025-02-18T09:48:23.217339+00:00&task_id=log_sql_query
## After Migration (2.10.4)
- Executed before migration:
-
http://localhost:8080/dags/example_python_decorator/grid?task_id=log_sql_query&tab=logs&dag_run_id=manual__2025-02-18T09:23:43.379026+00:00
- Executed after migration:
-
http://localhost:8080/dags/example_python_decorator/grid?task_id=log_sql_query&tab=logs&dag_run_id=manual__2025-02-18T09:28:52.946307+00:00
```
By the way, I think [Handle null logical date in TI.log_url
#46680](https://github.com/apache/airflow/pull/46680) _might_ resolve this
issue.
( Not sure, need to reproduce to check )
--
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]