[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
a076fa494546397c022a3d169f0cbfdeff34aaea / LIU ZHE YOU 
Test: airflow.sdk.Variable.set

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
b5e2169977a6640902fa7df15c263f8c78218543 / LIU ZHE YOU 
Move generate_jwt_token to test_common.test_utils

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
8fa2ac0633c3ce36ad2142ffcd1ec89c45305d96 / Tzu-ping Chung 
Implement pre- and post-execute hooks in sdk

The help class ExecutionCallableRunner has been moved to the task sdk
since it is only used on execution time. It is also renamed to read like
a function (the previous name was for compatibility; we're breaking it
anyway with the move so better to also rename).

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user amoghrajesh (triggered by amoghrajesh).

Head commit for run:
ea3e79c7989d90da919b292416fcd56b6df4b14f / Amogh Desai 

fix mypy

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
082aa46f3a9045949dd7731f33a1c086aea1bedd / Tzu-ping Chung 
Move BaseNotifier to Task SDK

An entry is added to the compat provider for all providers to use.

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user prabhusneha (triggered by prabhusneha).

Head commit for run:
d1a0630531f24f00330638982fbdd0ace4aeab75 / Sneha Prabhu 

Merge branch 'main' into remove_runtime_checks_api

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user insomnes (triggered by insomnes).

Head commit for run:
7e960f86ef0aec0f74f3bc9ce81b3978d718e2f3 / insomnes 
feat: use get_kubernetes_port_numbers for cluster port detection

- make get_kubernetes_port_numbers "public"
- warning in _get_kind_cluster_config_content in case of non-existing file
- remove previous help function

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user amoghrajesh (triggered by amoghrajesh).

Head commit for run:
bddd616ae966bd3386febc243d57da181feb744e / Amogh Desai 

Merge branch 'main' into xcomoperatorlink-push-to-db

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
b939982d2cc8c3590d5321714ef4108134cce052 / Jarek Potiuk 
Simplify tooling by only selecting uv

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
ec245bd77523e6d6f87af7903a0f77e981a206f9 / Tzu-ping Chung 
Implement pre- and post-execute hooks in sdk

The help class ExecutionCallableRunner has been moved to the task sdk
since it is only used on execution time. It is also renamed to read like
a function (the previous name was for compatibility; we're breaking it
anyway with the move so better to also rename).

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
b022a62df8015bfeda1c2795355adc4250efd2f1 / LIU ZHE YOU 
Fix: Add `apache-airflow-devel-common` as docker_tests dependency

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
f9068aeef684f24b1c14060d5cd4de06cde3cf5c / Ephraim Anierobi 

Fix tests

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
f1a4aa1c513edfc97df03eb52243a34894371ec4 / Kaxil Naik 
fixup! Fix tests

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
007040d9ab95da52f51c382e317268c3332aa690 / Ephraim Anierobi 

Fix incompatible providers regex removal syntax

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
a346737fc0a760e89ac1bbe5bab2251296ff225a / Ephraim Anierobi 

Fix whitespace in migration test

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
7c7cf9fe78edcc310189e9dd1941f2cec1bb21b4 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-io] Bump flit-core in /providers/common/io

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user insomnes (triggered by insomnes).

Head commit for run:
d2b266c180edbcc1e3d3e3d368217b96d778863a / insomnes 
test: k8s system tests speed-up active_deadline_seconds test

- Refactor for fail / success scenarios
- Lower timer and remove second timer for fail scenario

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user insomnes (triggered by insomnes).

Head commit for run:
b04f4c6c74a42b143a3442fc55013062d7ae5b65 / insomnes 
refactor: use render_templates from ti and overwrite_rtif_after_execution

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
72d4624c13d386db6e15f12e1f712e66a78aba87 / Kaxil Naik 
Update example dags to import `DAG`, `Asset` etc from Task SDK

Users of Airflow 3 should import things from Task SDK.

This PR updates imports for DAG, Asset, Param to use SDK.

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user amoghrajesh (triggered by amoghrajesh).

Head commit for run:
79bc1d23d39357bacd519a10ef12dbc64f0dc556 / Amogh Desai 

Merge branch 'main' into limit-werkzeug

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
20b1c20441f02970760dc048a1f6e78594b11eff / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump the fab-ui-package-updates group across 1 directory with 22 updates

Bumps the fab-ui-package-updates group with 22 updates in the 
/providers/fab/src/airflow/providers/fab/www directory:

