Re: [PR] Partially resolve builtin variable shadowing (`A001`) [airflow]

2024-08-27 Thread via GitHub
github-actions[bot] closed pull request #39278: Partially resolve builtin variable shadowing (`A001`) URL: https://github.com/apache/airflow/pull/39278 -- 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 t

Re: [PR] Partially resolve builtin variable shadowing (`A001`) [airflow]

2024-08-02 Thread via GitHub
github-actions[bot] commented on PR #39278: URL: https://github.com/apache/airflow/pull/39278#issuecomment-2266291508 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] Partially resolve builtin variable shadowing (`A001`) [airflow]

2024-06-18 Thread via GitHub
potiuk commented on code in PR #39278: URL: https://github.com/apache/airflow/pull/39278#discussion_r1644218293 ## dev/breeze/src/airflow_breeze/commands/developer_commands.py: ## @@ -958,7 +958,7 @@ def down(preserve_volumes: bool, cleanup_mypy_cache: bool, project_name: str):

Re: [PR] Partially resolve builtin variable shadowing (`A001`) [airflow]

2024-06-18 Thread via GitHub
Taragolis commented on code in PR #39278: URL: https://github.com/apache/airflow/pull/39278#discussion_r1644213182 ## dev/breeze/src/airflow_breeze/commands/developer_commands.py: ## @@ -958,7 +958,7 @@ def down(preserve_volumes: bool, cleanup_mypy_cache: bool, project_name: st

Re: [PR] Partially resolve builtin variable shadowing (`A001`) [airflow]

2024-06-18 Thread via GitHub
potiuk commented on code in PR #39278: URL: https://github.com/apache/airflow/pull/39278#discussion_r1644210053 ## dev/breeze/src/airflow_breeze/commands/developer_commands.py: ## @@ -958,7 +958,7 @@ def down(preserve_volumes: bool, cleanup_mypy_cache: bool, project_name: str):

Re: [PR] Partially resolve builtin variable shadowing (`A001`) [airflow]

2024-06-18 Thread via GitHub
Taragolis commented on code in PR #39278: URL: https://github.com/apache/airflow/pull/39278#discussion_r1644212475 ## dev/breeze/src/airflow_breeze/commands/developer_commands.py: ## @@ -958,7 +958,7 @@ def down(preserve_volumes: bool, cleanup_mypy_cache: bool, project_name: st

Re: [PR] Partially resolve builtin variable shadowing (`A001`) [airflow]

2024-06-18 Thread via GitHub
uranusjr commented on code in PR #39278: URL: https://github.com/apache/airflow/pull/39278#discussion_r1644196493 ## dev/breeze/src/airflow_breeze/commands/developer_commands.py: ## @@ -958,7 +958,7 @@ def down(preserve_volumes: bool, cleanup_mypy_cache: bool, project_name: str

Re: [PR] Partially resolve builtin variable shadowing (`A001`) [airflow]

2024-06-14 Thread via GitHub
github-actions[bot] commented on PR #39278: URL: https://github.com/apache/airflow/pull/39278#issuecomment-2168958446 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] Partially resolve builtin variable shadowing (`A001`) [airflow]

2024-04-30 Thread via GitHub
Taragolis commented on code in PR #39278: URL: https://github.com/apache/airflow/pull/39278#discussion_r1584367257 ## dev/breeze/src/airflow_breeze/commands/developer_commands.py: ## @@ -958,7 +958,7 @@ def down(preserve_volumes: bool, cleanup_mypy_cache: bool, project_name: st

Re: [PR] Partially resolve builtin variable shadowing (`A001`) [airflow]

2024-04-26 Thread via GitHub
vincbeck commented on code in PR #39278: URL: https://github.com/apache/airflow/pull/39278#discussion_r1581080583 ## dev/breeze/src/airflow_breeze/commands/developer_commands.py: ## @@ -958,7 +958,7 @@ def down(preserve_volumes: bool, cleanup_mypy_cache: bool, project_name: str

[PR] Partially resolve builtin variable shadowing (`A001`) [airflow]

2024-04-26 Thread via GitHub
Taragolis opened a new pull request, #39278: URL: https://github.com/apache/airflow/pull/39278 We have plenty of the builtins variables/function with the same name as a builtins functions or constants . This PR rename it into the non production codebase (dev, tests) and ig