Skip to content

Commit 5439427

Browse files
authored
Merge branch 'apache:main' into basesensoroperator-params-doc-60185
2 parents 9c89d80 + c0382dc commit 5439427

File tree

198 files changed

+8451
-4383
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+8451
-4383
lines changed

.github/CODEOWNERS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
# API
2222
/airflow-core/src/airflow/api/ @ephraimbuddy @pierrejeambrun @rawwar @jason810496
23-
/airflow-core/src/airflow/api_fastapi/ @ephraimbuddy @pierrejeambrun @rawwar @jason810496 @bugraoz93 @shubhamraj-git
23+
/airflow-core/src/airflow/api_fastapi/ @ephraimbuddy @pierrejeambrun @rawwar @jason810496 @bugraoz93 @shubhamraj-git @choo121600
2424
/airflow-core/src/airflow/api_fastapi/execution_api/ @ashb @kaxil @amoghrajesh
2525

2626
# Airflow CTL
@@ -33,10 +33,10 @@
3333
/airflow-core/src/airflow/api_fastapi/auth/ @vincbeck
3434

3535
# UI
36-
/airflow-core/src/airflow/ui/ @bbovenzi @pierrejeambrun @ryanahamilton @shubhamraj-git @guan404ming @vatsrahul1001
36+
/airflow-core/src/airflow/ui/ @bbovenzi @pierrejeambrun @ryanahamilton @shubhamraj-git @guan404ming @vatsrahul1001 @choo121600
3737

3838
# UI e2e tests
39-
/airflow-core/src/airflow/ui/tests/e2e/ @vatsrahul1001
39+
/airflow-core/src/airflow/ui/tests/e2e/ @vatsrahul1001 @choo121600
4040

4141
# Translation Owners (i18n)
4242
# Note: Non committer engaged translators are listed in comments prevent making file syntax invalid
@@ -52,7 +52,7 @@ airflow-core/src/airflow/ui/public/i18n/locales/hi/ @vatsrahul1001
5252
airflow-core/src/airflow/ui/public/i18n/locales/hu/ @jscheffl @potiuk # +@majorosdonat
5353
airflow-core/src/airflow/ui/public/i18n/locales/it/ @bbovenzi # + @aoelvp94
5454
airflow-core/src/airflow/ui/public/i18n/locales/ja/ @uranusjr @sekikn # + @rsanda
55-
airflow-core/src/airflow/ui/public/i18n/locales/ko/ @jscheffl @potiuk # + @choo121600 @kgw7401 @onestn @noeunkim
55+
airflow-core/src/airflow/ui/public/i18n/locales/ko/ @choo121600 # + @kgw7401 @onestn @noeunkim
5656
airflow-core/src/airflow/ui/public/i18n/locales/nl/ @BasPH # + @DjVinnii
5757
airflow-core/src/airflow/ui/public/i18n/locales/pl/ @potiuk @mobuchowski # + @kacpermuda
5858
airflow-core/src/airflow/ui/public/i18n/locales/pt/ @potiuk # + @aoelvp94 @victoru2
@@ -88,11 +88,11 @@ airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/ @Lee-W @jason810496 @guan
8888
# Providers
8989
/providers/amazon/ @o-nikolas
9090
/providers/apache/iceberg/ @Fokko
91-
/providers/celery/ @hussein-awala
91+
/providers/celery/ @hussein-awala @dheerajturaga
9292
/providers/cncf/kubernetes @jedcunningham @hussein-awala
9393
/providers/common/messaging/ @vincbeck
9494
/providers/dbt/cloud/ @josh-fell
95-
/providers/edge3/ @jscheffl
95+
/providers/edge3/ @jscheffl @dheerajturaga
9696
/providers/fab/ @vincbeck
9797
/providers/hashicorp/ @hussein-awala
9898
/providers/keycloak/ @vincbeck @bugraoz93

