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

…nction this condition will allow us to have the choice of purging expired dags or keeping them --- **^ 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...

area:Scheduler

### Description Create operators and Hook to interact with Databricks' DBFS (https://docs.databricks.com/api/workspace/dbfs) ### Use case/motivation As per latest databricks plugin (https://github.com/apache/airflow/tree/main/airflow/providers/databricks) there is no possibility to interact with DBFS API....

area:providers
kind:feature
good first issue
provider:databricks

PR of `Use kubeconfig as one of the optional parameters for creating KubernetesHook` closes: https://github.com/apache/airflow/issues/39227 When we use `KubernetesPodOperator`, we need to create `KubernetesHook` in order to connect to Kubernetes...

area:providers
provider:cncf-kubernetes

### Description We are trying to upgrade to `urllib3` 2.x but faced a few challenges in terms of dependencies w.r.t Databricks, in particular we use `dbt-databricks` as well as `apache-airflow-providers-databricks`:...

area:providers
good first issue
kind:task
provider:databricks

closes: https://github.com/apache/airflow/issues/34023 Redo of the #34337 Relates to https://github.com/apache/airflow/issues/35541#issuecomment-1826259201 @uranusjr Can you please take a look at the approach? I haven't checked the performance yet, but if the approach is...

type:bug-fix

Adding a series of hook functions for OpenAI [File](https://platform.openai.com/docs/api-reference/files) and [Vector Store](https://platform.openai.com/docs/api-reference/vector-stores) endpoints.

area:providers
provider:openai

### Apache Airflow version 2.9.0 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? We have recently upgraded from Airflow 2.4.0 to 2.9.0. The migration...

kind:bug
stale
pending-response
area:UI

`status__in` should be used instead https://docs.getdbt.com/dbt-cloud/api-v2#/operations/List%20Runs --- **^ 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...

area:providers
provider:dbt-cloud

Some refactor cloudpickle support which added into the https://github.com/apache/airflow/pull/38531 Use new `serializer` parameter for specify serialiser, this one for avoid boolean trap. Deprecate `use_dill` parameter in favor of `serializer="dill"` and...

full tests needed
area:core-operators
all versions

This fixes the deferrable mode for DataflowTemplatedJobStartOperator and DataflowStartFlexTemplateOperator. Previously the deferrable mode was implemented in a way that made most of the task execution run in the sync mode,...

provider:google
area:providers
area:system-tests
kind:documentation