Re: [PR] Fix ASYNC110 violation in edge3 worker [airflow]

2026-06-18 Thread via GitHub


potiuk commented on PR #66955:
URL: https://github.com/apache/airflow/pull/66955#issuecomment-4746447169

   Closing as a stale triaged draft — no update in ~9 days since the triage 
note. No worries: reopen this or open a fresh PR whenever you're ready to 
continue. Thanks for the contribution!


-- 
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]



Re: [PR] Fix ASYNC110 violation in edge3 worker [airflow]

2026-06-18 Thread via GitHub


potiuk closed pull request #66955: Fix ASYNC110 violation in edge3 worker
URL: https://github.com/apache/airflow/pull/66955


-- 
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]



Re: [PR] Fix ASYNC110 violation in edge3 worker [airflow]

2026-06-09 Thread via GitHub


potiuk commented on PR #66955:
URL: https://github.com/apache/airflow/pull/66955#issuecomment-4658480906

   @sanwar47 Converting to **draft** — this PR does not yet meet our [Pull 
Request quality 
criteria](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-quality-criteria).
   
   - :x: **Merge conflicts** with `main`. See 
[docs](https://github.com/apache/airflow/blob/main/contributing-docs/10_working_with_git.rst).
   
   See the linked criteria for how to fix each item, then mark the PR "Ready 
for review". This is **not** a rejection — just an invitation to bring the PR 
up to standard. No rush.
   
   _Note: This comment was drafted by an AI-assisted triage tool and may 
contain mistakes. Once you have addressed the points above, an Apache Airflow 
maintainer — a real person — will take the next look at your PR. We use this 
[two-stage triage 
process](https://github.com/apache/airflow/blob/main/contributing-docs/25_maintainer_pr_triage.md#why-the-first-pass-is-automated)
 so that our maintainers' limited time is spent where it matters most: the 
conversation with you._


-- 
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]



Re: [PR] Fix ASYNC110 violation in edge3 worker [airflow]

2026-05-25 Thread via GitHub


potiuk commented on PR #66955:
URL: https://github.com/apache/airflow/pull/66955#issuecomment-4539141697

   @sanwar47 A few things need addressing before review — see our [Pull Request 
quality 
criteria](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-quality-criteria).
   
   - :x: **Merge conflicts**. See 
[docs](https://github.com/apache/airflow/blob/main/contributing-docs/10_working_with_git.rst).
   
   No rush.
   
   ---
   
   _Note: This comment was drafted by an AI-assisted triage tool and may 
contain mistakes. Once you have addressed the points above, an Apache Airflow 
maintainer — a real person — will take the next look at your PR. We use this 
[two-stage triage 
process](https://github.com/apache/airflow/blob/main/contributing-docs/25_maintainer_pr_triage.md#why-the-first-pass-is-automated)
 so that our maintainers' limited time is spent where it matters most: the 
conversation with you._
   
   ---
   Drafted-by: Claude Code (Opus 4.7); reviewed by @potiuk before posting
   


-- 
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]



Re: [PR] Fix ASYNC110 violation in edge3 worker [airflow]

2026-05-14 Thread via GitHub


jscheffl commented on PR #66955:
URL: https://github.com/apache/airflow/pull/66955#issuecomment-4452493047

   The code has just been replaced by PR 
https://github.com/apache/airflow/pull/65943/ - nevertheless functionally the 
PR does not change but just models it in a way that RUFF does not complaint. It 
is not improving the polling busy loop at all. So a check violation exclusion 
would be preferred in my view.


-- 
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]



Re: [PR] Fix ASYNC110 violation in edge3 worker [airflow]

2026-05-14 Thread via GitHub


boring-cyborg[bot] commented on PR #66955:
URL: https://github.com/apache/airflow/pull/66955#issuecomment-4452339316

   Congratulations on your first Pull Request and welcome to the Apache Airflow 
community! If you have any issues or are unsure about any anything please check 
our [Contributors' 
Guide](https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
   Here are some useful points:
   - Pay attention to the quality of your code (ruff, mypy and type 
annotations). Our [prek-hooks]( 
https://github.com/apache/airflow/blob/main/contributing-docs/08_static_code_checks.rst#prerequisites-for-prek-hooks)
 will help you with that.
   - In case of a new feature add useful documentation (in docstrings or in 
`docs/` directory). Adding a new operator? Check this short 
[guide](https://github.com/apache/airflow/blob/main/airflow-core/docs/howto/custom-operator.rst)
 Consider adding an example Dag that shows how users should use it.
   - Consider using [Breeze 
environment](https://github.com/apache/airflow/blob/main/dev/breeze/doc/README.rst)
 for testing locally, it's a heavy docker but it ships with a working Airflow 
and a lot of integrations.
   - Be patient and persistent. It might take some time to get a review or get 
the final approval from Committers.
   - Please follow [ASF Code of 
Conduct](https://www.apache.org/foundation/policies/conduct) for all 
communication including (but not limited to) comments on Pull Requests, Mailing 
list and Slack.
   - Be sure to read the [Airflow Coding style]( 
https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#coding-style-and-best-practices).
   - Always keep your Pull Requests rebased, otherwise your build might fail 
due to changes not related to your commits.
   Apache Airflow is a community-driven project and together we are making it 
better 🚀.
   In case of doubts contact the developers at:
   Mailing List: [email protected]
   Slack: https://s.apache.org/airflow-slack
   


-- 
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]



Re: [PR] Fix ASYNC110 violation in edge3 worker [airflow]

2026-04-30 Thread via GitHub


potiuk merged PR #66192:
URL: https://github.com/apache/airflow/pull/66192


-- 
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]