| Package | From | To |
| --- | --- | --- |
| [moment-timezone](https://github.com/moment/moment-timezone) | `0.5.46` | 
`0.5.48` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | 
`7.26.9` | `7.26.10` |
| 
[@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser)
 | `7.26.8` | `7.27.0` |
| 
[@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime)
 | `7.26.9` | `7.26.10` |
| [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | 
`27.5.1` | `29.7.0` |
| [babel-loader](https://github.com/babel/babel-loader) | `9.2.1` | `10.0.0` |
| [clean-webpack-plugin](https://github.com/johnagan/clean-webpack-plugin) | 
`3.0.0` | `4.0.0` |
| [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin) 
| `6.4.1` | `13.0.0` |
| [css-loader](https://github.com/webpack-contrib/css-loader) | `5.2.7` | 
`7.1.2` |
| 
[css-minimizer-webpack-plugin](https://github.com/webpack-contrib/css-minimizer-webpack-plugin)
 | `4.2.2` | `7.0.2` |
| [eslint-plugin-html](https://github.com/BenoitZugmeyer/eslint-plugin-html) | 
`6.2.0` | `8.1.2` |
| [eslint-plugin-standard](https://github.com/standard/eslint-plugin-standard) 
| `4.1.0` | `5.0.0` |
| [imports-loader](https://github.com/webpack-contrib/imports-loader) | `1.2.0` 
| `5.0.0` |
| 
[mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin)
 | `1.6.2` | `2.9.2` |
| [prettier](https://github.com/prettier/prettier) | `2.8.8` | `3.5.3` |
| [style-loader](https://github.com/webpack-contrib/style-loader) | `1.3.0` | 
`4.0.0` |
| [stylelint](https://github.com/stylelint/stylelint) | `15.11.0` | `16.16.0` |
| 
[terser-webpack-plugin](https://github.com/webpack-contrib/terser-webpack-plugin)
 | `5.3.11` | `5.3.14` |
| [url-loader](https://github.com/webpack-contrib/url-loader) | `4.1.0` | 
`4.1.1` |
| [webpack](https://github.com/webpack/webpack) | `5.97.0` | `5.98.0` |
| [webpack-cli](https://github.com/webpack/webpack-cli) | `4.10.0` | `6.0.1` |
| 
[webpack-manifest-plugin](https://github.com/shellscape/webpack-manifest-plugin)
 | `4.1.1` | `5.0.1` |



Updates `moment-timezone` from 0.5.46 to 0.5.48
- [Release notes](https://github.com/moment/moment-timezone/releases)
- 
[Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.46...0.5.48)

Updates `@babel/core` from 7.26.9 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-core)

Updates `@babel/eslint-parser` from 7.26.8 to 7.27.0
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/babel/babel/commits/v7.27.0/eslint/babel-eslint-parser)

Updates `@babel/plugin-transform-runtime` from 7.26.9 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-plugin-transform-runtime)

Updates `babel-jest` from 27.5.1 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest)

Updates `babel-loader` from 9.2.1 to 10.0.0
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v9.2.1...v10.0.0)

Updates `clean-webpack-plugin` from 3.0.0 to 4.0.0
- [Release notes](https://github.com/johnagan/clean-webpack-plugin/releases)
- 
[Commits](https://github.com/johnagan/clean-webpack-plugin/compare/v3.0.0...v4.0.0)

Updates `copy-webpack-plugin` from 6.4.1 to 13.0.0
- [Release 
notes](https://github.com/webpack-contrib/copy-webpack-plugin/releases)
- 
[Changelog](https://github.com/webpack-contrib/copy-webpack-plugin/blob/master/CHANGELOG.md)
- 
[Commits](https://github.com/webpack-contrib/copy-webpack-plugin/compare/v6.4.1...v13.0.0)

Updates `css-loader` from 5.2.7 to 7.1.2
- [Release notes](https://github.com/webpack-contrib/css-loader/releases)
- 
[Changelog](https://github.com/webpack-contrib/css-loader/blob

[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
d9523e0a915da2a30860600c44ed5fd109695f6d / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-arangodb] Bump flit-core in /providers/arangodb

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user jieyao-MilestoneHub (triggered by 
jieyao-MilestoneHub).

Head commit for run:
620f10fa425e0f16b6310ba7547c887d3db6b3ba / jiao 
Fix incorrect mock usage in ExasolToS3Operator test

The test previously called `mock_s3_hook.return_value.load_file(...)`,
which actually invokes the mock rather than asserting the method call.

Replaced it with `assert_called_once_with(...)` to properly verify that
the method was called with expected arguments during operator execution.

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
8eef527c1be8f709cd3c17a0183de88cf95e5d5f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-apache-livy] Bump flit-core in /providers/apache/livy

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
ea52f1cb3272faf6e0fdd1e146317c6b82bd4605 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-mssql] Bump flit-core in /providers/microsoft/mssql

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user o-nikolas (triggered by o-nikolas).

Head commit for run:
dbb04adf1cbcba0cbd6b0d352f2a5aa4301af9eb / Niko Oliveira 
Don't expect default conns in s3_to_redshift

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user jedcunningham (triggered by jedcunningham).

Head commit for run:
58c77572b3f67a9998e5cb31765f180ef42bbbf8 / Jed Cunningham 

Minor cleanup on grid endpoint

This just cleans up some code in the grid endpoint - no real changes.

- this uses a proper config enum for the grid view sort order config -
  fails at startup, not throwing a 500 in responses
- removes unnecessary fallback
- count child nodes directly - no need to sort then iterate through then
  count
- simplifies some other code too

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user jedcunningham (triggered by jedcunningham).

Head commit for run:
7e91bb0ec517ed1845a9e028b9fb02d71d11a699 / Jed Cunningham 

Fix test

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
1441339c9c3491d2fe20847c0ffb281a149c7a3b / Jens Scheffler 
Review feedback - genralize via model_dump where possible

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user insomnes (triggered by insomnes).

Head commit for run:
99943c999ea96265dac34e7fdf35ff0ff9b8fab5 / insomnes 
docs: update deco doc-string in pyi

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
5a522aa7661d861e1dedca9dc8caa47f4afaf206 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-openai] Bump flit-core in /providers/openai

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dominic-lcw (triggered by dominic-lcw).

Head commit for run:
18902d3ca242bffbf96c2572f5eaf290d8090286 / Dominic Leung 

Merge branch 'main' into feat-papermill

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
71e1e2349f5b8383f6dc1ee9c41b6b04c4231193 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump @trivago/prettier-plugin-sort-imports

Bumps 
[@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports)
 from 4.3.0 to 5.2.2.
- [Release 
notes](https://github.com/trivago/prettier-plugin-sort-imports/releases)
- 
[Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/trivago/prettier-plugin-sort-imports/compare/v4.3.0...v5.2.2)

---
updated-dependencies:
- dependency-name: "@trivago/prettier-plugin-sort-imports"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
50c4f316a151d41a2056d9b29ad02524b7aa3279 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump react-markdown from 9.1.0 to 10.1.0 in /airflow-core/src/airflow/ui

Bumps [react-markdown](https://github.com/remarkjs/react-markdown) from 9.1.0 
to 10.1.0.
- [Release notes](https://github.com/remarkjs/react-markdown/releases)
- [Changelog](https://github.com/remarkjs/react-markdown/blob/main/changelog.md)
- [Commits](https://github.com/remarkjs/react-markdown/compare/9.1.0...10.1.0)

---
updated-dependencies:
- dependency-name: react-markdown
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user gopidesupavan (triggered by gopidesupavan).

Head commit for run:
1816e18e4422fe74d2f3264c9d514162ee4ad10d / Pavan Kumar 
Name and core ui and fab ui groups

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
fd040b373b3e9e89bc18381cd734a97411eb159f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump flit from 3.10.1 to 3.12.0 in /dev/breeze

Bumps [flit](https://github.com/pypa/flit) from 3.10.1 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.10.1...3.12.0)

---
updated-dependencies:
- dependency-name: flit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
1892a0f2197588f0ed9a5e358ecffe345875ebb7 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump eslint-plugin-prettier in /airflow-core/src/airflow/ui

Bumps 
[eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) 
from 5.2.3 to 5.2.5.
- [Release notes](https://github.com/prettier/eslint-plugin-prettier/releases)
- 
[Changelog](https://github.com/prettier/eslint-plugin-prettier/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/prettier/eslint-plugin-prettier/compare/v5.2.3...v5.2.5)

---
updated-dependencies:
- dependency-name: eslint-plugin-prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user vincbeck (triggered by vincbeck).

Head commit for run:
05e128e58e74ed2fe9b91d46753c711128363a6d / vincbeck 
Update FAB provider documentation

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
3ac9c6f8e04d86f5f699a75ca54f86b0cf197ddc / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-compat] Bump flit-core in /providers/common/compat

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ambika-garg (triggered by ambika-garg).

Head commit for run:
7833efda607be762d21dd14892a2e3cffb65cc57 / ambikagarg 
<70703123+ambika-g...@users.noreply.github.com>
Merge branch 'main' into remove-subarg-task-command

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
f5626100d9e36221413bd36d0cc3974e42ff06bb / Kaxil Naik 
Fix bug in getting Variable via Context

This PR makes it consistent with Airflow 2 where we get values directly instead 
of the Variable object.

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

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
7f7d41503a7ff105d3b16c5242cea25e3dd39843 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-oracle] Bump flit-core in /providers/oracle

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user gopidesupavan (triggered by gopidesupavan).

Head commit for run:
e351f04395ab2e1643f990454aa7b5374231545a / Pavan Kumar 
Group ui updates

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
65b52d066ea7aa365a1fd82e27fb990bb2340333 / Ephraim Anierobi 

Apply suggestions from code review

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
49d0a281d8988197f648494f159dba335ffe3144 / Jed Cunningham 
<66968678+jedcunning...@users.noreply.github.com>
Move core newsfragments into `airflow-core` (#48225)

This keeps the newsfragments with the code, and should help claify this
is only for core (we sometimes get chart changes in here accidentally).

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
303592e1b2fe89c45b136fd01bc5da6e31f1658e / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-psrp] Bump flit-core in /providers/microsoft/psrp

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user jscheffl (triggered by jscheffl).

Head commit for run:
06ccb3ad702b65d324d4cfe05137aa8469e13e3a / Jens Scheffler 
Fix newsfragment static check

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
9ed6875976011b25478cee69e2a04d6eaeb2d908 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-apache-drill] Bump flit-core in /providers/apache/drill

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
a02d5eb6c0d8e1f230b2a972106db29f9f85a7a0 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump the core-ui-package-updates group across 1 directory with 85 updates

Bumps the core-ui-package-updates group with 85 updates in the /airflow/www 
directory:

| Package | From | To |
| --- | --- | --- |
| 
[@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react)
 | `2.4.2` | `3.14.2` |
| [@emotion/cache](https://github.com/emotion-js/emotion) | `11.9.3` | 
`11.14.0` |
| [@emotion/react](https://github.com/emotion-js/emotion) | `11.9.3` | 
`11.14.0` |
| [@emotion/styled](https://github.com/emotion-js/emotion) | `11.3.0` | 
`11.14.0` |
| 
[@tanstack/react-table](https://github.com/TanStack/table/tree/HEAD/packages/react-table)
 | `8.13.2` | `8.21.2` |
| [@visx/group](https://github.com/airbnb/visx) | `2.10.0` | `3.12.0` |
| [@visx/shape](https://github.com/airbnb/visx) | `2.12.2` | `3.12.0` |
| [axios](https://github.com/axios/axios) | `1.6.1` | `1.8.4` |
| [camelcase-keys](https://github.com/sindresorhus/camelcase-keys) | `7.0.0` | 
`9.1.3` |
| [chakra-react-select](https://github.com/csandman/chakra-react-select) | 
`4.0.3` | `6.1.0` |
| [codemirror](https://github.com/codemirror/basic-setup) | `5.61.1` | `6.0.1` |
| [color](https://github.com/Qix-/color) | `4.2.3` | `5.0.0` |
| [d3](https://github.com/d3/d3) | `3.5.17` | `7.9.0` |
| [d3-shape](https://github.com/d3/d3-shape) | `2.1.0` | `3.2.0` |
| [echarts](https://github.com/apache/echarts) | `5.4.2` | `5.6.0` |
| [elkjs](https://github.com/kieler/elkjs) | `0.7.1` | `0.10.0` |
| [framer-motion](https://github.com/motiondivision/motion) | `6.3.11` | 
`12.6.0` |
| [jquery](https://github.com/jquery/jquery) | `3.6.0` | `3.7.1` |
| [jshint](https://github.com/jshint/jshint) | `2.13.4` | `2.13.6` |
| [moment-timezone](https://github.com/moment/moment-timezone) | `0.5.43` | 
`0.5.48` |
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | 
`18.1.0` | `19.0.0` |
| 
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
 | `18.0.15` | `19.0.12` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | 
`18.1.0` | `19.0.0` |
| 
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
 | `18.0.5` | `19.0.4` |
| [react-icons](https://github.com/react-icons/react-icons) | `5.2.1` | `5.5.0` 
|
| [react-markdown](https://github.com/remarkjs/react-markdown) | `8.0.4` | 
`10.1.0` |
| [react-query](https://github.com/tannerlinsley/react-query) | `3.39.1` | 
`3.39.3` |
| 
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)
 | `6.3.0` | `7.4.0` |
| 
[react-syntax-highlighter](https://github.com/react-syntax-highlighter/react-syntax-highlighter)
 | `15.5.0` | `15.6.1` |
| 
[@types/react-syntax-highlighter](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-syntax-highlighter)
 | `15.5.6` | `15.5.13` |
| 
[react-textarea-autosize](https://github.com/Andarist/react-textarea-autosize) 
| `8.3.4` | `8.5.8` |
| [reactflow](https://github.com/xyflow/xyflow/tree/HEAD/packages/reactflow) | 
`11.7.4` | `11.11.4` |
| [redoc](https://github.com/Redocly/redoc) | `2.0.0-rc.72` | `2.4.0` |
| [remark-gfm](https://github.com/remarkjs/remark-gfm) | `3.0.1` | `4.0.1` |
| [swagger-ui-dist](https://github.com/swagger-api/swagger-ui) | `4.1.3` | 
`5.20.1` |
| [tsconfig-paths](https://github.com/dividab/tsconfig-paths) | `3.14.2` | 
`4.2.0` |
| [type-fest](https://github.com/sindresorhus/type-fest) | `2.17.0` | `4.38.0` |
| 
[url-search-params-polyfill](https://github.com/jerrybendy/url-search-params-polyfill)
 | `8.1.1` | `8.2.5` |
| [validator](https://github.com/validatorjs/validator.js) | `13.9.0` | 
`13.15.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | 
`7.24.7` | `7.26.10` |
| 
[@babel/eslint-parser](https://github.com/babel/babel/tree/HEAD/eslint/babel-eslint-parser)
 | `7.24.7` | `7.27.0` |
| 
[@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime)
 | `7.24.7` | `7.26.10` |
| 
[@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env)
 | `7.24.7` | `7.26.9` |
| 
[@babel/preset-react](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-react)
 | `7.24.7` | `7.26.3` |
| 
[@babel/preset-typescript](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-typescript)
 | `7.24.7` | `7.27.0` |
| [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) | 
`5.16.4` | `6.6.3` |
| 
[@testing-library/react](https://github.com/testing-library/react-testing-library)
 | `13.3.0` | `16.2.0` |
| 
[@types/color](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEA

[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user vincbeck (triggered by vincbeck).

Head commit for run:
dcad464b7aa1a04f0c1fe94b1a685f85094701c3 / vincbeck 
Update FAB provider documentation

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
ef6e1fcd65c922244af48fdcbf2e11b1142c1383 / Kaxil Naik 
Fix tests

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
4f2f2d0edbbd1072843d8ceac7dd4097ec9e7be8 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump the core-ui-package-updates group across 2 directories with 22 updates

Bumps the core-ui-package-updates group with 2 updates in the 
/airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui directory: 
[@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react)
 and [react-cookie](https://github.com/bendotcodes/cookies).
Bumps the core-ui-package-updates group with 21 updates in the 
/airflow-core/src/airflow/ui directory:

| Package | From | To |
| --- | --- | --- |
| 
[@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react)
 | `3.13.0` | `3.14.2` |
| [next-themes](https://github.com/pacocoursey/next-themes) | `0.3.0` | `0.4.6` 
|
| [react](https://github.com/facebook/react/tree/HEAD/packages/react) | 
`18.3.1` | `19.0.0` |
| 
[@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react)
 | `18.3.19` | `19.0.12` |
| [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) | 
`18.3.1` | `19.0.0` |
| 
[@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom)
 | `18.3.5` | `19.0.4` |
| 
[react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom)
 | `6.30.0` | `7.4.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `5.4.14` | 
`6.2.3` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | 
`2.1.9` | `3.0.9` |
| [chakra-react-select](https://github.com/csandman/chakra-react-select) | 
`6.0.0-next.2` | `6.1.0` |
| [react-markdown](https://github.com/remarkjs/react-markdown) | `9.1.0` | 
`10.1.0` |
| 
[@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin)
 | `2.13.0` | `4.2.0` |
| 
[@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports)
 | `4.3.0` | `5.2.2` |
| 
[@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)
 | `22.13.11` | `22.13.13` |
| 
[@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8)
 | `2.1.9` | `3.0.9` |
| [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) 
| `5.2.3` | `5.2.5` |
| 
[eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks)
 | `4.6.2` | `5.2.0` |
| 
[eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) 
| `55.0.0` | `58.0.0` |
| [globals](https://github.com/sindresorhus/globals) | `15.15.0` | `16.0.0` |
| [typescript](https://github.com/microsoft/TypeScript) | `5.5.4` | `5.8.2` |
| 
[typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint)
 | `8.27.0` | `8.28.0` |



Updates `@chakra-ui/react` from 3.13.0 to 3.14.2
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- 
[Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md)
- 
[Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@3.14.2/packages/react)

Updates `react-cookie` from 7.2.2 to 8.0.1
- [Release notes](https://github.com/bendotcodes/cookies/releases)
- 
[Changelog](https://github.com/bendotcodes/cookies/blob/main/LEGACY-CHANGELOG.md)
- [Commits](https://github.com/bendotcodes/cookies/compare/v7.2.2...v8.0.1)

Updates `@chakra-ui/react` from 3.13.0 to 3.14.2
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- 
[Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md)
- 
[Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@3.14.2/packages/react)

Updates `next-themes` from 0.3.0 to 0.4.6
- [Release notes](https://github.com/pacocoursey/next-themes/releases)
- [Commits](https://github.com/pacocoursey/next-themes/compare/v0.3.0...v0.4.6)

Updates `react` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react)

Updates `@types/react` from 18.3.19 to 19.0.12
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- 
[Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 18.3.1 to 19.0.0
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- 
[Commits](https://github.com/facebook/react/commits/v19.0.0/packages/react-dom)

Updates `@types/react-dom` from 18.3.5 to 19.0.4
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases

[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user bugraoz93 (triggered by bugraoz93).

Head commit for run:
580b226207834ca756fbc3a2a4fdd1fa7f8e2a26 / Bugra Ozturk 

Implement logic in the autogenerated action command method calling the API via 
building proper objects (Primitive, Pydantic), include creating boolean 
automatically, fix arg generation for non-primitive method params, update API 
path from /public to /api/v2

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
0fc0512b0b5c3b8e44dc5fc69041a4e9bccaa58b / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-neo4j] Bump flit-core in /providers/neo4j

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
8aa68b00921a405729a92edc6204a861e7c1bbdb / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-github] Bump flit-core in /providers/github

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
eb46c3700401e6af1c78844be622f109aaff2eda / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-amazon] Update pandas requirement in /providers/amazon

Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to 
permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.2...v2.2.3)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
abef0e9a1de8f8de71786a357f233bb1388fce50 / Ephraim Anierobi 

Remove providers mistakenly added in pyproject.toml

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
79e466dad6b32f4c5ee3591bff011d96c25b7546 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-facebook] Bump flit-core in /providers/facebook

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
d43b87dfe3544bb7d15f1ea1302450aec294c8dd / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-jenkins] Bump flit-core in /providers/jenkins

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user vincbeck (triggered by vincbeck).

Head commit for run:
05e128e58e74ed2fe9b91d46753c711128363a6d / vincbeck 
Update FAB provider documentation

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user eladkal (triggered by eladkal).

Head commit for run:
816437fbbdaf40b37e03850ab76fd821a8fe0221 / fuat.cakici 
Fix _get_count in sensor_helper.py

Fixes an overlooked part of #39616

Currently, the _get_count function in sensor_helper.py does not return the 
number of the Dag Runs where all the sub tasks in a task group for all the 
datetimes given in the dttm_filter have succeeded, but instead just returns 1 
if they are all complete. However, this is not the expected behaviour wherever 
this function is used (namely in the run function in WorkflowTrigger and poke 
function in ExternalTaskSensor)

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
43f745d7ded453c7acfee118a84cd52f8a9176e9 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump @chakra-ui/react

Bumps 
[@chakra-ui/react](https://github.com/chakra-ui/chakra-ui/tree/HEAD/packages/react)
 from 3.13.0 to 3.14.2.
- [Release notes](https://github.com/chakra-ui/chakra-ui/releases)
- 
[Changelog](https://github.com/chakra-ui/chakra-ui/blob/main/packages/react/CHANGELOG.md)
- 
[Commits](https://github.com/chakra-ui/chakra-ui/commits/@chakra-ui/react@3.14.2/packages/react)

---
updated-dependencies:
- dependency-name: "@chakra-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
c6a428f6138f7253ce71d2fbc82f04b3696bc880 / Jarek Potiuk 
Upgrade flit in devel-common

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user shubhamraj-git (triggered by shubhamraj-git).

Head commit for run:
4193d6c6a47fa66ce0b71db926cccf14e460d79f / Shubham Raj 
<48172486+shubhamraj-...@users.noreply.github.com>
Merge branch 'main' into issue-47887

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user jroachgolf84 (triggered by jroachgolf84).

Head commit for run:
dcd4b80d2ce4e15d1764cc13dd2f5bca7ee10c79 / jroachgolf84 

Added logic to leverge Task SDK client when retrieving Connections and 
Variables frs from the Triggerer

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
dfb6a89df7906421309ab6275aef76775e51d2db / Jarek Potiuk 
Vendor-in json-merge-patch and add `--no-dev` to direct uv tool install (#48210)

The setuptools 78.0.1 started to fail old packages that had dash
metadata keys and had only .sdist installation. This caused failures
of three of our dependencies:

* json-merge-patch
* pykylin
* pyspark

The `josn-merge-patch` is a library released in 2017 (v 0.2) that implements
the [RFC7386](https://datatracker.ietf.org/doc/html/rfc7386) standard
of patching json. It has been used in only one place in our repo
in google provider, in order to merge json patches (well - obvious :).
Seems like the best approach is to vendor-in the code (70 lines or so)
rather than rely on 2017-released package

The change also revealed that in pre-commit we could use `--no-dev`
flag to skip installing development dependencies, because
we only care about the codegen deps.

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user uranusjr (triggered by uranusjr).

Head commit for run:
0cfcd08cb8c214ba3a8d69f33e3bc653028e6e14 / Tzu-ping Chung 
Remove ad-hoc compat provider 1.6.0b1 release

Co-authored-by: Jarek Potiuk 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
ce6435f8572861e6ea77fd2f02b28c704151336a / Kaxil Naik 
Move `BaseSensorOperator` to TaskSDK definitions

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

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "pip in - Update #986770958" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "pip in  - Update #986770958" on airflow.git has 
succeeded.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
d1f45060305acb1ec638c50f5028f1b4c96cb901 / Elad Kalif 
<45845474+elad...@users.noreply.github.com>
Bump minimum boto3 version to 1.37.0 (#48238)

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
a0676fdb73bb206d515822276621fad00403c1e4 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-amazon] Bump flit-core in /providers/amazon

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
cf00c82fb2f87d597a628d1dd472fe89d5fcd02f / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-cloudant] Bump ibmcloudant in /providers/cloudant

Bumps [ibmcloudant](https://github.com/IBM/cloudant-python-sdk) from 0.9.1 to 
0.10.1.
- [Release notes](https://github.com/IBM/cloudant-python-sdk/releases)
- 
[Changelog](https://github.com/IBM/cloudant-python-sdk/blob/main/api-changes.md)
- [Commits](https://github.com/IBM/cloudant-python-sdk/compare/v0.9.1...v0.10.1)

---
updated-dependencies:
- dependency-name: ibmcloudant
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "npm_and_yarn in for vite - Update #986724632" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "npm_and_yarn in  for vite - Update #986724632" on 
airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
988664229967a57a206dbc4e7cfeb470ceca0761 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump elkjs from 0.9.3 to 0.10.0 in /airflow-core/src/airflow/ui (#48203)

Bumps [elkjs](https://github.com/kieler/elkjs) from 0.9.3 to 0.10.0.
- [Release notes](https://github.com/kieler/elkjs/releases)
- [Commits](https://github.com/kieler/elkjs/compare/0.9.3...0.10.0)

---
updated-dependencies:
- dependency-name: elkjs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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/14063649804

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
31b576dc59b0e36203a55f639954f6f915683a64 / Kaxil Naik 
Support `@task.bash` with Task SDK

closes https://github.com/apache/airflow/pull/48046
closes https://github.com/apache/airflow/issues/45639

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
567eca08eaf3b3a022d56726c6b0a3cd37374194 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-fab] Update connexion[flask] requirement in /providers/fab

Updates the requirements on 
[connexion[flask]](https://github.com/spec-first/connexion) to permit the 
latest version.
- [Release notes](https://github.com/spec-first/connexion/releases)
- [Commits](https://github.com/spec-first/connexion/compare/2.14.2...3.2.0)

---
updated-dependencies:
- dependency-name: connexion[flask]
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user bugraoz93 (triggered by bugraoz93).

Head commit for run:
1c9e80d24f19462dc465a7772cee0385e0ebda0a / Bugra Ozturk 

Revert connection_command.py changes and keep client test suite for further 
development

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
3a15910a148a671ca2bbfd632c8f802e1b75c5b4 / Kaxil Naik 
Correctly objects inherited from Task SDK's BaseOperator

Before:

```
(Pdbr) dag.data["dag"]["tasks"][0]
''
```

After:

```
(Pdbr) dag.data["dag"]["tasks"][0]
{
'__var': {
'start_from_trigger': False,
'pool': 'default_pool',
'ui_color': '#e6f1f2',
'is_teardown': False,
'task_id': 'wait',
'_needs_expansion': False,
'on_failure_fail_dagrun': False,
'template_fields': [],
'reschedule': False,
'weight_rule': 'downstream',
'template_ext': [],
'downstream_task_ids': ['finish'],
'is_setup': False,
'ui_fgcolor': '#000',
'template_fields_renderers': {},
'_is_sensor': True,
'task_type': 'TimeDeltaSensorAsync',
'_task_module': 'airflow.providers.standard.sensors.time_delta',
'_is_empty': False,
'_can_skip_downstream': False,
'start_trigger_args': None
},
'__type': 'operator'
},
```

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
ab05274c93d857271bf7dbdb6d2c70afbeca83cf / Jed Cunningham 
<66968678+jedcunning...@users.noreply.github.com>
Minor cleanup on grid endpoint (#48371)

This just cleans up some code in the grid endpoint - no real changes.

- this uses a proper config enum for the grid view sort order config -
  fails at startup, not throwing a 500 in responses
- removes unnecessary fallback
- count child nodes directly - no need to sort then iterate through then
  count
- simplifies some other code too

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user yunchipang (triggered by yunchipang).

Head commit for run:
5dfb0cf31afe33c81be167de1e77e977260ee4bd / yunchipang 
docs: correctly embed links using rst syntax

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
5716726b539ce80330b01fbffe3a422b9598be2d / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-weaviate] Bump flit-core in /providers/weaviate

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
4660dddc95d023cf31e1fa3f336523e3fc8b23b6 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-azure] Bump flit-core in /providers/microsoft/azure

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
dd605e0c40d4f9204c782d9371a92b9f020b5233 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-http] Bump flit-core from 3.11.0 to 3.12.0 in /providers/http

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
3a161a70911348641e1b8f15bbb19ff423a3502d / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-discord] Bump flit-core in /providers/discord

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
909ebfa49aab4ebd62ef6376f4993c6edb3107e6 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-imap] Bump flit-core from 3.11.0 to 3.12.0 in /providers/imap

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
e59c1adbb745aa87080e1edb1b9a6aa9b9f208e2 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-influxdb] Bump flit-core in /providers/influxdb

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
75f22b1667899ec0329242d4549fdaa16d6e / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-mysql] Bump flit-core in /providers/mysql

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
c4a5a6776aca030d683ee86b16bd146d2d789c0e / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-apache-pig] Bump flit-core in /providers/apache/pig

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
34f4a1432f34e5559f88d0e9f783fe602ce523e0 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-apache-iceberg] Bump flit-core in /providers/apache/iceberg

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
018721f50c5ea196a60db3169daddbe32c77b9c9 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-fab] Bump flit-core from 3.11.0 to 3.12.0 in /providers/fab

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
b532af28f89dfb50db3c0435f8b74fc1c7e54a43 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-slack] Bump flit-core in /providers/slack

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
a8ee18dfe324aaeaa307f8d81737d130f5c283d6 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-telegram] Bump flit-core in /providers/telegram

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
ed7bdfc060be4ba69c9ede3c2d18eaada40c7672 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-trino] Bump flit-core in /providers/trino

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" is working again!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user eladkal (triggered by eladkal).

Head commit for run:
5c5e5d49c0fb0d48fdd61afa3a2a1c10c2b8b20c / Elad Kalif 
<45845474+elad...@users.noreply.github.com>
fix typo in label of dependabot.yml

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
90888b4a25dcc9328c1621a714051f7a971442ef / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-pagerduty] Bump flit-core in /providers/pagerduty

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
320ac481d04c86a5759c0cb1ce220023d03322a2 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-zendesk] Bump flit-core in /providers/zendesk

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
f95ed526c968081602bff0d762d786ff28fd7711 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-pgvector] Bump flit-core in /providers/pgvector

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
0d1ae8ab9d969aa6c3acb07f8d69d5d973d44038 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
Bump flit from 3.11.0 to 3.12.0 in /dev/breeze

Bumps [flit](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
9a1782d4c57d8658ae032a5b547b85340f9d80db / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-google] Bump flit-core in /providers/google

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
c5359aaa829ce9b57bd5c1add3833dfe5ae5fe92 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-edge] Bump flit-core from 3.11.0 to 3.12.0 in /providers/edge

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
e8ec14a73a73c11593d43299bb274be5ea85ebe9 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-samba] Bump flit-core in /providers/samba

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



[GH] (airflow): Workflow run "Tests" failed!

2025-03-25 Thread GitBox


The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dependabot[bot] (triggered by dependabot[bot]).

Head commit for run:
189aee446d5582e4c3fccf5aa187d1bdd6a32d96 / dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
[provider-winrm] Bump flit-core in /providers/microsoft/winrm

Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: flit-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 

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

With regards,
GitHub Actions via GitBox


-
To unsubscribe, e-mail: jobs-unsubscr...@airflow.apache.org
For additional commands, e-mail: jobs-h...@airflow.apache.org



  1   2   >