[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-25 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
51ff37d83fd9cb3662c3726bbef29d1575f3b0ab / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Fix systemd service files issues (#57126) (#57231)

This commit addresses multiple bugs in systemd service files reported
in issue #53706:

1. Fix incorrect command in airflow-api.service
   - Changed 'airflow api' to 'airflow api-server' (correct CLI command)

2. Standardize environment configuration approach
   - Changed airflow-api.service and airflow-triggerer.service to use
 EnvironmentFile=/etc/sysconfig/airflow instead of inline Environment
   - This provides consistency with other services and allows admins
 flexibility to manage custom environment variables centrally

3. Fix service dependencies
   - Added proper After= and Wants= clauses for database and message
 queue services (postgresql, mysql, redis, rabbitmq) to
 airflow-api.service and airflow-triggerer.service
   - Services now wait for required dependencies before starting

4. Additional bug fixes discovered during review
   - airflow-flower.service: Removed duplicate ExecStart line
   - airflow-kerberos.service: Fixed command from 'kerberos' to
 'airflow kerberos'

5. Consistency improvements
   - Added Type=simple and RestartSec=5s to airflow-api.service and
 airflow-triggerer.service for consistency with other services

All systemd service files now follow the same configuration pattern,
making them easier to maintain and more reliable during system startup.

Fixes #53706
(cherry picked from commit b37016084ed73318eaff1a871b42d9cc2e599b55)

Co-authored-by: Ashir Alam 

Report URL: https://github.com/apache/airflow/actions/runs/18805871091

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-25 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
0a65c9cc7e22e65c568ac29483de40a0440a9bd3 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Add possibility of removing extra translations missing in en 
(#57060) (#57064)

* [v3-1-test] Fix Outlet Event Extra Data is Empty in Task Instance Success 
Listener (#54568) (#57031)

Co-authored-by: Kevin Yang <[email protected]>

* [v3-1-test] Fix: Adjust PanelButtons spacing and alignment (#56570) (#57062)

* [v3-1-test] Fix Outlet Event Extra Data is Empty in Task Instance Success 
Listener (#54568) (#57031)

Co-authored-by: Kevin Yang <[email protected]>

* [v3-1-test] Fix Extra Links translation key. (#57030) (#57040)

(cherry picked from commit 8d71c0710c533da2ea54ef15064a3f0c7a1f00b5)

Co-authored-by: Karthikeyan Singaravelan 

* [v3-1-test] Fix dags list not rendering (#57037) (#57046)

(cherry picked from commit 8668fe575272ccec478c1a9b1afc829844772a73)

Co-authored-by: Pierre Jeambrun 

* [v3-1-test] fix(scheduler): load dag_run eagering for execution API 
validation (#57010) (#57045)

Co-authored-by: Wei Lee 
fix(scheduler): load dag_run eagering for execution API validation (#56916)" 
(#56943)

* [v3-1-test] Fix dag list cache invalidation on favouriting a dag (#57039) 
(#57047)

Fix dag list cache invalidation on favouriting a dag
(cherry picked from commit 4e4621251a72a0737e7b918318630481f7a27981)

Co-authored-by: Pierre Jeambrun 

* [v3-1-test] Add new PL translations. (#56359) (#57055)

(cherry picked from commit 6583b6da952deb1b9ea6ecc80e6830cbdc1cdef2)

* Add last missing translation for 3.1.1 (#57057)

* [v3-1-test] Close German translation gaps for full UI translation 2025-10-21 
(#56980) (#57048)

* [v3-1-test] Fix: Adjust PanelButtons spacing and alignment (#56570)

* fix: adjust PanelButtons spacing and alignment

* Fix PanelButtons layout and button styling

* Fix PanelButtons: use bg.subtle and remove unnecessary _hover
(cherry picked from commit 4c35cd2006ae356713e463b26706350ca1d758e3)

Co-authored-by: anshuksi282-ksolves 

-

Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Yang <[email protected]>
Co-authored-by: Karthikeyan Singaravelan 
Co-authored-by: Pierre Jeambrun 
Co-authored-by: Wei Lee 
Co-authored-by: Jarek Potiuk 
Co-authored-by: anshuksi282-ksolves 

* [v3-1-test] Add possibility of removing extra translations missing in en 
(#57060)

Sometimes we rename/move translation - we did not have a tool to
remove such dangling translations. Now we have.
(cherry picked from commit 2314099290225765f53375891082bf45fd72524f)

Co-authored-by: Jarek Potiuk 

-

Co-authored-by: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kevin Yang <[email protected]>
Co-authored-by: Karthikeyan Singaravelan 
Co-authored-by: Pierre Jeambrun 
Co-authored-by: Wei Lee 
Co-authored-by: Jarek Potiuk 
Co-authored-by: anshuksi282-ksolves 

Report URL: https://github.com/apache/airflow/actions/runs/18802149851

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-24 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
be8d921bdf809f89d23d4aea84b3af61bc0c36bc / Bugra Ozturk 

[v3-1-test] Implement integration test for airflowctl with 3.1 (#56124) (#56986)

* [v3-1-test] Implement integration test for airflowctl with 3.1 (#56124)

* Implement initial integration test for airflowctl with 3.1

* password can be passed without interaction, update integration tests

* Add AIRFLOW_CLI_DEBUG_MODE for enhanced CLI debugging and update integration 
tests to skip keyring

* Warn user while running each command if debug mode enabled and explicitly 
state it shouldn't be used unless debugging or integration tests

* Move python-on-whales to devel-common, use shared docker-composer file, 
update documentation mistakes

* remove shared python-on-whales from airflow-ctl-tests/

Co-authored-by: Jarek Potiuk 

* Decouple docker compose logic from test method to pytest_sessionstart in 
conftest

* Move python_on_whale import to file level

* Reorder dependencies in pyproject.toml for consistency

* Add workspace to main pyproject.toml, remove unused variable, move console to 
singleton __init__.py

* Add workspace to main pyproject.toml, remove unused variable, move console to 
singleton __init__.py

-
(cherry picked from commit 80911e833903315bb2afd4caa6069aad65103dc5)

Co-authored-by: Bugra Ozturk 
Co-authored-by: Jarek Potiuk 

* Remove e2e tests came from merge and rerun breeze images for all commands to 
fix accepting changes while merging

* Add env file to compose and update error

-

Co-authored-by: Jarek Potiuk 

Report URL: https://github.com/apache/airflow/actions/runs/18779857836

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-24 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user amoghrajesh (triggered by amoghrajesh).

Head commit for run:
e06073f8c123e6ba934eabfe970d3895f3c52d73 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Use `exc_info` for task instance heartbeat failure exception 
logging (#57172) (#57179)

closes: https://github.com/apache/airflow/issues/57167

PR #52562 changed `_handle_heartbeat_failures()` to accept an exception 
parameter and log it as a structured field. Now due to this change, during the 
first failed heartbeat attempt, the _handle_heartbeat_failures function logs a 
message by calling log.warning(), which accepts an exception parameter that 
expects a string type object. However, in the source code, [an exception type 
object is 
passed](https://github.com/apache/airflow/blob/54bd5d8cd9f6f477cc83445737614dec81c4323c/task-sdk/src/airflow/sdk/execution_time/supervisor.py#L1126)
 instead of a string type object. This results in a TypeError (like below) 
which causes task supervision to fail.

The error looked like this:

```python

2025-10-23T17:58:22.900129Z [error] Task 
execute_workload[aac34f36-54e1-46e4-ba47-15dba8ba7149] raised unexpected: 
TypeError('can only concatenate str (not "ConnectError") to str') 
[celery.app.trace] loc=trace.py:267
Traceback (most recent call last):
  File "/usr/python/lib/python3.10/site-packages/httpx/_transports/default.py", 
line 101, in map_httpcore_exceptions
yield
  File "/usr/python/lib/python3.10/site-packages/httpx/_transports/default.py", 
line 250, in handle_request
resp = self._pool.handle_request(req)
  File 
"/usr/python/lib/python3.10/site-packages/httpcore/_sync/connection_pool.py", 
line 256, in handle_request
raise exc from None
  File 
"/usr/python/lib/python3.10/site-packages/httpcore/_sync/connection_pool.py", 
line 236, in handle_request
response = connection.handle_request(
  File "/usr/python/lib/python3.10/site-packages/httpcore/_sync/connection.py", 
line 101, in handle_request
raise exc
  File "/usr/python/lib/python3.10/site-packages/httpcore/_sync/connection.py", 
line 78, in handle_request
stream = self._connect(request)
  File "/usr/python/lib/python3.10/site-packages/httpcore/_sync/connection.py", 
line 124, in _connect
stream = self._network_backend.connect_tcp(**kwargs)
  File "/usr/python/lib/python3.10/site-packages/httpcore/_backends/sync.py", 
line 207, in connect_tcp
with map_exceptions(exc_map):
  File "/usr/python/lib/python3.10/contextlib.py", line 153, in __exit__
self.gen.throw(typ, value, traceback)
  File "/usr/python/lib/python3.10/site-packages/httpcore/_exceptions.py", line 
14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ConnectError: [Errno 111] Connection refused
```

The change in #52562 was mainly made due to ruff upgrade reasons, so I am going 
back to using the standard Python logging pattern: pass exception to `exc_info` 
parameter.

After changes, error looks like this:
```python
2025-10-23T18:24:39.303939Z [warning  ] Starting call to 
'airflow.sdk.api.client.Client.request', this is the 1st time calling it. 
[airflow.sdk.api.client] loc=before.py:42
2025-10-23T18:24:40.307404Z [warning  ] Starting call to 
'airflow.sdk.api.client.Client.request', this is the 2nd time calling it. 
[airflow.sdk.api.client] loc=before.py:42
2025-10-23T18:24:41.417523Z [warning  ] Starting call to 
'airflow.sdk.api.client.Client.request', this is the 3rd time calling it. 
[airflow.sdk.api.client] loc=before.py:42
2025-10-23T18:24:43.801145Z [warning  ] Starting call to 
'airflow.sdk.api.client.Client.request', this is the 4th time calling it. 
[airflow.sdk.api.client] loc=before.py:42
2025-10-23T18:24:46.690339Z [warning  ] Failed to send heartbeat. Will be 
retried [supervisor] failed_heartbeats=3 loc=supervisor.py:1135 max_retries=3 
ti_id=UUID('019a1250-48a0-756c-ab0b-9687289ef580')
Traceback (most recent call last):
  File "/usr/python/lib/python3.10/site-packages/httpx/_transports/default.py", 
line 101, in map_httpcore_exceptions
yield
  File "/usr/python/lib/python3.10/site-packages/httpx/_transports/default.py", 
line 250, in handle_request
resp = self._pool.handle_request(req)
  File 
"/usr/python/lib/python3.10/site-packages/httpcore/_sync/connection_pool.py", 
line 256, in handle_request
raise exc from None
  File 
"/usr/python/lib/python3.10/site-packages/httpcore/_sync/connection_pool.py", 
line 236, in handle_request
response = connection.handle_request(
  File "/usr/python/lib/python3.10/site-packages/httpcore/_sync/connection.py", 
line 101, in handle_request
raise exc
  File "/usr/python/lib/python3.10/site-packages/httpcore/_sync/connection.py", 
line 78, in handle_request
stream = self._connect(request)
  File "/usr/python/lib/python3.10/site-packages/httpcore/_sync/connection.py", 
line 124, in _connect
stream = self._network_backend.conne

[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-22 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
34a716dfb066a2513e62aabaf12a08d3d391a524 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Port Airflow Python client changes (#57103) (#57107)

Changes from https://github.com/apache/airflow/tree/python-client/3.1.0rc1 / 
https://github.com/apache/airflow-client-python/pull/138
(cherry picked from commit 6fb4e26f9817abd99a411d38fcdcbf0e4d61c603)

Co-authored-by: Kaxil Naik 

Report URL: https://github.com/apache/airflow/actions/runs/18732173185

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-22 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
9f07f87da380db9c08e3b9af1e5922cb7e147851 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Fix grid links for tasks with retries (#57063) (#57097)

* Fix grid links for tasks with retries

* Update following code review
(cherry picked from commit a8f2d9759831cebfc1fd4f47d7dae737180996cf)

Co-authored-by: Pierre Jeambrun 

Report URL: https://github.com/apache/airflow/actions/runs/18730054408

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-22 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user bbovenzi (triggered by bbovenzi).

Head commit for run:
c6048ff285c4a56f7b275eb2549cb53f39b48c10 / Brent Bovenzi 
Manual backport 56177 (#57068)

Report URL: https://github.com/apache/airflow/actions/runs/18725050588

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-21 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
0ce0f109e533f66057c47ee576b50a323888b14c / Kaxil Naik 
Add release notes for 3.1.1rc1

Report URL: https://github.com/apache/airflow/actions/runs/18699853200

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-21 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
00ad23244c12bf8b9235f842559deab1e238e9cd / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Add English as a fallback locale in the UI (#56028) (#56934)

I ran in to this locally _somehow_ (no one else was able to reproduce it) but
`i18n.language` was undefined which caused an exception in the LocalProvider
component, resulting in nothing showing.

This provides a useful fallback so we always have a language in case one isn't
defined or can't be determined.
(cherry picked from commit 035e2a44ff09d1396c226bd75fbdc72341838163)

Co-authored-by: Ash Berlin-Taylor 

Report URL: https://github.com/apache/airflow/actions/runs/18678838699

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-21 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
fcb5233a068103404b21148be085b07ace7cc6d2 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Bump psutil from 7.1.0 to 7.1.1 in /dev/breeze (#56899) (#56933)

Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.0 to 7.1.1.
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- 
[Commits](https://github.com/giampaolo/psutil/compare/release-7.1.0...release-7.1.1)
(cherry picked from commit 04e59381ef5d61a49bfa7fc4eb944ec1f67c16fa)



---
updated-dependencies:
- dependency-name: psutil
  dependency-version: 7.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

Report URL: https://github.com/apache/airflow/actions/runs/18678064560

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-20 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
a1f8f947fbf9ad9da9acb0d29444ed606417e823 / Pierre Jeambrun 

Fix Advanced Search button overlap in DAG List View (#56588) (#56777)

(cherry picked from commit 3383e777e915de568f6ac114d5d5f8cd4f89cb42)

Co-authored-by: Jakub Orłowski 

Report URL: https://github.com/apache/airflow/actions/runs/18653410034

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-20 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user gopidesupavan (triggered by gopidesupavan).

Head commit for run:
924d5573d5842d90a1978ae89ff2a3cfd74723fb / GPK 
Fix get_ti_count and get_task_states access in callbackrequests (#56822) 
(#56860)

* Fix get_ti_count and get_task_states access in callbackrequests

* Add tests

Report URL: https://github.com/apache/airflow/actions/runs/18644049755

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-19 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
20e4ace8926c99890308815a2dc5e664c353d133 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Synchronize and fix ARM CI workflows (#56856) (#56858)

There were a few issues with ARM workflows:

* not all jobs were run in ARM tests - we do not want to run mysql
  of course, but other tests should be fine to run on ARM
* some conditions were not updated (we have to somehow duplicate
  amd and arm job definition because we run out of composite
  workflows - so sometimes conditions are not synced)
* most importantly - we uploaded prek cache in build-info job, but
  that job only run on AMD, not on ARM so the ARM cache was really
  an AMD one (and it caused unterminated strings in doctoc installation

It's not possible to upload same artifact twice in the same job and
since we use prek in several jobs we should make sure that the cache
is only uploaded once per job. This was the reason why it was initially
uploaded in build-info job (and save-cache was set to false elsewhere).
With this PR, we have save-cache in 3 places:

* basic checks
* static CI-image bound checks
* in octopin (Python 3.11)

Basic checks and static checks are mutually exclusive (controlled by
basic-checks-only flag) - so we can safely upload cache in both.

In all other places we only install prek with cache, but we do not
save the cache as artifact.
(cherry picked from commit 59089cda66691985cce66200216adb0ebb8cc720)

Co-authored-by: Jarek Potiuk 

Report URL: https://github.com/apache/airflow/actions/runs/18635492661

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
dbb18ca89a74847439aa420fd3e40300ecb7c4b8 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Free up disk space in k8s tests (#56746) (#56748)

(cherry picked from commit af8a4b5457a7a7c95bd8e7ebf47ad747b81dbbd8)

Co-authored-by: GPK 

Report URL: https://github.com/apache/airflow/actions/runs/18580520343

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
431baacde0f333852d0cd799679daed943c70c03 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Replace defaultValue with value in TaskTrySelect (#56141) (#56258)

* Replace defaultValue with value in TaskTrySelect

Changed the Select component to use the controlled 'value' prop instead of 
'defaultValue' for try number selection, ensuring the selected value updates 
correctly with state changes.

* fix: Reorder props in TaskTrySelect for linting compliance

Applied prop ordering fix as requested in code review.
Props are now alphabetically ordered in the Select.Root component.
(cherry picked from commit 3f7991f30e8c3f2dd85755ee02267b9ec882bcbe)

Co-authored-by: Vedant Mamgain 

Report URL: https://github.com/apache/airflow/actions/runs/18144537027

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
c474be9ff06cf16bf96f93de9a09e30ffc476bee / Jens Scheffler 
<[email protected]>
[v3-1-test] Temporarily limit fastapi to less than 0.118.0 to fix CI (#56239) 
(#56386)

(cherry picked from commit 0931482db14a30492662187123020d18a705799d)

Co-authored-by: Amogh Desai 

Report URL: https://github.com/apache/airflow/actions/runs/18243863745

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
00fd7d4951bb2fb615b78477563ec4ae073b33e9 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Fix broken main after pydantic 2.12.0 - partly cleanup (#56514) 
(#56569)

* Fix broken main after pydantic 2.12.0 - partly cleanup

* Fix broken main after pydantic 2.12.0 - partly cleanup, align task SDK as well

* Regenerate generated code
(cherry picked from commit bfbd90181a03f16f00da4e530803c69bd83ed274)

Co-authored-by: Jens Scheffler <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/18444312482

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
a6781e8431d080e73b9cfac440eac4fac65b / Pierre Jeambrun 

Improve API sort documentation (#56617)

(cherry picked from commit deec385416d3cb601d31543e34841e5c9381a14d)
(cherry picked from commit 6babb63450a3a4ac7b835d3b313aaa17be9c52a3)

Report URL: https://github.com/apache/airflow/actions/runs/18509352598

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
994f142451519c3cc8fdce73fb784627cd68a408 / Jarek Potiuk 
[v3-1-test] Upgrade important dependencies for 3-1 branch (#56577)

Report URL: https://github.com/apache/airflow/actions/runs/18458525899

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jedcunningham (triggered by jedcunningham).

Head commit for run:
1b33eb631f7ea46c96807b0b060d86f114e048f4 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Emit log stream stopped warning as ndjson (#56474) (#56480)

Changes the format of the log stream stopped warning emitted by the 
TaskLogReader to ndjson when it encounters no end of log marker in a stream. 
Mixing ndjson and non-ndjson means the UI will not show any logs at all.
(cherry picked from commit 87826505f25278928e1a42e12dd2a04d7eb584b3)

Co-authored-by: Ian Buss 

Report URL: https://github.com/apache/airflow/actions/runs/18353224562

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user bbovenzi (triggered by bbovenzi).

Head commit for run:
8e1c5191a6188febe1196b316ec6775fab8a6303 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] 56058: Validating latestRun before accessing its properties 
(#56303) (#56488)

* 56058: Checking for latestRun before invoking isStatePending

* Fixed formatting

-
(cherry picked from commit 6821ad11106f3790a44a265f138d7d2155b29093)

Co-authored-by: Vivek Nanda 
Co-authored-by: Vivek Nanda 

Report URL: https://github.com/apache/airflow/actions/runs/18385151655

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
723a181085f102d659251cf20585cfaacff073fe / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Use name passed to `@asset` decorator when fetching the asset. 
(#56434) (#56611)

Co-authored-by: Karthikeyan Singaravelan 

Report URL: https://github.com/apache/airflow/actions/runs/18492475960

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
4cf03c0d30e25800a40519775121da9ddd486deb / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Add uvicorn to spelling ignore list (#56441) (#56442)

(cherry picked from commit d448d08566cf0f91d7e7e7aba6ad5fd9dd554ea2)

Co-authored-by: Kaxil Naik 

Report URL: https://github.com/apache/airflow/actions/runs/18292178073

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
8cc0a4eba0d48fd3d266828dcb5b241fc72041ec / Jarek Potiuk 
[v3-1-test] Remove ``dagReports`` API endpoint (#56609) (#56621)

The `/api/v2/dagReports` endpoint loaded user DAG files directly in the
API server process via DagBag, violating Airflow's core architectural
principle that the API server must never execute user code.

The endpoint was not used by the UI and had no known consumers. Users
needing DAG loading reports should use the `airflow dags report` CLI
command instead, which runs in an isolated process designed to safely
execute user code.
(cherry picked from commit 828aaa0b1d95caf90612a648867c17aec7e87874)

Co-authored-by: Kaxil Naik 

Report URL: https://github.com/apache/airflow/actions/runs/18500599759

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
260536c10c9177d7530298fcf8896614e9cc230f / Ash Berlin-Taylor 
[v3-1-test] Bump uv version to 0.9.0 and ruff to 0.14.0 (#56467) (#56491)

(cherry picked from commit 0ec6653d304a2c3a965bb1efcf64201308774a61)

Co-authored-by: Amogh Desai 

Report URL: https://github.com/apache/airflow/actions/runs/18361232722

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
a85240c18ef074786bf7eed85c9304ba93119ce5 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] UI: Add Expand/Collapse all to XComs page (#56083) (#56285)

* UI: Add Expand/Collapse all to XComs page

* Restored few changes

* Fixing lint issue

* Made suggested Changes
(cherry picked from commit 9c96500c4014c4460c97a48a23b342a33ab5eee8)

Co-authored-by: Kavya Katal 

Report URL: https://github.com/apache/airflow/actions/runs/18159065769

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
49c0fff4a4941592399b0b11503c09c8f4dbcfb2 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Fix scheduler crash with email notifications (#56429) (#56431)

The ``EmailNotificationRequest`` class name (25 characters) exceeded the
database constraint for ``DbCallbackRequest.callback_type column`` (20
characters), causing scheduler crashes when email notifications were
triggered for task failures or retries.

This fix renames the class to ``EmailRequest`` (12 characters) to fit within
the constraint. A backwards compatibility alias ensures existing DB
entries with `'EmailNotificationRequest'` can still be deserialized via
getattr lookup.

The 20-character limit is arbitrary and does not affect performance.
In a follow-up PR for 3.2, we should increase this to 50+ characters
to accommodate descriptive class names without requiring abbreviations.

Fixes #56426
(cherry picked from commit a18fc01dbda319d6670cfab9071b2760a7fc9fe3)

Co-authored-by: Kaxil Naik 

Report URL: https://github.com/apache/airflow/actions/runs/18283739956

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
54bd5d8cd9f6f477cc83445737614dec81c4323c / Kaxil Naik 
Update 3.1.0 release notes

Report URL: https://github.com/apache/airflow/actions/runs/17957802850

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
53c05a0e80c581c24ecbfb7f9c3a4dc35d70fd2d / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Fix task retries executing wrong method after deferred state 
(#56731) (#56737)

Report URL: https://github.com/apache/airflow/actions/runs/18571830957

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
77f2e9ba86e419c45bdc656d3fdc6937d7ab7af0 / Amogh Desai 

Regenerate the rest API spec to fix CI (#55986)

(cherry picked from commit f932eac81f3cab986b43badafea71a336e2fced4)

Report URL: https://github.com/apache/airflow/actions/runs/17946577761

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
6f453894687f13e6261ce832cfcbb8abe4d80161 / Dheeraj Turaga 

Fix KeyError when accessing retry_delay on MappedOperator without explicit 
value (#56605)

  When querying the API endpoint for mapped tasks (e.g., 
/api/v2/dags/{dag_id}/tasks/{task_id}),
  the server returned a 500 Internal Server Error if the mapped task didn't 
have an explicit
  retry_delay set. The retry_delay property was using direct dictionary access 
which raised
  a KeyError during serialization.

  Changed to use .get() with the default value from SerializedBaseOperator (300 
seconds)

(cherry picked from commit 1ab5bb63fc00257bf492e1ef2fe71b4c2ca067a5)

Report URL: https://github.com/apache/airflow/actions/runs/18546488781

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
2a9f4eca51ec5e55126e2dad8fe3a0097a928807 / Kaxil Naik 
Update 3.1.0 release notes

Report URL: https://github.com/apache/airflow/actions/runs/17953168828

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user gopidesupavan (triggered by gopidesupavan).

Head commit for run:
609297260f2fa0f5aeb78ccda7a079c4e53225ac / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Fix upgrade checks with prek (#56222) (#56231)

(cherry picked from commit 9d4447d2784e560551b8d870e485fc24994858c9)

Co-authored-by: Jens Scheffler <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/18128533764

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user eladkal (triggered by eladkal).

Head commit for run:
ac730eeea13e25603d78e1be140c9b9437ac362a / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Bump version of providers (#56208) (#56251)

(cherry picked from commit 8615b55ae33433f8014a1814d7c6f242cbb46d69)

Co-authored-by: Elad Kalif <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/18132685558

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
6a3d1650db41f5fca9df7aa31c3e0cd8f63a687e / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Add react-router-dom to external deps in plugins (#56205) (#56213)

(cherry picked from commit 54453b34af953e3c474e3d9d9167e1ffe31e8e9f)

Co-authored-by: Pierre Jeambrun 

Report URL: https://github.com/apache/airflow/actions/runs/18102751103

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
3dafbf9dc4931ecbce2a1ef574e6241a099c8460 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Fix multi-line drag selection in task log view (#56238) (#56300)

(cherry picked from commit 5f8eff1d34d60a5d98d21b770f2b215f64e9a6ab)

Co-authored-by: Brunda10 
Co-authored-by: Brent Bovenzi 

Report URL: https://github.com/apache/airflow/actions/runs/18176241884

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
a3f05e09112f14c7fbd86274f87e1b1b5958dd9c / Pierre Jeambrun 

Migrate CreateAssetEventsBody to Pydantic v2 ConfigDict (#56697) (#56772)

(cherry picked from commit 86b0e98a868bcece64dee006c0948abc7ab77aa4)

Co-authored-by: Yeonguk Choo 

Report URL: https://github.com/apache/airflow/actions/runs/18598420786

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
bf2f633a554c9afc5f19e7af0a0866fc4e1db6b9 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] fix(api_fastapi): adjust model validator signature of 
TriggerDAGRunPostBody (#56025) (#56026) (#56256)

(cherry picked from commit bfb7ecbb7091caf862b283f39b07170f34d056cb)

Co-authored-by: Daniel Gellert 
Co-authored-by: Daniel Gellert 

Report URL: https://github.com/apache/airflow/actions/runs/18158735685

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
6ce887f7ef86f80a42b07c9ce13bee426a94aa83 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] fix: show appropriate time units in grid view (#56403) (#56414)

* fix: show appropriate time units in grid view

* i18n: remove second translation keys
(cherry picked from commit f10c90575d703e1c14728680d6e915c7bfa1bc65)

Co-authored-by: LI,JHE-CHEN <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/18263855485

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
ac135bb26efa4313e4814e5e6f631dcedfe562fe / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] feat: make clipboard hover (#56382) (#56484)

(cherry picked from commit 0dca308dc58a8025ab299fbc06dfa368e393e62d)

Co-authored-by: LI,JHE-CHEN <[email protected]>
Co-authored-by: Brent Bovenzi 

Report URL: https://github.com/apache/airflow/actions/runs/18387442628

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-16 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
664a725cf7afb0e8bc7f4e19bc03fbdfce91ce66 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Remove mock_supervisor_comms in core connection tests (#56714) 
(#56728)

* Remove mock_supervisor_comms in core connection tests

* Add db_test marker to test_env_var_priority
(cherry picked from commit 8ddadaf01a8b892192fbf0178b36f3d9cc344ed5)

Co-authored-by: Amogh Desai 

Report URL: https://github.com/apache/airflow/actions/runs/18565678979

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
477d97aa68ab3c6e191a9542b870f03377de7377 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Fix: Correctly parse JSON for --dag_run_conf in airflow dags 
backfill CLI (#56380) (#56599)

* feat: Parse and validate JSON for --dag-run-conf in backfill command
Add import json and update the argument parsing in create_backfill.

* unit tests covering valid JSON, invalid JSON, and empty JSON cases
(cherry picked from commit 6bcf3e8168e566373392fe9cf049ab58b8f5014a)

Co-authored-by: Gary Hsu 

Report URL: https://github.com/apache/airflow/actions/runs/18494335644

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-13 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
a1f72f10db66c67a6be8fa9a07fab9d31e296dc7 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Use Task Display Name in Graph if existing (#56455) (#56511)

(cherry picked from commit af2701fc9eca42ebe82253f7c763f0a1303fcff4)

Co-authored-by: Jens Scheffler <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/18391794211

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-08 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
aa37f1ad3a66e6ff1720bed2b3d1e39f2b537f40 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Fix broken main after pydantic 2.12.0 (#56483) (#56489)

(cherry picked from commit 463d51c885c010d3650d36be481d3135aed07b15)

Co-authored-by: Jens Scheffler <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/18355456905

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-05 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
df1b0262af9c72677528e8b559fc3582d27a263a / Jens Scheffler 
<[email protected]>
[v3-1-test] Use Task Display Name in Grid if existing (#56393) (#56410)

* Use Task Display Name in Grid if existing

* Consider short task ID w/o prefix if no display name

* Add some tests with labels on tasks

* Apply ruff
(cherry picked from commit d43b468c1852fb94f29748126242400cf22bb411)

Report URL: https://github.com/apache/airflow/actions/runs/18257463216

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-03 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
0238b95c8129e5235eed526bd489b8b3872c0dea / Jens Scheffler 
<[email protected]>
[v3-1-test] Restrict universal-pathlib 0.3.0 (#56370) (#56376)

(cherry picked from commit 6a71094fb3377ce0323014077e702f123c71846d)

Co-authored-by: GPK 

Report URL: https://github.com/apache/airflow/actions/runs/18234330395

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-03 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user pierrejeambrun (triggered by pierrejeambrun).

Head commit for run:
1e450303e3ae4e3113459fae152a157967c0fc59 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Expand and collapse group component (#56293) (#56334)

* Extract component for expand and collapse button group

* Refactor toggle groups buttons
(cherry picked from commit 6d1991d2c84309a719c8e50f74dd25510ce6d47d)

Co-authored-by: Pierre Jeambrun 

Report URL: https://github.com/apache/airflow/actions/runs/18216716101

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-03 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
bcd14991095b70295e378975120bc9cd94a59e57 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Cleanup disk space in image cache push jobs (#56198) (#56203)

(cherry picked from commit 1024b65a86a448f11c241c0d8be26a57d0be2c50)

Co-authored-by: Amogh Desai 

Report URL: https://github.com/apache/airflow/actions/runs/18214315994

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-02 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
12a75c0c503f7be9451094b380a6c8e6a46d0b38 / Jarek Potiuk 
[v3-1-test] Fix failed image build in v3-1-test (#56352)

The #56208 has broken v3-1-test because it added requirements for
providers, where (at least curerntly) uv workspace in v3-1-test
uses provider's depedencies from local "providers" folder. We are
planning to remove providers from v3-1-test branch but this is not
yet done and bumping providers only in "airflow" requireements
without bumping them in pyproject.toml caused conflicts when installing
airflow from local sources in CI image.

bumping the versions in pyproject.toml should solve the problem until
different mechanism is implemented in v3-* branches.

Report URL: https://github.com/apache/airflow/actions/runs/18211023437

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-02 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user bbovenzi (triggered by bbovenzi).

Head commit for run:
1da7340e13a7e96e5b449a760efa177d53360e10 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Use TI duration from db instead of UI calculated (#56310) (#56329)

* Use TI duration from db instead of UI calculated

* Fix barchart heights
(cherry picked from commit 8847e646b802857e6665e63a010bfb24d45c1f96)

Co-authored-by: Brent Bovenzi 

Report URL: https://github.com/apache/airflow/actions/runs/18194635057

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-10-01 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
82b0f0bbdd3bd5467fb5d033fc96576daaffc025 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Fix scheduler crash during 3.0 to 3.1 migration when retry_delay is 
None (#56202) (#56236)


-
(cherry picked from commit 1f976d00fccb5875f0bf5aa07b51af12feb01995)

Co-authored-by: Dheeraj Turaga 
Co-authored-by: Kaxil Naik 

Report URL: https://github.com/apache/airflow/actions/runs/18170815655

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-28 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
d581408c5f56dd1e70e346a713f46c1f722b21dc / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Update changelog of dockerfile to include Fab missing in Python 
3.13 (#56176) (#56179)

(cherry picked from commit 19fd4dea3594fb059fd58ce7700c0124e3ef66ed)


Closes: #56123

Co-authored-by: Jarek Potiuk 

Report URL: https://github.com/apache/airflow/actions/runs/18071055239

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-27 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jscheffl (triggered by Lee-W).

Head commit for run:
38ed38088978cf8af13d3102c0d050fa1801105f / Jens Scheffler 
<[email protected]>
Fix upgrade checks with prek in v3-1-test (#56171)

Report URL: https://github.com/apache/airflow/actions/runs/18066071053

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-27 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
38ed38088978cf8af13d3102c0d050fa1801105f / Jens Scheffler 
<[email protected]>
Fix upgrade checks with prek in v3-1-test (#56171)

Report URL: https://github.com/apache/airflow/actions/runs/18066071053

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-26 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
5355fe04261c542a9ed5e59ae36f4a91ce1d9d77 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-1-test] Detect interactive terminal to set colored logging + support 
override env variables (#56132) (#56157)

After #55824, colored logs were being emitted even when the terminal was
not interactive, causing failures. Environment variables to force color
to be turned on or off were also not being respected.

This resolves those issues and adds unit tests with all combinations of
factors to determine if logs should be colored.
(cherry picked from commit d08c2d28e74bffd83083d11414421d8197a8d793)

Co-authored-by: Ramit Kataria 

Report URL: https://github.com/apache/airflow/actions/runs/18049502618

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-25 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
5f83aed0071587e048353bd05075ac94f3a064ee / Kaxil Naik 
Fix Python 3.12+ fork warning in async connection tests (#56019)

(cherry picked from commit 8e6f03eb377dbdf96978c32ffb88e334dbcfb1cf)

Report URL: https://github.com/apache/airflow/actions/runs/18024167293

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-23 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
54bd5d8cd9f6f477cc83445737614dec81c4323c / Kaxil Naik 
Update 3.1.0 release notes

Report URL: https://github.com/apache/airflow/actions/runs/17957802850

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-23 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
2a9f4eca51ec5e55126e2dad8fe3a0097a928807 / Kaxil Naik 
Update 3.1.0 release notes

Report URL: https://github.com/apache/airflow/actions/runs/17953168828

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-22 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
4b7beb83a98d978ad923513b6405e8bc027df640 / Kavya Katal 
Updated Dag-Run Screenshots (#55921)

related: #55521
(cherry picked from commit d83953c536f96ce4310b70f9facec3dde7dfadd1)

Report URL: https://github.com/apache/airflow/actions/runs/17934786949

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-20 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
083f6e25aae87c00fcf8bfc59566d2a2a1bf7935 / Jed Cunningham 
<[email protected]>
Reduce default API server workers to 1 (#55707)

Change the default number of API server workers from 4 to 1 and add
guidance to deploy multiple API servers for scaling instead of
increasing workers per server.

With FastAPI, sync code runs in an external thread pool, making
multiple workers within a single api server less necessary than it was in
our flask days. And with uvicorns new spawn behavior instead of fork,
it means no shared copy-on-write memory between workers, so it's better
to scale horizontally now.

(cherry picked from commit 87fc4697f742a792b5560fbb408ce8046e860e08)

Report URL: https://github.com/apache/airflow/actions/runs/17772191727

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-20 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
e5ff56cfd10199c586d0d976ffa84c5f4df54400 / Kaxil Naik 
Dev: Fix another Python 3.13 compat for Prod image tests

Example failure: 
https://github.com/apache/airflow/actions/runs/17748671388/job/50439223767

```
  if python_version.startswith("Python 3.13"):
  >   import_names.remove("airflow.providers.fab")
  E   ValueError: list.remove(x): x not in list
  tests/docker_tests/test_prod_image.py:212: ValueError
  === short test summary info 

  FAILED 
tests/docker_tests/test_prod_image.py::TestPythonPackages::test_check_dependencies_imports[providers-import_names0]
 - ValueError: list.remove(x): x not in list
   1 failed, 10 passed in 32.41s 
=
```

(cherry picked from commit b155efea4955acbf580a214b4d39c7ae78229aec)

Report URL: https://github.com/apache/airflow/actions/runs/17749465277

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-20 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
fa55206c987740a15c653ef3d8b0d1b195df9114 / Kaxil Naik 
Update 3.1.0 release notes based on latest cherry-picks

Report URL: https://github.com/apache/airflow/actions/runs/17776322878

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-20 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
7d6e148fe6ac61d1d99f449915b30772a0cee854 / Pierre Jeambrun 

Fix plugin resgistration for invalid objects (#55264)

Report URL: https://github.com/apache/airflow/actions/runs/17559702176

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-19 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
4eecd4d03b5833ad1ca36cd7ad77e971e4141e3f / Ramit Kataria 
Fix formatting issue in Deadline Alerts' docs (#55911)

Everything between the 2 mentions of the word "Notifier" in the
"Templating and Context" section was being rendered as inline code
because I made the first one plural (with an "s" right after the double
backticks).

I've fixed this by making Notifier render as regular text instead. This
also makes it more consistent with the rest of the doc page.

(cherry picked from commit 5fdd5b66d183e0cdaba4a75bca7c38988f16ab33)

Report URL: https://github.com/apache/airflow/actions/runs/17873791358

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
7d59ca55129b34161beb07c4619c810cdf364da8 / Constance Martineau 

(docs) update architecture overview screenshots (#55859)

* docs(architecture-overview): placeholder

* refresh screenshots for updated UI

(cherry picked from commit e66b237238c6eef1826c001e584a1992b3d879e7)

Report URL: https://github.com/apache/airflow/actions/runs/17845014131

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
b3e2ec8d572207766fd26568bb97eb5c7f1486c1 / Kaxil Naik 
Bump `uv` to `0.8.18` and `ruff` to `0.13.1` (#55858)

New versions: 
https://github.com/apache/airflow/actions/runs/17840293464/job/50727976145

(cherry picked from commit 77dc1a1b1c923c104ba94ab351863279c4693261)

Report URL: https://github.com/apache/airflow/actions/runs/17843501614

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-18 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
b80097afc0e3448721d0600156362b93aab24a4c / Kaxil Naik 
Update 3.1.0 release notes based on latest cherry-picks

Report URL: https://github.com/apache/airflow/actions/runs/17840293523

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
44fe056a6b0414bb9d607ff7d044c1d0980c / Constance Martineau 

(docs) Update HITL tutorial screenshots (#55798)

* WIP HITL (draft placeholder)

* update hitl tutorial screenshots

(cherry picked from commit 7c4cd29336274d62ae0a82a8b345b38ab475a83d)

Report URL: https://github.com/apache/airflow/actions/runs/17814820203

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
063a0e33cbaab0296a29adcf4dc0e5d5da98eb15 / GPK 
Fix trigger job log tests (#55563) (#55800)

cherry-picked 11f8cc3 

https://github.com/apache/airflow/pull/55563

Report URL: https://github.com/apache/airflow/actions/runs/17813184958

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-17 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
9a8586f3db26c637003157bdf10834b32f6bd216 / GPK 
Restrict Flask-Limiter 3.13 (#55801)

Report URL: https://github.com/apache/airflow/actions/runs/17810892678

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-16 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
8636e33c69917e670b053e5fa06b8a77c3b15e93 / Kaxil Naik 
Update 3.1.0 release notes based on latest cherry-picks

Report URL: https://github.com/apache/airflow/actions/runs/17780996557

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-16 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
dde38cf3e485da9e0abf8ed00eac6e400b28f3dc / Pierre Jeambrun 

Fix dag import error modal pagination (#55719)

(cherry picked from commit 0a02ded3e67ee5ef3f8f3ccc7554d08e4150aa2c)

Report URL: https://github.com/apache/airflow/actions/runs/17774746599

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-15 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
7705559befee41af2c0bfd8bdd93557995949ffe / Kaxil Naik 
Update 3.1.0 release notes based on latest cherry-picks

Report URL: https://github.com/apache/airflow/actions/runs/17744018598

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
38ca6d3409ee1169b986b425074771ab2a79cd4f / Jarek Potiuk 
Upgrade important versions of dependencies (#55646)

(cherry picked from commit d455c826593b8c3cca9d9a2c6c808df02590aa83)

Report URL: https://github.com/apache/airflow/actions/runs/17716662415

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
38ca6d3409ee1169b986b425074771ab2a79cd4f / Jarek Potiuk 
Upgrade important versions of dependencies (#55646)

(cherry picked from commit d455c826593b8c3cca9d9a2c6c808df02590aa83)

Report URL: https://github.com/apache/airflow/actions/runs/17716662415

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
38ca6d3409ee1169b986b425074771ab2a79cd4f / Jarek Potiuk 
Upgrade important versions of dependencies (#55646)

(cherry picked from commit d455c826593b8c3cca9d9a2c6c808df02590aa83)

Report URL: https://github.com/apache/airflow/actions/runs/17716662415

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
38ca6d3409ee1169b986b425074771ab2a79cd4f / Jarek Potiuk 
Upgrade important versions of dependencies (#55646)

(cherry picked from commit d455c826593b8c3cca9d9a2c6c808df02590aa83)

Report URL: https://github.com/apache/airflow/actions/runs/17716662415

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-14 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
38ca6d3409ee1169b986b425074771ab2a79cd4f / Jarek Potiuk 
Upgrade important versions of dependencies (#55646)

(cherry picked from commit d455c826593b8c3cca9d9a2c6c808df02590aa83)

Report URL: https://github.com/apache/airflow/actions/runs/17716662415

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-12 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
e5e510479d663b66f8f6988e616ccbfb8f345f5e / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump trove-classifiers from 2025.9.9.12 to 2025.9.11.17 in /airflow-core 
(#55606)

Bumps [trove-classifiers](https://github.com/pypa/trove-classifiers) from 
2025.9.9.12 to 2025.9.11.17.
- [Release notes](https://github.com/pypa/trove-classifiers/releases)
- 
[Commits](https://github.com/pypa/trove-classifiers/compare/2025.9.9.12...2025.9.11.17)

---
updated-dependencies:
- dependency-name: trove-classifiers
  dependency-version: 2025.9.11.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>

Report URL: https://github.com/apache/airflow/actions/runs/17692342081

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-12 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
c1950a91639821467f7402e9390234446159b8f8 / Bowrna 
adding link to api docs (#53346)

(cherry picked from commit cc7c94348d2ba1eaabb1654333075343fc300bf1)

Report URL: https://github.com/apache/airflow/actions/runs/17689915117

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-12 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
5ca83e665107389951fdec800569550def1b6999 / Elad Kalif 
<[email protected]>
Update providers metadata 2025-09-09 (#55404)

(cherry picked from commit 0b1ea8d66d80ee0c67d8f808a94dc416d6d17fb2)

Report URL: https://github.com/apache/airflow/actions/runs/17688764867

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-11 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
381cec56309df7c4a64f72700c6634dab0196f68 / Wei Lee 
docs(ruff-AIR-rules-usage): remove --preview as it's stablized after 
ruff==0.13.0 (#55516)

(cherry picked from commit 31234528b2813c784743204f002e2112964da612)

Report URL: https://github.com/apache/airflow/actions/runs/17652231876

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-11 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
57b60acbcd4234a8afb588cfd100b1e2ae4f3bf0 / Wei Lee 
build: upgrade important version (#55519)

(cherry picked from commit 68236cc2a62baece59d6f1d629fc0a7618115a7f)

Report URL: https://github.com/apache/airflow/actions/runs/17658099476

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-11 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
a8f3ed210b6eaddc4930e670b68dad65fef9fe3d / Kaxil Naik 
Update 3.1.0 release notes based on latest cherry-picks

Report URL: https://github.com/apache/airflow/actions/runs/17636257373

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-10 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
89fd6c5267e7d767b8d760b588e42d01e8bc71d5 / Jarek Potiuk 
Make /mnt writeable in publish-docs workflow back (#55450)

(cherry picked from commit 04537dee693809d580b6dc3417cdb0da9aaa590d)

Report URL: https://github.com/apache/airflow/actions/runs/17619300785

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-09 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
1d9e6c0fc96bb6b507481b4d721c7f0c350d6981 / Kaxil Naik 
Fix scheduler ``serve_logs`` subprocess file descriptor errors (#55443)

Remove workers parameter from `uvicorn.run()` in `serve_logs` to fix file
descriptor errors when scheduler starts serve_logs as a subprocess.
The original implementation used `workers=2` (copied from Gunicorn) but
this caused multiprocessing issues in containerized environments.

Also implemented lazy app loading via `get_app()` function for better
initialization order and architectural consistency with main API.

The primary fix addresses: OSError: [Errno 9] Bad file descriptor. Secondary 
improvement ensures proper initialization timing.

This regression was introduced in 
[#52581](https://github.com/apache/airflow/pull/52581) when serve_logs was 
refactored from Flask to FastAPI.

---
Without this fix, we see following error when running `airflow standalone` 
fresh in an isolated container:

Error 1:

```
scheduler  | Traceback (most recent call last):
scheduler  | File "/.venv/bin/airflow", line 10, in 
scheduler  | sys.exit(main())
scheduler  | File "/.venv/lib/python3.10/site-packages/airflow/__main__.py", 
line 55, in main
scheduler  | args.func(args)
scheduler  | File 
"/.venv/lib/python3.10/site-packages/airflow/cli/cli_config.py", line 49, in 
command
scheduler  | return func(*args, **kwargs)
scheduler  | File "/.venv/lib/python3.10/site-packages/airflow/utils/cli.py", 
line 114, in wrapper
scheduler  | return f(*args, **kwargs)
scheduler  | File 
"/.venv/lib/python3.10/site-packages/airflow/utils/providers_configuration_loader.py",
 line 54, in wrapped_function
scheduler  | return func(*args, **kwargs)
scheduler  | File 
"/.venv/lib/python3.10/site-packages/airflow/cli/commands/scheduler_command.py",
 line 52, in scheduler
scheduler  | run_command_with_daemon_option(
scheduler  | File 
"/.venv/lib/python3.10/site-packages/airflow/cli/commands/daemon_utils.py", 
line 86, in run_command_with_daemon_option
scheduler  | callback()
scheduler  | File 
"/.venv/lib/python3.10/site-packages/airflow/cli/commands/scheduler_command.py",
 line 55, in 
scheduler  | callback=lambda: _run_scheduler_job(args),
scheduler  | File 
"/.venv/lib/python3.10/site-packages/airflow/cli/commands/scheduler_command.py",
 line 42, in _run_scheduler_job
scheduler  | with _serve_logs(args.skip_serve_logs), 
_serve_health_check(enable_health_check):
scheduler  | File "/usr/local/lib/python3.10/contextlib.py", line 135, in 
__enter__
scheduler  | return next(self.gen)
scheduler  | File 
"/.venv/lib/python3.10/site-packages/airflow/cli/commands/scheduler_command.py",
 line 62, in _serve_logs
scheduler  | from airflow.utils.serve_logs import serve_logs
scheduler  | File 
"/.venv/lib/python3.10/site-packages/airflow/utils/serve_logs/__init__.py", 
line 20, in 
scheduler  | from airflow.utils.serve_logs.log_server import create_app
scheduler  | File 
"/.venv/lib/python3.10/site-packages/airflow/utils/serve_logs/log_server.py", 
line 160, in 
scheduler  | app = create_app()
scheduler  | File 
"/.venv/lib/python3.10/site-packages/airflow/utils/serve_logs/log_server.py", 
line 153, in create_app
scheduler  | JWTAuthStaticFiles(directory=log_directory, html=False),
scheduler  | File 
"/.venv/lib/python3.10/site-packages/airflow/utils/serve_logs/log_server.py", 
line 49, in __init__
scheduler  | super().__init__(*args, **kwargs)
scheduler  | File 
"/.venv/lib/python3.10/site-packages/starlette/staticfiles.py", line 56, in 
__init__
scheduler  | raise RuntimeError(f"Directory '{directory}' does not exist")
scheduler  | RuntimeError: Directory '/root/airflow/logs' does not exist
```

Error 2:

This was because we had harcoded 2 workers! but this isn't needed
```
scheduler  | Process SpawnProcess-1:53:
scheduler  | Traceback (most recent call last):
scheduler  | File "/usr/local/lib/python3.10/multiprocessing/process.py", line 
314, in _bootstrap
scheduler  | self.run()
scheduler  | File "/usr/local/lib/python3.10/multiprocessing/process.py", line 
108, in run
scheduler  | self._target(*self._args, **self._kwargs)
scheduler  | File "/.venv/lib/python3.10/site-packages/uvicorn/_subprocess.py", 
line 73, in subprocess_started
scheduler  | sys.stdin = os.fdopen(stdin_fileno)  # pragma: full coverage
scheduler  | File "/usr/local/lib/python3.10/os.py", line 1030, in fdopen
scheduler  | return io.open(fd, mode, buffering, encoding, *args, **kwargs)
scheduler  | OSError: [Errno 9] Bad file descriptor
scheduler  | Process SpawnProcess-1:54:
scheduler  | Traceback (most recent call last):
scheduler  | File "/usr/local/lib/python3.10/multiprocessing/process.py", line 
314, in _bootstrap
scheduler  | self.run()
scheduler  | File "/usr/local/lib/python3.10/multiprocessing/process.py", line 
108, in run
scheduler  | self._target(*self._args, **self._kwargs)
scheduler  | File "/.

[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-09 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
b6d98b095d6efe61730aa458e1c93904b896c16d / Kaxil Naik 
Add release notes for 3.1.0b1

Report URL: https://github.com/apache/airflow/actions/runs/17588939513

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-08 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
adb9d8babb8594e861620d82bfa1c745003fc6df / Kaxil Naik 
Update default branches for 3-1

Report URL: https://github.com/apache/airflow/actions/runs/17566107303

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-04 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
b9937fbbb3243b5ea25b7091bb0394cb8c238761 / Tzu-ping Chung 
Revert "Support templated extra in outlets assets (#54885)" (#55199)

This reverts commit 438b76c27234fc683a52d520c26427298ef4c27c.

Report URL: https://github.com/apache/airflow/actions/runs/17480954534

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-09-01 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
7cbb6727e9c08f0cc5cf1646018165ab7f9dccda / Kaxil Naik 
Decouple ``NotMapped`` exception from Task SDK (#55108)

Move NotMapped exception from `airflow.sdk` to `airflow.exceptions `to eliminate
SDK dependency in airflow-core. This enables independent deployment of
airflow-core without requiring Task SDK modules.

This supports the broader SDK decoupling architecture where airflow-core
can operate independently of Task SDK implementations. (part of 
https://github.com/apache/airflow/issues/52141)

Report URL: https://github.com/apache/airflow/actions/runs/17388064334

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[GH] (airflow/v3-1-test): Workflow run "Tests AMD" failed!

2025-08-29 Thread GitBox


The GitHub Actions job "Tests AMD" on airflow.git/v3-1-test has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
d9969be6c9b44e9c3bbccf7dc5e9e0c9d06db734 / Kaxil Naik 
Decouple serialization and deserialization code for tasks (#54569)

Remove Task SDK dependencies from airflow-core deserialization by establishing
a schema-based contract between client and server components. This
change enables independent deployment and upgrades while laying the foundation
for multi-language SDK support.

Key Decoupling Achievements:
- Replace dynamic get_serialized_fields() calls with hardcoded class methods
- Add schema-driven default resolution with get_operator_defaults_from_schema()
- Remove OPERATOR_DEFAULTS import dependency from airflow-core
- Implement SerializedBaseOperator class attributes for all operator defaults
- Update _is_excluded() logic to use schema defaults for efficient serialization

Serialization Optimizations:
- Unified partial_kwargs optimization supporting both encoded/non-encoded 
formats
- Intelligent default exclusion reducing storage redundancy
- MappedOperator.operator_class memory optimization (~90-95% reduction)
- Comprehensive client_defaults system with hierarchical resolution

Compatibility & Performance:
- Significant size reduction for typical DAGs with mapped operators
- Minimal overhead for client_defaults section (excellent efficiency)
- All existing serialized DAGs continue to work unchanged

Technical Implementation:
- Add generate_client_defaults() with LRU caching for optimal performance
- Implement _deserialize_partial_kwargs() supporting dual formats
- Centralized field deserialization eliminating code duplication
- Consolidated preprocessing logic in _preprocess_encoded_operator()
- Callback field preprocessing for backward compatibility

Testing & Validation:
- Added TestMappedOperatorSerializationAndClientDefaults with 9 comprehensive 
tests
- Parameterized tests for multiple serialization formats
- End-to-end validation of serialization/deserialization workflows
- Backward compatibility validation for callback field migration

This decoupling enables independent deployment/upgrades and provides the
foundation for multi-language SDK ecosystem alongside the Task Execution API.

Part of https://github.com/apache/airflow/issues/45428

Report URL: https://github.com/apache/airflow/actions/runs/17337104226

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]