Re: [PR] Fix TaskHandlerWithCustomFormatter now adds prefix only once [airflow]

2024-05-03 Thread via GitHub
boring-cyborg[bot] commented on PR #38502: URL: https://github.com/apache/airflow/pull/38502#issuecomment-2092568364 Awesome work, congrats on your first merged pull request! You are invited to check our [Issue Tracker](https://github.com/apache/airflow/issues) for additional contributions.

Re: [PR] Fix TaskHandlerWithCustomFormatter now adds prefix only once [airflow]

2024-05-03 Thread via GitHub
Lee-W merged PR #38502: URL: https://github.com/apache/airflow/pull/38502 -- 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: commits-unsubscr...@airflow.ap

Re: [PR] Fix TaskHandlerWithCustomFormatter now adds prefix only once [airflow]

2024-04-30 Thread via GitHub
Lee-W commented on PR #38502: URL: https://github.com/apache/airflow/pull/38502#issuecomment-2085548139 Just approved the CI. If everything works fine, I'm planning on merging this early tomorrow. Please let me know if anyone wants to take a deep look -- This is an automated message from

Re: [PR] Fix TaskHandlerWithCustomFormatter now adds prefix only once [airflow]

2024-04-30 Thread via GitHub
TiDeane commented on PR #38502: URL: https://github.com/apache/airflow/pull/38502#issuecomment-2085408806 Hello, I just rebased my fork, could I get this bug fix merged? @Lee-W -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: [PR] Fix TaskHandlerWithCustomFormatter now adds prefix only once [airflow]

2024-03-29 Thread via GitHub
Lee-W commented on code in PR #38502: URL: https://github.com/apache/airflow/pull/38502#discussion_r1544998812 ## airflow/utils/log/task_handler_with_custom_formatter.py: ## @@ -45,7 +45,7 @@ def set_context(self, ti) -> None: :param ti: :return: """ -

Re: [PR] Fix TaskHandlerWithCustomFormatter now adds prefix only once [airflow]

2024-03-27 Thread via GitHub
TiDeane commented on code in PR #38502: URL: https://github.com/apache/airflow/pull/38502#discussion_r1541517912 ## airflow/utils/log/task_handler_with_custom_formatter.py: ## @@ -45,7 +45,7 @@ def set_context(self, ti) -> None: :param ti: :return: """

Re: [PR] Fix TaskHandlerWithCustomFormatter now adds prefix only once [airflow]

2024-03-27 Thread via GitHub
TiDeane commented on code in PR #38502: URL: https://github.com/apache/airflow/pull/38502#discussion_r1541517912 ## airflow/utils/log/task_handler_with_custom_formatter.py: ## @@ -45,7 +45,7 @@ def set_context(self, ti) -> None: :param ti: :return: """

Re: [PR] Fix TaskHandlerWithCustomFormatter now adds prefix only once [airflow]

2024-03-26 Thread via GitHub
Lee-W commented on code in PR #38502: URL: https://github.com/apache/airflow/pull/38502#discussion_r1540379167 ## airflow/utils/log/task_handler_with_custom_formatter.py: ## @@ -45,7 +45,7 @@ def set_context(self, ti) -> None: :param ti: :return: """ -