airflow icon indicating copy to clipboard operation
airflow copied to clipboard

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Results 1281 airflow issues
Sort by recently updated
recently updated
newest added

Bumps [boto3](https://github.com/boto/boto3) from 1.40.68 to 1.40.69. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.68...1.40.69) (cherry picked from commit 2ccd348294ffc85d9233f83efbaee12a0a55ea16) Co-authored-by: Dependabot [bot] --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.69 dependency-type: direct:production update-type: version-update:semver-patch...

area:dev-tools
backport-to-v3-1-test

(cherry picked from commit 989078480d31dcf5851f1236f1d1bad0eb4923dd) Co-authored-by: Bugra Ozturk

area:airflow-ctl

Bumps [datamodel-code-generator[http]](https://github.com/koxudaxi/datamodel-code-generator) from 0.32.0 to 0.35.0. Release notes Sourced from datamodel-code-generator[http]'s releases. 0.35.0 What's Changed Add support to Python 3.14 by @​ilovelinux in koxudaxi/datamodel-code-generator#2469 Full Changelog: https://github.com/koxudaxi/datamodel-code-generator/compare/0.34.0...0.35.0 0.34.0 What's Changed...

python
area:task-sdk
dependencies

Bumps [datamodel-code-generator[http]](https://github.com/koxudaxi/datamodel-code-generator) from 0.32.0 to 0.35.0. Release notes Sourced from datamodel-code-generator[http]'s releases. 0.35.0 What's Changed Add support to Python 3.14 by @​ilovelinux in koxudaxi/datamodel-code-generator#2469 Full Changelog: https://github.com/koxudaxi/datamodel-code-generator/compare/0.34.0...0.35.0 0.34.0 What's Changed...

python
dependencies
area:airflow-ctl

Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. Release notes Sourced from click's releases. 8.3.0 This is the Click 8.3.0 feature release. A feature release may include new...

area:dev-tools
python
dependencies

Bumps [datamodel-code-generator[http]](https://github.com/koxudaxi/datamodel-code-generator) from 0.32.0 to 0.33.0. Release notes Sourced from datamodel-code-generator[http]'s releases. 0.33.0 What's Changed Use Pytest tmp_path fixture instead of TemporaryDirectory by @​ilovelinux in koxudaxi/datamodel-code-generator#2463 Revert default date-time behaviour...

python
area:task-sdk
dependencies

Bumps [datamodel-code-generator[http]](https://github.com/koxudaxi/datamodel-code-generator) from 0.32.0 to 0.33.0. Release notes Sourced from datamodel-code-generator[http]'s releases. 0.33.0 What's Changed Use Pytest tmp_path fixture instead of TemporaryDirectory by @​ilovelinux in koxudaxi/datamodel-code-generator#2463 Revert default date-time behaviour...

python
dependencies
area:airflow-ctl

### Apache Airflow version 3.1.3 ### If "Other Airflow 2/3 version" selected, which one? 3.* ### What happened? If a task fails with exception, the log view cannot be scrolled...

kind:bug
area:core
area:UI
affected_version:3.1

--- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#pull-request-guidelines)** for more information. In case of fundamental code changes, an Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvement+Proposals)) is needed. In case of...

area:providers
area:API
provider:fab

The update_xcom_entry endpoint was calling XComModel.serialize_value twice, causing values to be excessively serialized. This made the updated XCom values unusable when retrieved by tasks. Changes: - Removed duplicate XComModel.serialize_value call...

area:API
backport-to-v3-1-test