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

This one adds `@task.kubernetes` which we call out specifically in the 2.4.0 changelog, so lets get this one released! (We'll follow up with a full provider release batch next week)

area:providers
kind:documentation
area:kubernetes

Added KinesisHook to kinesis.py KinesisHook - a basic hook for AWS Kinesis data streams to easily put records from Airflow. --- **^ Add meaningful description above** Read the **[Pull Request...

provider:AWS
area:providers

This PR adds the implementation for a `DbtCloudListJobsOperator` which retrieves job info from a given dbt Cloud account. --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for...

area:providers
area:system-tests
kind:documentation

Fundamental refactor of SlackWebhookHook with breaking changes. I tried to minimise breaking changes, however main (and hope the only once) braking change SlackWebhookHook not anymore inherit from `airflow.providers.http.hooks.http.HttpHook` anymore and...

area:providers
kind:documentation

### Description Airflow 2.4.0 has introduced support for [Support multiple DagProcessors parsing files from different locations](https://github.com/apache/airflow/pull/25935). However, Helm chart only supports [Provision Standalone Dag Processor](https://github.com/apache/airflow/pull/23711) (or at least will support...

kind:feature
good first issue
area:helm-chart

When the `triggerer` puts the task to `scheduled`, it gets stuck because it's already in `ti_status.running`. We need to move it to `ti_status.to_run` for it to continue running closes: https://github.com/apache/airflow/issues/25653

area:scheduler/executor

closes: #10893 --- ## Description Adding ClickHouse provider based on its Python SDK https://clickhouse-driver.readthedocs.io/en/latest/ Users can create their own custom operators leveraging the **ClickHouseHook** directly or building their operator on...

area:providers
area:dev-tools
kind:documentation

### Apache Airflow version Other Airflow 2 version ### What happened Hi All, When I run the below command in Airflow 2.3.4: `airflow db clean --clean-before-timestamp '2022-09-18T00:00:00+05:30' --yes` I receive...

kind:bug
area:core

### Apache Airflow Provider(s) amazon ### Versions of Apache Airflow Providers 5.0.0 ### Apache Airflow version `>= 2.3.2` ### Operating System Linux ### Deployment Docker-Compose ### Deployment details docker-compose ###...

kind:bug
provider:AWS
area:providers
good first issue

### Apache Airflow Provider(s) google ### Versions of Apache Airflow Providers 8.3.0 ### Apache Airflow version 2.3.4 ### Operating System OSX ### Deployment Virtualenv installation ### Deployment details _No response_...

kind:bug
provider:Google
area:providers
good first issue