Re: [PR] Add range partitioning option to bigquery operators [airflow]

2025-09-13 Thread via GitHub
potiuk merged PR #55247: URL: https://github.com/apache/airflow/pull/55247 -- 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.a

Re: [PR] Show not supported exception for SyncCallback at Dag author time [airflow]

2025-09-13 Thread via GitHub
ferruzzi merged PR #55390: URL: https://github.com/apache/airflow/pull/55390 -- 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

Re: [PR] Include the max_active_tasks limit in the query fetching TIs to be queued [airflow]

2025-09-13 Thread via GitHub
ashb commented on PR #54103: URL: https://github.com/apache/airflow/pull/54103#issuecomment-3275766207 One interesting observation from your numbers, that I'm not quite sure the significance of yet: Without the change it took an average of ~0.57s per scheduler iteration, but with th

(airflow) branch structlog-in-logging-mixin updated (cc5cf4fc061 -> a45681dfcfe)

2025-09-13 Thread ash
This is an automated email from the ASF dual-hosted git repository. ash pushed a change to branch structlog-in-logging-mixin in repository https://gitbox.apache.org/repos/asf/airflow.git from cc5cf4fc061 fixup! Overhaull all Airflow logging to use structlog add a45681dfcfe fixup! Overha

Re: [PR] Close German translation gaps for full UI translation 2025-09-07 [airflow]

2025-09-13 Thread via GitHub
TJaniF commented on code in PR #55361: URL: https://github.com/apache/airflow/pull/55361#discussion_r2329916414 ## airflow-core/src/airflow/ui/public/i18n/locales/de/dag.json: ## @@ -35,6 +35,7 @@ "code": { "bundleUrl": "Bündel Url", "noCode": "Kein Programmcode gef

(airflow) branch dependabot/pip/trove-classifiers-2025.9.9.12 created (now 2ef4ff62583)

2025-09-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/trove-classifiers-2025.9.9.12 in repository https://gitbox.apache.org/repos/asf/airflow.git at 2ef4ff62583 Bump trove-classifiers from 2025.9.8.13 to 2025.9.9.12 This b

