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

--- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.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:serialization
area:dynamic-task-mapping

Part of https://github.com/apache/airflow/issues/22352 Try to improve action logging in the REST API. Include `api.{name_of_function}`. We should probably try to capture more information for `extra` but audit log now reads like...

area:API

This is an attempt to prevent a file with full test coverage from slipping below 100% coverage. --- **^ 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...

stale
area:dev-tools
use public runners

Only log webserver events that are CRUD actions. View-only endpoints shouldn't be logged. Therefore we don't need any default excluded events. Removed a few other unused decorators, mostly on on...

area:webserver

--- **^ 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:Scheduler
area:CLI
area:serialization

Creating hooks, operators, and test for two Google Cloud generative model APIs. Namely, the [language model for text generation (PaLM 2)](https://cloud.google.com/vertex-ai/docs/generative-ai/text/test-text-prompts) and the [multimodal model for content generation (Gemini)](https://cloud.google.com/vertex-ai/docs/generative-ai/multimodal/send-chat-prompts-gemini). This...

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

--- Add support for Yandex Query service in Yandex Cloud. Ability to run federative queries in Yandex Cloud.

area:providers
provider:yandex

related: #10742 Enabled D100 to D105 partially by adding ignores to pyproject.toml. Also included few fixes which were causing conflictin keys w.r.t `E`* lint issues.

area:API

Add datasets as upstream and downstream nodes in the DAG graph. Make it easier to visualize what a DAG is connected to. And provide a tooltip to jump over to...

area:webserver
area:UI

fixes #37122 This PR adds a new config variable under `logging` called `dag_processor_manager_log_stdout`, which is set to `False` by default. If being set to `True`, the `DagFileProcessorAgent` will also output...

type:new-feature