Volcano4bit6 opened a new issue, #35765:
URL: https://github.com/apache/airflow/issues/35765
### Apache Airflow version
2.7.3
### What happened
I can't trigger my DAG
### What you think should happen instead
_No response_
### How to reproduce
When I triggered a DAG, I had the following fault:
`ERROR - Failed to execute task [Errno 22] Invalid argument:
'/opt/airflow/logs/dag_id=hello_world/run_id=manual__2023-11-20T22:41:50.275085+00:00'.
Traceback (most recent call last):
File "/usr/local/lib/python3.8/pathlib.py", line 1288, in mkdir
self._accessor.mkdir(self, mode)
FileNotFoundError: [Errno 2] No such file or directory:
'/opt/airflow/logs/dag_id=hello_world/run_id=manual__2023-11-20T22:41:50.275085+00:00/task_id=hello_task'`
My OS is Ubuntu 20.04. The name `manual__2023-11-20T22:41:50.275085+00:00`
is invalid because the folder's name must not have `:` character. How can I
change the `run_id` generation method or can we update the generation method?
### Operating System
Ubuntu 20.04
### Versions of Apache Airflow Providers
_No response_
### Deployment
Docker-Compose
### Deployment details
_No response_
### Anything else
_No response_
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]