(airflow) branch main updated: Show collapsible plugin menu when plugins more than or equal 2 (#55265)

2025-09-13 Thread jscheffl
This is an automated email from the ASF dual-hosted git repository. jscheffl pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new 74c1b82319c Show collapsible plugin menu when plu

Re: [PR] Add config option [secrets]backends_order [airflow]

2025-09-13 Thread via GitHub
Crowiant commented on code in PR #45931: URL: https://github.com/apache/airflow/pull/45931#discussion_r2333084421 ## airflow-core/src/airflow/configuration.py: ## @@ -2138,7 +2137,7 @@ def make_group_other_inaccessible(file_path: str): def ensure_secrets_loaded( -defaul

Re: [PR] Add CI job to test airflow standalone startup [airflow]

2025-09-13 Thread via GitHub
amoghrajesh commented on code in PR #55458: URL: https://github.com/apache/airflow/pull/55458#discussion_r2340903269 ## .github/workflows/basic-tests.yml: ## @@ -394,3 +394,57 @@ jobs: run: | breeze release-management generate-issue-content-core \

Re: [I] Standalone DAG Processor Causes DAGs to Appear and Disappear Frequently in Production [airflow]

2025-09-13 Thread via GitHub
lightning-L commented on issue #44652: URL: https://github.com/apache/airflow/issues/44652#issuecomment-3276849499 We also met similar issue in our production environment. We have 10,000+ dags, and the total dag processing time is 1~2 hours. Our workaround is to set dag_stale_not_seen_dur

Re: [PR] fixed api server crash when class is passed as string [airflow]

2025-09-13 Thread via GitHub
pierrejeambrun commented on PR #55253: URL: https://github.com/apache/airflow/pull/55253#issuecomment-3268210004 Closing in favor of: https://github.com/apache/airflow/pull/55399 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[PR] Fix: Support workers-only deployments in Airflow < 3.0.0 by creating webserver secret [airflow]

2025-09-13 Thread via GitHub
HsiuChuanHsu opened a new pull request, #55411: URL: https://github.com/apache/airflow/pull/55411 ## Description This PR fixes an issue where the Airflow `webserver-secret-key` secret is not automatically created when deploying worker-only setups using the Helm

(airflow) branch dependabot/pip/airflow-core/trove-classifiers-2025.9.9.12 created (now 434fa1426d2)

2025-09-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/airflow-core/trove-classifiers-2025.9.9.12 in repository https://gitbox.apache.org/repos/asf/airflow.git at 434fa1426d2 Bump trove-classifiers from 2025.9.8.13 to 2025.9

Re: [PR] Add confirmation dialog for exit maintenance action in Edge Worker Page [airflow]

2025-09-13 Thread via GitHub
dheerajturaga commented on code in PR #55400: URL: https://github.com/apache/airflow/pull/55400#discussion_r2332755929 ## providers/edge3/src/airflow/providers/edge3/plugins/www/src/components/MaintenanceExitButton.tsx: ## @@ -48,14 +51,43 @@ export const MaintenanceExitButton =

Re: [I] `base_url` not properly set with `AIRFLOW__API__BASE_URL` env variable [airflow]

2025-09-13 Thread via GitHub
liamlindy commented on issue #54402: URL: https://github.com/apache/airflow/issues/54402#issuecomment-3267001774 Oddly enough, I am seeing some issue related to this where the Favicon is not rendering correctly on Safari. Perhaps it is related? After a healthy amount of chatgpt and playing

[LAZY CONCENSUS] Update for the i18n policy and related instructions for release managers (2025-09-13)

2025-09-13 Thread Shahar Epstein
Hey everyone, Following the current experience with the i18n freeze time, I've raised a PR where I introduced the following changes to the policy (see PR #55629 ): - Clarified the responsibilities of code owners when they sponsor a single translation o

(airflow) branch main updated: Include simple context in triggerer async callback (#55241)

2025-09-13 Thread ferruzzi
This is an automated email from the ASF dual-hosted git repository. ferruzzi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git The following commit(s) were added to refs/heads/main by this push: new fb3c8117fb3 Include simple context in triggerer

(airflow) branch main updated (c22c58d1aa9 -> 77cffbbc102)

2025-09-13 Thread gopidesu
This is an automated email from the ASF dual-hosted git repository. gopidesu pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/airflow.git from c22c58d1aa9 Fixup to structlog migration - logging folder not being created correctly. (#55431) add 77cffbbc102

Re: [PR] Bump trove-classifiers from 2025.9.8.13 to 2025.9.9.12 in /airflow-core [airflow]

2025-09-13 Thread via GitHub
dependabot[bot] commented on PR #55422: URL: https://github.com/apache/airflow/pull/55422#issuecomment-3272965389 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, l

Re: [PR] Bump trove-classifiers from 2025.9.8.13 to 2025.9.9.12 in /airflow-core [airflow]

2025-09-13 Thread via GitHub
potiuk closed pull request #55422: Bump trove-classifiers from 2025.9.8.13 to 2025.9.9.12 in /airflow-core URL: https://github.com/apache/airflow/pull/55422 -- 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

Re: [I] Getting exception in webserver logs when downgraded from Airflow 3 to airflow 2 with dagruns [airflow]

2025-09-13 Thread via GitHub
phanikumv commented on issue #55136: URL: https://github.com/apache/airflow/issues/55136#issuecomment-3280732918 @ephraimbuddy need your input here.could you please take a look when you get a chance? -- This is an automated message from the Apache Git Service. To respond to the message, p

Re: [PR] Replace Asset.extra with Asset.event_extra_template (except in AssetModel) [airflow]

2025-09-13 Thread via GitHub
uranusjr commented on code in PR #55408: URL: https://github.com/apache/airflow/pull/55408#discussion_r2340907789 ## airflow-core/docs/authoring-and-scheduling/assets.rst: ## @@ -106,6 +106,33 @@ This can be used to supply custom description to the asset, such as who has owne

Re: [PR] Replace Asset.extra with Asset.event_extra_template (except in AssetModel) [airflow]

2025-09-13 Thread via GitHub
uranusjr commented on code in PR #55408: URL: https://github.com/apache/airflow/pull/55408#discussion_r2340930684 ## task-sdk/src/airflow/sdk/definitions/asset/__init__.py: ## @@ -489,6 +496,40 @@ def asprofile(self) -> AssetProfile: """ return AssetProfile(nam

Re: [PR] airflow-provider-slack: avoid secret false positive from trivy. [airflow]

2025-09-13 Thread via GitHub
potiuk commented on PR #54504: URL: https://github.com/apache/airflow/pull/54504#issuecomment-3268093956 Thanks! -- 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 unsubscr

Re: [I] UI - Authentication flow not working with httpOnly cookies [airflow]

2025-09-13 Thread via GitHub
Steexyz commented on issue #55143: URL: https://github.com/apache/airflow/issues/55143#issuecomment-3275754077 I'd like to better understand if that's the cause of my issue right now, so I have a question. I'm deploying Airflow to a GKE cluster and when port forwarding in order to ac

Re: [Discussion] Make the scheduler's task selection algorithm pluggable

2025-09-13 Thread Jens Scheffler
I see a bit of a risk, as the scheduler code is quite complex... (similar like Jarek) if somebody sees this and plugs in, I assume in most cases this make it worse. Also locks us in a plugin API and removes flexibility if we need to change/refactor something. On the other side I fear also a bi