.github/actions/install-prek/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
default: "0.9.22" # Keep this comment to allow automatic replacement of uv version
2828
prek-version:
2929
description: 'prek version to use'
30-
default: "0.2.25" # Keep this comment to allow automatic replacement of prek version
30+
default: "0.2.27" # Keep this comment to allow automatic replacement of prek version
3131
save-cache:
3232
description: "Whether to save prek cache"
3333
required: true

.github/workflows/basic-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ jobs:
367367
--task-sdk-version 1.0.0rc1 --sync-branch v3-1-test --answer yes --dry-run
368368
- name: "Check Airflow release process command"
369369
run: >
370-
breeze release-management start-release --version 3.1.1
370+
breeze release-management start-release --version 3.1.6
371371
--answer yes --dry-run
372372
- name: "Test providers metadata generation"
373373
run: |

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ repos:
356356
types_or: [python, pyi]
357357
args: [--fix]
358358
require_serial: true
359-
additional_dependencies: ['ruff==0.14.10']
359+
additional_dependencies: ['ruff==0.14.11']
360360
exclude: ^airflow-core/tests/unit/dags/test_imports\.py$|^performance/tests/test_.*\.py$
361361
- id: ruff-format
362362
name: Run 'ruff format'
@@ -449,6 +449,11 @@ repos:
449449
^airflow-core/tests/unit/api_fastapi/core_api/routes/ui/test_structure.py$|
450450
^airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_variables.py$|
451451
^airflow-core/tests/unit/cli/commands/test_task_command.py$|
452+
^airflow-core/tests/unit/cli/commands/test_team_command.py$|
453+
^airflow-core/tests/unit/cli/commands/test_pool_command.py$|
454+
^airflow-core/tests/unit/cli/commands/test_connection_command.py$|
455+
^airflow-core/tests/unit/cli/commands/test_dag_command.py$|
456+
^airflow-core/tests/unit/cli/commands/test_rotate_fernet_key_command.py$|
452457
^airflow-core/tests/unit/dag_processing/bundles/test_dag_bundle_manager.py$|
453458
^airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_dag_runs.py$|
454459
^airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_task_instances.py$|

COMMITTERS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Code contribution
8585
of a particular part and made contributions towards a more strategic goal
8686

8787
- Airflow Core
88+
- Airflow Task SDK
89+
- airflowctl
8890
- API
8991
- Docker Image
9092
- Helm Chart

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1712,7 +1712,7 @@ COPY --from=scripts common.sh install_packaging_tools.sh install_additional_depe
17121712
ARG AIRFLOW_PIP_VERSION=25.3
17131713
# ARG AIRFLOW_PIP_VERSION="git+https://github.com/pypa/pip.git@main"
17141714
ARG AIRFLOW_UV_VERSION=0.9.22
1715-
ARG AIRFLOW_PREK_VERSION="0.2.25"
1715+
ARG AIRFLOW_PREK_VERSION="0.2.27"
17161716

17171717
# UV_LINK_MODE=copy is needed since we are using cache mounted from the host
17181718
ENV AIRFLOW_PIP_VERSION=${AIRFLOW_PIP_VERSION} \

airflow-core/docs/best-practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Installing and Using ruff
310310

311311
.. code-block:: bash
312312
313-
pip install "ruff>=0.14.10"
313+
pip install "ruff>=0.14.11"
314314
315315
2. **Running ruff**: Execute ``ruff`` to check your Dags for potential issues:
316316

airflow-core/docs/howto/customize-ui.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To customize the UI, simply:
112112
The whitespace, particularly on the last line, is important so a multi-line value works properly. More details can be found in the
113113
the `configparser docs <https://docs.python.org/3/library/configparser.html#supported-ini-file-structure>`_.
114114

115-
2. Alternatively, you can set a custom title using the environment variable:
115+
2. Alternatively, you can set a custom theme using the environment variable:
116116

117117
.. code-block::
118118
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26217aaa3d4efa7c2b9cc4687e713024649729e0d23ce36ddc4ad84754ae4f1d
1+
121b79cd60c5100622abf98b29c12f4a8420d57b8604551568a5704d1ca610ca

0 commit comments

Comments
 (0)