vincbeck commented on code in PR #62616:
URL: https://github.com/apache/airflow/pull/62616#discussion_r2912087395
##########
airflow-core/src/airflow/executors/workloads/callback.py:
##########
@@ -90,7 +90,7 @@ def make(
name=dag_run.dag_model.bundle_name,
version=dag_run.bundle_version,
)
- fname = f"executor_callbacks/{callback.id}" # TODO: better log file
template
+ fname =
f"executor_callbacks/{dag_run.dag_id}/{dag_run.run_id}/{callback.id}"
Review Comment:
I agree with you Dennis, this is out of scope of this PR but we might want
to fix that in a separate PR. This is really niche but still potentially a
security issue
--
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]