airflow
airflow copied to clipboard
Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
--- **^ 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...
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...
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...
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...
--- **^ 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...
Add PromptLanguageModelOperator and PromptMultimodalModelOperator for Google Cloud Generative AI use
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...
--- Add support for Yandex Query service in Yandex Cloud. Ability to run federative queries in Yandex Cloud.
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.
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...
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...