Re: [PR] Refactor use Path.touch to create empty files [airflow]

2023-12-02 Thread via GitHub
github-actions[bot] commented on PR #34379: URL: https://github.com/apache/airflow/pull/34379#issuecomment-1837287936 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [PR] Refactor use Path.touch to create empty files [airflow]

2023-12-08 Thread via GitHub
github-actions[bot] closed pull request #34379: Refactor use Path.touch to create empty files URL: https://github.com/apache/airflow/pull/34379 -- 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 sp

Re: [PR] Refactor use Path.touch to create empty files [airflow]

2023-10-13 Thread via GitHub
uranusjr commented on code in PR #34379: URL: https://github.com/apache/airflow/pull/34379#discussion_r1357853624 ## airflow/utils/log/file_task_handler.py: ## @@ -479,9 +479,9 @@ def _init_file(self, ti): self._prepare_log_folder(Path(full_path).parent) if n

Re: [PR] Refactor use Path.touch to create empty files [airflow]

2023-10-18 Thread via GitHub
uranusjr commented on code in PR #34379: URL: https://github.com/apache/airflow/pull/34379#discussion_r1363453798 ## airflow/utils/log/file_task_handler.py: ## @@ -476,16 +476,17 @@ def _init_file(self, ti): # if this is true, we're invoked via set_context in the co